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 _as = _abstract + 1; ContextualKeyword[ContextualKeyword["_as"] = _as] = "_as";
|
5 | const _asserts = _as + 1; ContextualKeyword[ContextualKeyword["_asserts"] = _asserts] = "_asserts";
|
6 | const _async = _asserts + 1; ContextualKeyword[ContextualKeyword["_async"] = _async] = "_async";
|
7 | const _await = _async + 1; ContextualKeyword[ContextualKeyword["_await"] = _await] = "_await";
|
8 | const _checks = _await + 1; ContextualKeyword[ContextualKeyword["_checks"] = _checks] = "_checks";
|
9 | const _constructor = _checks + 1; ContextualKeyword[ContextualKeyword["_constructor"] = _constructor] = "_constructor";
|
10 | const _declare = _constructor + 1; ContextualKeyword[ContextualKeyword["_declare"] = _declare] = "_declare";
|
11 | const _enum = _declare + 1; ContextualKeyword[ContextualKeyword["_enum"] = _enum] = "_enum";
|
12 | const _exports = _enum + 1; ContextualKeyword[ContextualKeyword["_exports"] = _exports] = "_exports";
|
13 | const _from = _exports + 1; ContextualKeyword[ContextualKeyword["_from"] = _from] = "_from";
|
14 | const _get = _from + 1; ContextualKeyword[ContextualKeyword["_get"] = _get] = "_get";
|
15 | const _global = _get + 1; ContextualKeyword[ContextualKeyword["_global"] = _global] = "_global";
|
16 | const _implements = _global + 1; ContextualKeyword[ContextualKeyword["_implements"] = _implements] = "_implements";
|
17 | const _infer = _implements + 1; ContextualKeyword[ContextualKeyword["_infer"] = _infer] = "_infer";
|
18 | const _interface = _infer + 1; ContextualKeyword[ContextualKeyword["_interface"] = _interface] = "_interface";
|
19 | const _is = _interface + 1; ContextualKeyword[ContextualKeyword["_is"] = _is] = "_is";
|
20 | const _keyof = _is + 1; ContextualKeyword[ContextualKeyword["_keyof"] = _keyof] = "_keyof";
|
21 | const _mixins = _keyof + 1; ContextualKeyword[ContextualKeyword["_mixins"] = _mixins] = "_mixins";
|
22 | const _module = _mixins + 1; ContextualKeyword[ContextualKeyword["_module"] = _module] = "_module";
|
23 | const _namespace = _module + 1; ContextualKeyword[ContextualKeyword["_namespace"] = _namespace] = "_namespace";
|
24 | const _of = _namespace + 1; ContextualKeyword[ContextualKeyword["_of"] = _of] = "_of";
|
25 | const _opaque = _of + 1; ContextualKeyword[ContextualKeyword["_opaque"] = _opaque] = "_opaque";
|
26 | const _private = _opaque + 1; ContextualKeyword[ContextualKeyword["_private"] = _private] = "_private";
|
27 | const _protected = _private + 1; ContextualKeyword[ContextualKeyword["_protected"] = _protected] = "_protected";
|
28 | const _proto = _protected + 1; ContextualKeyword[ContextualKeyword["_proto"] = _proto] = "_proto";
|
29 | const _public = _proto + 1; ContextualKeyword[ContextualKeyword["_public"] = _public] = "_public";
|
30 | const _readonly = _public + 1; ContextualKeyword[ContextualKeyword["_readonly"] = _readonly] = "_readonly";
|
31 | const _require = _readonly + 1; ContextualKeyword[ContextualKeyword["_require"] = _require] = "_require";
|
32 | const _set = _require + 1; ContextualKeyword[ContextualKeyword["_set"] = _set] = "_set";
|
33 | const _static = _set + 1; ContextualKeyword[ContextualKeyword["_static"] = _static] = "_static";
|
34 | const _type = _static + 1; ContextualKeyword[ContextualKeyword["_type"] = _type] = "_type";
|
35 | const _unique = _type + 1; ContextualKeyword[ContextualKeyword["_unique"] = _unique] = "_unique";
|
36 | })(ContextualKeyword || (ContextualKeyword = {}));
|