persona-community-5/.pnpm-store/v3/files/ce/ae50311eeaa89597cbc71cb9d7e4c0c0806f76cf788f9e093119bc7b3350f16215157909c6ae99cdfcaee6976b816f79d873491f85cec6a67a446436e6e356
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
475 B
Plaintext

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