astro-ghostcms/.pnpm-store/v3/files/ab/7efd174b35c80cbaac7704ac0f9...

12 lines
457 B
Plaintext

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