.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / @typescript-eslint / parser / dist / scope / scopes.d.ts
diff --git a/.config/coc/extensions/node_modules/coc-prettier/node_modules/@typescript-eslint/parser/dist/scope/scopes.d.ts b/.config/coc/extensions/node_modules/coc-prettier/node_modules/@typescript-eslint/parser/dist/scope/scopes.d.ts
new file mode 100644 (file)
index 0000000..9dda215
--- /dev/null
@@ -0,0 +1,12 @@
+import { TSESLintScope } from '@typescript-eslint/experimental-utils';
+import { TSESTree } from '@typescript-eslint/types';
+import { ScopeManager } from './scope-manager';
+/** The scope class for enum. */
+export declare class EnumScope extends TSESLintScope.Scope {
+    constructor(scopeManager: ScopeManager, upperScope: TSESLintScope.Scope, block: TSESTree.TSEnumDeclaration | null);
+}
+/** The scope class for empty functions. */
+export declare class EmptyFunctionScope extends TSESLintScope.Scope {
+    constructor(scopeManager: ScopeManager, upperScope: TSESLintScope.Scope, block: TSESTree.TSDeclareFunction | null);
+}
+//# sourceMappingURL=scopes.d.ts.map
\ No newline at end of file