persona-community-5/.pnpm-store/v3/files/96/aa24dad2ac661afa6e7dc9d5b48cf51f1536ddab439fcffbb6b869fccf216cef4b6c9fc47f3142d9f1bfc40a14d8d5a0f814aa2d621a5adee72a3c7beeeb01
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
463 B
Plaintext

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