|
| 1 | +=== tests/cases/conformance/jsdoc/declarations/index.js === |
| 2 | +// @ts-nocheck |
| 3 | +function foo() { |
| 4 | +>foo : Symbol(foo, Decl(index.js, 0, 0)) |
| 5 | + |
| 6 | + module.exports = exports = function (o) { |
| 7 | +>module.exports : Symbol("tests/cases/conformance/jsdoc/declarations/index", Decl(index.js, 0, 0)) |
| 8 | +>module : Symbol(export=, Decl(index.js, 1, 16)) |
| 9 | +>exports : Symbol(export=, Decl(index.js, 1, 16)) |
| 10 | +>exports : Symbol("tests/cases/conformance/jsdoc/declarations/index", Decl(index.js, 0, 0)) |
| 11 | +>o : Symbol(o, Decl(index.js, 2, 41)) |
| 12 | + |
| 13 | + return (o == null) ? create(base) : defineProperties(Object(o), descriptors); |
| 14 | +>o : Symbol(o, Decl(index.js, 2, 41)) |
| 15 | +>Object : Symbol(Object, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --)) |
| 16 | +>o : Symbol(o, Decl(index.js, 2, 41)) |
| 17 | + |
| 18 | + }; |
| 19 | + exports.methods = methods; |
| 20 | +>exports : Symbol(methods, Decl(index.js, 4, 6)) |
| 21 | +>methods : Symbol(methods, Decl(index.js, 4, 6)) |
| 22 | +} |
0 commit comments