Urara-Blog/node_modules/.pnpm-store/v3/files/4f/4d5493bdcdb873228973bbd0532ba9bd951c1ad16edb607cb13f9337bf73b1901be99193fe8262d466350b7413460480c215921a1a7ee219719f926c60129b
2022-08-14 01:14:53 +08:00

12 lines
No EOL
445 B
Text

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.ForScope = void 0;
const ScopeBase_1 = require("./ScopeBase");
const ScopeType_1 = require("./ScopeType");
class ForScope extends ScopeBase_1.ScopeBase {
constructor(scopeManager, upperScope, block) {
super(scopeManager, ScopeType_1.ScopeType.for, upperScope, block, false);
}
}
exports.ForScope = ForScope;
//# sourceMappingURL=ForScope.js.map