.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / @typescript-eslint / parser / dist / scope / scope-manager.d.ts
1 import { TSESLintScope } from '@typescript-eslint/experimental-utils';
2 import { TSESTree } from '@typescript-eslint/types';
3 /**
4  * based on eslint-scope
5  */
6 export declare class ScopeManager extends TSESLintScope.ScopeManager {
7     scopes: TSESLintScope.Scope[];
8     globalScope: TSESLintScope.Scope;
9     constructor(options: TSESLintScope.ScopeManagerOptions);
10     /** @internal */
11     __nestEnumScope(node: TSESTree.TSEnumDeclaration): TSESLintScope.Scope;
12     /** @internal */
13     __nestEmptyFunctionScope(node: TSESTree.TSDeclareFunction): TSESLintScope.Scope;
14 }
15 //# sourceMappingURL=scope-manager.d.ts.map