Actualizacion maquina principal
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / @typescript-eslint / parser / dist / scope / scope-manager.d.ts
diff --git a/.config/coc/extensions/node_modules/coc-prettier/node_modules/@typescript-eslint/parser/dist/scope/scope-manager.d.ts b/.config/coc/extensions/node_modules/coc-prettier/node_modules/@typescript-eslint/parser/dist/scope/scope-manager.d.ts
new file mode 100644 (file)
index 0000000..e489145
--- /dev/null
@@ -0,0 +1,15 @@
+import { TSESLintScope } from '@typescript-eslint/experimental-utils';
+import { TSESTree } from '@typescript-eslint/types';
+/**
+ * based on eslint-scope
+ */
+export declare class ScopeManager extends TSESLintScope.ScopeManager {
+    scopes: TSESLintScope.Scope[];
+    globalScope: TSESLintScope.Scope;
+    constructor(options: TSESLintScope.ScopeManagerOptions);
+    /** @internal */
+    __nestEnumScope(node: TSESTree.TSEnumDeclaration): TSESLintScope.Scope;
+    /** @internal */
+    __nestEmptyFunctionScope(node: TSESTree.TSDeclareFunction): TSESLintScope.Scope;
+}
+//# sourceMappingURL=scope-manager.d.ts.map
\ No newline at end of file