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

12 lines
No EOL
553 B
Text

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