Actualizacion maquina principal
[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
new file mode 100644 (file)
index 0000000..76529d0
--- /dev/null
@@ -0,0 +1,23 @@
+"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