Home
last modified time | relevance | path

Searched defs:externalHelpersImportDeclaration (Results 1 – 3 of 3) sorted by relevance

/third_party/typescript/src/compiler/transformers/
Dutilities.ts28 externalHelpersImportDeclaration: ImportDeclaration | undefined; // import of external helpers property
218 …const externalHelpersImportDeclaration = createExternalHelpersImportDeclarationIfNeeded(context.fa… constant
/third_party/typescript/src/compiler/transformers/module/
DesnextAnd2015.ts66 …const externalHelpersImportDeclaration = createExternalHelpersImportDeclarationIfNeeded(factory, e… constant
/third_party/typescript/src/compiler/factory/
Dutilities.ts587 const externalHelpersImportDeclaration = nodeFactory.createImportDeclaration( constant