Home
last modified time | relevance | path

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

/third_party/typescript_eslint/packages/scope-manager/tests/util/serializers/
Dindex.ts14 ScopeManager.serializer, constant
/third_party/typescript_eslint/packages/experimental-utils/src/ts-eslint-scope/
DScopeManager.ts17 interface ScopeManager { interface
57 const ScopeManager = ESLintScopeManager as { constant
/third_party/typescript_eslint/packages/experimental-utils/src/ts-eslint/
DScope.ts45 export type ScopeManager = scopeManager.ScopeManager; alias
/third_party/typescript_eslint/packages/experimental-utils/typings/
Deslint-scope.d.ts56 const ScopeManager: unknown; constant
/third_party/typescript_eslint/packages/scope-manager/src/
DScopeManager.ts32 class ScopeManager { class