| /third_party/typescript/src/testRunner/unittests/ |
| D | printer.ts | 202 factory.createModuleBlock(emptyArray), 212 factory.createModuleBlock(emptyArray),
|
| D | transform.ts | 236 …n(/*modifiers*/ undefined, factory.createIdentifier("Foo"), factory.createModuleBlock([factory.cre…
|
| /third_party/typescript/src/compiler/transformers/ |
| D | declarations.ts | 293 …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/ |
| D | nodeFactoryTopLevelExports.ts | 622 export const createModuleBlock = Debug.deprecate(factory.createModuleBlock, factoryDeprecation); constant
|
| /third_party/typescript/src/compiler/factory/ |
| D | nodeFactory.ts | 292 createModuleBlock, 4073 function createModuleBlock(statements: readonly Statement[]) { 4083 ? update(createModuleBlock(statements), node)
|
| /third_party/typescript/lib/ |
| D | typescript.d.ts | 3884 createModuleBlock(statements: readonly Statement[]): ModuleBlock; method 7966 const createModuleBlock: (statements: readonly Statement[]) => ModuleBlock; constant
|
| D | typescriptServices.d.ts | 3884 createModuleBlock(statements: readonly Statement[]): ModuleBlock; method 7966 const createModuleBlock: (statements: readonly Statement[]) => ModuleBlock; constant
|
| D | tsserverlibrary.d.ts | 3884 createModuleBlock(statements: readonly Statement[]): ModuleBlock; method 11912 const createModuleBlock: (statements: readonly Statement[]) => ModuleBlock; constant
|
| D | tsc.js | 18319 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…
|
| D | typingsInstaller.js | 22960 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/ |
| D | typescript.d.ts | 3884 createModuleBlock(statements: readonly Statement[]): ModuleBlock; method 7966 const createModuleBlock: (statements: readonly Statement[]) => ModuleBlock; constant
|
| D | tsserverlibrary.d.ts | 3884 createModuleBlock(statements: readonly Statement[]): ModuleBlock; method 11912 const createModuleBlock: (statements: readonly Statement[]) => ModuleBlock; constant
|
| /third_party/typescript/src/compiler/ |
| D | types.ts | 8181 createModuleBlock(statements: readonly Statement[]): ModuleBlock;
|
| D | parser.ts | 8181 return finishNode(factory.createModuleBlock(statements), pos);
|
| D | checker.ts | 7706 const nsBody = factory.createModuleBlock([factory.createExportDeclaration( 7801 …modifiers*/ undefined, factory.createIdentifier(localName), factory.createModuleBlock([]), NodeFla… 7830 factory.createModuleBlock(exportModifierStripped));
|