TypeScript/tests/baselines/reference/es6ImportWithoutFromClauseInEs5.types

9 lines
326 B
Plaintext
Raw Normal View History

2015-01-28 00:42:36 +01:00
=== tests/cases/compiler/es6ImportWithoutFromClauseInEs5_0.ts ===
export var a = 10;
2015-04-13 23:01:57 +02:00
>a : number, Symbol(a, Decl(es6ImportWithoutFromClauseInEs5_0.ts, 1, 10))
2015-04-13 21:36:11 +02:00
>10 : number
2015-01-28 00:42:36 +01:00
=== tests/cases/compiler/es6ImportWithoutFromClauseInEs5_1.ts ===
import "es6ImportWithoutFromClauseInEs5_0";
No type information for this code.