Urara-Blog/node_modules/.pnpm-store/v3/files/2b/f5068b37f3ca1e564769b17326239bfdded17761c26040671aa708b808f9feac39c0c4235e15d289b85f1f56ff20e82962c3169cbbbb0322611a4430c32870
2022-08-14 01:14:53 +08:00

26 lines
No EOL
1,009 B
Text

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.ScopeType = void 0;
var ScopeType;
(function (ScopeType) {
ScopeType["block"] = "block";
ScopeType["catch"] = "catch";
ScopeType["class"] = "class";
ScopeType["classFieldInitializer"] = "class-field-initializer";
ScopeType["classStaticBlock"] = "class-static-block";
ScopeType["conditionalType"] = "conditionalType";
ScopeType["for"] = "for";
ScopeType["function"] = "function";
ScopeType["functionExpressionName"] = "function-expression-name";
ScopeType["functionType"] = "functionType";
ScopeType["global"] = "global";
ScopeType["mappedType"] = "mappedType";
ScopeType["module"] = "module";
ScopeType["switch"] = "switch";
ScopeType["tsEnum"] = "tsEnum";
ScopeType["tsModule"] = "tsModule";
ScopeType["type"] = "type";
ScopeType["with"] = "with";
})(ScopeType || (ScopeType = {}));
exports.ScopeType = ScopeType;
//# sourceMappingURL=ScopeType.js.map