Urara-Blog/node_modules/.pnpm-store/v3/files/8d/bd1f338efa04ebdf537d8e218cdda4ebe100e8e93b01755cbb8ecdb245513423baae2e411e9a4cfb859748bf1c845440788cf6a2c10ecde019153223b2f979
2022-08-14 01:14:53 +08:00

12 lines
No EOL
487 B
Text

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