astro-ghostcms/.pnpm-store/v3/files/09/6ec44e9d0e9a147784a3f435734...

12 lines
457 B
Plaintext

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