mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-03 08:39:29 +08:00
10 lines
No EOL
454 B
Text
10 lines
No EOL
454 B
Text
"use strict";
|
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
};
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.ScopeManager = void 0;
|
|
const scope_manager_1 = __importDefault(require("eslint-scope/lib/scope-manager"));
|
|
const ScopeManager = scope_manager_1.default;
|
|
exports.ScopeManager = ScopeManager;
|
|
//# sourceMappingURL=ScopeManager.js.map |