Urara-Blog/node_modules/.pnpm-store/v3/files/62/447482292f5c3bd5bd84c2ddaa33c4aefceb7bce303bb45ff9aee3fed37f840ee9b3b439d6e529d37520a63b6e5211ebe6ed4101872d28e83e57829fa0f589
2022-08-14 01:14:53 +08:00

12 lines
No EOL
463 B
Text

"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