Home
last modified time | relevance | path

Searched refs:ImportDefaultSpecifier (Results 1 – 25 of 35) sorted by relevance

12

/third_party/typescript_eslint/packages/scope-manager/src/referencer/
DImportVisitor.ts27 | TSESTree.ImportDefaultSpecifier
46 protected ImportDefaultSpecifier( method in ImportVisitor
47 node: TSESTree.ImportDefaultSpecifier,
/third_party/typescript_eslint/packages/scope-manager/src/definition/
DImportBindingDefinition.ts8 | TSESTree.ImportDefaultSpecifier
/third_party/typescript_eslint/packages/eslint-plugin-internal/src/rules/
Dno-typescript-default-import.ts41 node: TSESTree.ImportDefaultSpecifier,
/third_party/typescript_eslint/packages/scope-manager/tests/fixtures/jsx/factory/
Ddefault-jsxPragma-fragment.tsx.shot11 node: ImportDefaultSpecifier$1,
Ddefault-jsxPragma.tsx.shot11 node: ImportDefaultSpecifier$1,
Ddefault-jsxFragmentName.tsx.shot11 node: ImportDefaultSpecifier$1,
DjsxPragma.tsx.shot11 node: ImportDefaultSpecifier$1,
DjsxFragmentName.tsx.shot11 node: ImportDefaultSpecifier$1,
DjsxPragma-jsxFragmentName.tsx.shot11 node: ImportDefaultSpecifier$1,
/third_party/typescript_eslint/packages/scope-manager/tests/fixtures/import/
Dtype-default-value.ts.shot11 node: ImportDefaultSpecifier$1,
Ddefault.ts.shot11 node: ImportDefaultSpecifier$1,
Dtype-default.ts.shot11 node: ImportDefaultSpecifier$1,
/third_party/typescript_eslint/packages/scope-manager/tests/eslint-scope/
Dget-declared-variables.test.ts207 verify(ast, AST_NODE_TYPES.ImportDefaultSpecifier, [['b']]);
/third_party/typescript_eslint/packages/types/src/
Dast-node-types.ts37 ImportDefaultSpecifier = 'ImportDefaultSpecifier', enumerator
Dts-estree.ts178 | ImportDefaultSpecifier
380 | ImportDefaultSpecifier
999 export interface ImportDefaultSpecifier extends BaseNode { interface
1000 type: AST_NODE_TYPES.ImportDefaultSpecifier;
/third_party/typescript_eslint/packages/typescript-estree/tests/snapshots/javascript/modules/
Dimport-jquery.src.js.shot75 "type": "ImportDefaultSpecifier",
Dimport-default.src.js.shot75 "type": "ImportDefaultSpecifier",
Dinvalid-import-default-module-specifier.src.js.shot74 "type": "ImportDefaultSpecifier",
Derror-delete.src.js.shot75 "type": "ImportDefaultSpecifier",
Dimport-default-and-namespace-specifiers.src.js.shot75 "type": "ImportDefaultSpecifier",
Dimport-default-and-named-specifiers.src.js.shot75 "type": "ImportDefaultSpecifier",
/third_party/typescript_eslint/packages/typescript-estree/tests/snapshots/typescript/basics/
Dimport-type-default.src.ts.shot75 "type": "ImportDefaultSpecifier",
Dimport-type-empty.src.ts.shot75 "type": "ImportDefaultSpecifier",
/third_party/typescript_eslint/packages/eslint-plugin/src/rules/
Dconsistent-type-imports.ts250 const defaultSpecifier: TSESTree.ImportDefaultSpecifier | null =
251 node.specifiers[0].type === AST_NODE_TYPES.ImportDefaultSpecifier
/third_party/typescript_eslint/packages/experimental-utils/src/ts-eslint/
DRule.ts286 ImportDefaultSpecifier?: RuleFunction<TSESTree.ImportDefaultSpecifier>; property

12