persona-community-5/.pnpm-store/v3/files/8d/bd1f338efa04ebdf537d8e218cdda4ebe100e8e93b01755cbb8ecdb245513423baae2e411e9a4cfb859748bf1c845440788cf6a2c10ecde019153223b2f979
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
487 B
Plaintext

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