astro-ghostcms/.pnpm-store/v3/files/9e/3f8762454f748f716ddc45a4971...

12 lines
523 B
Plaintext

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