1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61
|
=== tests/cases/conformance/externalModules/es6/es6modulekindWithES5Target12.ts ===
export class C {
>C : Symbol(C, Decl(es6modulekindWithES5Target12.ts, 0, 0), Decl(es6modulekindWithES5Target12.ts, 1, 1))
}
export namespace C {
>C : Symbol(C, Decl(es6modulekindWithES5Target12.ts, 0, 0), Decl(es6modulekindWithES5Target12.ts, 1, 1))
export const x = 1;
>x : Symbol(x, Decl(es6modulekindWithES5Target12.ts, 4, 16))
}
export enum E {
>E : Symbol(E, Decl(es6modulekindWithES5Target12.ts, 5, 1), Decl(es6modulekindWithES5Target12.ts, 9, 1), Decl(es6modulekindWithES5Target12.ts, 13, 1), Decl(es6modulekindWithES5Target12.ts, 17, 1))
w = 1
>w : Symbol(E.w, Decl(es6modulekindWithES5Target12.ts, 7, 15))
}
export enum E {
>E : Symbol(E, Decl(es6modulekindWithES5Target12.ts, 5, 1), Decl(es6modulekindWithES5Target12.ts, 9, 1), Decl(es6modulekindWithES5Target12.ts, 13, 1), Decl(es6modulekindWithES5Target12.ts, 17, 1))
x = 2
>x : Symbol(E.x, Decl(es6modulekindWithES5Target12.ts, 11, 15))
}
export namespace E {
>E : Symbol(E, Decl(es6modulekindWithES5Target12.ts, 5, 1), Decl(es6modulekindWithES5Target12.ts, 9, 1), Decl(es6modulekindWithES5Target12.ts, 13, 1), Decl(es6modulekindWithES5Target12.ts, 17, 1))
export const y = 1;
>y : Symbol(y, Decl(es6modulekindWithES5Target12.ts, 16, 16))
}
export namespace E {
>E : Symbol(E, Decl(es6modulekindWithES5Target12.ts, 5, 1), Decl(es6modulekindWithES5Target12.ts, 9, 1), Decl(es6modulekindWithES5Target12.ts, 13, 1), Decl(es6modulekindWithES5Target12.ts, 17, 1))
export const z = 1;
>z : Symbol(z, Decl(es6modulekindWithES5Target12.ts, 20, 16))
}
export namespace N {
>N : Symbol(N, Decl(es6modulekindWithES5Target12.ts, 21, 1), Decl(es6modulekindWithES5Target12.ts, 24, 1))
}
export namespace N {
>N : Symbol(N, Decl(es6modulekindWithES5Target12.ts, 21, 1), Decl(es6modulekindWithES5Target12.ts, 24, 1))
export const x = 1;
>x : Symbol(x, Decl(es6modulekindWithES5Target12.ts, 27, 16))
}
export function F() {
>F : Symbol(F, Decl(es6modulekindWithES5Target12.ts, 28, 1), Decl(es6modulekindWithES5Target12.ts, 31, 1))
}
export namespace F {
>F : Symbol(F, Decl(es6modulekindWithES5Target12.ts, 28, 1), Decl(es6modulekindWithES5Target12.ts, 31, 1))
export const x = 1;
>x : Symbol(x, Decl(es6modulekindWithES5Target12.ts, 34, 16))
}
|