persona-community-5/.pnpm-store/v3/files/4f/4d5493bdcdb873228973bbd0532ba9bd951c1ad16edb607cb13f9337bf73b1901be99193fe8262d466350b7413460480c215921a1a7ee219719f926c60129b
rdev-worker a1d0d1bf1c
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
build: /implement-feature community-ui --requirements 'Build the React commu...
2026-02-24 08:22:30 +00:00

12 lines
445 B
Plaintext

"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