Home
last modified time | relevance | path

Searched refs:createModuleBlock (Results 1 – 15 of 15) sorted by relevance

/third_party/typescript/src/testRunner/unittests/
Dprinter.ts202 factory.createModuleBlock(emptyArray),
212 factory.createModuleBlock(emptyArray),
Dtransform.ts236 …n(/*modifiers*/ undefined, factory.createIdentifier("Foo"), factory.createModuleBlock([factory.cre…
/third_party/typescript/src/compiler/transformers/
Ddeclarations.ts293 …factory.createModuleBlock(setTextRange(factory.createNodeArray(transformAndReplaceLatePaintedState…
1282 …efined, clean.name || factory.createIdentifier("_default"), factory.createModuleBlock([]), NodeFla…
1315 …reateModuleDeclaration(ensureModifiers(input), input.name!, factory.createModuleBlock(declarations…
/third_party/typescript/src/deprecatedCompat/4.0/
DnodeFactoryTopLevelExports.ts622 export const createModuleBlock = Debug.deprecate(factory.createModuleBlock, factoryDeprecation); constant
/third_party/typescript/src/compiler/factory/
DnodeFactory.ts292 createModuleBlock,
4073 function createModuleBlock(statements: readonly Statement[]) {
4083 ? update(createModuleBlock(statements), node)
/third_party/typescript/lib/
Dtypescript.d.ts3884 createModuleBlock(statements: readonly Statement[]): ModuleBlock; method
7966 const createModuleBlock: (statements: readonly Statement[]) => ModuleBlock; constant
DtypescriptServices.d.ts3884 createModuleBlock(statements: readonly Statement[]): ModuleBlock; method
7966 const createModuleBlock: (statements: readonly Statement[]) => ModuleBlock; constant
Dtsserverlibrary.d.ts3884 createModuleBlock(statements: readonly Statement[]): ModuleBlock; method
11912 const createModuleBlock: (statements: readonly Statement[]) => ModuleBlock; constant
Dtsc.js18319 createModuleBlock: createModuleBlock,
20897 function createModuleBlock(statements) { function
20905 ? update(createModuleBlock(statements), node)
31375 return finishNode(factory.createModuleBlock(statements), pos);
47824 …var nsBody = ts.factory.createModuleBlock([ts.factory.createExportDeclaration(undefined, false, ts…
47880 …claration(undefined, ts.factory.createIdentifier(localName), ts.factory.createModuleBlock([]), 16);
47898 …laration(fakespace, fakespace.modifiers, fakespace.name, ts.factory.createModuleBlock(exportModifi…
93376 …lvedExternalModuleName(context.getEmitHost(), sourceFile)), factory.createModuleBlock(ts.setTextRa…
94073 …(undefined, clean.name || factory.createIdentifier("_default"), factory.createModuleBlock([]), 16);
94103 …createModuleDeclaration(ensureModifiers(input), input.name, factory.createModuleBlock(declarations…
DtypingsInstaller.js22960 createModuleBlock: createModuleBlock,
25902 function createModuleBlock(statements) { function
25911 ? update(createModuleBlock(statements), node)
38636 return finishNode(factory.createModuleBlock(statements), pos);
57598 … var nsBody = ts.factory.createModuleBlock([ts.factory.createExportDeclaration(
57680 …ers*/ undefined, ts.factory.createIdentifier(localName), ts.factory.createModuleBlock([]), 16 /* N…
57702 …laration(fakespace, fakespace.modifiers, fakespace.name, ts.factory.createModuleBlock(exportModifi…
113263 …lvedExternalModuleName(context.getEmitHost(), sourceFile)), factory.createModuleBlock(ts.setTextRa…
114035 …efined, clean.name || factory.createIdentifier("_default"), factory.createModuleBlock([]), 16 /* N…
114067 …createModuleDeclaration(ensureModifiers(input), input.name, factory.createModuleBlock(declarations…
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts3884 createModuleBlock(statements: readonly Statement[]): ModuleBlock; method
7966 const createModuleBlock: (statements: readonly Statement[]) => ModuleBlock; constant
Dtsserverlibrary.d.ts3884 createModuleBlock(statements: readonly Statement[]): ModuleBlock; method
11912 const createModuleBlock: (statements: readonly Statement[]) => ModuleBlock; constant
/third_party/typescript/src/compiler/
Dtypes.ts8181 createModuleBlock(statements: readonly Statement[]): ModuleBlock;
Dparser.ts8181 return finishNode(factory.createModuleBlock(statements), pos);
Dchecker.ts7706 const nsBody = factory.createModuleBlock([factory.createExportDeclaration(
7801 …modifiers*/ undefined, factory.createIdentifier(localName), factory.createModuleBlock([]), NodeFla…
7830 factory.createModuleBlock(exportModifierStripped));