persona-community-5/.pnpm-store/v3/files/e4/fdff0352b10dcb342a064b60cb344a1a8c2d694f05ce3c5283d250fa7b9fe4a4947f79192a79d8e8944bd354fdcc08ed0920c185d37751360d7ceadbc246f7
rdev-worker a1d0d1bf1c
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
build: /implement-feature community-ui --requirements 'Build the React commu...
2026-02-24 08:22:30 +00:00

12 lines
451 B
Plaintext

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