Home
last modified time | relevance | path

Searched defs:exportClause (Results 1 – 14 of 14) sorted by relevance

/third_party/typescript/src/services/codefixes/
DconvertToTypeOnlyExport.ts34 const exportClause = exportSpecifier.parent; constant
66 const exportClause = originExportSpecifier.parent; constant
/third_party/typescript/src/testRunner/unittests/
Dtransform.ts279 const exportClause = factory.createNamedExports(exportSpecifiers); constant
/third_party/typescript/src/linter/ArkTSLinter_1_1/
DInteropTypescriptLinter.ts437 const exportClause = exportDecl.exportClause; constant
/third_party/typescript/src/compiler/
DohApi.ts616 … const exportClause = visitNode(node.exportClause, visitNamedExports, isNamedExportBindings); constant
Dchecker.ts7302 …onst exportDecl = statements[index] as ExportDeclaration & { readonly exportClause: NamedExports }; constant
44220 const exportClause = (node as ExportDeclaration).exportClause; constant
/third_party/typescript/src/services/
DimportTracker.ts347 const { exportClause, moduleSpecifier } = statement; constant
/third_party/typescript/src/compiler/transformers/
Dts.ts2071 const exportClause = visitNode( constant
/third_party/typescript/lib/
DtypescriptServices.d.ts1769 readonly exportClause?: NamedExportBindings; property
Dtypescript.d.ts1769 readonly exportClause?: NamedExportBindings; property
Dtsserverlibrary.d.ts1769 readonly exportClause?: NamedExportBindings; property
Dtsc.js21136 …function createExportDeclaration(modifiers, isTypeOnly, exportClause, moduleSpecifier, assertClaus… argument
21151 …function updateExportDeclaration(node, modifiers, isTypeOnly, exportClause, moduleSpecifier, asser… argument
DtypingsInstaller.js26174 …function createExportDeclaration(modifiers, isTypeOnly, exportClause, moduleSpecifier, assertClaus… argument
26191 …function updateExportDeclaration(node, modifiers, isTypeOnly, exportClause, moduleSpecifier, asser… argument
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts1769 readonly exportClause?: NamedExportBindings; property
Dtsserverlibrary.d.ts1769 readonly exportClause?: NamedExportBindings; property