Home
last modified time | relevance | path

Searched refs:createExternalModuleExport (Results 1 – 12 of 12) sorted by relevance

/third_party/typescript/src/deprecatedCompat/4.0/
DnodeFactoryTopLevelExports.ts910 …export const createExternalModuleExport = Debug.deprecate(factory.createExternalModuleExport, fact… constant
/third_party/typescript/src/compiler/transformers/
Dts.ts733 …statements.push(factory.createExternalModuleExport(factory.getLocalName(node, /*allowComments*/ fa…
Des2015.ts753 : factory.createExternalModuleExport(factory.getLocalName(node));
/third_party/typescript/src/compiler/factory/
DnodeFactory.ts507 createExternalModuleExport,
5789 function createExternalModuleExport(exportName: Identifier) {
/third_party/typescript/lib/
Dtypescript.d.ts4082 createExternalModuleExport(exportName: Identifier): ExportDeclaration; method
8186 const createExternalModuleExport: (exportName: Identifier) => ExportDeclaration; constant
DtypescriptServices.d.ts4082 createExternalModuleExport(exportName: Identifier): ExportDeclaration; method
8186 const createExternalModuleExport: (exportName: Identifier) => ExportDeclaration; constant
Dtsserverlibrary.d.ts4082 createExternalModuleExport(exportName: Identifier): ExportDeclaration; method
12132 const createExternalModuleExport: (exportName: Identifier) => ExportDeclaration; constant
Dtsc.js18528 createExternalModuleExport: createExternalModuleExport,
22083 function createExternalModuleExport(exportName) { function
81621 … statements.push(factory.createExternalModuleExport(factory.getLocalName(node, false, true)));
87234 : factory.createExternalModuleExport(factory.getLocalName(node));
DtypingsInstaller.js23173 createExternalModuleExport: createExternalModuleExport,
27353 function createExternalModuleExport(exportName) { function
96647 …statements.push(factory.createExternalModuleExport(factory.getLocalName(node, /*allowComments*/ fa…
103910 : factory.createExternalModuleExport(factory.getLocalName(node));
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts4082 createExternalModuleExport(exportName: Identifier): ExportDeclaration; method
8186 const createExternalModuleExport: (exportName: Identifier) => ExportDeclaration; constant
Dtsserverlibrary.d.ts4082 createExternalModuleExport(exportName: Identifier): ExportDeclaration; method
12132 const createExternalModuleExport: (exportName: Identifier) => ExportDeclaration; constant
/third_party/typescript/src/compiler/
Dtypes.ts8449 createExternalModuleExport(exportName: Identifier): ExportDeclaration;