How to use the eslint-scope/lib/scope.BlockScope function in eslint-scope

To help you get started, we’ve selected a few eslint-scope examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github sikidamjanovic / cowrite / node_modules / @typescript-eslint / experimental-utils / dist / ts-eslint-scope / Scope.js View on Github external
/* eslint-disable @typescript-eslint/no-empty-interface, @typescript-eslint/no-explicit-any */
Object.defineProperty(exports, "__esModule", { value: true });
const scope_1 = require("eslint-scope/lib/scope");
const Scope = scope_1.Scope;
exports.Scope = Scope;
const GlobalScope = scope_1.GlobalScope;
exports.GlobalScope = GlobalScope;
const ModuleScope = scope_1.ModuleScope;
exports.ModuleScope = ModuleScope;
const FunctionExpressionNameScope = scope_1.FunctionExpressionNameScope;
exports.FunctionExpressionNameScope = FunctionExpressionNameScope;
const CatchScope = scope_1.CatchScope;
exports.CatchScope = CatchScope;
const WithScope = scope_1.WithScope;
exports.WithScope = WithScope;
const BlockScope = scope_1.BlockScope;
exports.BlockScope = BlockScope;
const SwitchScope = scope_1.SwitchScope;
exports.SwitchScope = SwitchScope;
const FunctionScope = scope_1.FunctionScope;
exports.FunctionScope = FunctionScope;
const ForScope = scope_1.ForScope;
exports.ForScope = ForScope;
const ClassScope = scope_1.ClassScope;
exports.ClassScope = ClassScope;
//# sourceMappingURL=Scope.js.map