persona-community-5/.pnpm-store/v3/files/ab/7efd174b35c80cbaac7704ac0f97ad00c2e9b2ef747ca6a436bafa7401d59541520775f7f371011c78a71db21812ce3bc8135425b7da4f4ae034ea0661076a
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
457 B
Plaintext

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