| 1 | export var ContextualKeyword; (function (ContextualKeyword) {
|
|---|
| 2 | const NONE = 0; ContextualKeyword[ContextualKeyword["NONE"] = NONE] = "NONE";
|
|---|
| 3 | const _abstract = NONE + 1; ContextualKeyword[ContextualKeyword["_abstract"] = _abstract] = "_abstract";
|
|---|
| 4 | const _accessor = _abstract + 1; ContextualKeyword[ContextualKeyword["_accessor"] = _accessor] = "_accessor";
|
|---|
| 5 | const _as = _accessor + 1; ContextualKeyword[ContextualKeyword["_as"] = _as] = "_as";
|
|---|
| 6 | const _assert = _as + 1; ContextualKeyword[ContextualKeyword["_assert"] = _assert] = "_assert";
|
|---|
| 7 | const _asserts = _assert + 1; ContextualKeyword[ContextualKeyword["_asserts"] = _asserts] = "_asserts";
|
|---|
| 8 | const _async = _asserts + 1; ContextualKeyword[ContextualKeyword["_async"] = _async] = "_async";
|
|---|
| 9 | const _await = _async + 1; ContextualKeyword[ContextualKeyword["_await"] = _await] = "_await";
|
|---|
| 10 | const _checks = _await + 1; ContextualKeyword[ContextualKeyword["_checks"] = _checks] = "_checks";
|
|---|
| 11 | const _constructor = _checks + 1; ContextualKeyword[ContextualKeyword["_constructor"] = _constructor] = "_constructor";
|
|---|
| 12 | const _declare = _constructor + 1; ContextualKeyword[ContextualKeyword["_declare"] = _declare] = "_declare";
|
|---|
| 13 | const _enum = _declare + 1; ContextualKeyword[ContextualKeyword["_enum"] = _enum] = "_enum";
|
|---|
| 14 | const _exports = _enum + 1; ContextualKeyword[ContextualKeyword["_exports"] = _exports] = "_exports";
|
|---|
| 15 | const _from = _exports + 1; ContextualKeyword[ContextualKeyword["_from"] = _from] = "_from";
|
|---|
| 16 | const _get = _from + 1; ContextualKeyword[ContextualKeyword["_get"] = _get] = "_get";
|
|---|
| 17 | const _global = _get + 1; ContextualKeyword[ContextualKeyword["_global"] = _global] = "_global";
|
|---|
| 18 | const _implements = _global + 1; ContextualKeyword[ContextualKeyword["_implements"] = _implements] = "_implements";
|
|---|
| 19 | const _infer = _implements + 1; ContextualKeyword[ContextualKeyword["_infer"] = _infer] = "_infer";
|
|---|
| 20 | const _interface = _infer + 1; ContextualKeyword[ContextualKeyword["_interface"] = _interface] = "_interface";
|
|---|
| 21 | const _is = _interface + 1; ContextualKeyword[ContextualKeyword["_is"] = _is] = "_is";
|
|---|
| 22 | const _keyof = _is + 1; ContextualKeyword[ContextualKeyword["_keyof"] = _keyof] = "_keyof";
|
|---|
| 23 | const _mixins = _keyof + 1; ContextualKeyword[ContextualKeyword["_mixins"] = _mixins] = "_mixins";
|
|---|
| 24 | const _module = _mixins + 1; ContextualKeyword[ContextualKeyword["_module"] = _module] = "_module";
|
|---|
| 25 | const _namespace = _module + 1; ContextualKeyword[ContextualKeyword["_namespace"] = _namespace] = "_namespace";
|
|---|
| 26 | const _of = _namespace + 1; ContextualKeyword[ContextualKeyword["_of"] = _of] = "_of";
|
|---|
| 27 | const _opaque = _of + 1; ContextualKeyword[ContextualKeyword["_opaque"] = _opaque] = "_opaque";
|
|---|
| 28 | const _out = _opaque + 1; ContextualKeyword[ContextualKeyword["_out"] = _out] = "_out";
|
|---|
| 29 | const _override = _out + 1; ContextualKeyword[ContextualKeyword["_override"] = _override] = "_override";
|
|---|
| 30 | const _private = _override + 1; ContextualKeyword[ContextualKeyword["_private"] = _private] = "_private";
|
|---|
| 31 | const _protected = _private + 1; ContextualKeyword[ContextualKeyword["_protected"] = _protected] = "_protected";
|
|---|
| 32 | const _proto = _protected + 1; ContextualKeyword[ContextualKeyword["_proto"] = _proto] = "_proto";
|
|---|
| 33 | const _public = _proto + 1; ContextualKeyword[ContextualKeyword["_public"] = _public] = "_public";
|
|---|
| 34 | const _readonly = _public + 1; ContextualKeyword[ContextualKeyword["_readonly"] = _readonly] = "_readonly";
|
|---|
| 35 | const _require = _readonly + 1; ContextualKeyword[ContextualKeyword["_require"] = _require] = "_require";
|
|---|
| 36 | const _satisfies = _require + 1; ContextualKeyword[ContextualKeyword["_satisfies"] = _satisfies] = "_satisfies";
|
|---|
| 37 | const _set = _satisfies + 1; ContextualKeyword[ContextualKeyword["_set"] = _set] = "_set";
|
|---|
| 38 | const _static = _set + 1; ContextualKeyword[ContextualKeyword["_static"] = _static] = "_static";
|
|---|
| 39 | const _symbol = _static + 1; ContextualKeyword[ContextualKeyword["_symbol"] = _symbol] = "_symbol";
|
|---|
| 40 | const _type = _symbol + 1; ContextualKeyword[ContextualKeyword["_type"] = _type] = "_type";
|
|---|
| 41 | const _unique = _type + 1; ContextualKeyword[ContextualKeyword["_unique"] = _unique] = "_unique";
|
|---|
| 42 | const _using = _unique + 1; ContextualKeyword[ContextualKeyword["_using"] = _using] = "_using";
|
|---|
| 43 | })(ContextualKeyword || (ContextualKeyword = {}));
|
|---|