Home
last modified time | relevance | path

Searched refs:updateModuleBlock (Results 1 – 14 of 14) sorted by relevance

/third_party/typescript/src/testRunner/unittests/
Dtransform.ts252 return factory.updateModuleBlock(block, statements) as typeof block;
/third_party/typescript/src/deprecatedCompat/4.0/
DnodeFactoryTopLevelExports.ts625 export const updateModuleBlock = Debug.deprecate(factory.updateModuleBlock, factoryDeprecation); constant
/third_party/typescript/src/compiler/transformers/
Ddeclarations.ts1385 const body = factory.updateModuleBlock(inner, lateStatements);
/third_party/typescript/src/compiler/
DvisitorPublic.ts1135 return context.factory.updateModuleBlock(node,
Dtypes.ts8182 updateModuleBlock(node: ModuleBlock, statements: readonly Statement[]): ModuleBlock;
Dchecker.ts7234 body = factory.updateModuleBlock(
/third_party/typescript/src/compiler/factory/
DnodeFactory.ts293 updateModuleBlock,
4081 function updateModuleBlock(node: ModuleBlock, statements: readonly Statement[]) {
/third_party/typescript/lib/
Dtypescript.d.ts3885 updateModuleBlock(node: ModuleBlock, statements: readonly Statement[]): ModuleBlock; method
7968 const updateModuleBlock: (node: ModuleBlock, statements: readonly Statement[]) => ModuleBlock; constant
DtypescriptServices.d.ts3885 updateModuleBlock(node: ModuleBlock, statements: readonly Statement[]): ModuleBlock; method
7968 const updateModuleBlock: (node: ModuleBlock, statements: readonly Statement[]) => ModuleBlock; constant
Dtsserverlibrary.d.ts3885 updateModuleBlock(node: ModuleBlock, statements: readonly Statement[]): ModuleBlock; method
11914 const updateModuleBlock: (node: ModuleBlock, statements: readonly Statement[]) => ModuleBlock; constant
Dtsc.js18320 updateModuleBlock: updateModuleBlock,
20903 function updateModuleBlock(node, statements) { function
47496 …pdateModuleDeclaration(ns, ns.modifiers, ns.name, body = ts.factory.updateModuleBlock(body, ts.fac…
79706 …return context.factory.updateModuleBlock(node, nodesVisitor(node.statements, visitor, ts.isStateme…
94146 var body = factory.updateModuleBlock(inner, lateStatements);
DtypingsInstaller.js22961 updateModuleBlock: updateModuleBlock,
25909 function updateModuleBlock(node, statements) { function
57181 …pdateModuleDeclaration(ns, ns.modifiers, ns.name, body = ts.factory.updateModuleBlock(body, ts.fac…
94230 …return context.factory.updateModuleBlock(node, nodesVisitor(node.statements, visitor, ts.isStateme…
114118 var body = factory.updateModuleBlock(inner, lateStatements);
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts3885 updateModuleBlock(node: ModuleBlock, statements: readonly Statement[]): ModuleBlock; method
7968 const updateModuleBlock: (node: ModuleBlock, statements: readonly Statement[]) => ModuleBlock; constant
Dtsserverlibrary.d.ts3885 updateModuleBlock(node: ModuleBlock, statements: readonly Statement[]): ModuleBlock; method
11914 const updateModuleBlock: (node: ModuleBlock, statements: readonly Statement[]) => ModuleBlock; constant