1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
=== tests/cases/compiler/file1.ts ===
No type information for this code.
No type information for this code.export default function() {}
No type information for this code.
No type information for this code.=== tests/cases/compiler/file2.ts ===
export default function f() {}
>f : () => void
=== tests/cases/compiler/file3.ts ===
export default class C {}
>C : C
=== tests/cases/compiler/file4.ts ===
No type information for this code.export default class {}
No type information for this code.
|