File tree 1 file changed +4
-4
lines changed
tests/baselines/reference
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,10 +9,10 @@ const MW = require("./MW");
9
9
10
10
/** @class */
11
11
module.exports = function MC() {
12
- >module.exports = function MC() { /** @type {any} */ var x = {} return new MW(x);} : { (): import("tests/cases/conformance/jsdoc/MW") ; new (): MC; }
13
- >module.exports : { (): import("tests/cases/conformance/jsdoc/MW") ; new (): MC; }
14
- >module : { "\"tests/cases/conformance/jsdoc/MC\"": { (): import("tests/cases/conformance/jsdoc/MW") ; new (): MC; }; }
15
- >exports : { (): import("tests/cases/conformance/jsdoc/MW") ; new (): MC; }
12
+ >module.exports = function MC() { /** @type {any} */ var x = {} return new MW(x);} : { (): MW ; new (): MC; }
13
+ >module.exports : { (): MW ; new (): MC; }
14
+ >module : { "\"tests/cases/conformance/jsdoc/MC\"": { (): MW ; new (): MC; }; }
15
+ >exports : { (): MW ; new (): MC; }
16
16
>function MC() { /** @type {any} */ var x = {} return new MW(x);} : typeof MC
17
17
>MC : typeof MC
18
18
You can’t perform that action at this time.
0 commit comments