Searched refs:WithScope (Results 1 – 8 of 8) sorted by relevance
/third_party/typescript_eslint/packages/scope-manager/src/scope/ |
D | WithScope.ts | 8 class WithScope extends ScopeBase< class 15 upperScope: WithScope['upper'], 16 block: WithScope['block'], 34 export { WithScope };
|
D | Scope.ts | 16 import { WithScope } from './WithScope'; 34 | WithScope;
|
/third_party/typescript_eslint/packages/experimental-utils/src/ts-eslint-scope/ |
D | Scope.ts | 9 WithScope as ESLintWithScope, 152 interface WithScope extends Scope {} interface 153 const WithScope = ESLintWithScope as ScopeConstructor & constant 154 ScopeChildConstructorWithUpperScope<WithScope>; 189 WithScope,
|
/third_party/typescript_eslint/packages/scope-manager/src/ |
D | ScopeManager.ts | 20 WithScope, 245 public nestWithScope(node: WithScope['block']): WithScope { 247 return this.nestScope(new WithScope(this, this.currentScope, node));
|
/third_party/typescript_eslint/packages/experimental-utils/typings/ |
D | eslint-scope.d.ts | 31 const WithScope: unknown; constant 43 WithScope,
|
/third_party/typescript_eslint/packages/scope-manager/tests/util/ |
D | expect.ts | 25 WithScope, 61 function expectToBeWithScope(scope: Scope): asserts scope is WithScope {
|
/third_party/node/src/tracing/ |
D | trace_event.h | 47 trace_event_internal::TraceID::WithScope(scope, id) 334 class WithScope { 336 WithScope(const char* scope, uint64_t raw_id) in WithScope() function 361 explicit DontMangle(WithScope scoped_id) in DontMangle() 427 TraceID(WithScope scoped_id, unsigned int* flags) in TraceID()
|
/third_party/typescript/tests/baselines/reference/docker/ |
D | azure-sdk.log | 135 …).TypeScope | import("@typescript-eslint/scope-manager/dist/scope/WithScope").WithScope | undefine… 138 …).TypeScope | import("@typescript-eslint/scope-manager/dist/scope/WithScope").WithScope | undefine…
|