persona-community-5/.pnpm-store/v3/files/62/447482292f5c3bd5bd84c2ddaa33c4aefceb7bce303bb45ff9aee3fed37f840ee9b3b439d6e529d37520a63b6e5211ebe6ed4101872d28e83e57829fa0f589
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
463 B
Plaintext

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