Home
last modified time | relevance | path

Searched refs:moduleBlock (Results 1 – 7 of 7) sorted by relevance

/third_party/typescript/src/compiler/transformers/
Dts.ts2752 … const moduleBlock = <ModuleBlock>getInnerMostModuleDeclarationFromDottedModule(node)!.body; constant
2753 statementsLocation = moveRangePos(moduleBlock.statements, -1);
/third_party/typescript/lib/
Dtsc.js71634 var moduleBlock = getInnerMostModuleDeclarationFromDottedModule(node).body;
71635 statementsLocation = ts.moveRangePos(moduleBlock.statements, -1);
DtypingsInstaller.js85816 var moduleBlock = getInnerMostModuleDeclarationFromDottedModule(node).body;
85817 statementsLocation = ts.moveRangePos(moduleBlock.statements, -1);
Dtypescript.js86021 var moduleBlock = getInnerMostModuleDeclarationFromDottedModule(node).body;
86022 statementsLocation = ts.moveRangePos(moduleBlock.statements, -1);
DtypescriptServices.js86021 var moduleBlock = getInnerMostModuleDeclarationFromDottedModule(node).body;
86022 statementsLocation = ts.moveRangePos(moduleBlock.statements, -1);
Dtsserverlibrary.js86021 var moduleBlock = getInnerMostModuleDeclarationFromDottedModule(node).body;
86022 statementsLocation = ts.moveRangePos(moduleBlock.statements, -1);
Dtsserver.js85827 var moduleBlock = getInnerMostModuleDeclarationFromDottedModule(node).body;
85828 statementsLocation = ts.moveRangePos(moduleBlock.statements, -1);