/third_party/typescript/tests/baselines/reference/ |
D | circularTypeofWithFunctionModule.types | 7 function maker (value: string): typeof maker.Bar { 8 >maker : typeof maker 10 >maker.Bar : typeof maker.Bar 11 >maker : typeof maker 12 >Bar : typeof maker.Bar 14 return maker.Bar; 15 >maker.Bar : typeof maker.Bar 16 >maker : typeof maker 17 >Bar : typeof maker.Bar 20 namespace maker { [all …]
|
D | circularTypeofWithFunctionModule.symbols | 7 function maker (value: string): typeof maker.Bar { 8 >maker : Symbol(maker, Decl(circularTypeofWithFunctionModule.ts, 2, 12), Decl(circularTypeofWithFun… 10 >maker.Bar : Symbol(maker.Bar, Decl(circularTypeofWithFunctionModule.ts, 8, 17)) 11 >maker : Symbol(maker, Decl(circularTypeofWithFunctionModule.ts, 2, 12), Decl(circularTypeofWithFun… 12 >Bar : Symbol(maker.Bar, Decl(circularTypeofWithFunctionModule.ts, 8, 17)) 14 return maker.Bar; 15 >maker.Bar : Symbol(maker.Bar, Decl(circularTypeofWithFunctionModule.ts, 8, 17)) 16 >maker : Symbol(maker, Decl(circularTypeofWithFunctionModule.ts, 2, 12), Decl(circularTypeofWithFun… 17 >Bar : Symbol(maker.Bar, Decl(circularTypeofWithFunctionModule.ts, 8, 17)) 20 namespace maker { [all …]
|
D | circularTypeofWithFunctionModule.js | 6 function maker (value: string): typeof maker.Bar { 7 return maker.Bar; 10 namespace maker { 37 function maker(value) { function 38 return maker.Bar; 40 (function (maker) { argument 48 maker.Bar = Bar; 49 })(maker || (maker = {}));
|
D | unusedLocalsOnFunctionDeclarationWithinFunctionDeclaration1.symbols | 10 function maker(child: string): void { 11 >maker : Symbol(maker, Decl(unusedLocalsOnFunctionDeclarationWithinFunctionDeclaration1.ts, 1, 20))
|
D | unusedLocalsOnFunctionExpressionWithinFunctionExpression1.symbols | 10 var maker = function (child: string): void { 11 >maker : Symbol(maker, Decl(unusedLocalsOnFunctionExpressionWithinFunctionExpression1.ts, 2, 7))
|
D | unusedLocalsOnFunctionExpressionWithinFunctionDeclaration1.symbols | 10 var maker = function (child: string): void { 11 >maker : Symbol(maker, Decl(unusedLocalsOnFunctionExpressionWithinFunctionDeclaration1.ts, 2, 7))
|
D | unusedLocalsOnFunctionDeclarationWithinFunctionExpression1.symbols | 10 function maker(child: string): void { 11 >maker : Symbol(maker, Decl(unusedLocalsOnFunctionDeclarationWithinFunctionExpression1.ts, 1, 20))
|
D | unusedLocalsOnFunctionDeclarationWithinFunctionExpression1.types | 4 >function (person: string, person2: string) { var unused = 20; function maker(child: string):… 12 function maker(child: string): void { 13 >maker : (child: string) => void
|
D | unusedLocalsOnFunctionDeclarationWithinFunctionExpression2.types | 4 >function (person: string, person2: string) { var unused = 20; function maker(child: string):… 12 function maker(child: string): void { 13 >maker : (child: string) => void
|
D | unusedLocalsOnFunctionExpressionWithinFunctionExpression1.types | 4 >function (person: string, person2: string) { var unused = 20; var maker = function (child: s… 12 var maker = function (child: string): void { 13 >maker : (child: string) => void
|
D | unusedLocalsOnFunctionExpressionWithinFunctionDeclaration2.symbols | 10 var maker = function(child: string): void { 11 >maker : Symbol(maker, Decl(unusedLocalsOnFunctionExpressionWithinFunctionDeclaration2.ts, 2, 7))
|
D | unusedLocalsOnFunctionDeclarationWithinFunctionDeclaration2.symbols | 10 function maker(child: string): void { 11 >maker : Symbol(maker, Decl(unusedLocalsOnFunctionDeclarationWithinFunctionDeclaration2.ts, 1, 20))
|
D | unusedLocalsOnFunctionDeclarationWithinFunctionExpression2.symbols | 10 function maker(child: string): void { 11 >maker : Symbol(maker, Decl(unusedLocalsOnFunctionDeclarationWithinFunctionExpression2.ts, 1, 20))
|
D | unusedLocalsOnFunctionExpressionWithinFunctionExpression2.symbols | 10 var maker = function (child: string): void { 11 >maker : Symbol(maker, Decl(unusedLocalsOnFunctionExpressionWithinFunctionExpression2.ts, 2, 7))
|
D | unusedLocalsOnFunctionExpressionWithinFunctionExpression2.types | 4 >function (person: string, person2: string) { var unused = 20; var maker = function (child: s… 12 var maker = function (child: string): void { 13 >maker : (child: string) => void
|
D | unusedLocalsOnFunctionDeclarationWithinFunctionExpression1.errors.txt | 4 …lsOnFunctionDeclarationWithinFunctionExpression1.ts(3,14): error TS6133: 'maker' is declared but i… 18 function maker(child: string): void { 20 !!! error TS6133: 'maker' is declared but its value is never read.
|
D | unusedLocalsOnFunctionExpressionWithinFunctionExpression1.errors.txt | 4 …calsOnFunctionExpressionWithinFunctionExpression1.ts(3,9): error TS6133: 'maker' is declared but i… 18 var maker = function (child: string): void { 20 !!! error TS6133: 'maker' is declared but its value is never read.
|
D | unusedLocalsOnFunctionDeclarationWithinFunctionDeclaration1.errors.txt | 4 …sOnFunctionDeclarationWithinFunctionDeclaration1.ts(3,14): error TS6133: 'maker' is declared but i… 18 function maker(child: string): void { 20 !!! error TS6133: 'maker' is declared but its value is never read.
|
D | unusedLocalsOnFunctionExpressionWithinFunctionDeclaration1.errors.txt | 4 …alsOnFunctionExpressionWithinFunctionDeclaration1.ts(3,9): error TS6133: 'maker' is declared but i… 18 var maker = function (child: string): void { 20 !!! error TS6133: 'maker' is declared but its value is never read.
|
D | unusedLocalsOnFunctionDeclarationWithinFunctionExpression1.js | 4 function maker(child: string): void { 13 function maker(child) { function
|
D | unusedLocalsOnFunctionExpressionWithinFunctionDeclaration1.js | 4 var maker = function (child: string): void { 13 var maker = function (child) { function
|
D | unusedLocalsOnFunctionDeclarationWithinFunctionDeclaration1.js | 4 function maker(child: string): void { 13 function maker(child) { function
|
D | unusedLocalsOnFunctionExpressionWithinFunctionExpression1.js | 4 var maker = function (child: string): void { 13 var maker = function (child) { function
|
/third_party/python/Lib/lib2to3/fixes/ |
D | fix_set_literal.py | 43 maker = pytree.Node(syms.dictsetmaker, literal) 44 maker.prefix = node.prefix 47 if len(maker.children) == 4: 48 n = maker.children[2] 50 maker.children[-1].prefix = n.prefix 53 return maker
|
/third_party/typescript/tests/cases/compiler/ |
D | circularTypeofWithFunctionModule.ts | 5 function maker (value: string): typeof maker.Bar { function 6 return maker.Bar; 9 namespace maker { namespace
|