Urara-Blog/node_modules/.pnpm-store/v3/files/ce/ae50311eeaa89597cbc71cb9d7e4c0c0806f76cf788f9e093119bc7b3350f16215157909c6ae99cdfcaee6976b816f79d873491f85cec6a67a446436e6e356
2022-08-14 01:14:53 +08:00

12 lines
No EOL
475 B
Text

"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