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/compiler/
DohApi.ts607 … 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/linter/ArkTSLinter_1_1/
DInteropTypescriptLinter.ts431 const exportClause = exportDecl.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/
Dtypescript.d.ts1765 readonly exportClause?: NamedExportBindings; property
DtypescriptServices.d.ts1765 readonly exportClause?: NamedExportBindings; property
Dtsserverlibrary.d.ts1765 readonly exportClause?: NamedExportBindings; property
Dtsc.js21108 …function createExportDeclaration(modifiers, isTypeOnly, exportClause, moduleSpecifier, assertClaus… argument
21123 …function updateExportDeclaration(node, modifiers, isTypeOnly, exportClause, moduleSpecifier, asser… argument
DtypingsInstaller.js26143 …function createExportDeclaration(modifiers, isTypeOnly, exportClause, moduleSpecifier, assertClaus… argument
26160 …function updateExportDeclaration(node, modifiers, isTypeOnly, exportClause, moduleSpecifier, asser… argument
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts1765 readonly exportClause?: NamedExportBindings; property
Dtsserverlibrary.d.ts1765 readonly exportClause?: NamedExportBindings; property