persona-community-5/.pnpm-store/v3/files/14/7e494e943ddbb18959b1ba7dc85b1d441230150de2ad45a16ca12fb60210c8a2220905143b647b90e0281d0f2954e3dc41b73199a20d7b42d0b1198969b2f0
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
517 B
Plaintext

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