TypeScript/tests/baselines/reference/checkJsdocTypeTagOnExportAssignment4.symbols

12 lines
495 B
Plaintext

=== tests/cases/compiler/checkJsdocTypeTagOnExportAssignment4.js ===
No type information for this code.=== tests/cases/compiler/a.js ===
/**
No type information for this code. * @typedef {number} Foo
No type information for this code. */
No type information for this code.
No type information for this code./** @type {Foo} */
No type information for this code.export default "";
No type information for this code.
No type information for this code.
No type information for this code.