/third_party/typescript/tests/baselines/reference/ |
D | destructuringParameterProperties3.types | 45 public getA() { 46 >getA : () => any 83 var [x_a, x_b, x_c] = [x.getA(), x.getB(), x.getC()]; 87 >[x.getA(), x.getB(), x.getC()] : [any, any, any] 88 >x.getA() : any 89 >x.getA : () => any 91 >getA : () => any 111 var [y_a, y_b, y_c] = [y.getA(), y.getB(), y.getC()]; 115 >[y.getA(), y.getB(), y.getC()] : [any, any, any] 116 >y.getA() : any [all …]
|
D | declarationEmitForGlobalishSpecifierSymlink.symbols | 2 export function getA(): A; 3 >getA : Symbol(getA, Decl(impl.d.ts, 0, 0)) 15 export function getA(): A; 16 >getA : Symbol(getA, Decl(impl.d.ts, 0, 0)) 31 import { getA } from "typescript-fsa"; 32 >getA : Symbol(getA, Decl(index.ts, 1, 8)) 34 export const a = getA(); 36 >getA : Symbol(getA, Decl(index.ts, 1, 8))
|
D | destructuringParameterProperties2.types | 45 public getA() { 46 >getA : () => any 83 var [x_a, x_b, x_c] = [x.getA(), x.getB(), x.getC()]; 87 >[x.getA(), x.getB(), x.getC()] : [any, any, any] 88 >x.getA() : any 89 >x.getA : () => any 91 >getA : () => any 111 var [y_a, y_b, y_c] = [y.getA(), y.getB(), y.getC()]; 115 >[y.getA(), y.getB(), y.getC()] : [any, any, any] 116 >y.getA() : any [all …]
|
D | destructuringParameterProperties3.symbols | 35 public getA() { 36 >getA : Symbol(C1.getA, Decl(destructuringParameterProperties3.ts, 5, 5)) 62 var [x_a, x_b, x_c] = [x.getA(), x.getB(), x.getC()]; 66 >x.getA : Symbol(C1.getA, Decl(destructuringParameterProperties3.ts, 5, 5)) 68 >getA : Symbol(C1.getA, Decl(destructuringParameterProperties3.ts, 5, 5)) 80 var [y_a, y_b, y_c] = [y.getA(), y.getB(), y.getC()]; 84 >y.getA : Symbol(C1.getA, Decl(destructuringParameterProperties3.ts, 5, 5)) 86 >getA : Symbol(C1.getA, Decl(destructuringParameterProperties3.ts, 5, 5)) 99 var [z_a, z_b, z_c] = [z.getA(), z.getB(), z.getC()]; 103 >z.getA : Symbol(C1.getA, Decl(destructuringParameterProperties3.ts, 5, 5)) [all …]
|
D | destructuringParameterProperties2.symbols | 28 public getA() { 29 >getA : Symbol(C1.getA, Decl(destructuringParameterProperties2.ts, 5, 5)) 56 var [x_a, x_b, x_c] = [x.getA(), x.getB(), x.getC()]; 60 >x.getA : Symbol(C1.getA, Decl(destructuringParameterProperties2.ts, 5, 5)) 62 >getA : Symbol(C1.getA, Decl(destructuringParameterProperties2.ts, 5, 5)) 74 var [y_a, y_b, y_c] = [y.getA(), y.getB(), y.getC()]; 78 >y.getA : Symbol(C1.getA, Decl(destructuringParameterProperties2.ts, 5, 5)) 80 >getA : Symbol(C1.getA, Decl(destructuringParameterProperties2.ts, 5, 5)) 93 var [z_a, z_b, z_c] = [z.getA(), z.getB(), z.getC()]; 97 >z.getA : Symbol(C1.getA, Decl(destructuringParameterProperties2.ts, 5, 5)) [all …]
|
D | declarationEmitForGlobalishSpecifierSymlink2.symbols | 2 export function getA(): A; 3 >getA : Symbol(getA, Decl(impl.d.ts, 0, 0)) 18 import { getA } from "typescript-fsa"; 19 >getA : Symbol(getA, Decl(index.ts, 1, 8)) 21 export const a = getA(); 23 >getA : Symbol(getA, Decl(index.ts, 1, 8))
|
D | destructuringParameterProperties3.js | 9 public getA() { method in C1 23 var [x_a, x_b, x_c] = [x.getA(), x.getB(), x.getC()]; 26 var [y_a, y_b, y_c] = [y.getA(), y.getB(), y.getC()]; 29 var [z_a, z_b, z_c] = [z.getA(), z.getB(), z.getC()]; 32 var [z_a, z_b, z_c] = [z.getA(), z.getB(), z.getC()]; 44 C1.prototype.getA = function () { method in C1 56 var _a = [x.getA(), x.getB(), x.getC()], x_a = _a[0], x_b = _a[1], x_c = _a[2]; 58 var _b = [y.getA(), y.getB(), y.getC()], y_a = _b[0], y_b = _b[1], y_c = _b[2]; 60 var _c = [z.getA(), z.getB(), z.getC()], z_a = _c[0], z_b = _c[1], z_c = _c[2]; 62 var _d = [z.getA(), z.getB(), z.getC()], z_a = _d[0], z_b = _d[1], z_c = _d[2];
|
D | declarationEmitForGlobalishSpecifierSymlink.types | 2 export function getA(): A; 3 >getA : () => A 14 export function getA(): A; 15 >getA : () => A 29 import { getA } from "typescript-fsa"; 30 >getA : () => import("/p1/node_modules/typescript-fsa/index").A 32 export const a = getA(); 34 >getA() : import("/p1/node_modules/typescript-fsa/index").A 35 >getA : () => import("/p1/node_modules/typescript-fsa/index").A
|
D | declarationEmitStringEnumUsedInNonlocalSpread.types | 31 getA(): ITest { 32 >getA : () => ITest 62 getA() { // TS4053 error 63 >getA : () => { a: string; 123123: string; 12312312312: string; } 66 >{ ...super.getA(), a: '123', } : { a: string; 123123: string; 1231231… 68 ...super.getA(), 69 >super.getA() : import("tests/cases/compiler/class").ITest 70 >super.getA : () => import("tests/cases/compiler/class").ITest 72 >getA : () => import("tests/cases/compiler/class").ITest
|
D | privateIdentifierChain.1.symbols | 13 getA(): A { 14 >getA : Symbol(A.getA, Decl(privateIdentifierChain.1.ts, 2, 11)) 31 this?.getA().#b; // Error 32 >this?.getA().#b : Symbol(A.#b, Decl(privateIdentifierChain.1.ts, 1, 9)) 33 >this?.getA : Symbol(A.getA, Decl(privateIdentifierChain.1.ts, 2, 11)) 35 >getA : Symbol(A.getA, Decl(privateIdentifierChain.1.ts, 2, 11))
|
D | moduleAugmentationGlobal1.symbols | 18 getA(): A; 19 >getA : Symbol(Array.getA, Decl(f2.ts, 4, 24)) 27 let y = x.getA().x; 29 >x.getA().x : Symbol(A.x, Decl(f1.ts, 0, 16)) 30 >x.getA : Symbol(Array.getA, Decl(f2.ts, 4, 24)) 32 >getA : Symbol(Array.getA, Decl(f2.ts, 4, 24))
|
D | declarationEmitStringEnumUsedInNonlocalSpread.symbols | 31 getA(): ITest { 32 >getA : Symbol(A.getA, Decl(class.ts, 10, 16)) 59 getA() { // TS4053 error 60 >getA : Symbol(B.getA, Decl(index.ts, 2, 26)) 63 ...super.getA(), 64 >super.getA : Symbol(A.getA, Decl(class.ts, 10, 16)) 66 >getA : Symbol(A.getA, Decl(class.ts, 10, 16))
|
D | moduleAugmentationGlobal1.types | 15 getA(): A; 16 >getA : () => A 25 let y = x.getA().x; 27 >x.getA().x : number 28 >x.getA() : A 29 >x.getA : () => A 31 >getA : () => A
|
D | moduleAugmentationInAmbientModule5.symbols | 8 let y = x.getA().x; 10 >x.getA().x : Symbol(A.x, Decl(array.d.ts, 1, 13)) 11 >x.getA : Symbol(Array.getA, Decl(array.d.ts, 7, 28)) 13 >getA : Symbol(Array.getA, Decl(array.d.ts, 7, 28)) 38 getA(): A; 39 >getA : Symbol(Array.getA, Decl(array.d.ts, 7, 28))
|
D | privateIdentifierChain.1.types | 11 getA(): A { 12 >getA : () => A 29 this?.getA().#b; // Error 30 >this?.getA().#b : A | undefined 31 >this?.getA() : A | undefined 32 >this?.getA : (() => A) | undefined 34 >getA : (() => A) | undefined
|
D | moduleAugmentationInAmbientModule5.types | 10 let y = x.getA().x; 12 >x.getA().x : number 13 >x.getA() : import("A").A 14 >x.getA : () => import("A").A 16 >getA : () => import("A").A 38 getA(): A; 39 >getA : () => A
|
D | destructuringParameterProperties2.js | 9 public getA() { method in C1 23 var [x_a, x_b, x_c] = [x.getA(), x.getB(), x.getC()]; 26 var [y_a, y_b, y_c] = [y.getA(), y.getB(), y.getC()]; 29 var [z_a, z_b, z_c] = [z.getA(), z.getB(), z.getC()]; 41 C1.prototype.getA = function () { method in C1 53 var _a = [x.getA(), x.getB(), x.getC()], x_a = _a[0], x_b = _a[1], x_c = _a[2]; 55 var _b = [y.getA(), y.getB(), y.getC()], y_a = _b[0], y_b = _b[1], y_c = _b[2]; 57 var _c = [z.getA(), z.getB(), z.getC()], z_a = _c[0], z_b = _c[1], z_c = _c[2];
|
D | declarationEmitForGlobalishSpecifierSymlink2.types | 2 export function getA(): A; 3 >getA : () => A 17 import { getA } from "typescript-fsa"; 18 >getA : () => import("/cache/typescript-fsa/index").A 20 export const a = getA(); 22 >getA() : import("/cache/typescript-fsa/index").A 23 >getA : () => import("/cache/typescript-fsa/index").A
|
D | declarationEmitStringEnumUsedInNonlocalSpread.js | 15 getA(): ITest { 26 getA() { // TS4053 error method in B 28 ...super.getA(), 41 A.prototype.getA = function () { method in A 87 B.prototype.getA = function () { method in B 88 return __assign(__assign({}, _super.prototype.getA.call(this)), { a: '123' }); 105 getA(): ITest; 110 getA(): {
|
D | declarationEmitForGlobalishSpecifierSymlink.js | 4 export function getA(): A; 16 export function getA(): A; 29 import { getA } from "typescript-fsa"; 31 export const a = getA(); 42 exports.a = typescript_fsa_1.getA();
|
D | privateIdentifierChain.1.js | 5 getA(): A { 11 this?.getA().#b; // Error 22 this?.getA().#b; // Error 25 getA() { method in A
|
D | declarationEmitForGlobalishSpecifierSymlink2.js | 4 export function getA(): A; 17 import { getA } from "typescript-fsa"; 19 export const a = getA(); 30 exports.a = typescript_fsa_1.getA();
|
D | moduleAugmentationGlobal1.js | 12 getA(): A; 17 let y = x.getA().x; 34 var y = x.getA().x; 45 getA(): A;
|
/third_party/typescript/tests/cases/conformance/es6/destructuring/ |
D | destructuringParameterProperties3.ts | 8 public getA() { method in C1 22 var [x_a, x_b, x_c] = [x.getA(), x.getB(), x.getC()]; 25 var [y_a, y_b, y_c] = [y.getA(), y.getB(), y.getC()]; 28 var [z_a, z_b, z_c] = [z.getA(), z.getB(), z.getC()]; 31 var [z_a, z_b, z_c] = [z.getA(), z.getB(), z.getC()];
|
/third_party/typescript/tests/cases/compiler/ |
D | declarationEmitForGlobalishSpecifierSymlink.ts | 4 export function getA(): A; function 16 export function getA(): A; function 29 import { getA } from "typescript-fsa"; 31 export const a = getA();
|