some deletions
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / @typescript-eslint / parser / dist / scope / scope-manager.js
diff --git a/.config/coc/extensions/node_modules/coc-prettier/node_modules/@typescript-eslint/parser/dist/scope/scope-manager.js b/.config/coc/extensions/node_modules/coc-prettier/node_modules/@typescript-eslint/parser/dist/scope/scope-manager.js
deleted file mode 100644 (file)
index 76529d0..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-"use strict";
-Object.defineProperty(exports, "__esModule", { value: true });
-exports.ScopeManager = void 0;
-const experimental_utils_1 = require("@typescript-eslint/experimental-utils");
-const scopes_1 = require("./scopes");
-/**
- * based on eslint-scope
- */
-class ScopeManager extends experimental_utils_1.TSESLintScope.ScopeManager {
-    constructor(options) {
-        super(options);
-    }
-    /** @internal */
-    __nestEnumScope(node) {
-        return this.__nestScope(new scopes_1.EnumScope(this, this.__currentScope, node));
-    }
-    /** @internal */
-    __nestEmptyFunctionScope(node) {
-        return this.__nestScope(new scopes_1.EmptyFunctionScope(this, this.__currentScope, node));
-    }
-}
-exports.ScopeManager = ScopeManager;
-//# sourceMappingURL=scope-manager.js.map
\ No newline at end of file