Searched defs:hoistVariableDeclaration (Results 1 – 22 of 22) sorted by relevance
| /third_party/typescript/src/compiler/transformers/ |
| D | es2016.ts | 7 } = context; 8 9 return chainBundle(context, transformSourceFile);
|
| D | es2021.ts | 5 hoistVariableDeclaration, constant
|
| D | es2020.ts | 6 hoistVariableDeclaration, constant
|
| D | typeSerializer.ts | 61 } = context; 62 63 const resolver = context.getEmitResolver();
|
| D | legacyDecorators.ts | 7 hoistVariableDeclaration, constant
|
| D | es2017.ts | 22 } = context;
|
| D | es2018.ts | 47 } = context;
|
| D | ts.ts | 39 hoistVariableDeclaration, constant
|
| D | classFields.ts | 135 hoistVariableDeclaration, constant
|
| D | generators.ts | 239 } = context; 240 241 const compilerOptions = context.getCompilerOptions();
|
| D | es2015.ts | 272 hoistVariableDeclaration, constant
|
| /third_party/typescript/src/compiler/ |
| D | transformer.ts | 335 function hoistVariableDeclaration(name: Identifier): void { function
|
| D | types.ts | 7849 … * should usually be a reference to `hoistVariableDeclaration` from a `TransformationContext`, but enumerator
|
| /third_party/typescript/src/compiler/transformers/module/ |
| D | system.ts | 14 } = context; 15 16 const compilerOptions = context.getCompilerOptions();
|
| D | module.ts | 25 } = context; 26 27 const compilerOptions = context.getCompilerOptions();
|
| /third_party/typescript/lib/ |
| D | typescript.d.ts | 4094 hoistVariableDeclaration(node: Identifier): void; method
|
| D | typescriptServices.d.ts | 4094 hoistVariableDeclaration(node: Identifier): void; method
|
| D | tsserverlibrary.d.ts | 4094 hoistVariableDeclaration(node: Identifier): void; method
|
| D | typingsInstaller.js | 114606 hoistVariableDeclaration: hoistVariableDeclaration, property 114738 function hoistVariableDeclaration(name) { function 114961 hoistVariableDeclaration: ts.noop, property
|
| D | tsc.js | 94583 hoistVariableDeclaration: hoistVariableDeclaration, property 94678 function hoistVariableDeclaration(name) { function 94868 hoistVariableDeclaration: ts.noop, property
|
| /third_party/typescript/tests/baselines/reference/api/ |
| D | typescript.d.ts | 4094 hoistVariableDeclaration(node: Identifier): void; method
|
| D | tsserverlibrary.d.ts | 4094 hoistVariableDeclaration(node: Identifier): void; method
|