persona-community-5/.pnpm-store/v3/files/66/39a55245229995a4a5a6966d4bcb52c6a93fde71abafca267bf3b93e5a97ba99101d74934cdd4a28bc1e69b9e4ac38aa16669f3d1730a7d4dfd0cf7cdbc87b
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
499 B
Plaintext

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