astro-ghostcms/.pnpm-store/v3/files/62/447482292f5c3bd5bd84c2ddaa3...

12 lines
463 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
"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