{"ast":null,"code":"export var ContextualKeyword;\n(function (ContextualKeyword) {\n  const NONE = 0;\n  ContextualKeyword[ContextualKeyword[\"NONE\"] = NONE] = \"NONE\";\n  const _abstract = NONE + 1;\n  ContextualKeyword[ContextualKeyword[\"_abstract\"] = _abstract] = \"_abstract\";\n  const _accessor = _abstract + 1;\n  ContextualKeyword[ContextualKeyword[\"_accessor\"] = _accessor] = \"_accessor\";\n  const _as = _accessor + 1;\n  ContextualKeyword[ContextualKeyword[\"_as\"] = _as] = \"_as\";\n  const _assert = _as + 1;\n  ContextualKeyword[ContextualKeyword[\"_assert\"] = _assert] = \"_assert\";\n  const _asserts = _assert + 1;\n  ContextualKeyword[ContextualKeyword[\"_asserts\"] = _asserts] = \"_asserts\";\n  const _async = _asserts + 1;\n  ContextualKeyword[ContextualKeyword[\"_async\"] = _async] = \"_async\";\n  const _await = _async + 1;\n  ContextualKeyword[ContextualKeyword[\"_await\"] = _await] = \"_await\";\n  const _checks = _await + 1;\n  ContextualKeyword[ContextualKeyword[\"_checks\"] = _checks] = \"_checks\";\n  const _constructor = _checks + 1;\n  ContextualKeyword[ContextualKeyword[\"_constructor\"] = _constructor] = \"_constructor\";\n  const _declare = _constructor + 1;\n  ContextualKeyword[ContextualKeyword[\"_declare\"] = _declare] = \"_declare\";\n  const _enum = _declare + 1;\n  ContextualKeyword[ContextualKeyword[\"_enum\"] = _enum] = \"_enum\";\n  const _exports = _enum + 1;\n  ContextualKeyword[ContextualKeyword[\"_exports\"] = _exports] = \"_exports\";\n  const _from = _exports + 1;\n  ContextualKeyword[ContextualKeyword[\"_from\"] = _from] = \"_from\";\n  const _get = _from + 1;\n  ContextualKeyword[ContextualKeyword[\"_get\"] = _get] = \"_get\";\n  const _global = _get + 1;\n  ContextualKeyword[ContextualKeyword[\"_global\"] = _global] = \"_global\";\n  const _implements = _global + 1;\n  ContextualKeyword[ContextualKeyword[\"_implements\"] = _implements] = \"_implements\";\n  const _infer = _implements + 1;\n  ContextualKeyword[ContextualKeyword[\"_infer\"] = _infer] = \"_infer\";\n  const _interface = _infer + 1;\n  ContextualKeyword[ContextualKeyword[\"_interface\"] = _interface] = \"_interface\";\n  const _is = _interface + 1;\n  ContextualKeyword[ContextualKeyword[\"_is\"] = _is] = \"_is\";\n  const _keyof = _is + 1;\n  ContextualKeyword[ContextualKeyword[\"_keyof\"] = _keyof] = \"_keyof\";\n  const _mixins = _keyof + 1;\n  ContextualKeyword[ContextualKeyword[\"_mixins\"] = _mixins] = \"_mixins\";\n  const _module = _mixins + 1;\n  ContextualKeyword[ContextualKeyword[\"_module\"] = _module] = \"_module\";\n  const _namespace = _module + 1;\n  ContextualKeyword[ContextualKeyword[\"_namespace\"] = _namespace] = \"_namespace\";\n  const _of = _namespace + 1;\n  ContextualKeyword[ContextualKeyword[\"_of\"] = _of] = \"_of\";\n  const _opaque = _of + 1;\n  ContextualKeyword[ContextualKeyword[\"_opaque\"] = _opaque] = \"_opaque\";\n  const _out = _opaque + 1;\n  ContextualKeyword[ContextualKeyword[\"_out\"] = _out] = \"_out\";\n  const _override = _out + 1;\n  ContextualKeyword[ContextualKeyword[\"_override\"] = _override] = \"_override\";\n  const _private = _override + 1;\n  ContextualKeyword[ContextualKeyword[\"_private\"] = _private] = \"_private\";\n  const _protected = _private + 1;\n  ContextualKeyword[ContextualKeyword[\"_protected\"] = _protected] = \"_protected\";\n  const _proto = _protected + 1;\n  ContextualKeyword[ContextualKeyword[\"_proto\"] = _proto] = \"_proto\";\n  const _public = _proto + 1;\n  ContextualKeyword[ContextualKeyword[\"_public\"] = _public] = \"_public\";\n  const _readonly = _public + 1;\n  ContextualKeyword[ContextualKeyword[\"_readonly\"] = _readonly] = \"_readonly\";\n  const _require = _readonly + 1;\n  ContextualKeyword[ContextualKeyword[\"_require\"] = _require] = \"_require\";\n  const _satisfies = _require + 1;\n  ContextualKeyword[ContextualKeyword[\"_satisfies\"] = _satisfies] = \"_satisfies\";\n  const _set = _satisfies + 1;\n  ContextualKeyword[ContextualKeyword[\"_set\"] = _set] = \"_set\";\n  const _static = _set + 1;\n  ContextualKeyword[ContextualKeyword[\"_static\"] = _static] = \"_static\";\n  const _symbol = _static + 1;\n  ContextualKeyword[ContextualKeyword[\"_symbol\"] = _symbol] = \"_symbol\";\n  const _type = _symbol + 1;\n  ContextualKeyword[ContextualKeyword[\"_type\"] = _type] = \"_type\";\n  const _unique = _type + 1;\n  ContextualKeyword[ContextualKeyword[\"_unique\"] = _unique] = \"_unique\";\n  const _using = _unique + 1;\n  ContextualKeyword[ContextualKeyword[\"_using\"] = _using] = \"_using\";\n})(ContextualKeyword || (ContextualKeyword = {}));","map":{"version":3,"names":["ContextualKeyword","NONE","_abstract","_accessor","_as","_assert","_asserts","_async","_await","_checks","_constructor","_declare","_enum","_exports","_from","_get","_global","_implements","_infer","_interface","_is","_keyof","_mixins","_module","_namespace","_of","_opaque","_out","_override","_private","_protected","_proto","_public","_readonly","_require","_satisfies","_set","_static","_symbol","_type","_unique","_using"],"sources":["C:/Users/user/Desktop/000newport/node_modules/sucrase/dist/esm/parser/tokenizer/keywords.js"],"sourcesContent":["export var ContextualKeyword; (function (ContextualKeyword) {\n  const NONE = 0; ContextualKeyword[ContextualKeyword[\"NONE\"] = NONE] = \"NONE\";\n  const _abstract = NONE + 1; ContextualKeyword[ContextualKeyword[\"_abstract\"] = _abstract] = \"_abstract\";\n  const _accessor = _abstract + 1; ContextualKeyword[ContextualKeyword[\"_accessor\"] = _accessor] = \"_accessor\";\n  const _as = _accessor + 1; ContextualKeyword[ContextualKeyword[\"_as\"] = _as] = \"_as\";\n  const _assert = _as + 1; ContextualKeyword[ContextualKeyword[\"_assert\"] = _assert] = \"_assert\";\n  const _asserts = _assert + 1; ContextualKeyword[ContextualKeyword[\"_asserts\"] = _asserts] = \"_asserts\";\n  const _async = _asserts + 1; ContextualKeyword[ContextualKeyword[\"_async\"] = _async] = \"_async\";\n  const _await = _async + 1; ContextualKeyword[ContextualKeyword[\"_await\"] = _await] = \"_await\";\n  const _checks = _await + 1; ContextualKeyword[ContextualKeyword[\"_checks\"] = _checks] = \"_checks\";\n  const _constructor = _checks + 1; ContextualKeyword[ContextualKeyword[\"_constructor\"] = _constructor] = \"_constructor\";\n  const _declare = _constructor + 1; ContextualKeyword[ContextualKeyword[\"_declare\"] = _declare] = \"_declare\";\n  const _enum = _declare + 1; ContextualKeyword[ContextualKeyword[\"_enum\"] = _enum] = \"_enum\";\n  const _exports = _enum + 1; ContextualKeyword[ContextualKeyword[\"_exports\"] = _exports] = \"_exports\";\n  const _from = _exports + 1; ContextualKeyword[ContextualKeyword[\"_from\"] = _from] = \"_from\";\n  const _get = _from + 1; ContextualKeyword[ContextualKeyword[\"_get\"] = _get] = \"_get\";\n  const _global = _get + 1; ContextualKeyword[ContextualKeyword[\"_global\"] = _global] = \"_global\";\n  const _implements = _global + 1; ContextualKeyword[ContextualKeyword[\"_implements\"] = _implements] = \"_implements\";\n  const _infer = _implements + 1; ContextualKeyword[ContextualKeyword[\"_infer\"] = _infer] = \"_infer\";\n  const _interface = _infer + 1; ContextualKeyword[ContextualKeyword[\"_interface\"] = _interface] = \"_interface\";\n  const _is = _interface + 1; ContextualKeyword[ContextualKeyword[\"_is\"] = _is] = \"_is\";\n  const _keyof = _is + 1; ContextualKeyword[ContextualKeyword[\"_keyof\"] = _keyof] = \"_keyof\";\n  const _mixins = _keyof + 1; ContextualKeyword[ContextualKeyword[\"_mixins\"] = _mixins] = \"_mixins\";\n  const _module = _mixins + 1; ContextualKeyword[ContextualKeyword[\"_module\"] = _module] = \"_module\";\n  const _namespace = _module + 1; ContextualKeyword[ContextualKeyword[\"_namespace\"] = _namespace] = \"_namespace\";\n  const _of = _namespace + 1; ContextualKeyword[ContextualKeyword[\"_of\"] = _of] = \"_of\";\n  const _opaque = _of + 1; ContextualKeyword[ContextualKeyword[\"_opaque\"] = _opaque] = \"_opaque\";\n  const _out = _opaque + 1; ContextualKeyword[ContextualKeyword[\"_out\"] = _out] = \"_out\";\n  const _override = _out + 1; ContextualKeyword[ContextualKeyword[\"_override\"] = _override] = \"_override\";\n  const _private = _override + 1; ContextualKeyword[ContextualKeyword[\"_private\"] = _private] = \"_private\";\n  const _protected = _private + 1; ContextualKeyword[ContextualKeyword[\"_protected\"] = _protected] = \"_protected\";\n  const _proto = _protected + 1; ContextualKeyword[ContextualKeyword[\"_proto\"] = _proto] = \"_proto\";\n  const _public = _proto + 1; ContextualKeyword[ContextualKeyword[\"_public\"] = _public] = \"_public\";\n  const _readonly = _public + 1; ContextualKeyword[ContextualKeyword[\"_readonly\"] = _readonly] = \"_readonly\";\n  const _require = _readonly + 1; ContextualKeyword[ContextualKeyword[\"_require\"] = _require] = \"_require\";\n  const _satisfies = _require + 1; ContextualKeyword[ContextualKeyword[\"_satisfies\"] = _satisfies] = \"_satisfies\";\n  const _set = _satisfies + 1; ContextualKeyword[ContextualKeyword[\"_set\"] = _set] = \"_set\";\n  const _static = _set + 1; ContextualKeyword[ContextualKeyword[\"_static\"] = _static] = \"_static\";\n  const _symbol = _static + 1; ContextualKeyword[ContextualKeyword[\"_symbol\"] = _symbol] = \"_symbol\";\n  const _type = _symbol + 1; ContextualKeyword[ContextualKeyword[\"_type\"] = _type] = \"_type\";\n  const _unique = _type + 1; ContextualKeyword[ContextualKeyword[\"_unique\"] = _unique] = \"_unique\";\n  const _using = _unique + 1; ContextualKeyword[ContextualKeyword[\"_using\"] = _using] = \"_using\";\n})(ContextualKeyword || (ContextualKeyword = {}));\n"],"mappings":"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"},"metadata":{},"sourceType":"module","externalDependencies":[]}