Home
last modified time | relevance | path

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

/third_party/typescript_eslint/packages/scope-manager/src/referencer/
DExportVisitor.ts34 protected ExportDefaultDeclaration( method in ExportVisitor
DReferencer.ts490 protected ExportDefaultDeclaration( method in Referencer
/third_party/typescript_eslint/packages/types/src/
Dast-node-types.ts25 ExportDefaultDeclaration = 'ExportDefaultDeclaration', enumerator
Dts-estree.ts918 export interface ExportDefaultDeclaration extends BaseNode { interface
/third_party/typescript_eslint/packages/experimental-utils/src/ts-eslint/
DRule.ts274 ExportDefaultDeclaration?: RuleFunction<TSESTree.ExportDefaultDeclaration>; property