/third_party/typescript/src/compiler/transformers/module/ |
D | system.ts | 1064 …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
|
D | module.ts | 1288 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/ |
D | convertImport.ts | 93 const exportName = getRightOfPropertyAccessOrQualifiedName(id.parent).text; constant 106 … const exportName = getRightOfPropertyAccessOrQualifiedName(propertyAccessOrQualifiedName).text; constant
|
D | convertExport.ts | 54 readonly exportName: Identifier; // This is exportNode.name except for VariableStatement_s. property
|
/third_party/jsframework/mock-generate/src/declaration-node/ |
D | importAndExportDeclaration.ts | 102 exportName: string property
|
/third_party/flatbuffers/grpc/src/compiler/ |
D | go_generator.cc | 66 grpc::string exportName(grpc::string s) { in exportName() function
|
/third_party/typescript/src/compiler/transformers/ |
D | ts.ts | 2358 const exportName = hasSyntacticModifier(node, ModifierFlags.Export) constant 2659 const exportName = hasSyntacticModifier(node, ModifierFlags.Export) constant
|
/third_party/typescript/lib/ |
D | typescript.js | 24973 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
|
D | typescriptServices.js | 24973 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
|
D | tsc.js | 19884 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
|
D | typingsInstaller.js | 24768 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
|
D | tsserverlibrary.js | 24973 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
|
D | tsserver.js | 24779 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
|