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

12 lines
No EOL
451 B
Text

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