Home
last modified time | relevance | path

Searched defs:exportDeclaration (Results 1 – 5 of 5) sorted by relevance

/third_party/typescript/src/services/codefixes/
DconvertToTypeOnlyExport.ts35 const exportDeclaration = exportClause.parent; constant
/third_party/typescript/src/services/
DorganizeImports.ts366 for (const exportDeclaration of exportGroup) { constant
DfindAllReferences.ts1531 const exportDeclaration = parent.parent; constant
Dservices.ts810 const exportDeclaration = (<ExportDeclaration>node); constant
/third_party/typescript/src/compiler/
Dbinder.ts60 const exportDeclaration = node as ExportDeclaration; constant