Home
last modified time | relevance | path

Searched defs:exportName (Results 1 – 18 of 18) sorted by relevance

/third_party/typescript/src/services/codefixes/
DfixImportNonExportedMember.ts28 const { exportName, node, moduleSourceFile } = info; constant
69 exportName: ExportName; property
100 const exportName = { node: token, isTypeOnly: isTypeDeclaration(node) }; constant
/third_party/typescript/src/compiler/transformers/module/
Dsystem.ts1073 …const exportName = hasSyntacticModifier(decl, ModifierFlags.Default) ? factory.createStringLiteral… constant
1151 … const exportName = isIdentifier(name) ? factory.createStringLiteralFromNode(name) : name; constant
1646 for (const exportName of exportedNames) { constant
1883 for (const exportName of exportedNames) { constant
Dmodule.ts694 for (const exportName of exportedNames) { constant
1392 for (const exportName of exportedNames) { constant
1607 …const exportName = hasSyntacticModifier(decl, ModifierFlags.Default) ? factory.createIdentifier("d… constant
1967 for (const exportName of exportedNames) { constant
/third_party/typescript/src/services/refactors/
DconvertImport.ts115 const exportName = getRightOfPropertyAccessOrQualifiedName(id.parent).text; constant
128 … const exportName = getRightOfPropertyAccessOrQualifiedName(propertyAccessOrQualifiedName).text; constant
DconvertExport.ts54 readonly exportName: Identifier; // This is exportNode.name except for VariableStatement_s. property
/third_party/typescript/src/compiler/transformers/
Dts.ts1518 const exportName = hasSyntacticModifier(node, ModifierFlags.Export) constant
1820 const exportName = hasSyntacticModifier(node, ModifierFlags.Export) constant
/third_party/typescript/tests/cases/fourslash/
Dfourslash.ts118 exportName: string; property
/third_party/typescript/tests/baselines/reference/tsserver/moduleSpecifierCache/
Dinvalidates-module-specifiers-when-changes-happen-in-contained-node_modules-directories.js914 "exportName": "foo", property
1049 "exportName": "foo", property
1115 "exportName": "observable", property
/third_party/typescript/src/services/
Dcompletions.ts83 exportName: string; property
90 exportName: string; property
1319 exportName: data.exportName, constant
1331 exportName: data.exportName, constant
Dtypes.ts1257 exportName: string; property
/third_party/glslang/SPIRV/
DspvIR.h422 std::string exportName; variable
/third_party/typescript/lib/
DtypescriptServices.d.ts6990 exportName: string; property
Dtypescript.d.ts6990 exportName: string; property
Dtsserverlibrary.d.ts6990 exportName: string; property
Dtsc.js22083 function createExternalModuleExport(exportName) { argument
82322 function createNamespaceExport(exportName, exportValue, location) { argument
82325 function createNamespaceExportExpression(exportName, exportValue, location) { argument
91422 …function appendExportStatement(statements, exportName, expression, location, allowComments, liveBi… argument
92106 function appendExportStatement(statements, exportName, expression, allowComments) { argument
DtypingsInstaller.js27353 function createExternalModuleExport(exportName) { argument
97784 function createNamespaceExport(exportName, exportValue, location) { argument
97787 function createNamespaceExportExpression(exportName, exportValue, location) { argument
110531 …function appendExportStatement(statements, exportName, expression, location, allowComments, liveBi… argument
111669 function appendExportStatement(statements, exportName, expression, allowComments) { argument
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts6990 exportName: string; property
Dtsserverlibrary.d.ts6990 exportName: string; property