File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
tests/baselines/reference Expand file tree Collapse file tree 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");
99
1010/** @class */
1111module.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; }
1616>function MC() { /** @type {any} */ var x = {} return new MW(x);} : typeof MC
1717>MC : typeof MC
1818
You can’t perform that action at this time.
0 commit comments