/third_party/typescript/tests/baselines/reference/ |
H A D | circularReference.js | 5 export module M1 { 7 m1: foo2.M1.C1; 10 this.m1 = new foo2.M1.C1(); 19 export module M1 { 21 m1: foo1.M1.C1; 24 this.m1 = new foo1.M1.C1(); 28 var tmp = new M1.C1(); 39 exports.M1 = void 0;
41 var M1;
variable 42 (function (M1) {
58 var M1; global() variable [all...] |
H A D | varNameConflictsWithImportInDifferentPartOfModule.js | 2 module M1 { 6 module M1 { 7 export import q = M1.s; // Should be an error but isn't 11 var M1;
variable 12 (function (M1) {
13 M1.q = 5;
14 M1.s = '';
15 })(M1 || (M1 = {}));
16 (function (M1) {
[all...] |
H A D | enumMergingErrors.js | 20 module M1 { 23 module M1 { 26 module M1 { 91 var M1;
variable 92 (function (M1) {
96 })(E1 = M1.E1 || (M1.E1 = {}));
97 })(M1 || (M1 = {}));
98 (function (M1) {
[all...] |
H A D | typeValueConflict2.js | 2 module M1 { 9 var M1 = 0; 10 // Should error. M1 should bind to the variable, not to the module. 11 class B extends M1.A<string> { 16 class B extends M1.A<string> { 37 var M1;
variable 38 (function (M1) {
44 M1.A = A;
45 })(M1 || (M1 [all...] |
H A D | typeValueConflict1.js | 2 module M1 { 7 var M1 = 0; 8 // Should error. M1 should bind to the variable, not to the module. 9 class B extends M1.A { 30 var M1;
variable 31 (function (M1) {
37 M1.A = A;
38 })(M1 || (M1 = {}));
41 var M1 [all...] |
H A D | parserSuperExpression1.js | 8 module M1.M2 { 25 var M1;
variable 26 (function (M1) {
37 })(M2 = M1.M2 || (M1.M2 = {}));
38 })(M1 || (M1 = {}));
|
H A D | parserSuperExpression4.js | 8 module M1.M2 { 25 var M1;
variable 26 (function (M1) {
37 })(M2 = M1.M2 || (M1.M2 = {}));
38 })(M1 || (M1 = {}));
|
H A D | returnTypeParameterWithModules.js | 2 module M1 { 8 import A = M1 18 var M1;
variable 19 (function (M1) {
23 M1.reduce = reduce;
25 })(M1 || (M1 = {}));
29 var A = M1;
|
H A D | decoratorOnImportEquals1.js | 4 module M1 { 10 import X = M1.X; 14 var M1;
variable 15 (function (M1) {
16 })(M1 || (M1 = {}));
|
H A D | declFileTypeAnnotationVisibilityErrorTypeAlias.js | 14 module M1 { 56 var M1;
variable 57 (function (M1) {
66 })(N = M1.N || (M1.N = {}));
67 })(M1 || (M1 = {}));
105 declare module M1 {
|
H A D | mixinClassesMembers.js | 10 declare class M1 { 22 declare const Mixed1: typeof M1 & typeof C1; 23 declare const Mixed2: typeof C1 & typeof M1; 24 declare const Mixed3: typeof M2 & typeof M1 & typeof C1; 25 declare const Mixed4: typeof C1 & typeof M1 & typeof M2; 26 declare const Mixed5: typeof M1 & typeof M2; 197 declare class M1 {
207 declare const Mixed1: typeof M1 & typeof C1;
208 declare const Mixed2: typeof C1 & typeof M1;
209 declare const Mixed3: typeof M2 & typeof M1 [all...] |
H A D | scopeResolutionIdentifiers.js | 5 module M1 { 44 var M1;
variable 45 (function (M1) {
46 var n = M1.s;
48 })(M1 || (M1 = {}));
|
H A D | enumMerging.js | 4 module M1 { 72 var M1;
variable 73 (function (M1) {
90 })(EConst1 = M1.EConst1 || (M1.EConst1 = {}));
95 })(EConst1 = M1.EConst1 || (M1.EConst1 = {}));
97 })(M1 || (M1 = {}));
|
H A D | letAndVarRedeclaration.js | 28 module M1 { 78 var M1;
variable 79 (function (M1) {
87 })(M1 || (M1 = {}));
|
H A D | ambientDeclarations.js | 62 declare module M1 { 68 var p = M1.x; 69 var q = M1.fn(); 82 var p = M1.x;
83 var q = M1.fn();
|
H A D | exportsAndImports3-es6.js | 26 export { v as v1, f as f1, C as C1, I as I1, E as E1, D as D1, M as M1, N as N1, T as T1, a as a1 }; 29 export { v1 as v, f1 as f, C1 as C, I1 as I, E1 as E, D1 as D, M1 as M, N1 as N, T1 as T, a1 as a } from "./t1"; 32 import { v1 as v, f1 as f, C1 as C, I1 as I, E1 as E, D1 as D, M1 as M, N1 as N, T1 as T, a1 as a } from "./t1"; 39 exports.a1 = exports.M1 = exports.E1 = exports.C1 = exports.f1 = exports.v1 = exports.a = exports.M = exports.E = exports.C = exports.f = exports.v = void 0;
59 exports.M1 = M;
71 Object.defineProperty(exports, "M", { enumerable: true, get: function () { return t1_1.M1; } });
82 Object.defineProperty(exports, "M", { enumerable: true, get: function () { return t1_1.M1; } });
|
H A D | exportsAndImports3.js | 26 export { v as v1, f as f1, C as C1, I as I1, E as E1, D as D1, M as M1, N as N1, T as T1, a as a1 }; 29 export { v1 as v, f1 as f, C1 as C, I1 as I, E1 as E, D1 as D, M1 as M, N1 as N, T1 as T, a1 as a } from "./t1"; 32 import { v1 as v, f1 as f, C1 as C, I1 as I, E1 as E, D1 as D, M1 as M, N1 as N, T1 as T, a1 as a } from "./t1"; 39 exports.a1 = exports.M1 = exports.E1 = exports.C1 = exports.f1 = exports.v1 = exports.a = exports.M = exports.E = exports.C = exports.f = exports.v = void 0;
62 exports.M1 = M;
85 __createBinding(exports, t1_1, "M1", "M");
96 exports.M = t1_1.M1;
|
H A D | exportDeclaredModule.js | 4 declare module M1 { 8 export = M1; 16 module.exports = M1;
|
H A D | commonJSImportNotAsPrimaryExpression.js | 14 export module M1 { 27 import f = foo.M1; 31 var z: foo.M1.I2;
|
H A D | amdImportNotAsPrimaryExpression.js | 14 export module M1 { 27 import f = foo.M1; 31 var z: foo.M1.I2;
|
/third_party/typescript/tests/baselines/reference/extractFunction/ |
H A D | extractFunction24.js | 3 function M1() { } 11 function M1() { } 23 function M1() { } 35 function M1() { }
|
H A D | extractFunction26.js | 3 M1() { } 11 M1() { } 23 M1() { } 35 M1() { }
|
H A D | extractFunction27.js | 3 M1() { } 12 M1() { } 25 M1() { } 38 M1() { }
|
H A D | extractFunction28.js | 3 M1() { } 12 M1() { } 25 M1() { } 38 M1() { }
|
H A D | extractFunction25.js | 2 function M1() { } function 8 function M1() { } 18 function M1() { }
|