Home
last modified time | relevance | path

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

/third_party/typescript/src/compiler/transformers/module/
Dsystem.ts1064 …const exportName = hasSyntacticModifier(decl, ModifierFlags.Default) ? factory.createStringLiteral… constant
1142 … const exportName = isIdentifier(name) ? factory.createStringLiteralFromNode(name) : name; constant
1789 for (const exportName of exportedNames) { constant
1832 for (const exportName of exportedNames) { constant
Dmodule.ts1288 for (const exportName of exportedNames) { constant
1503 …const exportName = hasSyntacticModifier(decl, ModifierFlags.Default) ? factory.createIdentifier("d… constant
1830 for (const exportName of exportedNames) { constant
1874 for (const exportName of exportedNames) { constant
/third_party/typescript/src/services/refactors/
DconvertImport.ts93 const exportName = getRightOfPropertyAccessOrQualifiedName(id.parent).text; constant
106 … const exportName = getRightOfPropertyAccessOrQualifiedName(propertyAccessOrQualifiedName).text; constant
DconvertExport.ts54 readonly exportName: Identifier; // This is exportNode.name except for VariableStatement_s. property
/third_party/jsframework/mock-generate/src/declaration-node/
DimportAndExportDeclaration.ts102 exportName: string property
/third_party/flatbuffers/grpc/src/compiler/
Dgo_generator.cc66 grpc::string exportName(grpc::string s) { in exportName() function
/third_party/typescript/src/compiler/transformers/
Dts.ts2358 const exportName = hasSyntacticModifier(node, ModifierFlags.Export) constant
2659 const exportName = hasSyntacticModifier(node, ModifierFlags.Export) constant
/third_party/typescript/lib/
Dtypescript.js24973 function createExternalModuleExport(exportName) { argument
86294 function createNamespaceExport(exportName, exportValue, location) { argument
86297 function createNamespaceExportExpression(exportName, exportValue, location) { argument
96731 …function appendExportStatement(statements, exportName, expression, location, allowComments, liveBi… argument
97882 function appendExportStatement(statements, exportName, expression, allowComments) { argument
125153 …iles, checker, cancellationToken, exportSymbol, exportingModuleSymbol, exportName, isDefaultExport… argument
144509 function changeDefaultToNamedImport(importingSourceFile, ref, changes, exportName) { argument
DtypescriptServices.js24973 function createExternalModuleExport(exportName) { argument
86294 function createNamespaceExport(exportName, exportValue, location) { argument
86297 function createNamespaceExportExpression(exportName, exportValue, location) { argument
96731 …function appendExportStatement(statements, exportName, expression, location, allowComments, liveBi… argument
97882 function appendExportStatement(statements, exportName, expression, allowComments) { argument
125153 …iles, checker, cancellationToken, exportSymbol, exportingModuleSymbol, exportName, isDefaultExport… argument
144509 function changeDefaultToNamedImport(importingSourceFile, ref, changes, exportName) { argument
Dtsc.js19884 function createExternalModuleExport(exportName) { argument
71776 function createNamespaceExport(exportName, exportValue, location) { argument
71779 function createNamespaceExportExpression(exportName, exportValue, location) { argument
79016 …function appendExportStatement(statements, exportName, expression, location, allowComments, liveBi… argument
79698 function appendExportStatement(statements, exportName, expression, allowComments) { argument
DtypingsInstaller.js24768 function createExternalModuleExport(exportName) { argument
86089 function createNamespaceExport(exportName, exportValue, location) { argument
86092 function createNamespaceExportExpression(exportName, exportValue, location) { argument
96526 …function appendExportStatement(statements, exportName, expression, location, allowComments, liveBi… argument
97677 function appendExportStatement(statements, exportName, expression, allowComments) { argument
Dtsserverlibrary.js24973 function createExternalModuleExport(exportName) { argument
86294 function createNamespaceExport(exportName, exportValue, location) { argument
86297 function createNamespaceExportExpression(exportName, exportValue, location) { argument
96731 …function appendExportStatement(statements, exportName, expression, location, allowComments, liveBi… argument
97882 function appendExportStatement(statements, exportName, expression, allowComments) { argument
125153 …iles, checker, cancellationToken, exportSymbol, exportingModuleSymbol, exportName, isDefaultExport… argument
144509 function changeDefaultToNamedImport(importingSourceFile, ref, changes, exportName) { argument
Dtsserver.js24779 function createExternalModuleExport(exportName) { argument
86100 function createNamespaceExport(exportName, exportValue, location) { argument
86103 function createNamespaceExportExpression(exportName, exportValue, location) { argument
96537 …function appendExportStatement(statements, exportName, expression, location, allowComments, liveBi… argument
97688 function appendExportStatement(statements, exportName, expression, allowComments) { argument
124584 …iles, checker, cancellationToken, exportSymbol, exportingModuleSymbol, exportName, isDefaultExport… argument
143940 function changeDefaultToNamedImport(importingSourceFile, ref, changes, exportName) { argument