immosquare-cleaner 0.1.5 → 0.1.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4339) hide show
  1. checksums.yaml +4 -4
  2. data/bin/immosquare-cleaner +1 -2
  3. data/lib/{immosquare-cleaner → immosquare_cleaner}/railtie.rb +1 -1
  4. data/lib/{immosquare-cleaner → immosquare_cleaner}/version.rb +1 -1
  5. data/lib/{immosquare-cleaner.rb → immosquare_cleaner.rb} +55 -28
  6. data/node_modules/@aashutoshrathi/word-wrap/LICENSE +21 -0
  7. data/node_modules/@aashutoshrathi/word-wrap/README.md +182 -0
  8. data/node_modules/@aashutoshrathi/word-wrap/index.d.ts +50 -0
  9. data/node_modules/@aashutoshrathi/word-wrap/index.js +52 -0
  10. data/node_modules/@aashutoshrathi/word-wrap/package.json +81 -0
  11. data/node_modules/@eslint/eslintrc/LICENSE +19 -0
  12. data/node_modules/@eslint/eslintrc/README.md +71 -0
  13. data/node_modules/@eslint/eslintrc/conf/config-schema.js +79 -0
  14. data/node_modules/@eslint/eslintrc/conf/environments.js +215 -0
  15. data/node_modules/@eslint/eslintrc/dist/eslintrc-universal.cjs +1104 -0
  16. data/node_modules/@eslint/eslintrc/dist/eslintrc-universal.cjs.map +1 -0
  17. data/node_modules/@eslint/eslintrc/dist/eslintrc.cjs +4333 -0
  18. data/node_modules/@eslint/eslintrc/dist/eslintrc.cjs.map +1 -0
  19. data/node_modules/@eslint/eslintrc/lib/cascading-config-array-factory.js +532 -0
  20. data/node_modules/@eslint/eslintrc/lib/config-array/config-array.js +523 -0
  21. data/node_modules/@eslint/eslintrc/lib/config-array/config-dependency.js +115 -0
  22. data/node_modules/@eslint/eslintrc/lib/config-array/extracted-config.js +145 -0
  23. data/node_modules/@eslint/eslintrc/lib/config-array/ignore-pattern.js +238 -0
  24. data/node_modules/@eslint/eslintrc/lib/config-array/index.js +19 -0
  25. data/node_modules/@eslint/eslintrc/lib/config-array/override-tester.js +225 -0
  26. data/node_modules/@eslint/eslintrc/lib/config-array-factory.js +1149 -0
  27. data/node_modules/@eslint/eslintrc/lib/flat-compat.js +318 -0
  28. data/node_modules/@eslint/eslintrc/lib/index-universal.js +29 -0
  29. data/node_modules/@eslint/eslintrc/lib/index.js +56 -0
  30. data/node_modules/@eslint/eslintrc/lib/shared/ajv.js +191 -0
  31. data/node_modules/@eslint/eslintrc/lib/shared/config-ops.js +135 -0
  32. data/node_modules/@eslint/eslintrc/lib/shared/config-validator.js +325 -0
  33. data/node_modules/@eslint/eslintrc/lib/shared/deprecation-warnings.js +63 -0
  34. data/node_modules/@eslint/eslintrc/lib/shared/naming.js +96 -0
  35. data/node_modules/@eslint/eslintrc/lib/shared/relative-module-resolver.js +42 -0
  36. data/node_modules/@eslint/eslintrc/lib/shared/types.js +149 -0
  37. data/node_modules/@eslint/eslintrc/package.json +82 -0
  38. data/node_modules/@eslint/eslintrc/universal.js +9 -0
  39. data/node_modules/@eslint/js/LICENSE +19 -0
  40. data/node_modules/@eslint/js/README.md +57 -0
  41. data/node_modules/@eslint/js/package.json +31 -0
  42. data/node_modules/@eslint/js/src/configs/eslint-all.js +278 -0
  43. data/node_modules/@eslint/js/src/configs/eslint-recommended.js +76 -0
  44. data/node_modules/@eslint/js/src/index.js +17 -0
  45. data/node_modules/@eslint-community/eslint-utils/LICENSE +21 -0
  46. data/node_modules/@eslint-community/eslint-utils/README.md +37 -0
  47. data/node_modules/@eslint-community/eslint-utils/index.js +2068 -0
  48. data/node_modules/@eslint-community/eslint-utils/index.js.map +1 -0
  49. data/node_modules/@eslint-community/eslint-utils/index.mjs +2027 -0
  50. data/node_modules/@eslint-community/eslint-utils/index.mjs.map +1 -0
  51. data/node_modules/@eslint-community/eslint-utils/package.json +73 -0
  52. data/node_modules/@eslint-community/regexpp/LICENSE +21 -0
  53. data/node_modules/@eslint-community/regexpp/README.md +177 -0
  54. data/node_modules/@eslint-community/regexpp/index.d.ts +1044 -0
  55. data/node_modules/@eslint-community/regexpp/index.js +2752 -0
  56. data/node_modules/@eslint-community/regexpp/index.js.map +1 -0
  57. data/node_modules/@eslint-community/regexpp/index.mjs +2743 -0
  58. data/node_modules/@eslint-community/regexpp/index.mjs.map +1 -0
  59. data/node_modules/@eslint-community/regexpp/package.json +93 -0
  60. data/node_modules/@humanwhocodes/config-array/LICENSE +201 -0
  61. data/node_modules/@humanwhocodes/config-array/README.md +342 -0
  62. data/node_modules/@humanwhocodes/config-array/api.js +1061 -0
  63. data/node_modules/@humanwhocodes/config-array/node_modules/minimatch/LICENSE +15 -0
  64. data/node_modules/@humanwhocodes/config-array/node_modules/minimatch/README.md +224 -0
  65. data/node_modules/@humanwhocodes/config-array/node_modules/minimatch/minimatch.js +947 -0
  66. data/node_modules/@humanwhocodes/config-array/node_modules/minimatch/package.json +33 -0
  67. data/node_modules/@humanwhocodes/config-array/package.json +61 -0
  68. data/node_modules/@humanwhocodes/module-importer/CHANGELOG.md +15 -0
  69. data/node_modules/@humanwhocodes/module-importer/LICENSE +201 -0
  70. data/node_modules/@humanwhocodes/module-importer/README.md +80 -0
  71. data/node_modules/@humanwhocodes/module-importer/dist/module-importer.cjs +22 -0
  72. data/node_modules/@humanwhocodes/module-importer/dist/module-importer.d.cts +27 -0
  73. data/node_modules/@humanwhocodes/module-importer/dist/module-importer.d.ts +2 -0
  74. data/node_modules/@humanwhocodes/module-importer/dist/module-importer.js +18 -0
  75. data/node_modules/@humanwhocodes/module-importer/package.json +65 -0
  76. data/node_modules/@humanwhocodes/module-importer/src/module-importer.cjs +81 -0
  77. data/node_modules/@humanwhocodes/module-importer/src/module-importer.js +22 -0
  78. data/node_modules/@humanwhocodes/object-schema/CHANGELOG.md +8 -0
  79. data/node_modules/@humanwhocodes/object-schema/LICENSE +29 -0
  80. data/node_modules/@humanwhocodes/object-schema/README.md +234 -0
  81. data/node_modules/@humanwhocodes/object-schema/package.json +33 -0
  82. data/node_modules/@humanwhocodes/object-schema/src/index.js +7 -0
  83. data/node_modules/@humanwhocodes/object-schema/src/merge-strategy.js +53 -0
  84. data/node_modules/@humanwhocodes/object-schema/src/object-schema.js +235 -0
  85. data/node_modules/@humanwhocodes/object-schema/src/validation-strategy.js +102 -0
  86. data/node_modules/@humanwhocodes/object-schema/tests/merge-strategy.js +66 -0
  87. data/node_modules/@humanwhocodes/object-schema/tests/object-schema.js +611 -0
  88. data/node_modules/@humanwhocodes/object-schema/tests/validation-strategy.js +186 -0
  89. data/node_modules/@nodelib/fs.scandir/LICENSE +21 -0
  90. data/node_modules/@nodelib/fs.scandir/README.md +171 -0
  91. data/node_modules/@nodelib/fs.scandir/out/adapters/fs.d.ts +20 -0
  92. data/node_modules/@nodelib/fs.scandir/out/adapters/fs.js +19 -0
  93. data/node_modules/@nodelib/fs.scandir/out/constants.d.ts +4 -0
  94. data/node_modules/@nodelib/fs.scandir/out/constants.js +17 -0
  95. data/node_modules/@nodelib/fs.scandir/out/index.d.ts +12 -0
  96. data/node_modules/@nodelib/fs.scandir/out/index.js +26 -0
  97. data/node_modules/@nodelib/fs.scandir/out/providers/async.d.ts +7 -0
  98. data/node_modules/@nodelib/fs.scandir/out/providers/async.js +104 -0
  99. data/node_modules/@nodelib/fs.scandir/out/providers/common.d.ts +1 -0
  100. data/node_modules/@nodelib/fs.scandir/out/providers/common.js +13 -0
  101. data/node_modules/@nodelib/fs.scandir/out/providers/sync.d.ts +5 -0
  102. data/node_modules/@nodelib/fs.scandir/out/providers/sync.js +54 -0
  103. data/node_modules/@nodelib/fs.scandir/out/settings.d.ts +20 -0
  104. data/node_modules/@nodelib/fs.scandir/out/settings.js +24 -0
  105. data/node_modules/@nodelib/fs.scandir/out/types/index.d.ts +20 -0
  106. data/node_modules/@nodelib/fs.scandir/out/types/index.js +2 -0
  107. data/node_modules/@nodelib/fs.scandir/out/utils/fs.d.ts +2 -0
  108. data/node_modules/@nodelib/fs.scandir/out/utils/fs.js +19 -0
  109. data/node_modules/@nodelib/fs.scandir/out/utils/index.d.ts +2 -0
  110. data/node_modules/@nodelib/fs.scandir/out/utils/index.js +5 -0
  111. data/node_modules/@nodelib/fs.scandir/package.json +44 -0
  112. data/node_modules/@nodelib/fs.stat/LICENSE +21 -0
  113. data/node_modules/@nodelib/fs.stat/README.md +126 -0
  114. data/node_modules/@nodelib/fs.stat/out/adapters/fs.d.ts +13 -0
  115. data/node_modules/@nodelib/fs.stat/out/adapters/fs.js +17 -0
  116. data/node_modules/@nodelib/fs.stat/out/index.d.ts +12 -0
  117. data/node_modules/@nodelib/fs.stat/out/index.js +26 -0
  118. data/node_modules/@nodelib/fs.stat/out/providers/async.d.ts +4 -0
  119. data/node_modules/@nodelib/fs.stat/out/providers/async.js +36 -0
  120. data/node_modules/@nodelib/fs.stat/out/providers/sync.d.ts +3 -0
  121. data/node_modules/@nodelib/fs.stat/out/providers/sync.js +23 -0
  122. data/node_modules/@nodelib/fs.stat/out/settings.d.ts +16 -0
  123. data/node_modules/@nodelib/fs.stat/out/settings.js +16 -0
  124. data/node_modules/@nodelib/fs.stat/out/types/index.d.ts +4 -0
  125. data/node_modules/@nodelib/fs.stat/out/types/index.js +2 -0
  126. data/node_modules/@nodelib/fs.stat/package.json +37 -0
  127. data/node_modules/@nodelib/fs.walk/LICENSE +21 -0
  128. data/node_modules/@nodelib/fs.walk/README.md +215 -0
  129. data/node_modules/@nodelib/fs.walk/out/index.d.ts +14 -0
  130. data/node_modules/@nodelib/fs.walk/out/index.js +34 -0
  131. data/node_modules/@nodelib/fs.walk/out/providers/async.d.ts +12 -0
  132. data/node_modules/@nodelib/fs.walk/out/providers/async.js +30 -0
  133. data/node_modules/@nodelib/fs.walk/out/providers/index.d.ts +4 -0
  134. data/node_modules/@nodelib/fs.walk/out/providers/index.js +9 -0
  135. data/node_modules/@nodelib/fs.walk/out/providers/stream.d.ts +12 -0
  136. data/node_modules/@nodelib/fs.walk/out/providers/stream.js +34 -0
  137. data/node_modules/@nodelib/fs.walk/out/providers/sync.d.ts +10 -0
  138. data/node_modules/@nodelib/fs.walk/out/providers/sync.js +14 -0
  139. data/node_modules/@nodelib/fs.walk/out/readers/async.d.ts +30 -0
  140. data/node_modules/@nodelib/fs.walk/out/readers/async.js +97 -0
  141. data/node_modules/@nodelib/fs.walk/out/readers/common.d.ts +7 -0
  142. data/node_modules/@nodelib/fs.walk/out/readers/common.js +31 -0
  143. data/node_modules/@nodelib/fs.walk/out/readers/reader.d.ts +6 -0
  144. data/node_modules/@nodelib/fs.walk/out/readers/reader.js +11 -0
  145. data/node_modules/@nodelib/fs.walk/out/readers/sync.d.ts +15 -0
  146. data/node_modules/@nodelib/fs.walk/out/readers/sync.js +59 -0
  147. data/node_modules/@nodelib/fs.walk/out/settings.d.ts +30 -0
  148. data/node_modules/@nodelib/fs.walk/out/settings.js +26 -0
  149. data/node_modules/@nodelib/fs.walk/out/types/index.d.ts +8 -0
  150. data/node_modules/@nodelib/fs.walk/out/types/index.js +2 -0
  151. data/node_modules/@nodelib/fs.walk/package.json +44 -0
  152. data/node_modules/@types/json5/README.md +18 -0
  153. data/node_modules/@types/json5/index.d.ts +44 -0
  154. data/node_modules/@types/json5/package.json +16 -0
  155. data/node_modules/@types/json5/types-metadata.json +25 -0
  156. data/node_modules/acorn/CHANGELOG.md +844 -0
  157. data/node_modules/acorn/LICENSE +21 -0
  158. data/node_modules/acorn/README.md +278 -0
  159. data/node_modules/acorn/bin/acorn +4 -0
  160. data/node_modules/acorn/dist/acorn.d.mts +26 -0
  161. data/node_modules/acorn/dist/acorn.d.ts +292 -0
  162. data/node_modules/acorn/dist/acorn.js +5990 -0
  163. data/node_modules/acorn/dist/acorn.mjs +5961 -0
  164. data/node_modules/acorn/dist/bin.js +90 -0
  165. data/node_modules/acorn/package.json +50 -0
  166. data/node_modules/acorn-jsx/LICENSE +19 -0
  167. data/node_modules/acorn-jsx/README.md +40 -0
  168. data/node_modules/acorn-jsx/index.d.ts +12 -0
  169. data/node_modules/acorn-jsx/index.js +488 -0
  170. data/node_modules/acorn-jsx/package.json +27 -0
  171. data/node_modules/acorn-jsx/xhtml.js +255 -0
  172. data/node_modules/ajv/LICENSE +22 -0
  173. data/node_modules/ajv/README.md +1497 -0
  174. data/node_modules/ajv/dist/ajv.bundle.js +7189 -0
  175. data/node_modules/ajv/dist/ajv.min.js +3 -0
  176. data/node_modules/ajv/dist/ajv.min.js.map +1 -0
  177. data/node_modules/ajv/lib/ajv.d.ts +397 -0
  178. data/node_modules/ajv/lib/ajv.js +506 -0
  179. data/node_modules/ajv/lib/cache.js +26 -0
  180. data/node_modules/ajv/lib/compile/async.js +90 -0
  181. data/node_modules/ajv/lib/compile/equal.js +5 -0
  182. data/node_modules/ajv/lib/compile/error_classes.js +34 -0
  183. data/node_modules/ajv/lib/compile/formats.js +142 -0
  184. data/node_modules/ajv/lib/compile/index.js +387 -0
  185. data/node_modules/ajv/lib/compile/resolve.js +270 -0
  186. data/node_modules/ajv/lib/compile/rules.js +66 -0
  187. data/node_modules/ajv/lib/compile/schema_obj.js +9 -0
  188. data/node_modules/ajv/lib/compile/ucs2length.js +20 -0
  189. data/node_modules/ajv/lib/compile/util.js +239 -0
  190. data/node_modules/ajv/lib/data.js +49 -0
  191. data/node_modules/ajv/lib/definition_schema.js +37 -0
  192. data/node_modules/ajv/lib/dot/_limit.jst +113 -0
  193. data/node_modules/ajv/lib/dot/_limitItems.jst +12 -0
  194. data/node_modules/ajv/lib/dot/_limitLength.jst +12 -0
  195. data/node_modules/ajv/lib/dot/_limitProperties.jst +12 -0
  196. data/node_modules/ajv/lib/dot/allOf.jst +32 -0
  197. data/node_modules/ajv/lib/dot/anyOf.jst +46 -0
  198. data/node_modules/ajv/lib/dot/coerce.def +51 -0
  199. data/node_modules/ajv/lib/dot/comment.jst +9 -0
  200. data/node_modules/ajv/lib/dot/const.jst +11 -0
  201. data/node_modules/ajv/lib/dot/contains.jst +55 -0
  202. data/node_modules/ajv/lib/dot/custom.jst +191 -0
  203. data/node_modules/ajv/lib/dot/defaults.def +47 -0
  204. data/node_modules/ajv/lib/dot/definitions.def +203 -0
  205. data/node_modules/ajv/lib/dot/dependencies.jst +79 -0
  206. data/node_modules/ajv/lib/dot/enum.jst +30 -0
  207. data/node_modules/ajv/lib/dot/errors.def +194 -0
  208. data/node_modules/ajv/lib/dot/format.jst +106 -0
  209. data/node_modules/ajv/lib/dot/if.jst +73 -0
  210. data/node_modules/ajv/lib/dot/items.jst +98 -0
  211. data/node_modules/ajv/lib/dot/missing.def +39 -0
  212. data/node_modules/ajv/lib/dot/multipleOf.jst +22 -0
  213. data/node_modules/ajv/lib/dot/not.jst +43 -0
  214. data/node_modules/ajv/lib/dot/oneOf.jst +54 -0
  215. data/node_modules/ajv/lib/dot/pattern.jst +14 -0
  216. data/node_modules/ajv/lib/dot/properties.jst +245 -0
  217. data/node_modules/ajv/lib/dot/propertyNames.jst +52 -0
  218. data/node_modules/ajv/lib/dot/ref.jst +85 -0
  219. data/node_modules/ajv/lib/dot/required.jst +108 -0
  220. data/node_modules/ajv/lib/dot/uniqueItems.jst +62 -0
  221. data/node_modules/ajv/lib/dot/validate.jst +276 -0
  222. data/node_modules/ajv/lib/dotjs/README.md +3 -0
  223. data/node_modules/ajv/lib/dotjs/_limit.js +163 -0
  224. data/node_modules/ajv/lib/dotjs/_limitItems.js +80 -0
  225. data/node_modules/ajv/lib/dotjs/_limitLength.js +85 -0
  226. data/node_modules/ajv/lib/dotjs/_limitProperties.js +80 -0
  227. data/node_modules/ajv/lib/dotjs/allOf.js +42 -0
  228. data/node_modules/ajv/lib/dotjs/anyOf.js +73 -0
  229. data/node_modules/ajv/lib/dotjs/comment.js +14 -0
  230. data/node_modules/ajv/lib/dotjs/const.js +56 -0
  231. data/node_modules/ajv/lib/dotjs/contains.js +81 -0
  232. data/node_modules/ajv/lib/dotjs/custom.js +228 -0
  233. data/node_modules/ajv/lib/dotjs/dependencies.js +168 -0
  234. data/node_modules/ajv/lib/dotjs/enum.js +66 -0
  235. data/node_modules/ajv/lib/dotjs/format.js +150 -0
  236. data/node_modules/ajv/lib/dotjs/if.js +103 -0
  237. data/node_modules/ajv/lib/dotjs/index.js +33 -0
  238. data/node_modules/ajv/lib/dotjs/items.js +140 -0
  239. data/node_modules/ajv/lib/dotjs/multipleOf.js +80 -0
  240. data/node_modules/ajv/lib/dotjs/not.js +84 -0
  241. data/node_modules/ajv/lib/dotjs/oneOf.js +73 -0
  242. data/node_modules/ajv/lib/dotjs/pattern.js +75 -0
  243. data/node_modules/ajv/lib/dotjs/properties.js +335 -0
  244. data/node_modules/ajv/lib/dotjs/propertyNames.js +81 -0
  245. data/node_modules/ajv/lib/dotjs/ref.js +124 -0
  246. data/node_modules/ajv/lib/dotjs/required.js +270 -0
  247. data/node_modules/ajv/lib/dotjs/uniqueItems.js +86 -0
  248. data/node_modules/ajv/lib/dotjs/validate.js +482 -0
  249. data/node_modules/ajv/lib/keyword.js +146 -0
  250. data/node_modules/ajv/lib/refs/data.json +17 -0
  251. data/node_modules/ajv/lib/refs/json-schema-draft-04.json +149 -0
  252. data/node_modules/ajv/lib/refs/json-schema-draft-06.json +154 -0
  253. data/node_modules/ajv/lib/refs/json-schema-draft-07.json +168 -0
  254. data/node_modules/ajv/lib/refs/json-schema-secure.json +94 -0
  255. data/node_modules/ajv/package.json +106 -0
  256. data/node_modules/ajv/scripts/bundle.js +61 -0
  257. data/node_modules/ajv/scripts/compile-dots.js +73 -0
  258. data/node_modules/ajv/scripts/info +10 -0
  259. data/node_modules/ajv/scripts/prepare-tests +12 -0
  260. data/node_modules/ajv/scripts/publish-built-version +32 -0
  261. data/node_modules/ajv/scripts/travis-gh-pages +23 -0
  262. data/node_modules/ansi-regex/index.d.ts +37 -0
  263. data/node_modules/ansi-regex/index.js +10 -0
  264. data/node_modules/ansi-regex/license +9 -0
  265. data/node_modules/ansi-regex/package.json +55 -0
  266. data/node_modules/ansi-regex/readme.md +78 -0
  267. data/node_modules/ansi-styles/index.d.ts +345 -0
  268. data/node_modules/ansi-styles/index.js +163 -0
  269. data/node_modules/ansi-styles/license +9 -0
  270. data/node_modules/ansi-styles/package.json +56 -0
  271. data/node_modules/ansi-styles/readme.md +152 -0
  272. data/node_modules/argparse/CHANGELOG.md +216 -0
  273. data/node_modules/argparse/LICENSE +254 -0
  274. data/node_modules/argparse/README.md +84 -0
  275. data/node_modules/argparse/argparse.js +3707 -0
  276. data/node_modules/argparse/lib/sub.js +67 -0
  277. data/node_modules/argparse/lib/textwrap.js +440 -0
  278. data/node_modules/argparse/package.json +31 -0
  279. data/node_modules/array-buffer-byte-length/CHANGELOG.md +15 -0
  280. data/node_modules/array-buffer-byte-length/LICENSE +21 -0
  281. data/node_modules/array-buffer-byte-length/README.md +40 -0
  282. data/node_modules/array-buffer-byte-length/index.js +13 -0
  283. data/node_modules/array-buffer-byte-length/package.json +81 -0
  284. data/node_modules/array-buffer-byte-length/test/index.js +26 -0
  285. data/node_modules/array-includes/CHANGELOG.md +167 -0
  286. data/node_modules/array-includes/LICENSE +21 -0
  287. data/node_modules/array-includes/README.md +105 -0
  288. data/node_modules/array-includes/auto.js +3 -0
  289. data/node_modules/array-includes/implementation.js +36 -0
  290. data/node_modules/array-includes/index.js +27 -0
  291. data/node_modules/array-includes/package.json +114 -0
  292. data/node_modules/array-includes/polyfill.js +13 -0
  293. data/node_modules/array-includes/shim.js +14 -0
  294. data/node_modules/array-includes/test/implementation.js +20 -0
  295. data/node_modules/array-includes/test/index.js +17 -0
  296. data/node_modules/array-includes/test/shimmed.js +39 -0
  297. data/node_modules/array-includes/test/tests.js +94 -0
  298. data/node_modules/array.prototype.findlastindex/CHANGELOG.md +75 -0
  299. data/node_modules/array.prototype.findlastindex/LICENSE +21 -0
  300. data/node_modules/array.prototype.findlastindex/README.md +74 -0
  301. data/node_modules/array.prototype.findlastindex/auto.js +3 -0
  302. data/node_modules/array.prototype.findlastindex/implementation.js +39 -0
  303. data/node_modules/array.prototype.findlastindex/index.js +28 -0
  304. data/node_modules/array.prototype.findlastindex/index.mjs +18 -0
  305. data/node_modules/array.prototype.findlastindex/package.json +120 -0
  306. data/node_modules/array.prototype.findlastindex/polyfill.js +7 -0
  307. data/node_modules/array.prototype.findlastindex/shim.js +18 -0
  308. data/node_modules/array.prototype.findlastindex/test/implementation.js +20 -0
  309. data/node_modules/array.prototype.findlastindex/test/index.js +18 -0
  310. data/node_modules/array.prototype.findlastindex/test/index.mjs +31 -0
  311. data/node_modules/array.prototype.findlastindex/test/shimmed.js +47 -0
  312. data/node_modules/array.prototype.findlastindex/test/tests.js +246 -0
  313. data/node_modules/array.prototype.flat/CHANGELOG.md +109 -0
  314. data/node_modules/array.prototype.flat/LICENSE +21 -0
  315. data/node_modules/array.prototype.flat/README.md +75 -0
  316. data/node_modules/array.prototype.flat/auto.js +3 -0
  317. data/node_modules/array.prototype.flat/implementation.js +22 -0
  318. data/node_modules/array.prototype.flat/index.js +19 -0
  319. data/node_modules/array.prototype.flat/package.json +113 -0
  320. data/node_modules/array.prototype.flat/polyfill.js +7 -0
  321. data/node_modules/array.prototype.flat/shim.js +20 -0
  322. data/node_modules/array.prototype.flat/test/implementation.js +20 -0
  323. data/node_modules/array.prototype.flat/test/index.js +17 -0
  324. data/node_modules/array.prototype.flat/test/shimmed.js +36 -0
  325. data/node_modules/array.prototype.flat/test/tests.js +30 -0
  326. data/node_modules/array.prototype.flatmap/CHANGELOG.md +109 -0
  327. data/node_modules/array.prototype.flatmap/LICENSE +21 -0
  328. data/node_modules/array.prototype.flatmap/README.md +82 -0
  329. data/node_modules/array.prototype.flatmap/auto.js +3 -0
  330. data/node_modules/array.prototype.flatmap/implementation.js +26 -0
  331. data/node_modules/array.prototype.flatmap/index.js +19 -0
  332. data/node_modules/array.prototype.flatmap/package.json +112 -0
  333. data/node_modules/array.prototype.flatmap/polyfill.js +7 -0
  334. data/node_modules/array.prototype.flatmap/shim.js +20 -0
  335. data/node_modules/array.prototype.flatmap/test/implementation.js +20 -0
  336. data/node_modules/array.prototype.flatmap/test/index.js +18 -0
  337. data/node_modules/array.prototype.flatmap/test/shimmed.js +36 -0
  338. data/node_modules/array.prototype.flatmap/test/tests.js +43 -0
  339. data/node_modules/arraybuffer.prototype.slice/CHANGELOG.md +31 -0
  340. data/node_modules/arraybuffer.prototype.slice/LICENSE +21 -0
  341. data/node_modules/arraybuffer.prototype.slice/README.md +61 -0
  342. data/node_modules/arraybuffer.prototype.slice/auto.js +3 -0
  343. data/node_modules/arraybuffer.prototype.slice/implementation.js +84 -0
  344. data/node_modules/arraybuffer.prototype.slice/index.js +18 -0
  345. data/node_modules/arraybuffer.prototype.slice/package.json +103 -0
  346. data/node_modules/arraybuffer.prototype.slice/polyfill.js +21 -0
  347. data/node_modules/arraybuffer.prototype.slice/shim.js +18 -0
  348. data/node_modules/arraybuffer.prototype.slice/test/implementation.js +32 -0
  349. data/node_modules/arraybuffer.prototype.slice/test/index.js +29 -0
  350. data/node_modules/arraybuffer.prototype.slice/test/shimmed.js +54 -0
  351. data/node_modules/arraybuffer.prototype.slice/test/tests.js +81 -0
  352. data/node_modules/available-typed-arrays/CHANGELOG.md +79 -0
  353. data/node_modules/available-typed-arrays/LICENSE +21 -0
  354. data/node_modules/available-typed-arrays/README.md +52 -0
  355. data/node_modules/available-typed-arrays/index.js +27 -0
  356. data/node_modules/available-typed-arrays/package.json +82 -0
  357. data/node_modules/available-typed-arrays/test/index.js +18 -0
  358. data/node_modules/balanced-match/LICENSE.md +21 -0
  359. data/node_modules/balanced-match/README.md +97 -0
  360. data/node_modules/balanced-match/index.js +62 -0
  361. data/node_modules/balanced-match/package.json +48 -0
  362. data/node_modules/brace-expansion/LICENSE +21 -0
  363. data/node_modules/brace-expansion/README.md +129 -0
  364. data/node_modules/brace-expansion/index.js +201 -0
  365. data/node_modules/brace-expansion/package.json +47 -0
  366. data/node_modules/call-bind/CHANGELOG.md +42 -0
  367. data/node_modules/call-bind/LICENSE +21 -0
  368. data/node_modules/call-bind/README.md +2 -0
  369. data/node_modules/call-bind/callBound.js +15 -0
  370. data/node_modules/call-bind/index.js +47 -0
  371. data/node_modules/call-bind/package.json +80 -0
  372. data/node_modules/call-bind/test/callBound.js +55 -0
  373. data/node_modules/call-bind/test/index.js +66 -0
  374. data/node_modules/callsites/index.d.ts +96 -0
  375. data/node_modules/callsites/index.js +13 -0
  376. data/node_modules/callsites/license +9 -0
  377. data/node_modules/callsites/package.json +39 -0
  378. data/node_modules/callsites/readme.md +48 -0
  379. data/node_modules/chalk/index.d.ts +415 -0
  380. data/node_modules/chalk/license +9 -0
  381. data/node_modules/chalk/package.json +68 -0
  382. data/node_modules/chalk/readme.md +341 -0
  383. data/node_modules/chalk/source/index.js +229 -0
  384. data/node_modules/chalk/source/templates.js +134 -0
  385. data/node_modules/chalk/source/util.js +39 -0
  386. data/node_modules/color-convert/CHANGELOG.md +54 -0
  387. data/node_modules/color-convert/LICENSE +21 -0
  388. data/node_modules/color-convert/README.md +68 -0
  389. data/node_modules/color-convert/conversions.js +839 -0
  390. data/node_modules/color-convert/index.js +81 -0
  391. data/node_modules/color-convert/package.json +48 -0
  392. data/node_modules/color-convert/route.js +97 -0
  393. data/node_modules/color-name/LICENSE +8 -0
  394. data/node_modules/color-name/README.md +11 -0
  395. data/node_modules/color-name/index.js +152 -0
  396. data/node_modules/color-name/package.json +28 -0
  397. data/node_modules/concat-map/LICENSE +18 -0
  398. data/node_modules/concat-map/README.markdown +62 -0
  399. data/node_modules/concat-map/example/map.js +6 -0
  400. data/node_modules/concat-map/index.js +13 -0
  401. data/node_modules/concat-map/package.json +43 -0
  402. data/node_modules/concat-map/test/map.js +39 -0
  403. data/node_modules/confusing-browser-globals/LICENSE +21 -0
  404. data/node_modules/confusing-browser-globals/README.md +45 -0
  405. data/node_modules/confusing-browser-globals/index.js +69 -0
  406. data/node_modules/confusing-browser-globals/package.json +26 -0
  407. data/node_modules/cross-spawn/CHANGELOG.md +130 -0
  408. data/node_modules/cross-spawn/LICENSE +21 -0
  409. data/node_modules/cross-spawn/README.md +96 -0
  410. data/node_modules/cross-spawn/index.js +39 -0
  411. data/node_modules/cross-spawn/lib/enoent.js +59 -0
  412. data/node_modules/cross-spawn/lib/parse.js +91 -0
  413. data/node_modules/cross-spawn/lib/util/escape.js +45 -0
  414. data/node_modules/cross-spawn/lib/util/readShebang.js +23 -0
  415. data/node_modules/cross-spawn/lib/util/resolveCommand.js +52 -0
  416. data/node_modules/cross-spawn/package.json +73 -0
  417. data/node_modules/debug/LICENSE +20 -0
  418. data/node_modules/debug/README.md +481 -0
  419. data/node_modules/debug/package.json +59 -0
  420. data/node_modules/debug/src/browser.js +269 -0
  421. data/node_modules/debug/src/common.js +274 -0
  422. data/node_modules/debug/src/index.js +10 -0
  423. data/node_modules/debug/src/node.js +263 -0
  424. data/node_modules/deep-is/LICENSE +22 -0
  425. data/node_modules/deep-is/README.markdown +70 -0
  426. data/node_modules/deep-is/example/cmp.js +11 -0
  427. data/node_modules/deep-is/index.js +102 -0
  428. data/node_modules/deep-is/package.json +58 -0
  429. data/node_modules/deep-is/test/NaN.js +16 -0
  430. data/node_modules/deep-is/test/cmp.js +23 -0
  431. data/node_modules/deep-is/test/neg-vs-pos-0.js +15 -0
  432. data/node_modules/define-data-property/CHANGELOG.md +31 -0
  433. data/node_modules/define-data-property/LICENSE +21 -0
  434. data/node_modules/define-data-property/README.md +67 -0
  435. data/node_modules/define-data-property/index.d.ts +3 -0
  436. data/node_modules/define-data-property/index.d.ts.map +1 -0
  437. data/node_modules/define-data-property/index.js +60 -0
  438. data/node_modules/define-data-property/package.json +111 -0
  439. data/node_modules/define-data-property/test/index.js +397 -0
  440. data/node_modules/define-data-property/tsconfig.json +58 -0
  441. data/node_modules/define-data-property/tsinit +109 -0
  442. data/node_modules/define-properties/CHANGELOG.md +91 -0
  443. data/node_modules/define-properties/LICENSE +21 -0
  444. data/node_modules/define-properties/README.md +84 -0
  445. data/node_modules/define-properties/index.js +47 -0
  446. data/node_modules/define-properties/package.json +88 -0
  447. data/node_modules/doctrine/CHANGELOG.md +101 -0
  448. data/node_modules/doctrine/LICENSE +177 -0
  449. data/node_modules/doctrine/LICENSE.closure-compiler +202 -0
  450. data/node_modules/doctrine/LICENSE.esprima +19 -0
  451. data/node_modules/doctrine/README.md +165 -0
  452. data/node_modules/doctrine/lib/doctrine.js +898 -0
  453. data/node_modules/doctrine/lib/typed.js +1305 -0
  454. data/node_modules/doctrine/lib/utility.js +35 -0
  455. data/node_modules/doctrine/package.json +58 -0
  456. data/node_modules/es-abstract/2015/AbstractEqualityComparison.js +37 -0
  457. data/node_modules/es-abstract/2015/AbstractRelationalComparison.js +63 -0
  458. data/node_modules/es-abstract/2015/AdvanceStringIndex.js +47 -0
  459. data/node_modules/es-abstract/2015/ArrayCreate.js +54 -0
  460. data/node_modules/es-abstract/2015/ArraySetLength.js +85 -0
  461. data/node_modules/es-abstract/2015/ArraySpeciesCreate.js +47 -0
  462. data/node_modules/es-abstract/2015/Call.js +20 -0
  463. data/node_modules/es-abstract/2015/CanonicalNumericIndexString.js +22 -0
  464. data/node_modules/es-abstract/2015/Canonicalize.js +55 -0
  465. data/node_modules/es-abstract/2015/CharacterRange.js +31 -0
  466. data/node_modules/es-abstract/2015/CompletePropertyDescriptor.js +39 -0
  467. data/node_modules/es-abstract/2015/CompletionRecord.js +53 -0
  468. data/node_modules/es-abstract/2015/CreateDataProperty.js +27 -0
  469. data/node_modules/es-abstract/2015/CreateDataPropertyOrThrow.js +25 -0
  470. data/node_modules/es-abstract/2015/CreateHTML.js +30 -0
  471. data/node_modules/es-abstract/2015/CreateIterResultObject.js +19 -0
  472. data/node_modules/es-abstract/2015/CreateListFromArrayLike.js +45 -0
  473. data/node_modules/es-abstract/2015/CreateMethodProperty.js +40 -0
  474. data/node_modules/es-abstract/2015/DateFromTime.js +54 -0
  475. data/node_modules/es-abstract/2015/Day.js +11 -0
  476. data/node_modules/es-abstract/2015/DayFromYear.js +10 -0
  477. data/node_modules/es-abstract/2015/DayWithinYear.js +11 -0
  478. data/node_modules/es-abstract/2015/DaysInYear.js +18 -0
  479. data/node_modules/es-abstract/2015/DefinePropertyOrThrow.js +50 -0
  480. data/node_modules/es-abstract/2015/DeletePropertyOrThrow.js +27 -0
  481. data/node_modules/es-abstract/2015/DetachArrayBuffer.js +34 -0
  482. data/node_modules/es-abstract/2015/EnumerableOwnNames.js +19 -0
  483. data/node_modules/es-abstract/2015/FromPropertyDescriptor.js +16 -0
  484. data/node_modules/es-abstract/2015/Get.js +25 -0
  485. data/node_modules/es-abstract/2015/GetGlobalObject.js +9 -0
  486. data/node_modules/es-abstract/2015/GetIterator.js +34 -0
  487. data/node_modules/es-abstract/2015/GetMethod.js +36 -0
  488. data/node_modules/es-abstract/2015/GetOwnPropertyKeys.js +31 -0
  489. data/node_modules/es-abstract/2015/GetPrototypeFromConstructor.js +32 -0
  490. data/node_modules/es-abstract/2015/GetSubstitution.js +100 -0
  491. data/node_modules/es-abstract/2015/GetV.js +25 -0
  492. data/node_modules/es-abstract/2015/GetValueFromBuffer.js +97 -0
  493. data/node_modules/es-abstract/2015/HasOwnProperty.js +22 -0
  494. data/node_modules/es-abstract/2015/HasProperty.js +20 -0
  495. data/node_modules/es-abstract/2015/HourFromTime.js +14 -0
  496. data/node_modules/es-abstract/2015/InLeapYear.js +21 -0
  497. data/node_modules/es-abstract/2015/InstanceofOperator.js +30 -0
  498. data/node_modules/es-abstract/2015/Invoke.js +24 -0
  499. data/node_modules/es-abstract/2015/IsAccessorDescriptor.js +23 -0
  500. data/node_modules/es-abstract/2015/IsArray.js +4 -0
  501. data/node_modules/es-abstract/2015/IsCallable.js +5 -0
  502. data/node_modules/es-abstract/2015/IsCompatiblePropertyDescriptor.js +9 -0
  503. data/node_modules/es-abstract/2015/IsConcatSpreadable.js +25 -0
  504. data/node_modules/es-abstract/2015/IsConstructor.js +40 -0
  505. data/node_modules/es-abstract/2015/IsDataDescriptor.js +23 -0
  506. data/node_modules/es-abstract/2015/IsDetachedBuffer.js +27 -0
  507. data/node_modules/es-abstract/2015/IsExtensible.js +18 -0
  508. data/node_modules/es-abstract/2015/IsGenericDescriptor.js +23 -0
  509. data/node_modules/es-abstract/2015/IsInteger.js +9 -0
  510. data/node_modules/es-abstract/2015/IsPromise.js +24 -0
  511. data/node_modules/es-abstract/2015/IsPropertyDescriptor.js +19 -0
  512. data/node_modules/es-abstract/2015/IsPropertyKey.js +7 -0
  513. data/node_modules/es-abstract/2015/IsRegExp.js +24 -0
  514. data/node_modules/es-abstract/2015/IsWordChar.js +39 -0
  515. data/node_modules/es-abstract/2015/IteratorClose.js +51 -0
  516. data/node_modules/es-abstract/2015/IteratorComplete.js +18 -0
  517. data/node_modules/es-abstract/2015/IteratorNext.js +18 -0
  518. data/node_modules/es-abstract/2015/IteratorStep.js +13 -0
  519. data/node_modules/es-abstract/2015/IteratorValue.js +18 -0
  520. data/node_modules/es-abstract/2015/MakeDate.js +13 -0
  521. data/node_modules/es-abstract/2015/MakeDay.js +33 -0
  522. data/node_modules/es-abstract/2015/MakeTime.js +23 -0
  523. data/node_modules/es-abstract/2015/MinFromTime.js +14 -0
  524. data/node_modules/es-abstract/2015/MonthFromTime.js +47 -0
  525. data/node_modules/es-abstract/2015/NewPromiseCapability.js +36 -0
  526. data/node_modules/es-abstract/2015/NormalCompletion.js +9 -0
  527. data/node_modules/es-abstract/2015/ObjectCreate.js +50 -0
  528. data/node_modules/es-abstract/2015/ObjectDefineProperties.js +38 -0
  529. data/node_modules/es-abstract/2015/OrdinaryCreateFromConstructor.js +20 -0
  530. data/node_modules/es-abstract/2015/OrdinaryDefineOwnProperty.js +61 -0
  531. data/node_modules/es-abstract/2015/OrdinaryGetOwnProperty.js +44 -0
  532. data/node_modules/es-abstract/2015/OrdinaryHasInstance.js +25 -0
  533. data/node_modules/es-abstract/2015/OrdinaryHasProperty.js +20 -0
  534. data/node_modules/es-abstract/2015/QuoteJSONString.js +52 -0
  535. data/node_modules/es-abstract/2015/RegExpCreate.js +21 -0
  536. data/node_modules/es-abstract/2015/RegExpExec.js +32 -0
  537. data/node_modules/es-abstract/2015/RequireObjectCoercible.js +3 -0
  538. data/node_modules/es-abstract/2015/SameValue.js +13 -0
  539. data/node_modules/es-abstract/2015/SameValueZero.js +9 -0
  540. data/node_modules/es-abstract/2015/SecFromTime.js +14 -0
  541. data/node_modules/es-abstract/2015/Set.js +47 -0
  542. data/node_modules/es-abstract/2015/SetFunctionName.js +44 -0
  543. data/node_modules/es-abstract/2015/SetIntegrityLevel.js +57 -0
  544. data/node_modules/es-abstract/2015/SetValueInBuffer.js +120 -0
  545. data/node_modules/es-abstract/2015/SpeciesConstructor.js +32 -0
  546. data/node_modules/es-abstract/2015/SplitMatch.js +39 -0
  547. data/node_modules/es-abstract/2015/StrictEqualityComparison.js +17 -0
  548. data/node_modules/es-abstract/2015/StringCreate.js +40 -0
  549. data/node_modules/es-abstract/2015/StringGetIndexProperty.js +52 -0
  550. data/node_modules/es-abstract/2015/SymbolDescriptiveString.js +20 -0
  551. data/node_modules/es-abstract/2015/TestIntegrityLevel.js +42 -0
  552. data/node_modules/es-abstract/2015/TimeClip.js +21 -0
  553. data/node_modules/es-abstract/2015/TimeFromYear.js +11 -0
  554. data/node_modules/es-abstract/2015/TimeWithinDay.js +12 -0
  555. data/node_modules/es-abstract/2015/ToBoolean.js +5 -0
  556. data/node_modules/es-abstract/2015/ToDateString.js +23 -0
  557. data/node_modules/es-abstract/2015/ToInt16.js +10 -0
  558. data/node_modules/es-abstract/2015/ToInt32.js +9 -0
  559. data/node_modules/es-abstract/2015/ToInt8.js +10 -0
  560. data/node_modules/es-abstract/2015/ToInteger.js +12 -0
  561. data/node_modules/es-abstract/2015/ToLength.js +12 -0
  562. data/node_modules/es-abstract/2015/ToNumber.js +48 -0
  563. data/node_modules/es-abstract/2015/ToObject.js +14 -0
  564. data/node_modules/es-abstract/2015/ToPrimitive.js +12 -0
  565. data/node_modules/es-abstract/2015/ToPropertyDescriptor.js +52 -0
  566. data/node_modules/es-abstract/2015/ToPropertyKey.js +15 -0
  567. data/node_modules/es-abstract/2015/ToString.js +15 -0
  568. data/node_modules/es-abstract/2015/ToUint16.js +19 -0
  569. data/node_modules/es-abstract/2015/ToUint32.js +9 -0
  570. data/node_modules/es-abstract/2015/ToUint8.js +20 -0
  571. data/node_modules/es-abstract/2015/ToUint8Clamp.js +19 -0
  572. data/node_modules/es-abstract/2015/Type.js +12 -0
  573. data/node_modules/es-abstract/2015/ValidateAndApplyPropertyDescriptor.js +170 -0
  574. data/node_modules/es-abstract/2015/ValidateTypedArray.js +30 -0
  575. data/node_modules/es-abstract/2015/WeekDay.js +10 -0
  576. data/node_modules/es-abstract/2015/YearFromTime.js +16 -0
  577. data/node_modules/es-abstract/2015/abs.js +11 -0
  578. data/node_modules/es-abstract/2015/floor.js +11 -0
  579. data/node_modules/es-abstract/2015/max.js +7 -0
  580. data/node_modules/es-abstract/2015/min.js +7 -0
  581. data/node_modules/es-abstract/2015/modulo.js +9 -0
  582. data/node_modules/es-abstract/2015/msFromTime.js +11 -0
  583. data/node_modules/es-abstract/2015/thisBooleanValue.js +15 -0
  584. data/node_modules/es-abstract/2015/thisNumberValue.js +18 -0
  585. data/node_modules/es-abstract/2015/thisStringValue.js +15 -0
  586. data/node_modules/es-abstract/2015/thisTimeValue.js +9 -0
  587. data/node_modules/es-abstract/2016/AbstractEqualityComparison.js +37 -0
  588. data/node_modules/es-abstract/2016/AbstractRelationalComparison.js +63 -0
  589. data/node_modules/es-abstract/2016/AdvanceStringIndex.js +47 -0
  590. data/node_modules/es-abstract/2016/ArrayCreate.js +54 -0
  591. data/node_modules/es-abstract/2016/ArraySetLength.js +85 -0
  592. data/node_modules/es-abstract/2016/ArraySpeciesCreate.js +47 -0
  593. data/node_modules/es-abstract/2016/Call.js +20 -0
  594. data/node_modules/es-abstract/2016/CanonicalNumericIndexString.js +22 -0
  595. data/node_modules/es-abstract/2016/Canonicalize.js +55 -0
  596. data/node_modules/es-abstract/2016/CharacterRange.js +31 -0
  597. data/node_modules/es-abstract/2016/CompletePropertyDescriptor.js +39 -0
  598. data/node_modules/es-abstract/2016/CompletionRecord.js +53 -0
  599. data/node_modules/es-abstract/2016/CreateDataProperty.js +27 -0
  600. data/node_modules/es-abstract/2016/CreateDataPropertyOrThrow.js +25 -0
  601. data/node_modules/es-abstract/2016/CreateHTML.js +30 -0
  602. data/node_modules/es-abstract/2016/CreateIterResultObject.js +19 -0
  603. data/node_modules/es-abstract/2016/CreateListFromArrayLike.js +45 -0
  604. data/node_modules/es-abstract/2016/CreateMethodProperty.js +40 -0
  605. data/node_modules/es-abstract/2016/DateFromTime.js +54 -0
  606. data/node_modules/es-abstract/2016/Day.js +11 -0
  607. data/node_modules/es-abstract/2016/DayFromYear.js +10 -0
  608. data/node_modules/es-abstract/2016/DayWithinYear.js +11 -0
  609. data/node_modules/es-abstract/2016/DaysInYear.js +18 -0
  610. data/node_modules/es-abstract/2016/DefinePropertyOrThrow.js +50 -0
  611. data/node_modules/es-abstract/2016/DeletePropertyOrThrow.js +27 -0
  612. data/node_modules/es-abstract/2016/DetachArrayBuffer.js +34 -0
  613. data/node_modules/es-abstract/2016/EnumerableOwnNames.js +19 -0
  614. data/node_modules/es-abstract/2016/FromPropertyDescriptor.js +16 -0
  615. data/node_modules/es-abstract/2016/Get.js +25 -0
  616. data/node_modules/es-abstract/2016/GetGlobalObject.js +9 -0
  617. data/node_modules/es-abstract/2016/GetIterator.js +34 -0
  618. data/node_modules/es-abstract/2016/GetMethod.js +36 -0
  619. data/node_modules/es-abstract/2016/GetOwnPropertyKeys.js +31 -0
  620. data/node_modules/es-abstract/2016/GetPrototypeFromConstructor.js +32 -0
  621. data/node_modules/es-abstract/2016/GetSubstitution.js +100 -0
  622. data/node_modules/es-abstract/2016/GetV.js +25 -0
  623. data/node_modules/es-abstract/2016/GetValueFromBuffer.js +97 -0
  624. data/node_modules/es-abstract/2016/HasOwnProperty.js +22 -0
  625. data/node_modules/es-abstract/2016/HasProperty.js +20 -0
  626. data/node_modules/es-abstract/2016/HourFromTime.js +14 -0
  627. data/node_modules/es-abstract/2016/InLeapYear.js +21 -0
  628. data/node_modules/es-abstract/2016/InstanceofOperator.js +30 -0
  629. data/node_modules/es-abstract/2016/Invoke.js +24 -0
  630. data/node_modules/es-abstract/2016/IsAccessorDescriptor.js +23 -0
  631. data/node_modules/es-abstract/2016/IsArray.js +4 -0
  632. data/node_modules/es-abstract/2016/IsCallable.js +5 -0
  633. data/node_modules/es-abstract/2016/IsCompatiblePropertyDescriptor.js +9 -0
  634. data/node_modules/es-abstract/2016/IsConcatSpreadable.js +25 -0
  635. data/node_modules/es-abstract/2016/IsConstructor.js +40 -0
  636. data/node_modules/es-abstract/2016/IsDataDescriptor.js +23 -0
  637. data/node_modules/es-abstract/2016/IsDetachedBuffer.js +27 -0
  638. data/node_modules/es-abstract/2016/IsExtensible.js +18 -0
  639. data/node_modules/es-abstract/2016/IsGenericDescriptor.js +23 -0
  640. data/node_modules/es-abstract/2016/IsInteger.js +9 -0
  641. data/node_modules/es-abstract/2016/IsPromise.js +24 -0
  642. data/node_modules/es-abstract/2016/IsPropertyDescriptor.js +19 -0
  643. data/node_modules/es-abstract/2016/IsPropertyKey.js +7 -0
  644. data/node_modules/es-abstract/2016/IsRegExp.js +24 -0
  645. data/node_modules/es-abstract/2016/IsWordChar.js +39 -0
  646. data/node_modules/es-abstract/2016/IterableToArrayLike.js +39 -0
  647. data/node_modules/es-abstract/2016/IteratorClose.js +51 -0
  648. data/node_modules/es-abstract/2016/IteratorComplete.js +18 -0
  649. data/node_modules/es-abstract/2016/IteratorNext.js +18 -0
  650. data/node_modules/es-abstract/2016/IteratorStep.js +13 -0
  651. data/node_modules/es-abstract/2016/IteratorValue.js +18 -0
  652. data/node_modules/es-abstract/2016/MakeDate.js +13 -0
  653. data/node_modules/es-abstract/2016/MakeDay.js +33 -0
  654. data/node_modules/es-abstract/2016/MakeTime.js +23 -0
  655. data/node_modules/es-abstract/2016/MinFromTime.js +14 -0
  656. data/node_modules/es-abstract/2016/MonthFromTime.js +47 -0
  657. data/node_modules/es-abstract/2016/NewPromiseCapability.js +36 -0
  658. data/node_modules/es-abstract/2016/NormalCompletion.js +9 -0
  659. data/node_modules/es-abstract/2016/ObjectCreate.js +50 -0
  660. data/node_modules/es-abstract/2016/ObjectDefineProperties.js +38 -0
  661. data/node_modules/es-abstract/2016/OrdinaryCreateFromConstructor.js +20 -0
  662. data/node_modules/es-abstract/2016/OrdinaryDefineOwnProperty.js +61 -0
  663. data/node_modules/es-abstract/2016/OrdinaryGetOwnProperty.js +44 -0
  664. data/node_modules/es-abstract/2016/OrdinaryGetPrototypeOf.js +21 -0
  665. data/node_modules/es-abstract/2016/OrdinaryHasInstance.js +25 -0
  666. data/node_modules/es-abstract/2016/OrdinaryHasProperty.js +20 -0
  667. data/node_modules/es-abstract/2016/OrdinarySetPrototypeOf.js +53 -0
  668. data/node_modules/es-abstract/2016/QuoteJSONString.js +52 -0
  669. data/node_modules/es-abstract/2016/RegExpCreate.js +21 -0
  670. data/node_modules/es-abstract/2016/RegExpExec.js +32 -0
  671. data/node_modules/es-abstract/2016/RequireObjectCoercible.js +3 -0
  672. data/node_modules/es-abstract/2016/SameValue.js +13 -0
  673. data/node_modules/es-abstract/2016/SameValueNonNumber.js +16 -0
  674. data/node_modules/es-abstract/2016/SameValueZero.js +9 -0
  675. data/node_modules/es-abstract/2016/SecFromTime.js +14 -0
  676. data/node_modules/es-abstract/2016/Set.js +47 -0
  677. data/node_modules/es-abstract/2016/SetFunctionName.js +44 -0
  678. data/node_modules/es-abstract/2016/SetIntegrityLevel.js +57 -0
  679. data/node_modules/es-abstract/2016/SetValueInBuffer.js +120 -0
  680. data/node_modules/es-abstract/2016/SpeciesConstructor.js +32 -0
  681. data/node_modules/es-abstract/2016/SplitMatch.js +39 -0
  682. data/node_modules/es-abstract/2016/StrictEqualityComparison.js +17 -0
  683. data/node_modules/es-abstract/2016/StringCreate.js +40 -0
  684. data/node_modules/es-abstract/2016/SymbolDescriptiveString.js +20 -0
  685. data/node_modules/es-abstract/2016/TestIntegrityLevel.js +42 -0
  686. data/node_modules/es-abstract/2016/TimeClip.js +21 -0
  687. data/node_modules/es-abstract/2016/TimeFromYear.js +11 -0
  688. data/node_modules/es-abstract/2016/TimeWithinDay.js +12 -0
  689. data/node_modules/es-abstract/2016/ToBoolean.js +5 -0
  690. data/node_modules/es-abstract/2016/ToDateString.js +23 -0
  691. data/node_modules/es-abstract/2016/ToInt16.js +10 -0
  692. data/node_modules/es-abstract/2016/ToInt32.js +9 -0
  693. data/node_modules/es-abstract/2016/ToInt8.js +10 -0
  694. data/node_modules/es-abstract/2016/ToInteger.js +12 -0
  695. data/node_modules/es-abstract/2016/ToLength.js +12 -0
  696. data/node_modules/es-abstract/2016/ToNumber.js +48 -0
  697. data/node_modules/es-abstract/2016/ToObject.js +14 -0
  698. data/node_modules/es-abstract/2016/ToPrimitive.js +12 -0
  699. data/node_modules/es-abstract/2016/ToPropertyDescriptor.js +52 -0
  700. data/node_modules/es-abstract/2016/ToPropertyKey.js +15 -0
  701. data/node_modules/es-abstract/2016/ToString.js +15 -0
  702. data/node_modules/es-abstract/2016/ToUint16.js +19 -0
  703. data/node_modules/es-abstract/2016/ToUint32.js +9 -0
  704. data/node_modules/es-abstract/2016/ToUint8.js +20 -0
  705. data/node_modules/es-abstract/2016/ToUint8Clamp.js +19 -0
  706. data/node_modules/es-abstract/2016/Type.js +12 -0
  707. data/node_modules/es-abstract/2016/TypedArrayCreate.js +50 -0
  708. data/node_modules/es-abstract/2016/TypedArraySpeciesCreate.js +39 -0
  709. data/node_modules/es-abstract/2016/UTF16Decode.js +21 -0
  710. data/node_modules/es-abstract/2016/UTF16Encoding.js +25 -0
  711. data/node_modules/es-abstract/2016/ValidateAndApplyPropertyDescriptor.js +170 -0
  712. data/node_modules/es-abstract/2016/ValidateTypedArray.js +30 -0
  713. data/node_modules/es-abstract/2016/WeekDay.js +10 -0
  714. data/node_modules/es-abstract/2016/YearFromTime.js +16 -0
  715. data/node_modules/es-abstract/2016/abs.js +11 -0
  716. data/node_modules/es-abstract/2016/floor.js +11 -0
  717. data/node_modules/es-abstract/2016/max.js +7 -0
  718. data/node_modules/es-abstract/2016/min.js +7 -0
  719. data/node_modules/es-abstract/2016/modulo.js +9 -0
  720. data/node_modules/es-abstract/2016/msFromTime.js +11 -0
  721. data/node_modules/es-abstract/2016/thisBooleanValue.js +15 -0
  722. data/node_modules/es-abstract/2016/thisNumberValue.js +18 -0
  723. data/node_modules/es-abstract/2016/thisStringValue.js +15 -0
  724. data/node_modules/es-abstract/2016/thisTimeValue.js +9 -0
  725. data/node_modules/es-abstract/2017/AbstractEqualityComparison.js +37 -0
  726. data/node_modules/es-abstract/2017/AbstractRelationalComparison.js +63 -0
  727. data/node_modules/es-abstract/2017/AdvanceStringIndex.js +47 -0
  728. data/node_modules/es-abstract/2017/ArrayCreate.js +54 -0
  729. data/node_modules/es-abstract/2017/ArraySetLength.js +85 -0
  730. data/node_modules/es-abstract/2017/ArraySpeciesCreate.js +47 -0
  731. data/node_modules/es-abstract/2017/Call.js +20 -0
  732. data/node_modules/es-abstract/2017/CanonicalNumericIndexString.js +22 -0
  733. data/node_modules/es-abstract/2017/Canonicalize.js +55 -0
  734. data/node_modules/es-abstract/2017/CharacterRange.js +31 -0
  735. data/node_modules/es-abstract/2017/CompletePropertyDescriptor.js +39 -0
  736. data/node_modules/es-abstract/2017/CompletionRecord.js +53 -0
  737. data/node_modules/es-abstract/2017/CreateDataProperty.js +27 -0
  738. data/node_modules/es-abstract/2017/CreateDataPropertyOrThrow.js +25 -0
  739. data/node_modules/es-abstract/2017/CreateHTML.js +30 -0
  740. data/node_modules/es-abstract/2017/CreateIterResultObject.js +19 -0
  741. data/node_modules/es-abstract/2017/CreateListFromArrayLike.js +45 -0
  742. data/node_modules/es-abstract/2017/CreateMethodProperty.js +40 -0
  743. data/node_modules/es-abstract/2017/DateFromTime.js +54 -0
  744. data/node_modules/es-abstract/2017/Day.js +11 -0
  745. data/node_modules/es-abstract/2017/DayFromYear.js +10 -0
  746. data/node_modules/es-abstract/2017/DayWithinYear.js +11 -0
  747. data/node_modules/es-abstract/2017/DaysInYear.js +18 -0
  748. data/node_modules/es-abstract/2017/DefinePropertyOrThrow.js +50 -0
  749. data/node_modules/es-abstract/2017/DeletePropertyOrThrow.js +27 -0
  750. data/node_modules/es-abstract/2017/DetachArrayBuffer.js +35 -0
  751. data/node_modules/es-abstract/2017/EnumerableOwnProperties.js +43 -0
  752. data/node_modules/es-abstract/2017/FromPropertyDescriptor.js +16 -0
  753. data/node_modules/es-abstract/2017/Get.js +25 -0
  754. data/node_modules/es-abstract/2017/GetGlobalObject.js +9 -0
  755. data/node_modules/es-abstract/2017/GetIterator.js +34 -0
  756. data/node_modules/es-abstract/2017/GetMethod.js +36 -0
  757. data/node_modules/es-abstract/2017/GetOwnPropertyKeys.js +31 -0
  758. data/node_modules/es-abstract/2017/GetPrototypeFromConstructor.js +32 -0
  759. data/node_modules/es-abstract/2017/GetSubstitution.js +100 -0
  760. data/node_modules/es-abstract/2017/GetV.js +25 -0
  761. data/node_modules/es-abstract/2017/GetValueFromBuffer.js +108 -0
  762. data/node_modules/es-abstract/2017/HasOwnProperty.js +22 -0
  763. data/node_modules/es-abstract/2017/HasProperty.js +20 -0
  764. data/node_modules/es-abstract/2017/HourFromTime.js +14 -0
  765. data/node_modules/es-abstract/2017/InLeapYear.js +21 -0
  766. data/node_modules/es-abstract/2017/InstanceofOperator.js +30 -0
  767. data/node_modules/es-abstract/2017/Invoke.js +24 -0
  768. data/node_modules/es-abstract/2017/IsAccessorDescriptor.js +23 -0
  769. data/node_modules/es-abstract/2017/IsArray.js +4 -0
  770. data/node_modules/es-abstract/2017/IsCallable.js +5 -0
  771. data/node_modules/es-abstract/2017/IsCompatiblePropertyDescriptor.js +9 -0
  772. data/node_modules/es-abstract/2017/IsConcatSpreadable.js +25 -0
  773. data/node_modules/es-abstract/2017/IsConstructor.js +40 -0
  774. data/node_modules/es-abstract/2017/IsDataDescriptor.js +23 -0
  775. data/node_modules/es-abstract/2017/IsDetachedBuffer.js +27 -0
  776. data/node_modules/es-abstract/2017/IsExtensible.js +18 -0
  777. data/node_modules/es-abstract/2017/IsGenericDescriptor.js +23 -0
  778. data/node_modules/es-abstract/2017/IsInteger.js +9 -0
  779. data/node_modules/es-abstract/2017/IsPromise.js +24 -0
  780. data/node_modules/es-abstract/2017/IsPropertyDescriptor.js +19 -0
  781. data/node_modules/es-abstract/2017/IsPropertyKey.js +7 -0
  782. data/node_modules/es-abstract/2017/IsRegExp.js +24 -0
  783. data/node_modules/es-abstract/2017/IsSharedArrayBuffer.js +19 -0
  784. data/node_modules/es-abstract/2017/IsWordChar.js +48 -0
  785. data/node_modules/es-abstract/2017/IterableToList.js +24 -0
  786. data/node_modules/es-abstract/2017/IteratorClose.js +51 -0
  787. data/node_modules/es-abstract/2017/IteratorComplete.js +18 -0
  788. data/node_modules/es-abstract/2017/IteratorNext.js +18 -0
  789. data/node_modules/es-abstract/2017/IteratorStep.js +13 -0
  790. data/node_modules/es-abstract/2017/IteratorValue.js +18 -0
  791. data/node_modules/es-abstract/2017/MakeDate.js +13 -0
  792. data/node_modules/es-abstract/2017/MakeDay.js +33 -0
  793. data/node_modules/es-abstract/2017/MakeTime.js +23 -0
  794. data/node_modules/es-abstract/2017/MinFromTime.js +14 -0
  795. data/node_modules/es-abstract/2017/MonthFromTime.js +47 -0
  796. data/node_modules/es-abstract/2017/NewPromiseCapability.js +36 -0
  797. data/node_modules/es-abstract/2017/NormalCompletion.js +9 -0
  798. data/node_modules/es-abstract/2017/NumberToRawBytes.js +74 -0
  799. data/node_modules/es-abstract/2017/ObjectCreate.js +50 -0
  800. data/node_modules/es-abstract/2017/ObjectDefineProperties.js +38 -0
  801. data/node_modules/es-abstract/2017/OrdinaryCreateFromConstructor.js +20 -0
  802. data/node_modules/es-abstract/2017/OrdinaryDefineOwnProperty.js +61 -0
  803. data/node_modules/es-abstract/2017/OrdinaryGetOwnProperty.js +44 -0
  804. data/node_modules/es-abstract/2017/OrdinaryGetPrototypeOf.js +21 -0
  805. data/node_modules/es-abstract/2017/OrdinaryHasInstance.js +25 -0
  806. data/node_modules/es-abstract/2017/OrdinaryHasProperty.js +20 -0
  807. data/node_modules/es-abstract/2017/OrdinarySetPrototypeOf.js +53 -0
  808. data/node_modules/es-abstract/2017/OrdinaryToPrimitive.js +38 -0
  809. data/node_modules/es-abstract/2017/QuoteJSONString.js +52 -0
  810. data/node_modules/es-abstract/2017/RawBytesToNumber.js +74 -0
  811. data/node_modules/es-abstract/2017/RegExpCreate.js +21 -0
  812. data/node_modules/es-abstract/2017/RegExpExec.js +32 -0
  813. data/node_modules/es-abstract/2017/RequireObjectCoercible.js +3 -0
  814. data/node_modules/es-abstract/2017/SameValue.js +13 -0
  815. data/node_modules/es-abstract/2017/SameValueNonNumber.js +16 -0
  816. data/node_modules/es-abstract/2017/SameValueZero.js +9 -0
  817. data/node_modules/es-abstract/2017/SecFromTime.js +14 -0
  818. data/node_modules/es-abstract/2017/Set.js +47 -0
  819. data/node_modules/es-abstract/2017/SetFunctionName.js +44 -0
  820. data/node_modules/es-abstract/2017/SetIntegrityLevel.js +57 -0
  821. data/node_modules/es-abstract/2017/SetValueInBuffer.js +120 -0
  822. data/node_modules/es-abstract/2017/SpeciesConstructor.js +32 -0
  823. data/node_modules/es-abstract/2017/SplitMatch.js +39 -0
  824. data/node_modules/es-abstract/2017/StrictEqualityComparison.js +17 -0
  825. data/node_modules/es-abstract/2017/StringCreate.js +40 -0
  826. data/node_modules/es-abstract/2017/StringGetOwnProperty.js +48 -0
  827. data/node_modules/es-abstract/2017/SymbolDescriptiveString.js +20 -0
  828. data/node_modules/es-abstract/2017/TestIntegrityLevel.js +42 -0
  829. data/node_modules/es-abstract/2017/TimeClip.js +21 -0
  830. data/node_modules/es-abstract/2017/TimeFromYear.js +11 -0
  831. data/node_modules/es-abstract/2017/TimeWithinDay.js +12 -0
  832. data/node_modules/es-abstract/2017/ToBoolean.js +5 -0
  833. data/node_modules/es-abstract/2017/ToDateString.js +23 -0
  834. data/node_modules/es-abstract/2017/ToIndex.js +26 -0
  835. data/node_modules/es-abstract/2017/ToInt16.js +10 -0
  836. data/node_modules/es-abstract/2017/ToInt32.js +9 -0
  837. data/node_modules/es-abstract/2017/ToInt8.js +10 -0
  838. data/node_modules/es-abstract/2017/ToInteger.js +12 -0
  839. data/node_modules/es-abstract/2017/ToLength.js +12 -0
  840. data/node_modules/es-abstract/2017/ToNumber.js +48 -0
  841. data/node_modules/es-abstract/2017/ToObject.js +14 -0
  842. data/node_modules/es-abstract/2017/ToPrimitive.js +12 -0
  843. data/node_modules/es-abstract/2017/ToPropertyDescriptor.js +52 -0
  844. data/node_modules/es-abstract/2017/ToPropertyKey.js +15 -0
  845. data/node_modules/es-abstract/2017/ToString.js +15 -0
  846. data/node_modules/es-abstract/2017/ToUint16.js +19 -0
  847. data/node_modules/es-abstract/2017/ToUint32.js +9 -0
  848. data/node_modules/es-abstract/2017/ToUint8.js +20 -0
  849. data/node_modules/es-abstract/2017/ToUint8Clamp.js +19 -0
  850. data/node_modules/es-abstract/2017/Type.js +12 -0
  851. data/node_modules/es-abstract/2017/TypedArrayCreate.js +50 -0
  852. data/node_modules/es-abstract/2017/TypedArraySpeciesCreate.js +39 -0
  853. data/node_modules/es-abstract/2017/UTF16Decode.js +21 -0
  854. data/node_modules/es-abstract/2017/UTF16Encoding.js +25 -0
  855. data/node_modules/es-abstract/2017/ValidateAndApplyPropertyDescriptor.js +170 -0
  856. data/node_modules/es-abstract/2017/ValidateAtomicAccess.js +36 -0
  857. data/node_modules/es-abstract/2017/ValidateTypedArray.js +30 -0
  858. data/node_modules/es-abstract/2017/WeekDay.js +10 -0
  859. data/node_modules/es-abstract/2017/WordCharacters.js +49 -0
  860. data/node_modules/es-abstract/2017/YearFromTime.js +16 -0
  861. data/node_modules/es-abstract/2017/abs.js +11 -0
  862. data/node_modules/es-abstract/2017/floor.js +11 -0
  863. data/node_modules/es-abstract/2017/max.js +7 -0
  864. data/node_modules/es-abstract/2017/min.js +7 -0
  865. data/node_modules/es-abstract/2017/modulo.js +9 -0
  866. data/node_modules/es-abstract/2017/msFromTime.js +11 -0
  867. data/node_modules/es-abstract/2017/thisBooleanValue.js +15 -0
  868. data/node_modules/es-abstract/2017/thisNumberValue.js +18 -0
  869. data/node_modules/es-abstract/2017/thisStringValue.js +15 -0
  870. data/node_modules/es-abstract/2017/thisTimeValue.js +9 -0
  871. data/node_modules/es-abstract/2018/AbstractEqualityComparison.js +37 -0
  872. data/node_modules/es-abstract/2018/AbstractRelationalComparison.js +61 -0
  873. data/node_modules/es-abstract/2018/AdvanceStringIndex.js +47 -0
  874. data/node_modules/es-abstract/2018/ArrayCreate.js +54 -0
  875. data/node_modules/es-abstract/2018/ArraySetLength.js +85 -0
  876. data/node_modules/es-abstract/2018/ArraySpeciesCreate.js +47 -0
  877. data/node_modules/es-abstract/2018/AsyncIteratorClose.js +62 -0
  878. data/node_modules/es-abstract/2018/Call.js +20 -0
  879. data/node_modules/es-abstract/2018/CanonicalNumericIndexString.js +22 -0
  880. data/node_modules/es-abstract/2018/Canonicalize.js +55 -0
  881. data/node_modules/es-abstract/2018/CharacterRange.js +31 -0
  882. data/node_modules/es-abstract/2018/CompletePropertyDescriptor.js +39 -0
  883. data/node_modules/es-abstract/2018/CompletionRecord.js +53 -0
  884. data/node_modules/es-abstract/2018/CopyDataProperties.js +68 -0
  885. data/node_modules/es-abstract/2018/CreateAsyncFromSyncIterator.js +155 -0
  886. data/node_modules/es-abstract/2018/CreateDataProperty.js +27 -0
  887. data/node_modules/es-abstract/2018/CreateDataPropertyOrThrow.js +25 -0
  888. data/node_modules/es-abstract/2018/CreateHTML.js +30 -0
  889. data/node_modules/es-abstract/2018/CreateIterResultObject.js +19 -0
  890. data/node_modules/es-abstract/2018/CreateListFromArrayLike.js +45 -0
  891. data/node_modules/es-abstract/2018/CreateMethodProperty.js +40 -0
  892. data/node_modules/es-abstract/2018/DateFromTime.js +54 -0
  893. data/node_modules/es-abstract/2018/DateString.js +30 -0
  894. data/node_modules/es-abstract/2018/Day.js +11 -0
  895. data/node_modules/es-abstract/2018/DayFromYear.js +10 -0
  896. data/node_modules/es-abstract/2018/DayWithinYear.js +11 -0
  897. data/node_modules/es-abstract/2018/DaysInYear.js +18 -0
  898. data/node_modules/es-abstract/2018/DefinePropertyOrThrow.js +50 -0
  899. data/node_modules/es-abstract/2018/DeletePropertyOrThrow.js +27 -0
  900. data/node_modules/es-abstract/2018/DetachArrayBuffer.js +43 -0
  901. data/node_modules/es-abstract/2018/EnumerableOwnPropertyNames.js +43 -0
  902. data/node_modules/es-abstract/2018/FromPropertyDescriptor.js +16 -0
  903. data/node_modules/es-abstract/2018/Get.js +25 -0
  904. data/node_modules/es-abstract/2018/GetGlobalObject.js +9 -0
  905. data/node_modules/es-abstract/2018/GetIterator.js +34 -0
  906. data/node_modules/es-abstract/2018/GetMethod.js +36 -0
  907. data/node_modules/es-abstract/2018/GetOwnPropertyKeys.js +31 -0
  908. data/node_modules/es-abstract/2018/GetPrototypeFromConstructor.js +32 -0
  909. data/node_modules/es-abstract/2018/GetSubstitution.js +124 -0
  910. data/node_modules/es-abstract/2018/GetV.js +25 -0
  911. data/node_modules/es-abstract/2018/GetValueFromBuffer.js +108 -0
  912. data/node_modules/es-abstract/2018/HasOwnProperty.js +22 -0
  913. data/node_modules/es-abstract/2018/HasProperty.js +20 -0
  914. data/node_modules/es-abstract/2018/HourFromTime.js +14 -0
  915. data/node_modules/es-abstract/2018/InLeapYear.js +21 -0
  916. data/node_modules/es-abstract/2018/InstanceofOperator.js +30 -0
  917. data/node_modules/es-abstract/2018/Invoke.js +24 -0
  918. data/node_modules/es-abstract/2018/IsAccessorDescriptor.js +23 -0
  919. data/node_modules/es-abstract/2018/IsArray.js +4 -0
  920. data/node_modules/es-abstract/2018/IsCallable.js +5 -0
  921. data/node_modules/es-abstract/2018/IsCompatiblePropertyDescriptor.js +9 -0
  922. data/node_modules/es-abstract/2018/IsConcatSpreadable.js +25 -0
  923. data/node_modules/es-abstract/2018/IsConstructor.js +40 -0
  924. data/node_modules/es-abstract/2018/IsDataDescriptor.js +23 -0
  925. data/node_modules/es-abstract/2018/IsDetachedBuffer.js +27 -0
  926. data/node_modules/es-abstract/2018/IsExtensible.js +18 -0
  927. data/node_modules/es-abstract/2018/IsGenericDescriptor.js +23 -0
  928. data/node_modules/es-abstract/2018/IsInteger.js +9 -0
  929. data/node_modules/es-abstract/2018/IsPromise.js +24 -0
  930. data/node_modules/es-abstract/2018/IsPropertyKey.js +7 -0
  931. data/node_modules/es-abstract/2018/IsRegExp.js +24 -0
  932. data/node_modules/es-abstract/2018/IsSharedArrayBuffer.js +19 -0
  933. data/node_modules/es-abstract/2018/IsStringPrefix.js +47 -0
  934. data/node_modules/es-abstract/2018/IsWordChar.js +48 -0
  935. data/node_modules/es-abstract/2018/IterableToList.js +24 -0
  936. data/node_modules/es-abstract/2018/IteratorClose.js +51 -0
  937. data/node_modules/es-abstract/2018/IteratorComplete.js +18 -0
  938. data/node_modules/es-abstract/2018/IteratorNext.js +18 -0
  939. data/node_modules/es-abstract/2018/IteratorStep.js +13 -0
  940. data/node_modules/es-abstract/2018/IteratorValue.js +18 -0
  941. data/node_modules/es-abstract/2018/MakeDate.js +13 -0
  942. data/node_modules/es-abstract/2018/MakeDay.js +33 -0
  943. data/node_modules/es-abstract/2018/MakeTime.js +23 -0
  944. data/node_modules/es-abstract/2018/MinFromTime.js +14 -0
  945. data/node_modules/es-abstract/2018/MonthFromTime.js +47 -0
  946. data/node_modules/es-abstract/2018/NewPromiseCapability.js +36 -0
  947. data/node_modules/es-abstract/2018/NormalCompletion.js +9 -0
  948. data/node_modules/es-abstract/2018/NumberToRawBytes.js +74 -0
  949. data/node_modules/es-abstract/2018/NumberToString.js +19 -0
  950. data/node_modules/es-abstract/2018/ObjectCreate.js +50 -0
  951. data/node_modules/es-abstract/2018/ObjectDefineProperties.js +38 -0
  952. data/node_modules/es-abstract/2018/OrdinaryCreateFromConstructor.js +20 -0
  953. data/node_modules/es-abstract/2018/OrdinaryDefineOwnProperty.js +61 -0
  954. data/node_modules/es-abstract/2018/OrdinaryGetOwnProperty.js +44 -0
  955. data/node_modules/es-abstract/2018/OrdinaryGetPrototypeOf.js +21 -0
  956. data/node_modules/es-abstract/2018/OrdinaryHasInstance.js +25 -0
  957. data/node_modules/es-abstract/2018/OrdinaryHasProperty.js +20 -0
  958. data/node_modules/es-abstract/2018/OrdinarySetPrototypeOf.js +53 -0
  959. data/node_modules/es-abstract/2018/OrdinaryToPrimitive.js +38 -0
  960. data/node_modules/es-abstract/2018/PromiseResolve.js +17 -0
  961. data/node_modules/es-abstract/2018/QuoteJSONString.js +48 -0
  962. data/node_modules/es-abstract/2018/RawBytesToNumber.js +74 -0
  963. data/node_modules/es-abstract/2018/RegExpCreate.js +21 -0
  964. data/node_modules/es-abstract/2018/RegExpExec.js +32 -0
  965. data/node_modules/es-abstract/2018/RequireObjectCoercible.js +3 -0
  966. data/node_modules/es-abstract/2018/SameValue.js +13 -0
  967. data/node_modules/es-abstract/2018/SameValueNonNumber.js +16 -0
  968. data/node_modules/es-abstract/2018/SameValueZero.js +9 -0
  969. data/node_modules/es-abstract/2018/SecFromTime.js +14 -0
  970. data/node_modules/es-abstract/2018/Set.js +47 -0
  971. data/node_modules/es-abstract/2018/SetFunctionLength.js +32 -0
  972. data/node_modules/es-abstract/2018/SetFunctionName.js +44 -0
  973. data/node_modules/es-abstract/2018/SetIntegrityLevel.js +57 -0
  974. data/node_modules/es-abstract/2018/SetValueInBuffer.js +120 -0
  975. data/node_modules/es-abstract/2018/SpeciesConstructor.js +32 -0
  976. data/node_modules/es-abstract/2018/SplitMatch.js +39 -0
  977. data/node_modules/es-abstract/2018/StrictEqualityComparison.js +17 -0
  978. data/node_modules/es-abstract/2018/StringCreate.js +40 -0
  979. data/node_modules/es-abstract/2018/StringGetOwnProperty.js +48 -0
  980. data/node_modules/es-abstract/2018/SymbolDescriptiveString.js +20 -0
  981. data/node_modules/es-abstract/2018/TestIntegrityLevel.js +42 -0
  982. data/node_modules/es-abstract/2018/ThrowCompletion.js +9 -0
  983. data/node_modules/es-abstract/2018/TimeClip.js +21 -0
  984. data/node_modules/es-abstract/2018/TimeFromYear.js +11 -0
  985. data/node_modules/es-abstract/2018/TimeString.js +25 -0
  986. data/node_modules/es-abstract/2018/TimeWithinDay.js +12 -0
  987. data/node_modules/es-abstract/2018/ToBoolean.js +5 -0
  988. data/node_modules/es-abstract/2018/ToDateString.js +23 -0
  989. data/node_modules/es-abstract/2018/ToIndex.js +26 -0
  990. data/node_modules/es-abstract/2018/ToInt16.js +10 -0
  991. data/node_modules/es-abstract/2018/ToInt32.js +9 -0
  992. data/node_modules/es-abstract/2018/ToInt8.js +10 -0
  993. data/node_modules/es-abstract/2018/ToInteger.js +12 -0
  994. data/node_modules/es-abstract/2018/ToLength.js +12 -0
  995. data/node_modules/es-abstract/2018/ToNumber.js +48 -0
  996. data/node_modules/es-abstract/2018/ToObject.js +14 -0
  997. data/node_modules/es-abstract/2018/ToPrimitive.js +12 -0
  998. data/node_modules/es-abstract/2018/ToPropertyDescriptor.js +52 -0
  999. data/node_modules/es-abstract/2018/ToPropertyKey.js +15 -0
  1000. data/node_modules/es-abstract/2018/ToString.js +15 -0
  1001. data/node_modules/es-abstract/2018/ToUint16.js +19 -0
  1002. data/node_modules/es-abstract/2018/ToUint32.js +9 -0
  1003. data/node_modules/es-abstract/2018/ToUint8.js +20 -0
  1004. data/node_modules/es-abstract/2018/ToUint8Clamp.js +19 -0
  1005. data/node_modules/es-abstract/2018/Type.js +12 -0
  1006. data/node_modules/es-abstract/2018/TypedArrayCreate.js +50 -0
  1007. data/node_modules/es-abstract/2018/TypedArraySpeciesCreate.js +39 -0
  1008. data/node_modules/es-abstract/2018/UTF16Decode.js +21 -0
  1009. data/node_modules/es-abstract/2018/UTF16Encoding.js +25 -0
  1010. data/node_modules/es-abstract/2018/UnicodeEscape.js +26 -0
  1011. data/node_modules/es-abstract/2018/ValidateAndApplyPropertyDescriptor.js +170 -0
  1012. data/node_modules/es-abstract/2018/ValidateAtomicAccess.js +36 -0
  1013. data/node_modules/es-abstract/2018/ValidateTypedArray.js +30 -0
  1014. data/node_modules/es-abstract/2018/WeekDay.js +10 -0
  1015. data/node_modules/es-abstract/2018/WordCharacters.js +49 -0
  1016. data/node_modules/es-abstract/2018/YearFromTime.js +16 -0
  1017. data/node_modules/es-abstract/2018/abs.js +11 -0
  1018. data/node_modules/es-abstract/2018/floor.js +11 -0
  1019. data/node_modules/es-abstract/2018/max.js +7 -0
  1020. data/node_modules/es-abstract/2018/min.js +7 -0
  1021. data/node_modules/es-abstract/2018/modulo.js +9 -0
  1022. data/node_modules/es-abstract/2018/msFromTime.js +11 -0
  1023. data/node_modules/es-abstract/2018/thisBooleanValue.js +15 -0
  1024. data/node_modules/es-abstract/2018/thisNumberValue.js +18 -0
  1025. data/node_modules/es-abstract/2018/thisStringValue.js +15 -0
  1026. data/node_modules/es-abstract/2018/thisSymbolValue.js +19 -0
  1027. data/node_modules/es-abstract/2018/thisTimeValue.js +9 -0
  1028. data/node_modules/es-abstract/2019/AbstractEqualityComparison.js +37 -0
  1029. data/node_modules/es-abstract/2019/AbstractRelationalComparison.js +61 -0
  1030. data/node_modules/es-abstract/2019/AddEntriesFromIterable.js +47 -0
  1031. data/node_modules/es-abstract/2019/AdvanceStringIndex.js +47 -0
  1032. data/node_modules/es-abstract/2019/ArrayCreate.js +54 -0
  1033. data/node_modules/es-abstract/2019/ArraySetLength.js +85 -0
  1034. data/node_modules/es-abstract/2019/ArraySpeciesCreate.js +47 -0
  1035. data/node_modules/es-abstract/2019/AsyncFromSyncIteratorContinuation.js +45 -0
  1036. data/node_modules/es-abstract/2019/AsyncIteratorClose.js +62 -0
  1037. data/node_modules/es-abstract/2019/Call.js +20 -0
  1038. data/node_modules/es-abstract/2019/CanonicalNumericIndexString.js +22 -0
  1039. data/node_modules/es-abstract/2019/Canonicalize.js +55 -0
  1040. data/node_modules/es-abstract/2019/CharacterRange.js +31 -0
  1041. data/node_modules/es-abstract/2019/CompletePropertyDescriptor.js +39 -0
  1042. data/node_modules/es-abstract/2019/CompletionRecord.js +53 -0
  1043. data/node_modules/es-abstract/2019/CopyDataProperties.js +68 -0
  1044. data/node_modules/es-abstract/2019/CreateAsyncFromSyncIterator.js +121 -0
  1045. data/node_modules/es-abstract/2019/CreateDataProperty.js +27 -0
  1046. data/node_modules/es-abstract/2019/CreateDataPropertyOrThrow.js +25 -0
  1047. data/node_modules/es-abstract/2019/CreateHTML.js +30 -0
  1048. data/node_modules/es-abstract/2019/CreateIterResultObject.js +19 -0
  1049. data/node_modules/es-abstract/2019/CreateListFromArrayLike.js +45 -0
  1050. data/node_modules/es-abstract/2019/CreateMethodProperty.js +40 -0
  1051. data/node_modules/es-abstract/2019/DateFromTime.js +54 -0
  1052. data/node_modules/es-abstract/2019/DateString.js +30 -0
  1053. data/node_modules/es-abstract/2019/Day.js +11 -0
  1054. data/node_modules/es-abstract/2019/DayFromYear.js +10 -0
  1055. data/node_modules/es-abstract/2019/DayWithinYear.js +11 -0
  1056. data/node_modules/es-abstract/2019/DaysInYear.js +18 -0
  1057. data/node_modules/es-abstract/2019/DefinePropertyOrThrow.js +50 -0
  1058. data/node_modules/es-abstract/2019/DeletePropertyOrThrow.js +27 -0
  1059. data/node_modules/es-abstract/2019/DetachArrayBuffer.js +43 -0
  1060. data/node_modules/es-abstract/2019/EnumerableOwnPropertyNames.js +43 -0
  1061. data/node_modules/es-abstract/2019/FlattenIntoArray.js +57 -0
  1062. data/node_modules/es-abstract/2019/FromPropertyDescriptor.js +16 -0
  1063. data/node_modules/es-abstract/2019/Get.js +25 -0
  1064. data/node_modules/es-abstract/2019/GetGlobalObject.js +9 -0
  1065. data/node_modules/es-abstract/2019/GetIterator.js +34 -0
  1066. data/node_modules/es-abstract/2019/GetMethod.js +36 -0
  1067. data/node_modules/es-abstract/2019/GetOwnPropertyKeys.js +31 -0
  1068. data/node_modules/es-abstract/2019/GetPrototypeFromConstructor.js +32 -0
  1069. data/node_modules/es-abstract/2019/GetSubstitution.js +124 -0
  1070. data/node_modules/es-abstract/2019/GetV.js +25 -0
  1071. data/node_modules/es-abstract/2019/GetValueFromBuffer.js +106 -0
  1072. data/node_modules/es-abstract/2019/HasOwnProperty.js +22 -0
  1073. data/node_modules/es-abstract/2019/HasProperty.js +20 -0
  1074. data/node_modules/es-abstract/2019/HourFromTime.js +14 -0
  1075. data/node_modules/es-abstract/2019/InLeapYear.js +21 -0
  1076. data/node_modules/es-abstract/2019/InstanceofOperator.js +30 -0
  1077. data/node_modules/es-abstract/2019/Invoke.js +24 -0
  1078. data/node_modules/es-abstract/2019/IsAccessorDescriptor.js +23 -0
  1079. data/node_modules/es-abstract/2019/IsArray.js +4 -0
  1080. data/node_modules/es-abstract/2019/IsCallable.js +5 -0
  1081. data/node_modules/es-abstract/2019/IsCompatiblePropertyDescriptor.js +9 -0
  1082. data/node_modules/es-abstract/2019/IsConcatSpreadable.js +25 -0
  1083. data/node_modules/es-abstract/2019/IsConstructor.js +40 -0
  1084. data/node_modules/es-abstract/2019/IsDataDescriptor.js +23 -0
  1085. data/node_modules/es-abstract/2019/IsDetachedBuffer.js +27 -0
  1086. data/node_modules/es-abstract/2019/IsExtensible.js +18 -0
  1087. data/node_modules/es-abstract/2019/IsGenericDescriptor.js +23 -0
  1088. data/node_modules/es-abstract/2019/IsInteger.js +9 -0
  1089. data/node_modules/es-abstract/2019/IsPromise.js +24 -0
  1090. data/node_modules/es-abstract/2019/IsPropertyKey.js +7 -0
  1091. data/node_modules/es-abstract/2019/IsRegExp.js +24 -0
  1092. data/node_modules/es-abstract/2019/IsSharedArrayBuffer.js +19 -0
  1093. data/node_modules/es-abstract/2019/IsStringPrefix.js +47 -0
  1094. data/node_modules/es-abstract/2019/IsWordChar.js +48 -0
  1095. data/node_modules/es-abstract/2019/IterableToList.js +24 -0
  1096. data/node_modules/es-abstract/2019/IteratorClose.js +51 -0
  1097. data/node_modules/es-abstract/2019/IteratorComplete.js +18 -0
  1098. data/node_modules/es-abstract/2019/IteratorNext.js +18 -0
  1099. data/node_modules/es-abstract/2019/IteratorStep.js +13 -0
  1100. data/node_modules/es-abstract/2019/IteratorValue.js +18 -0
  1101. data/node_modules/es-abstract/2019/MakeDate.js +13 -0
  1102. data/node_modules/es-abstract/2019/MakeDay.js +33 -0
  1103. data/node_modules/es-abstract/2019/MakeTime.js +23 -0
  1104. data/node_modules/es-abstract/2019/MinFromTime.js +14 -0
  1105. data/node_modules/es-abstract/2019/MonthFromTime.js +47 -0
  1106. data/node_modules/es-abstract/2019/NewPromiseCapability.js +36 -0
  1107. data/node_modules/es-abstract/2019/NormalCompletion.js +9 -0
  1108. data/node_modules/es-abstract/2019/NumberToRawBytes.js +74 -0
  1109. data/node_modules/es-abstract/2019/NumberToString.js +19 -0
  1110. data/node_modules/es-abstract/2019/ObjectCreate.js +50 -0
  1111. data/node_modules/es-abstract/2019/ObjectDefineProperties.js +38 -0
  1112. data/node_modules/es-abstract/2019/OrdinaryCreateFromConstructor.js +20 -0
  1113. data/node_modules/es-abstract/2019/OrdinaryDefineOwnProperty.js +61 -0
  1114. data/node_modules/es-abstract/2019/OrdinaryGetOwnProperty.js +44 -0
  1115. data/node_modules/es-abstract/2019/OrdinaryGetPrototypeOf.js +21 -0
  1116. data/node_modules/es-abstract/2019/OrdinaryHasInstance.js +25 -0
  1117. data/node_modules/es-abstract/2019/OrdinaryHasProperty.js +20 -0
  1118. data/node_modules/es-abstract/2019/OrdinarySetPrototypeOf.js +53 -0
  1119. data/node_modules/es-abstract/2019/OrdinaryToPrimitive.js +38 -0
  1120. data/node_modules/es-abstract/2019/PromiseResolve.js +17 -0
  1121. data/node_modules/es-abstract/2019/QuoteJSONString.js +54 -0
  1122. data/node_modules/es-abstract/2019/RawBytesToNumber.js +74 -0
  1123. data/node_modules/es-abstract/2019/RegExpCreate.js +21 -0
  1124. data/node_modules/es-abstract/2019/RegExpExec.js +32 -0
  1125. data/node_modules/es-abstract/2019/RequireObjectCoercible.js +3 -0
  1126. data/node_modules/es-abstract/2019/SameValue.js +13 -0
  1127. data/node_modules/es-abstract/2019/SameValueNonNumber.js +16 -0
  1128. data/node_modules/es-abstract/2019/SameValueZero.js +9 -0
  1129. data/node_modules/es-abstract/2019/SecFromTime.js +14 -0
  1130. data/node_modules/es-abstract/2019/Set.js +47 -0
  1131. data/node_modules/es-abstract/2019/SetFunctionLength.js +32 -0
  1132. data/node_modules/es-abstract/2019/SetFunctionName.js +44 -0
  1133. data/node_modules/es-abstract/2019/SetIntegrityLevel.js +57 -0
  1134. data/node_modules/es-abstract/2019/SetValueInBuffer.js +120 -0
  1135. data/node_modules/es-abstract/2019/SpeciesConstructor.js +32 -0
  1136. data/node_modules/es-abstract/2019/SplitMatch.js +39 -0
  1137. data/node_modules/es-abstract/2019/StrictEqualityComparison.js +17 -0
  1138. data/node_modules/es-abstract/2019/StringCreate.js +40 -0
  1139. data/node_modules/es-abstract/2019/StringGetOwnProperty.js +48 -0
  1140. data/node_modules/es-abstract/2019/SymbolDescriptiveString.js +20 -0
  1141. data/node_modules/es-abstract/2019/TestIntegrityLevel.js +42 -0
  1142. data/node_modules/es-abstract/2019/ThrowCompletion.js +9 -0
  1143. data/node_modules/es-abstract/2019/TimeClip.js +21 -0
  1144. data/node_modules/es-abstract/2019/TimeFromYear.js +11 -0
  1145. data/node_modules/es-abstract/2019/TimeString.js +25 -0
  1146. data/node_modules/es-abstract/2019/TimeWithinDay.js +12 -0
  1147. data/node_modules/es-abstract/2019/ToBoolean.js +5 -0
  1148. data/node_modules/es-abstract/2019/ToDateString.js +23 -0
  1149. data/node_modules/es-abstract/2019/ToIndex.js +26 -0
  1150. data/node_modules/es-abstract/2019/ToInt16.js +10 -0
  1151. data/node_modules/es-abstract/2019/ToInt32.js +9 -0
  1152. data/node_modules/es-abstract/2019/ToInt8.js +10 -0
  1153. data/node_modules/es-abstract/2019/ToInteger.js +12 -0
  1154. data/node_modules/es-abstract/2019/ToLength.js +12 -0
  1155. data/node_modules/es-abstract/2019/ToNumber.js +48 -0
  1156. data/node_modules/es-abstract/2019/ToObject.js +14 -0
  1157. data/node_modules/es-abstract/2019/ToPrimitive.js +12 -0
  1158. data/node_modules/es-abstract/2019/ToPropertyDescriptor.js +52 -0
  1159. data/node_modules/es-abstract/2019/ToPropertyKey.js +15 -0
  1160. data/node_modules/es-abstract/2019/ToString.js +15 -0
  1161. data/node_modules/es-abstract/2019/ToUint16.js +19 -0
  1162. data/node_modules/es-abstract/2019/ToUint32.js +9 -0
  1163. data/node_modules/es-abstract/2019/ToUint8.js +20 -0
  1164. data/node_modules/es-abstract/2019/ToUint8Clamp.js +19 -0
  1165. data/node_modules/es-abstract/2019/TrimString.js +29 -0
  1166. data/node_modules/es-abstract/2019/Type.js +12 -0
  1167. data/node_modules/es-abstract/2019/TypedArrayCreate.js +50 -0
  1168. data/node_modules/es-abstract/2019/TypedArraySpeciesCreate.js +39 -0
  1169. data/node_modules/es-abstract/2019/UTF16Decode.js +21 -0
  1170. data/node_modules/es-abstract/2019/UTF16Encoding.js +25 -0
  1171. data/node_modules/es-abstract/2019/UnicodeEscape.js +26 -0
  1172. data/node_modules/es-abstract/2019/ValidateAndApplyPropertyDescriptor.js +170 -0
  1173. data/node_modules/es-abstract/2019/ValidateAtomicAccess.js +36 -0
  1174. data/node_modules/es-abstract/2019/ValidateTypedArray.js +30 -0
  1175. data/node_modules/es-abstract/2019/WeekDay.js +10 -0
  1176. data/node_modules/es-abstract/2019/WordCharacters.js +49 -0
  1177. data/node_modules/es-abstract/2019/YearFromTime.js +16 -0
  1178. data/node_modules/es-abstract/2019/abs.js +11 -0
  1179. data/node_modules/es-abstract/2019/floor.js +11 -0
  1180. data/node_modules/es-abstract/2019/max.js +7 -0
  1181. data/node_modules/es-abstract/2019/min.js +7 -0
  1182. data/node_modules/es-abstract/2019/modulo.js +9 -0
  1183. data/node_modules/es-abstract/2019/msFromTime.js +11 -0
  1184. data/node_modules/es-abstract/2019/thisBooleanValue.js +15 -0
  1185. data/node_modules/es-abstract/2019/thisNumberValue.js +18 -0
  1186. data/node_modules/es-abstract/2019/thisStringValue.js +15 -0
  1187. data/node_modules/es-abstract/2019/thisSymbolValue.js +19 -0
  1188. data/node_modules/es-abstract/2019/thisTimeValue.js +9 -0
  1189. data/node_modules/es-abstract/2020/AbstractEqualityComparison.js +57 -0
  1190. data/node_modules/es-abstract/2020/AbstractRelationalComparison.js +82 -0
  1191. data/node_modules/es-abstract/2020/AddEntriesFromIterable.js +47 -0
  1192. data/node_modules/es-abstract/2020/AdvanceStringIndex.js +34 -0
  1193. data/node_modules/es-abstract/2020/ArrayCreate.js +54 -0
  1194. data/node_modules/es-abstract/2020/ArraySetLength.js +85 -0
  1195. data/node_modules/es-abstract/2020/ArraySpeciesCreate.js +47 -0
  1196. data/node_modules/es-abstract/2020/AsyncFromSyncIteratorContinuation.js +45 -0
  1197. data/node_modules/es-abstract/2020/AsyncIteratorClose.js +62 -0
  1198. data/node_modules/es-abstract/2020/BigInt/add.js +18 -0
  1199. data/node_modules/es-abstract/2020/BigInt/bitwiseAND.js +17 -0
  1200. data/node_modules/es-abstract/2020/BigInt/bitwiseNOT.js +17 -0
  1201. data/node_modules/es-abstract/2020/BigInt/bitwiseOR.js +17 -0
  1202. data/node_modules/es-abstract/2020/BigInt/bitwiseXOR.js +17 -0
  1203. data/node_modules/es-abstract/2020/BigInt/divide.js +22 -0
  1204. data/node_modules/es-abstract/2020/BigInt/equal.js +17 -0
  1205. data/node_modules/es-abstract/2020/BigInt/exponentiate.js +31 -0
  1206. data/node_modules/es-abstract/2020/BigInt/index.js +43 -0
  1207. data/node_modules/es-abstract/2020/BigInt/leftShift.js +18 -0
  1208. data/node_modules/es-abstract/2020/BigInt/lessThan.js +18 -0
  1209. data/node_modules/es-abstract/2020/BigInt/multiply.js +18 -0
  1210. data/node_modules/es-abstract/2020/BigInt/remainder.js +30 -0
  1211. data/node_modules/es-abstract/2020/BigInt/sameValue.js +18 -0
  1212. data/node_modules/es-abstract/2020/BigInt/sameValueZero.js +18 -0
  1213. data/node_modules/es-abstract/2020/BigInt/signedRightShift.js +18 -0
  1214. data/node_modules/es-abstract/2020/BigInt/subtract.js +18 -0
  1215. data/node_modules/es-abstract/2020/BigInt/toString.js +18 -0
  1216. data/node_modules/es-abstract/2020/BigInt/unaryMinus.js +24 -0
  1217. data/node_modules/es-abstract/2020/BigInt/unsignedRightShift.js +17 -0
  1218. data/node_modules/es-abstract/2020/BigIntBitwiseOp.js +66 -0
  1219. data/node_modules/es-abstract/2020/BinaryAnd.js +14 -0
  1220. data/node_modules/es-abstract/2020/BinaryOr.js +14 -0
  1221. data/node_modules/es-abstract/2020/BinaryXor.js +14 -0
  1222. data/node_modules/es-abstract/2020/Call.js +20 -0
  1223. data/node_modules/es-abstract/2020/CanonicalNumericIndexString.js +22 -0
  1224. data/node_modules/es-abstract/2020/Canonicalize.js +55 -0
  1225. data/node_modules/es-abstract/2020/CharacterRange.js +31 -0
  1226. data/node_modules/es-abstract/2020/CodePointAt.js +58 -0
  1227. data/node_modules/es-abstract/2020/CompletePropertyDescriptor.js +39 -0
  1228. data/node_modules/es-abstract/2020/CompletionRecord.js +53 -0
  1229. data/node_modules/es-abstract/2020/CopyDataProperties.js +64 -0
  1230. data/node_modules/es-abstract/2020/CreateAsyncFromSyncIterator.js +121 -0
  1231. data/node_modules/es-abstract/2020/CreateDataProperty.js +27 -0
  1232. data/node_modules/es-abstract/2020/CreateDataPropertyOrThrow.js +25 -0
  1233. data/node_modules/es-abstract/2020/CreateHTML.js +30 -0
  1234. data/node_modules/es-abstract/2020/CreateIterResultObject.js +19 -0
  1235. data/node_modules/es-abstract/2020/CreateListFromArrayLike.js +46 -0
  1236. data/node_modules/es-abstract/2020/CreateMethodProperty.js +40 -0
  1237. data/node_modules/es-abstract/2020/CreateRegExpStringIterator.js +100 -0
  1238. data/node_modules/es-abstract/2020/DateFromTime.js +54 -0
  1239. data/node_modules/es-abstract/2020/DateString.js +30 -0
  1240. data/node_modules/es-abstract/2020/Day.js +11 -0
  1241. data/node_modules/es-abstract/2020/DayFromYear.js +10 -0
  1242. data/node_modules/es-abstract/2020/DayWithinYear.js +11 -0
  1243. data/node_modules/es-abstract/2020/DaysInYear.js +18 -0
  1244. data/node_modules/es-abstract/2020/DefinePropertyOrThrow.js +50 -0
  1245. data/node_modules/es-abstract/2020/DeletePropertyOrThrow.js +27 -0
  1246. data/node_modules/es-abstract/2020/DetachArrayBuffer.js +43 -0
  1247. data/node_modules/es-abstract/2020/EnumerableOwnPropertyNames.js +43 -0
  1248. data/node_modules/es-abstract/2020/FlattenIntoArray.js +57 -0
  1249. data/node_modules/es-abstract/2020/FromPropertyDescriptor.js +16 -0
  1250. data/node_modules/es-abstract/2020/Get.js +25 -0
  1251. data/node_modules/es-abstract/2020/GetGlobalObject.js +9 -0
  1252. data/node_modules/es-abstract/2020/GetIterator.js +66 -0
  1253. data/node_modules/es-abstract/2020/GetMethod.js +36 -0
  1254. data/node_modules/es-abstract/2020/GetOwnPropertyKeys.js +31 -0
  1255. data/node_modules/es-abstract/2020/GetPrototypeFromConstructor.js +32 -0
  1256. data/node_modules/es-abstract/2020/GetSubstitution.js +124 -0
  1257. data/node_modules/es-abstract/2020/GetV.js +25 -0
  1258. data/node_modules/es-abstract/2020/GetValueFromBuffer.js +110 -0
  1259. data/node_modules/es-abstract/2020/HasOwnProperty.js +22 -0
  1260. data/node_modules/es-abstract/2020/HasProperty.js +20 -0
  1261. data/node_modules/es-abstract/2020/HourFromTime.js +14 -0
  1262. data/node_modules/es-abstract/2020/InLeapYear.js +21 -0
  1263. data/node_modules/es-abstract/2020/InstanceofOperator.js +30 -0
  1264. data/node_modules/es-abstract/2020/Invoke.js +24 -0
  1265. data/node_modules/es-abstract/2020/IsAccessorDescriptor.js +23 -0
  1266. data/node_modules/es-abstract/2020/IsArray.js +4 -0
  1267. data/node_modules/es-abstract/2020/IsBigIntElementType.js +7 -0
  1268. data/node_modules/es-abstract/2020/IsCallable.js +5 -0
  1269. data/node_modules/es-abstract/2020/IsCompatiblePropertyDescriptor.js +9 -0
  1270. data/node_modules/es-abstract/2020/IsConcatSpreadable.js +25 -0
  1271. data/node_modules/es-abstract/2020/IsConstructor.js +40 -0
  1272. data/node_modules/es-abstract/2020/IsDataDescriptor.js +23 -0
  1273. data/node_modules/es-abstract/2020/IsDetachedBuffer.js +27 -0
  1274. data/node_modules/es-abstract/2020/IsExtensible.js +18 -0
  1275. data/node_modules/es-abstract/2020/IsGenericDescriptor.js +23 -0
  1276. data/node_modules/es-abstract/2020/IsInteger.js +9 -0
  1277. data/node_modules/es-abstract/2020/IsNoTearConfiguration.js +16 -0
  1278. data/node_modules/es-abstract/2020/IsNonNegativeInteger.js +9 -0
  1279. data/node_modules/es-abstract/2020/IsPromise.js +24 -0
  1280. data/node_modules/es-abstract/2020/IsPropertyKey.js +7 -0
  1281. data/node_modules/es-abstract/2020/IsRegExp.js +24 -0
  1282. data/node_modules/es-abstract/2020/IsSharedArrayBuffer.js +19 -0
  1283. data/node_modules/es-abstract/2020/IsStringPrefix.js +47 -0
  1284. data/node_modules/es-abstract/2020/IsUnclampedIntegerElementType.js +12 -0
  1285. data/node_modules/es-abstract/2020/IsUnsignedElementType.js +11 -0
  1286. data/node_modules/es-abstract/2020/IsValidIntegerIndex.js +30 -0
  1287. data/node_modules/es-abstract/2020/IsWordChar.js +48 -0
  1288. data/node_modules/es-abstract/2020/IterableToList.js +24 -0
  1289. data/node_modules/es-abstract/2020/IteratorClose.js +51 -0
  1290. data/node_modules/es-abstract/2020/IteratorComplete.js +18 -0
  1291. data/node_modules/es-abstract/2020/IteratorNext.js +18 -0
  1292. data/node_modules/es-abstract/2020/IteratorStep.js +13 -0
  1293. data/node_modules/es-abstract/2020/IteratorValue.js +18 -0
  1294. data/node_modules/es-abstract/2020/LengthOfArrayLike.js +20 -0
  1295. data/node_modules/es-abstract/2020/MakeDate.js +13 -0
  1296. data/node_modules/es-abstract/2020/MakeDay.js +33 -0
  1297. data/node_modules/es-abstract/2020/MakeTime.js +23 -0
  1298. data/node_modules/es-abstract/2020/MinFromTime.js +14 -0
  1299. data/node_modules/es-abstract/2020/MonthFromTime.js +47 -0
  1300. data/node_modules/es-abstract/2020/NewPromiseCapability.js +36 -0
  1301. data/node_modules/es-abstract/2020/NormalCompletion.js +9 -0
  1302. data/node_modules/es-abstract/2020/Number/add.js +44 -0
  1303. data/node_modules/es-abstract/2020/Number/bitwiseAND.js +17 -0
  1304. data/node_modules/es-abstract/2020/Number/bitwiseNOT.js +19 -0
  1305. data/node_modules/es-abstract/2020/Number/bitwiseOR.js +17 -0
  1306. data/node_modules/es-abstract/2020/Number/bitwiseXOR.js +17 -0
  1307. data/node_modules/es-abstract/2020/Number/divide.js +22 -0
  1308. data/node_modules/es-abstract/2020/Number/equal.js +21 -0
  1309. data/node_modules/es-abstract/2020/Number/exponentiate.js +77 -0
  1310. data/node_modules/es-abstract/2020/Number/index.js +43 -0
  1311. data/node_modules/es-abstract/2020/Number/leftShift.js +24 -0
  1312. data/node_modules/es-abstract/2020/Number/lessThan.js +26 -0
  1313. data/node_modules/es-abstract/2020/Number/multiply.js +33 -0
  1314. data/node_modules/es-abstract/2020/Number/remainder.js +32 -0
  1315. data/node_modules/es-abstract/2020/Number/sameValue.js +21 -0
  1316. data/node_modules/es-abstract/2020/Number/sameValueZero.js +24 -0
  1317. data/node_modules/es-abstract/2020/Number/signedRightShift.js +24 -0
  1318. data/node_modules/es-abstract/2020/Number/subtract.js +16 -0
  1319. data/node_modules/es-abstract/2020/Number/toString.js +18 -0
  1320. data/node_modules/es-abstract/2020/Number/unaryMinus.js +21 -0
  1321. data/node_modules/es-abstract/2020/Number/unsignedRightShift.js +24 -0
  1322. data/node_modules/es-abstract/2020/NumberBitwiseOp.js +29 -0
  1323. data/node_modules/es-abstract/2020/NumberToBigInt.js +27 -0
  1324. data/node_modules/es-abstract/2020/NumericToRawBytes.js +80 -0
  1325. data/node_modules/es-abstract/2020/ObjectDefineProperties.js +38 -0
  1326. data/node_modules/es-abstract/2020/OrdinaryCreateFromConstructor.js +20 -0
  1327. data/node_modules/es-abstract/2020/OrdinaryDefineOwnProperty.js +61 -0
  1328. data/node_modules/es-abstract/2020/OrdinaryGetOwnProperty.js +44 -0
  1329. data/node_modules/es-abstract/2020/OrdinaryGetPrototypeOf.js +21 -0
  1330. data/node_modules/es-abstract/2020/OrdinaryHasInstance.js +25 -0
  1331. data/node_modules/es-abstract/2020/OrdinaryHasProperty.js +20 -0
  1332. data/node_modules/es-abstract/2020/OrdinaryObjectCreate.js +56 -0
  1333. data/node_modules/es-abstract/2020/OrdinarySetPrototypeOf.js +53 -0
  1334. data/node_modules/es-abstract/2020/OrdinaryToPrimitive.js +38 -0
  1335. data/node_modules/es-abstract/2020/PromiseResolve.js +17 -0
  1336. data/node_modules/es-abstract/2020/QuoteJSONString.js +54 -0
  1337. data/node_modules/es-abstract/2020/RawBytesToNumeric.js +84 -0
  1338. data/node_modules/es-abstract/2020/RegExpCreate.js +21 -0
  1339. data/node_modules/es-abstract/2020/RegExpExec.js +32 -0
  1340. data/node_modules/es-abstract/2020/RequireObjectCoercible.js +3 -0
  1341. data/node_modules/es-abstract/2020/SameValue.js +13 -0
  1342. data/node_modules/es-abstract/2020/SameValueNonNumeric.js +21 -0
  1343. data/node_modules/es-abstract/2020/SameValueZero.js +9 -0
  1344. data/node_modules/es-abstract/2020/SecFromTime.js +14 -0
  1345. data/node_modules/es-abstract/2020/Set.js +47 -0
  1346. data/node_modules/es-abstract/2020/SetFunctionLength.js +31 -0
  1347. data/node_modules/es-abstract/2020/SetFunctionName.js +44 -0
  1348. data/node_modules/es-abstract/2020/SetIntegrityLevel.js +57 -0
  1349. data/node_modules/es-abstract/2020/SetValueInBuffer.js +109 -0
  1350. data/node_modules/es-abstract/2020/SpeciesConstructor.js +32 -0
  1351. data/node_modules/es-abstract/2020/SplitMatch.js +39 -0
  1352. data/node_modules/es-abstract/2020/StrictEqualityComparison.js +17 -0
  1353. data/node_modules/es-abstract/2020/StringCreate.js +40 -0
  1354. data/node_modules/es-abstract/2020/StringGetOwnProperty.js +48 -0
  1355. data/node_modules/es-abstract/2020/StringPad.js +43 -0
  1356. data/node_modules/es-abstract/2020/StringToBigInt.js +23 -0
  1357. data/node_modules/es-abstract/2020/SymbolDescriptiveString.js +20 -0
  1358. data/node_modules/es-abstract/2020/TestIntegrityLevel.js +42 -0
  1359. data/node_modules/es-abstract/2020/ThrowCompletion.js +9 -0
  1360. data/node_modules/es-abstract/2020/TimeClip.js +21 -0
  1361. data/node_modules/es-abstract/2020/TimeFromYear.js +11 -0
  1362. data/node_modules/es-abstract/2020/TimeString.js +25 -0
  1363. data/node_modules/es-abstract/2020/TimeWithinDay.js +12 -0
  1364. data/node_modules/es-abstract/2020/ToBigInt.js +53 -0
  1365. data/node_modules/es-abstract/2020/ToBigInt64.js +25 -0
  1366. data/node_modules/es-abstract/2020/ToBigUint64.js +22 -0
  1367. data/node_modules/es-abstract/2020/ToBoolean.js +5 -0
  1368. data/node_modules/es-abstract/2020/ToDateString.js +23 -0
  1369. data/node_modules/es-abstract/2020/ToIndex.js +26 -0
  1370. data/node_modules/es-abstract/2020/ToInt16.js +10 -0
  1371. data/node_modules/es-abstract/2020/ToInt32.js +9 -0
  1372. data/node_modules/es-abstract/2020/ToInt8.js +10 -0
  1373. data/node_modules/es-abstract/2020/ToInteger.js +15 -0
  1374. data/node_modules/es-abstract/2020/ToLength.js +12 -0
  1375. data/node_modules/es-abstract/2020/ToNumber.js +51 -0
  1376. data/node_modules/es-abstract/2020/ToNumeric.js +21 -0
  1377. data/node_modules/es-abstract/2020/ToObject.js +14 -0
  1378. data/node_modules/es-abstract/2020/ToPrimitive.js +12 -0
  1379. data/node_modules/es-abstract/2020/ToPropertyDescriptor.js +52 -0
  1380. data/node_modules/es-abstract/2020/ToPropertyKey.js +15 -0
  1381. data/node_modules/es-abstract/2020/ToString.js +15 -0
  1382. data/node_modules/es-abstract/2020/ToUint16.js +19 -0
  1383. data/node_modules/es-abstract/2020/ToUint32.js +9 -0
  1384. data/node_modules/es-abstract/2020/ToUint8.js +20 -0
  1385. data/node_modules/es-abstract/2020/ToUint8Clamp.js +19 -0
  1386. data/node_modules/es-abstract/2020/TrimString.js +29 -0
  1387. data/node_modules/es-abstract/2020/Type.js +15 -0
  1388. data/node_modules/es-abstract/2020/TypedArrayCreate.js +50 -0
  1389. data/node_modules/es-abstract/2020/TypedArraySpeciesCreate.js +39 -0
  1390. data/node_modules/es-abstract/2020/UTF16DecodeString.js +29 -0
  1391. data/node_modules/es-abstract/2020/UTF16DecodeSurrogatePair.js +19 -0
  1392. data/node_modules/es-abstract/2020/UTF16Encoding.js +25 -0
  1393. data/node_modules/es-abstract/2020/UnicodeEscape.js +27 -0
  1394. data/node_modules/es-abstract/2020/ValidateAndApplyPropertyDescriptor.js +170 -0
  1395. data/node_modules/es-abstract/2020/ValidateAtomicAccess.js +36 -0
  1396. data/node_modules/es-abstract/2020/ValidateTypedArray.js +30 -0
  1397. data/node_modules/es-abstract/2020/WeekDay.js +10 -0
  1398. data/node_modules/es-abstract/2020/WordCharacters.js +49 -0
  1399. data/node_modules/es-abstract/2020/YearFromTime.js +16 -0
  1400. data/node_modules/es-abstract/2020/abs.js +11 -0
  1401. data/node_modules/es-abstract/2020/floor.js +16 -0
  1402. data/node_modules/es-abstract/2020/max.js +7 -0
  1403. data/node_modules/es-abstract/2020/min.js +7 -0
  1404. data/node_modules/es-abstract/2020/modulo.js +9 -0
  1405. data/node_modules/es-abstract/2020/msFromTime.js +11 -0
  1406. data/node_modules/es-abstract/2020/thisBigIntValue.js +22 -0
  1407. data/node_modules/es-abstract/2020/thisBooleanValue.js +15 -0
  1408. data/node_modules/es-abstract/2020/thisNumberValue.js +18 -0
  1409. data/node_modules/es-abstract/2020/thisStringValue.js +15 -0
  1410. data/node_modules/es-abstract/2020/thisSymbolValue.js +19 -0
  1411. data/node_modules/es-abstract/2020/thisTimeValue.js +9 -0
  1412. data/node_modules/es-abstract/2021/AbstractEqualityComparison.js +57 -0
  1413. data/node_modules/es-abstract/2021/AbstractRelationalComparison.js +82 -0
  1414. data/node_modules/es-abstract/2021/AddEntriesFromIterable.js +47 -0
  1415. data/node_modules/es-abstract/2021/AddToKeptObjects.js +21 -0
  1416. data/node_modules/es-abstract/2021/AdvanceStringIndex.js +34 -0
  1417. data/node_modules/es-abstract/2021/ApplyStringOrNumericBinaryOperator.js +80 -0
  1418. data/node_modules/es-abstract/2021/ArrayCreate.js +54 -0
  1419. data/node_modules/es-abstract/2021/ArraySetLength.js +85 -0
  1420. data/node_modules/es-abstract/2021/ArraySpeciesCreate.js +49 -0
  1421. data/node_modules/es-abstract/2021/AsyncFromSyncIteratorContinuation.js +45 -0
  1422. data/node_modules/es-abstract/2021/AsyncIteratorClose.js +68 -0
  1423. data/node_modules/es-abstract/2021/BigInt/add.js +18 -0
  1424. data/node_modules/es-abstract/2021/BigInt/bitwiseAND.js +17 -0
  1425. data/node_modules/es-abstract/2021/BigInt/bitwiseNOT.js +17 -0
  1426. data/node_modules/es-abstract/2021/BigInt/bitwiseOR.js +17 -0
  1427. data/node_modules/es-abstract/2021/BigInt/bitwiseXOR.js +17 -0
  1428. data/node_modules/es-abstract/2021/BigInt/divide.js +22 -0
  1429. data/node_modules/es-abstract/2021/BigInt/equal.js +17 -0
  1430. data/node_modules/es-abstract/2021/BigInt/exponentiate.js +31 -0
  1431. data/node_modules/es-abstract/2021/BigInt/index.js +43 -0
  1432. data/node_modules/es-abstract/2021/BigInt/leftShift.js +18 -0
  1433. data/node_modules/es-abstract/2021/BigInt/lessThan.js +18 -0
  1434. data/node_modules/es-abstract/2021/BigInt/multiply.js +18 -0
  1435. data/node_modules/es-abstract/2021/BigInt/remainder.js +30 -0
  1436. data/node_modules/es-abstract/2021/BigInt/sameValue.js +18 -0
  1437. data/node_modules/es-abstract/2021/BigInt/sameValueZero.js +18 -0
  1438. data/node_modules/es-abstract/2021/BigInt/signedRightShift.js +18 -0
  1439. data/node_modules/es-abstract/2021/BigInt/subtract.js +18 -0
  1440. data/node_modules/es-abstract/2021/BigInt/toString.js +18 -0
  1441. data/node_modules/es-abstract/2021/BigInt/unaryMinus.js +24 -0
  1442. data/node_modules/es-abstract/2021/BigInt/unsignedRightShift.js +17 -0
  1443. data/node_modules/es-abstract/2021/BigIntBitwiseOp.js +66 -0
  1444. data/node_modules/es-abstract/2021/BinaryAnd.js +14 -0
  1445. data/node_modules/es-abstract/2021/BinaryOr.js +14 -0
  1446. data/node_modules/es-abstract/2021/BinaryXor.js +14 -0
  1447. data/node_modules/es-abstract/2021/ByteListBitwiseOp.js +44 -0
  1448. data/node_modules/es-abstract/2021/ByteListEqual.js +33 -0
  1449. data/node_modules/es-abstract/2021/Call.js +20 -0
  1450. data/node_modules/es-abstract/2021/CanonicalNumericIndexString.js +22 -0
  1451. data/node_modules/es-abstract/2021/Canonicalize.js +55 -0
  1452. data/node_modules/es-abstract/2021/CharacterRange.js +31 -0
  1453. data/node_modules/es-abstract/2021/ClearKeptObjects.js +12 -0
  1454. data/node_modules/es-abstract/2021/CloneArrayBuffer.js +49 -0
  1455. data/node_modules/es-abstract/2021/CodePointAt.js +58 -0
  1456. data/node_modules/es-abstract/2021/CodePointsToString.js +27 -0
  1457. data/node_modules/es-abstract/2021/CompletePropertyDescriptor.js +39 -0
  1458. data/node_modules/es-abstract/2021/CompletionRecord.js +53 -0
  1459. data/node_modules/es-abstract/2021/CopyDataProperties.js +70 -0
  1460. data/node_modules/es-abstract/2021/CreateAsyncFromSyncIterator.js +121 -0
  1461. data/node_modules/es-abstract/2021/CreateDataProperty.js +27 -0
  1462. data/node_modules/es-abstract/2021/CreateDataPropertyOrThrow.js +25 -0
  1463. data/node_modules/es-abstract/2021/CreateHTML.js +30 -0
  1464. data/node_modules/es-abstract/2021/CreateIterResultObject.js +19 -0
  1465. data/node_modules/es-abstract/2021/CreateListFromArrayLike.js +46 -0
  1466. data/node_modules/es-abstract/2021/CreateMethodProperty.js +40 -0
  1467. data/node_modules/es-abstract/2021/CreateRegExpStringIterator.js +100 -0
  1468. data/node_modules/es-abstract/2021/DateFromTime.js +54 -0
  1469. data/node_modules/es-abstract/2021/DateString.js +30 -0
  1470. data/node_modules/es-abstract/2021/Day.js +11 -0
  1471. data/node_modules/es-abstract/2021/DayFromYear.js +10 -0
  1472. data/node_modules/es-abstract/2021/DayWithinYear.js +11 -0
  1473. data/node_modules/es-abstract/2021/DaysInYear.js +18 -0
  1474. data/node_modules/es-abstract/2021/DefinePropertyOrThrow.js +50 -0
  1475. data/node_modules/es-abstract/2021/DeletePropertyOrThrow.js +27 -0
  1476. data/node_modules/es-abstract/2021/DetachArrayBuffer.js +43 -0
  1477. data/node_modules/es-abstract/2021/EnumerableOwnPropertyNames.js +43 -0
  1478. data/node_modules/es-abstract/2021/FlattenIntoArray.js +57 -0
  1479. data/node_modules/es-abstract/2021/FromPropertyDescriptor.js +16 -0
  1480. data/node_modules/es-abstract/2021/Get.js +25 -0
  1481. data/node_modules/es-abstract/2021/GetGlobalObject.js +9 -0
  1482. data/node_modules/es-abstract/2021/GetIterator.js +66 -0
  1483. data/node_modules/es-abstract/2021/GetMethod.js +36 -0
  1484. data/node_modules/es-abstract/2021/GetOwnPropertyKeys.js +31 -0
  1485. data/node_modules/es-abstract/2021/GetPromiseResolve.js +22 -0
  1486. data/node_modules/es-abstract/2021/GetPrototypeFromConstructor.js +32 -0
  1487. data/node_modules/es-abstract/2021/GetSubstitution.js +124 -0
  1488. data/node_modules/es-abstract/2021/GetV.js +25 -0
  1489. data/node_modules/es-abstract/2021/GetValueFromBuffer.js +110 -0
  1490. data/node_modules/es-abstract/2021/HasOwnProperty.js +22 -0
  1491. data/node_modules/es-abstract/2021/HasProperty.js +20 -0
  1492. data/node_modules/es-abstract/2021/HourFromTime.js +14 -0
  1493. data/node_modules/es-abstract/2021/InLeapYear.js +21 -0
  1494. data/node_modules/es-abstract/2021/InstanceofOperator.js +30 -0
  1495. data/node_modules/es-abstract/2021/Invoke.js +24 -0
  1496. data/node_modules/es-abstract/2021/IsAccessorDescriptor.js +23 -0
  1497. data/node_modules/es-abstract/2021/IsArray.js +4 -0
  1498. data/node_modules/es-abstract/2021/IsBigIntElementType.js +7 -0
  1499. data/node_modules/es-abstract/2021/IsCallable.js +5 -0
  1500. data/node_modules/es-abstract/2021/IsCompatiblePropertyDescriptor.js +9 -0
  1501. data/node_modules/es-abstract/2021/IsConcatSpreadable.js +25 -0
  1502. data/node_modules/es-abstract/2021/IsConstructor.js +40 -0
  1503. data/node_modules/es-abstract/2021/IsDataDescriptor.js +23 -0
  1504. data/node_modules/es-abstract/2021/IsDetachedBuffer.js +27 -0
  1505. data/node_modules/es-abstract/2021/IsExtensible.js +18 -0
  1506. data/node_modules/es-abstract/2021/IsGenericDescriptor.js +23 -0
  1507. data/node_modules/es-abstract/2021/IsIntegralNumber.js +9 -0
  1508. data/node_modules/es-abstract/2021/IsNoTearConfiguration.js +16 -0
  1509. data/node_modules/es-abstract/2021/IsPromise.js +24 -0
  1510. data/node_modules/es-abstract/2021/IsPropertyKey.js +7 -0
  1511. data/node_modules/es-abstract/2021/IsRegExp.js +24 -0
  1512. data/node_modules/es-abstract/2021/IsSharedArrayBuffer.js +19 -0
  1513. data/node_modules/es-abstract/2021/IsStringPrefix.js +47 -0
  1514. data/node_modules/es-abstract/2021/IsUnclampedIntegerElementType.js +12 -0
  1515. data/node_modules/es-abstract/2021/IsUnsignedElementType.js +11 -0
  1516. data/node_modules/es-abstract/2021/IsValidIntegerIndex.js +33 -0
  1517. data/node_modules/es-abstract/2021/IsWordChar.js +48 -0
  1518. data/node_modules/es-abstract/2021/IterableToList.js +29 -0
  1519. data/node_modules/es-abstract/2021/IteratorClose.js +51 -0
  1520. data/node_modules/es-abstract/2021/IteratorComplete.js +18 -0
  1521. data/node_modules/es-abstract/2021/IteratorNext.js +18 -0
  1522. data/node_modules/es-abstract/2021/IteratorStep.js +13 -0
  1523. data/node_modules/es-abstract/2021/IteratorValue.js +18 -0
  1524. data/node_modules/es-abstract/2021/LengthOfArrayLike.js +20 -0
  1525. data/node_modules/es-abstract/2021/MakeDate.js +13 -0
  1526. data/node_modules/es-abstract/2021/MakeDay.js +36 -0
  1527. data/node_modules/es-abstract/2021/MakeTime.js +23 -0
  1528. data/node_modules/es-abstract/2021/MinFromTime.js +14 -0
  1529. data/node_modules/es-abstract/2021/MonthFromTime.js +47 -0
  1530. data/node_modules/es-abstract/2021/NewPromiseCapability.js +36 -0
  1531. data/node_modules/es-abstract/2021/NormalCompletion.js +9 -0
  1532. data/node_modules/es-abstract/2021/Number/add.js +36 -0
  1533. data/node_modules/es-abstract/2021/Number/bitwiseAND.js +17 -0
  1534. data/node_modules/es-abstract/2021/Number/bitwiseNOT.js +19 -0
  1535. data/node_modules/es-abstract/2021/Number/bitwiseOR.js +17 -0
  1536. data/node_modules/es-abstract/2021/Number/bitwiseXOR.js +17 -0
  1537. data/node_modules/es-abstract/2021/Number/divide.js +22 -0
  1538. data/node_modules/es-abstract/2021/Number/equal.js +21 -0
  1539. data/node_modules/es-abstract/2021/Number/exponentiate.js +77 -0
  1540. data/node_modules/es-abstract/2021/Number/index.js +43 -0
  1541. data/node_modules/es-abstract/2021/Number/leftShift.js +25 -0
  1542. data/node_modules/es-abstract/2021/Number/lessThan.js +26 -0
  1543. data/node_modules/es-abstract/2021/Number/multiply.js +33 -0
  1544. data/node_modules/es-abstract/2021/Number/remainder.js +32 -0
  1545. data/node_modules/es-abstract/2021/Number/sameValue.js +21 -0
  1546. data/node_modules/es-abstract/2021/Number/sameValueZero.js +24 -0
  1547. data/node_modules/es-abstract/2021/Number/signedRightShift.js +25 -0
  1548. data/node_modules/es-abstract/2021/Number/subtract.js +19 -0
  1549. data/node_modules/es-abstract/2021/Number/toString.js +18 -0
  1550. data/node_modules/es-abstract/2021/Number/unaryMinus.js +21 -0
  1551. data/node_modules/es-abstract/2021/Number/unsignedRightShift.js +25 -0
  1552. data/node_modules/es-abstract/2021/NumberBitwiseOp.js +29 -0
  1553. data/node_modules/es-abstract/2021/NumberToBigInt.js +26 -0
  1554. data/node_modules/es-abstract/2021/NumericToRawBytes.js +80 -0
  1555. data/node_modules/es-abstract/2021/ObjectDefineProperties.js +38 -0
  1556. data/node_modules/es-abstract/2021/OrdinaryCreateFromConstructor.js +20 -0
  1557. data/node_modules/es-abstract/2021/OrdinaryDefineOwnProperty.js +61 -0
  1558. data/node_modules/es-abstract/2021/OrdinaryGetOwnProperty.js +44 -0
  1559. data/node_modules/es-abstract/2021/OrdinaryGetPrototypeOf.js +21 -0
  1560. data/node_modules/es-abstract/2021/OrdinaryHasInstance.js +25 -0
  1561. data/node_modules/es-abstract/2021/OrdinaryHasProperty.js +20 -0
  1562. data/node_modules/es-abstract/2021/OrdinaryObjectCreate.js +56 -0
  1563. data/node_modules/es-abstract/2021/OrdinarySetPrototypeOf.js +53 -0
  1564. data/node_modules/es-abstract/2021/OrdinaryToPrimitive.js +38 -0
  1565. data/node_modules/es-abstract/2021/PromiseResolve.js +17 -0
  1566. data/node_modules/es-abstract/2021/QuoteJSONString.js +54 -0
  1567. data/node_modules/es-abstract/2021/RawBytesToNumeric.js +84 -0
  1568. data/node_modules/es-abstract/2021/RegExpCreate.js +21 -0
  1569. data/node_modules/es-abstract/2021/RegExpExec.js +32 -0
  1570. data/node_modules/es-abstract/2021/RequireObjectCoercible.js +3 -0
  1571. data/node_modules/es-abstract/2021/SameValue.js +13 -0
  1572. data/node_modules/es-abstract/2021/SameValueNonNumeric.js +21 -0
  1573. data/node_modules/es-abstract/2021/SameValueZero.js +9 -0
  1574. data/node_modules/es-abstract/2021/SecFromTime.js +14 -0
  1575. data/node_modules/es-abstract/2021/Set.js +47 -0
  1576. data/node_modules/es-abstract/2021/SetFunctionLength.js +32 -0
  1577. data/node_modules/es-abstract/2021/SetFunctionName.js +44 -0
  1578. data/node_modules/es-abstract/2021/SetIntegrityLevel.js +57 -0
  1579. data/node_modules/es-abstract/2021/SetTypedArrayFromArrayLike.js +127 -0
  1580. data/node_modules/es-abstract/2021/SetTypedArrayFromTypedArray.js +167 -0
  1581. data/node_modules/es-abstract/2021/SetValueInBuffer.js +105 -0
  1582. data/node_modules/es-abstract/2021/SpeciesConstructor.js +32 -0
  1583. data/node_modules/es-abstract/2021/SplitMatch.js +39 -0
  1584. data/node_modules/es-abstract/2021/StrictEqualityComparison.js +17 -0
  1585. data/node_modules/es-abstract/2021/StringCreate.js +40 -0
  1586. data/node_modules/es-abstract/2021/StringGetOwnProperty.js +48 -0
  1587. data/node_modules/es-abstract/2021/StringIndexOf.js +40 -0
  1588. data/node_modules/es-abstract/2021/StringPad.js +43 -0
  1589. data/node_modules/es-abstract/2021/StringToBigInt.js +23 -0
  1590. data/node_modules/es-abstract/2021/StringToCodePoints.js +29 -0
  1591. data/node_modules/es-abstract/2021/SymbolDescriptiveString.js +20 -0
  1592. data/node_modules/es-abstract/2021/TestIntegrityLevel.js +42 -0
  1593. data/node_modules/es-abstract/2021/ThrowCompletion.js +9 -0
  1594. data/node_modules/es-abstract/2021/TimeClip.js +21 -0
  1595. data/node_modules/es-abstract/2021/TimeFromYear.js +11 -0
  1596. data/node_modules/es-abstract/2021/TimeString.js +25 -0
  1597. data/node_modules/es-abstract/2021/TimeWithinDay.js +12 -0
  1598. data/node_modules/es-abstract/2021/ToBigInt.js +53 -0
  1599. data/node_modules/es-abstract/2021/ToBigInt64.js +25 -0
  1600. data/node_modules/es-abstract/2021/ToBigUint64.js +22 -0
  1601. data/node_modules/es-abstract/2021/ToBoolean.js +5 -0
  1602. data/node_modules/es-abstract/2021/ToDateString.js +23 -0
  1603. data/node_modules/es-abstract/2021/ToIndex.js +26 -0
  1604. data/node_modules/es-abstract/2021/ToInt16.js +10 -0
  1605. data/node_modules/es-abstract/2021/ToInt32.js +9 -0
  1606. data/node_modules/es-abstract/2021/ToInt8.js +10 -0
  1607. data/node_modules/es-abstract/2021/ToIntegerOrInfinity.js +20 -0
  1608. data/node_modules/es-abstract/2021/ToLength.js +12 -0
  1609. data/node_modules/es-abstract/2021/ToNumber.js +51 -0
  1610. data/node_modules/es-abstract/2021/ToNumeric.js +21 -0
  1611. data/node_modules/es-abstract/2021/ToObject.js +14 -0
  1612. data/node_modules/es-abstract/2021/ToPrimitive.js +12 -0
  1613. data/node_modules/es-abstract/2021/ToPropertyDescriptor.js +52 -0
  1614. data/node_modules/es-abstract/2021/ToPropertyKey.js +15 -0
  1615. data/node_modules/es-abstract/2021/ToString.js +15 -0
  1616. data/node_modules/es-abstract/2021/ToUint16.js +19 -0
  1617. data/node_modules/es-abstract/2021/ToUint32.js +9 -0
  1618. data/node_modules/es-abstract/2021/ToUint8.js +20 -0
  1619. data/node_modules/es-abstract/2021/ToUint8Clamp.js +19 -0
  1620. data/node_modules/es-abstract/2021/TrimString.js +29 -0
  1621. data/node_modules/es-abstract/2021/Type.js +15 -0
  1622. data/node_modules/es-abstract/2021/TypedArrayCreate.js +50 -0
  1623. data/node_modules/es-abstract/2021/TypedArraySpeciesCreate.js +39 -0
  1624. data/node_modules/es-abstract/2021/UTF16EncodeCodePoint.js +25 -0
  1625. data/node_modules/es-abstract/2021/UTF16SurrogatePairToCodePoint.js +19 -0
  1626. data/node_modules/es-abstract/2021/UnicodeEscape.js +27 -0
  1627. data/node_modules/es-abstract/2021/ValidateAndApplyPropertyDescriptor.js +170 -0
  1628. data/node_modules/es-abstract/2021/ValidateAtomicAccess.js +59 -0
  1629. data/node_modules/es-abstract/2021/ValidateIntegerTypedArray.js +53 -0
  1630. data/node_modules/es-abstract/2021/ValidateTypedArray.js +30 -0
  1631. data/node_modules/es-abstract/2021/WeakRefDeref.js +24 -0
  1632. data/node_modules/es-abstract/2021/WeekDay.js +10 -0
  1633. data/node_modules/es-abstract/2021/WordCharacters.js +49 -0
  1634. data/node_modules/es-abstract/2021/YearFromTime.js +16 -0
  1635. data/node_modules/es-abstract/2021/abs.js +11 -0
  1636. data/node_modules/es-abstract/2021/clamp.js +18 -0
  1637. data/node_modules/es-abstract/2021/floor.js +16 -0
  1638. data/node_modules/es-abstract/2021/max.js +7 -0
  1639. data/node_modules/es-abstract/2021/min.js +7 -0
  1640. data/node_modules/es-abstract/2021/modulo.js +9 -0
  1641. data/node_modules/es-abstract/2021/msFromTime.js +11 -0
  1642. data/node_modules/es-abstract/2021/substring.js +21 -0
  1643. data/node_modules/es-abstract/2021/thisBigIntValue.js +22 -0
  1644. data/node_modules/es-abstract/2021/thisBooleanValue.js +15 -0
  1645. data/node_modules/es-abstract/2021/thisNumberValue.js +18 -0
  1646. data/node_modules/es-abstract/2021/thisStringValue.js +15 -0
  1647. data/node_modules/es-abstract/2021/thisSymbolValue.js +19 -0
  1648. data/node_modules/es-abstract/2021/thisTimeValue.js +9 -0
  1649. data/node_modules/es-abstract/2022/AddEntriesFromIterable.js +47 -0
  1650. data/node_modules/es-abstract/2022/AddToKeptObjects.js +21 -0
  1651. data/node_modules/es-abstract/2022/AdvanceStringIndex.js +34 -0
  1652. data/node_modules/es-abstract/2022/ApplyStringOrNumericBinaryOperator.js +80 -0
  1653. data/node_modules/es-abstract/2022/ArrayCreate.js +54 -0
  1654. data/node_modules/es-abstract/2022/ArraySetLength.js +85 -0
  1655. data/node_modules/es-abstract/2022/ArraySpeciesCreate.js +49 -0
  1656. data/node_modules/es-abstract/2022/AsyncFromSyncIteratorContinuation.js +45 -0
  1657. data/node_modules/es-abstract/2022/AsyncIteratorClose.js +68 -0
  1658. data/node_modules/es-abstract/2022/BigInt/add.js +18 -0
  1659. data/node_modules/es-abstract/2022/BigInt/bitwiseAND.js +17 -0
  1660. data/node_modules/es-abstract/2022/BigInt/bitwiseNOT.js +17 -0
  1661. data/node_modules/es-abstract/2022/BigInt/bitwiseOR.js +17 -0
  1662. data/node_modules/es-abstract/2022/BigInt/bitwiseXOR.js +17 -0
  1663. data/node_modules/es-abstract/2022/BigInt/divide.js +22 -0
  1664. data/node_modules/es-abstract/2022/BigInt/equal.js +17 -0
  1665. data/node_modules/es-abstract/2022/BigInt/exponentiate.js +31 -0
  1666. data/node_modules/es-abstract/2022/BigInt/index.js +43 -0
  1667. data/node_modules/es-abstract/2022/BigInt/leftShift.js +18 -0
  1668. data/node_modules/es-abstract/2022/BigInt/lessThan.js +18 -0
  1669. data/node_modules/es-abstract/2022/BigInt/multiply.js +18 -0
  1670. data/node_modules/es-abstract/2022/BigInt/remainder.js +30 -0
  1671. data/node_modules/es-abstract/2022/BigInt/sameValue.js +18 -0
  1672. data/node_modules/es-abstract/2022/BigInt/sameValueZero.js +18 -0
  1673. data/node_modules/es-abstract/2022/BigInt/signedRightShift.js +18 -0
  1674. data/node_modules/es-abstract/2022/BigInt/subtract.js +18 -0
  1675. data/node_modules/es-abstract/2022/BigInt/toString.js +18 -0
  1676. data/node_modules/es-abstract/2022/BigInt/unaryMinus.js +24 -0
  1677. data/node_modules/es-abstract/2022/BigInt/unsignedRightShift.js +17 -0
  1678. data/node_modules/es-abstract/2022/BigIntBitwiseOp.js +66 -0
  1679. data/node_modules/es-abstract/2022/BinaryAnd.js +14 -0
  1680. data/node_modules/es-abstract/2022/BinaryOr.js +14 -0
  1681. data/node_modules/es-abstract/2022/BinaryXor.js +14 -0
  1682. data/node_modules/es-abstract/2022/ByteListBitwiseOp.js +44 -0
  1683. data/node_modules/es-abstract/2022/ByteListEqual.js +33 -0
  1684. data/node_modules/es-abstract/2022/Call.js +20 -0
  1685. data/node_modules/es-abstract/2022/CanonicalNumericIndexString.js +22 -0
  1686. data/node_modules/es-abstract/2022/Canonicalize.js +55 -0
  1687. data/node_modules/es-abstract/2022/CharacterRange.js +31 -0
  1688. data/node_modules/es-abstract/2022/ClearKeptObjects.js +12 -0
  1689. data/node_modules/es-abstract/2022/CloneArrayBuffer.js +49 -0
  1690. data/node_modules/es-abstract/2022/CodePointAt.js +58 -0
  1691. data/node_modules/es-abstract/2022/CodePointsToString.js +27 -0
  1692. data/node_modules/es-abstract/2022/CompletePropertyDescriptor.js +39 -0
  1693. data/node_modules/es-abstract/2022/CompletionRecord.js +53 -0
  1694. data/node_modules/es-abstract/2022/CopyDataProperties.js +70 -0
  1695. data/node_modules/es-abstract/2022/CreateAsyncFromSyncIterator.js +121 -0
  1696. data/node_modules/es-abstract/2022/CreateDataProperty.js +27 -0
  1697. data/node_modules/es-abstract/2022/CreateDataPropertyOrThrow.js +25 -0
  1698. data/node_modules/es-abstract/2022/CreateHTML.js +30 -0
  1699. data/node_modules/es-abstract/2022/CreateIterResultObject.js +19 -0
  1700. data/node_modules/es-abstract/2022/CreateListFromArrayLike.js +46 -0
  1701. data/node_modules/es-abstract/2022/CreateMethodProperty.js +40 -0
  1702. data/node_modules/es-abstract/2022/CreateNonEnumerableDataPropertyOrThrow.js +29 -0
  1703. data/node_modules/es-abstract/2022/CreateRegExpStringIterator.js +100 -0
  1704. data/node_modules/es-abstract/2022/DateFromTime.js +54 -0
  1705. data/node_modules/es-abstract/2022/DateString.js +30 -0
  1706. data/node_modules/es-abstract/2022/Day.js +11 -0
  1707. data/node_modules/es-abstract/2022/DayFromYear.js +10 -0
  1708. data/node_modules/es-abstract/2022/DayWithinYear.js +11 -0
  1709. data/node_modules/es-abstract/2022/DaysInYear.js +18 -0
  1710. data/node_modules/es-abstract/2022/DefinePropertyOrThrow.js +50 -0
  1711. data/node_modules/es-abstract/2022/DeletePropertyOrThrow.js +27 -0
  1712. data/node_modules/es-abstract/2022/DetachArrayBuffer.js +43 -0
  1713. data/node_modules/es-abstract/2022/EnumerableOwnPropertyNames.js +43 -0
  1714. data/node_modules/es-abstract/2022/FlattenIntoArray.js +57 -0
  1715. data/node_modules/es-abstract/2022/FromPropertyDescriptor.js +16 -0
  1716. data/node_modules/es-abstract/2022/Get.js +25 -0
  1717. data/node_modules/es-abstract/2022/GetGlobalObject.js +9 -0
  1718. data/node_modules/es-abstract/2022/GetIterator.js +66 -0
  1719. data/node_modules/es-abstract/2022/GetMatchIndexPair.js +26 -0
  1720. data/node_modules/es-abstract/2022/GetMatchString.js +27 -0
  1721. data/node_modules/es-abstract/2022/GetMethod.js +36 -0
  1722. data/node_modules/es-abstract/2022/GetOwnPropertyKeys.js +31 -0
  1723. data/node_modules/es-abstract/2022/GetPromiseResolve.js +22 -0
  1724. data/node_modules/es-abstract/2022/GetPrototypeFromConstructor.js +32 -0
  1725. data/node_modules/es-abstract/2022/GetStringIndex.js +31 -0
  1726. data/node_modules/es-abstract/2022/GetSubstitution.js +124 -0
  1727. data/node_modules/es-abstract/2022/GetV.js +25 -0
  1728. data/node_modules/es-abstract/2022/GetValueFromBuffer.js +110 -0
  1729. data/node_modules/es-abstract/2022/HasOwnProperty.js +22 -0
  1730. data/node_modules/es-abstract/2022/HasProperty.js +20 -0
  1731. data/node_modules/es-abstract/2022/HourFromTime.js +14 -0
  1732. data/node_modules/es-abstract/2022/InLeapYear.js +21 -0
  1733. data/node_modules/es-abstract/2022/InstallErrorCause.js +23 -0
  1734. data/node_modules/es-abstract/2022/InstanceofOperator.js +30 -0
  1735. data/node_modules/es-abstract/2022/Invoke.js +24 -0
  1736. data/node_modules/es-abstract/2022/IsAccessorDescriptor.js +23 -0
  1737. data/node_modules/es-abstract/2022/IsArray.js +4 -0
  1738. data/node_modules/es-abstract/2022/IsBigIntElementType.js +7 -0
  1739. data/node_modules/es-abstract/2022/IsCallable.js +5 -0
  1740. data/node_modules/es-abstract/2022/IsCompatiblePropertyDescriptor.js +9 -0
  1741. data/node_modules/es-abstract/2022/IsConcatSpreadable.js +25 -0
  1742. data/node_modules/es-abstract/2022/IsConstructor.js +40 -0
  1743. data/node_modules/es-abstract/2022/IsDataDescriptor.js +23 -0
  1744. data/node_modules/es-abstract/2022/IsDetachedBuffer.js +27 -0
  1745. data/node_modules/es-abstract/2022/IsExtensible.js +18 -0
  1746. data/node_modules/es-abstract/2022/IsGenericDescriptor.js +23 -0
  1747. data/node_modules/es-abstract/2022/IsIntegralNumber.js +9 -0
  1748. data/node_modules/es-abstract/2022/IsLessThan.js +90 -0
  1749. data/node_modules/es-abstract/2022/IsLooselyEqual.js +58 -0
  1750. data/node_modules/es-abstract/2022/IsNoTearConfiguration.js +16 -0
  1751. data/node_modules/es-abstract/2022/IsPromise.js +24 -0
  1752. data/node_modules/es-abstract/2022/IsPropertyKey.js +7 -0
  1753. data/node_modules/es-abstract/2022/IsRegExp.js +24 -0
  1754. data/node_modules/es-abstract/2022/IsSharedArrayBuffer.js +19 -0
  1755. data/node_modules/es-abstract/2022/IsStrictlyEqual.js +20 -0
  1756. data/node_modules/es-abstract/2022/IsStringPrefix.js +22 -0
  1757. data/node_modules/es-abstract/2022/IsStringWellFormedUnicode.js +26 -0
  1758. data/node_modules/es-abstract/2022/IsUnclampedIntegerElementType.js +12 -0
  1759. data/node_modules/es-abstract/2022/IsUnsignedElementType.js +11 -0
  1760. data/node_modules/es-abstract/2022/IsValidIntegerIndex.js +33 -0
  1761. data/node_modules/es-abstract/2022/IsWordChar.js +48 -0
  1762. data/node_modules/es-abstract/2022/IterableToList.js +29 -0
  1763. data/node_modules/es-abstract/2022/IteratorClose.js +51 -0
  1764. data/node_modules/es-abstract/2022/IteratorComplete.js +18 -0
  1765. data/node_modules/es-abstract/2022/IteratorNext.js +18 -0
  1766. data/node_modules/es-abstract/2022/IteratorStep.js +13 -0
  1767. data/node_modules/es-abstract/2022/IteratorValue.js +18 -0
  1768. data/node_modules/es-abstract/2022/LengthOfArrayLike.js +20 -0
  1769. data/node_modules/es-abstract/2022/MakeDate.js +13 -0
  1770. data/node_modules/es-abstract/2022/MakeDay.js +36 -0
  1771. data/node_modules/es-abstract/2022/MakeMatchIndicesIndexPairArray.js +69 -0
  1772. data/node_modules/es-abstract/2022/MakeTime.js +23 -0
  1773. data/node_modules/es-abstract/2022/MinFromTime.js +14 -0
  1774. data/node_modules/es-abstract/2022/MonthFromTime.js +47 -0
  1775. data/node_modules/es-abstract/2022/NewPromiseCapability.js +36 -0
  1776. data/node_modules/es-abstract/2022/NormalCompletion.js +9 -0
  1777. data/node_modules/es-abstract/2022/Number/add.js +36 -0
  1778. data/node_modules/es-abstract/2022/Number/bitwiseAND.js +17 -0
  1779. data/node_modules/es-abstract/2022/Number/bitwiseNOT.js +19 -0
  1780. data/node_modules/es-abstract/2022/Number/bitwiseOR.js +17 -0
  1781. data/node_modules/es-abstract/2022/Number/bitwiseXOR.js +17 -0
  1782. data/node_modules/es-abstract/2022/Number/divide.js +22 -0
  1783. data/node_modules/es-abstract/2022/Number/equal.js +21 -0
  1784. data/node_modules/es-abstract/2022/Number/exponentiate.js +77 -0
  1785. data/node_modules/es-abstract/2022/Number/index.js +43 -0
  1786. data/node_modules/es-abstract/2022/Number/leftShift.js +25 -0
  1787. data/node_modules/es-abstract/2022/Number/lessThan.js +26 -0
  1788. data/node_modules/es-abstract/2022/Number/multiply.js +33 -0
  1789. data/node_modules/es-abstract/2022/Number/remainder.js +32 -0
  1790. data/node_modules/es-abstract/2022/Number/sameValue.js +21 -0
  1791. data/node_modules/es-abstract/2022/Number/sameValueZero.js +24 -0
  1792. data/node_modules/es-abstract/2022/Number/signedRightShift.js +25 -0
  1793. data/node_modules/es-abstract/2022/Number/subtract.js +19 -0
  1794. data/node_modules/es-abstract/2022/Number/toString.js +18 -0
  1795. data/node_modules/es-abstract/2022/Number/unaryMinus.js +21 -0
  1796. data/node_modules/es-abstract/2022/Number/unsignedRightShift.js +25 -0
  1797. data/node_modules/es-abstract/2022/NumberBitwiseOp.js +29 -0
  1798. data/node_modules/es-abstract/2022/NumberToBigInt.js +26 -0
  1799. data/node_modules/es-abstract/2022/NumericToRawBytes.js +80 -0
  1800. data/node_modules/es-abstract/2022/ObjectDefineProperties.js +38 -0
  1801. data/node_modules/es-abstract/2022/OrdinaryCreateFromConstructor.js +20 -0
  1802. data/node_modules/es-abstract/2022/OrdinaryDefineOwnProperty.js +61 -0
  1803. data/node_modules/es-abstract/2022/OrdinaryGetOwnProperty.js +44 -0
  1804. data/node_modules/es-abstract/2022/OrdinaryGetPrototypeOf.js +21 -0
  1805. data/node_modules/es-abstract/2022/OrdinaryHasInstance.js +25 -0
  1806. data/node_modules/es-abstract/2022/OrdinaryHasProperty.js +20 -0
  1807. data/node_modules/es-abstract/2022/OrdinaryObjectCreate.js +56 -0
  1808. data/node_modules/es-abstract/2022/OrdinarySetPrototypeOf.js +53 -0
  1809. data/node_modules/es-abstract/2022/OrdinaryToPrimitive.js +38 -0
  1810. data/node_modules/es-abstract/2022/PromiseResolve.js +17 -0
  1811. data/node_modules/es-abstract/2022/QuoteJSONString.js +54 -0
  1812. data/node_modules/es-abstract/2022/RawBytesToNumeric.js +84 -0
  1813. data/node_modules/es-abstract/2022/RegExpCreate.js +21 -0
  1814. data/node_modules/es-abstract/2022/RegExpExec.js +32 -0
  1815. data/node_modules/es-abstract/2022/RegExpHasFlag.js +38 -0
  1816. data/node_modules/es-abstract/2022/RequireObjectCoercible.js +3 -0
  1817. data/node_modules/es-abstract/2022/SameValue.js +13 -0
  1818. data/node_modules/es-abstract/2022/SameValueNonNumeric.js +21 -0
  1819. data/node_modules/es-abstract/2022/SameValueZero.js +9 -0
  1820. data/node_modules/es-abstract/2022/SecFromTime.js +14 -0
  1821. data/node_modules/es-abstract/2022/Set.js +47 -0
  1822. data/node_modules/es-abstract/2022/SetFunctionLength.js +32 -0
  1823. data/node_modules/es-abstract/2022/SetFunctionName.js +44 -0
  1824. data/node_modules/es-abstract/2022/SetIntegrityLevel.js +57 -0
  1825. data/node_modules/es-abstract/2022/SetTypedArrayFromArrayLike.js +97 -0
  1826. data/node_modules/es-abstract/2022/SetTypedArrayFromTypedArray.js +135 -0
  1827. data/node_modules/es-abstract/2022/SetValueInBuffer.js +105 -0
  1828. data/node_modules/es-abstract/2022/SortIndexedProperties.js +64 -0
  1829. data/node_modules/es-abstract/2022/SpeciesConstructor.js +32 -0
  1830. data/node_modules/es-abstract/2022/StringCreate.js +40 -0
  1831. data/node_modules/es-abstract/2022/StringGetOwnProperty.js +48 -0
  1832. data/node_modules/es-abstract/2022/StringIndexOf.js +40 -0
  1833. data/node_modules/es-abstract/2022/StringPad.js +43 -0
  1834. data/node_modules/es-abstract/2022/StringToBigInt.js +23 -0
  1835. data/node_modules/es-abstract/2022/StringToCodePoints.js +29 -0
  1836. data/node_modules/es-abstract/2022/StringToNumber.js +45 -0
  1837. data/node_modules/es-abstract/2022/SymbolDescriptiveString.js +20 -0
  1838. data/node_modules/es-abstract/2022/TestIntegrityLevel.js +42 -0
  1839. data/node_modules/es-abstract/2022/ThrowCompletion.js +9 -0
  1840. data/node_modules/es-abstract/2022/TimeClip.js +21 -0
  1841. data/node_modules/es-abstract/2022/TimeFromYear.js +11 -0
  1842. data/node_modules/es-abstract/2022/TimeString.js +25 -0
  1843. data/node_modules/es-abstract/2022/TimeWithinDay.js +12 -0
  1844. data/node_modules/es-abstract/2022/ToBigInt.js +53 -0
  1845. data/node_modules/es-abstract/2022/ToBigInt64.js +25 -0
  1846. data/node_modules/es-abstract/2022/ToBigUint64.js +22 -0
  1847. data/node_modules/es-abstract/2022/ToBoolean.js +5 -0
  1848. data/node_modules/es-abstract/2022/ToDateString.js +23 -0
  1849. data/node_modules/es-abstract/2022/ToIndex.js +26 -0
  1850. data/node_modules/es-abstract/2022/ToInt16.js +10 -0
  1851. data/node_modules/es-abstract/2022/ToInt32.js +9 -0
  1852. data/node_modules/es-abstract/2022/ToInt8.js +10 -0
  1853. data/node_modules/es-abstract/2022/ToIntegerOrInfinity.js +20 -0
  1854. data/node_modules/es-abstract/2022/ToLength.js +12 -0
  1855. data/node_modules/es-abstract/2022/ToNumber.js +26 -0
  1856. data/node_modules/es-abstract/2022/ToNumeric.js +21 -0
  1857. data/node_modules/es-abstract/2022/ToObject.js +14 -0
  1858. data/node_modules/es-abstract/2022/ToPrimitive.js +12 -0
  1859. data/node_modules/es-abstract/2022/ToPropertyDescriptor.js +52 -0
  1860. data/node_modules/es-abstract/2022/ToPropertyKey.js +15 -0
  1861. data/node_modules/es-abstract/2022/ToString.js +15 -0
  1862. data/node_modules/es-abstract/2022/ToUint16.js +19 -0
  1863. data/node_modules/es-abstract/2022/ToUint32.js +9 -0
  1864. data/node_modules/es-abstract/2022/ToUint8.js +20 -0
  1865. data/node_modules/es-abstract/2022/ToUint8Clamp.js +19 -0
  1866. data/node_modules/es-abstract/2022/ToZeroPaddedDecimalString.js +20 -0
  1867. data/node_modules/es-abstract/2022/TrimString.js +29 -0
  1868. data/node_modules/es-abstract/2022/Type.js +15 -0
  1869. data/node_modules/es-abstract/2022/TypedArrayCreate.js +50 -0
  1870. data/node_modules/es-abstract/2022/TypedArrayElementSize.js +40 -0
  1871. data/node_modules/es-abstract/2022/TypedArrayElementType.js +38 -0
  1872. data/node_modules/es-abstract/2022/TypedArraySpeciesCreate.js +39 -0
  1873. data/node_modules/es-abstract/2022/UTF16EncodeCodePoint.js +25 -0
  1874. data/node_modules/es-abstract/2022/UTF16SurrogatePairToCodePoint.js +19 -0
  1875. data/node_modules/es-abstract/2022/UnicodeEscape.js +27 -0
  1876. data/node_modules/es-abstract/2022/ValidateAndApplyPropertyDescriptor.js +177 -0
  1877. data/node_modules/es-abstract/2022/ValidateAtomicAccess.js +42 -0
  1878. data/node_modules/es-abstract/2022/ValidateIntegerTypedArray.js +39 -0
  1879. data/node_modules/es-abstract/2022/ValidateTypedArray.js +30 -0
  1880. data/node_modules/es-abstract/2022/WeakRefDeref.js +24 -0
  1881. data/node_modules/es-abstract/2022/WeekDay.js +10 -0
  1882. data/node_modules/es-abstract/2022/WordCharacters.js +49 -0
  1883. data/node_modules/es-abstract/2022/YearFromTime.js +16 -0
  1884. data/node_modules/es-abstract/2022/abs.js +11 -0
  1885. data/node_modules/es-abstract/2022/clamp.js +18 -0
  1886. data/node_modules/es-abstract/2022/floor.js +16 -0
  1887. data/node_modules/es-abstract/2022/max.js +7 -0
  1888. data/node_modules/es-abstract/2022/min.js +7 -0
  1889. data/node_modules/es-abstract/2022/modulo.js +9 -0
  1890. data/node_modules/es-abstract/2022/msFromTime.js +11 -0
  1891. data/node_modules/es-abstract/2022/substring.js +21 -0
  1892. data/node_modules/es-abstract/2022/thisBigIntValue.js +22 -0
  1893. data/node_modules/es-abstract/2022/thisBooleanValue.js +15 -0
  1894. data/node_modules/es-abstract/2022/thisNumberValue.js +18 -0
  1895. data/node_modules/es-abstract/2022/thisStringValue.js +15 -0
  1896. data/node_modules/es-abstract/2022/thisSymbolValue.js +19 -0
  1897. data/node_modules/es-abstract/2022/thisTimeValue.js +9 -0
  1898. data/node_modules/es-abstract/2023/AddEntriesFromIterable.js +47 -0
  1899. data/node_modules/es-abstract/2023/AddToKeptObjects.js +21 -0
  1900. data/node_modules/es-abstract/2023/AdvanceStringIndex.js +34 -0
  1901. data/node_modules/es-abstract/2023/ApplyStringOrNumericBinaryOperator.js +80 -0
  1902. data/node_modules/es-abstract/2023/ArrayCreate.js +54 -0
  1903. data/node_modules/es-abstract/2023/ArraySetLength.js +85 -0
  1904. data/node_modules/es-abstract/2023/ArraySpeciesCreate.js +49 -0
  1905. data/node_modules/es-abstract/2023/AsyncFromSyncIteratorContinuation.js +45 -0
  1906. data/node_modules/es-abstract/2023/AsyncIteratorClose.js +68 -0
  1907. data/node_modules/es-abstract/2023/BigInt/add.js +18 -0
  1908. data/node_modules/es-abstract/2023/BigInt/bitwiseAND.js +17 -0
  1909. data/node_modules/es-abstract/2023/BigInt/bitwiseNOT.js +17 -0
  1910. data/node_modules/es-abstract/2023/BigInt/bitwiseOR.js +17 -0
  1911. data/node_modules/es-abstract/2023/BigInt/bitwiseXOR.js +17 -0
  1912. data/node_modules/es-abstract/2023/BigInt/divide.js +22 -0
  1913. data/node_modules/es-abstract/2023/BigInt/equal.js +17 -0
  1914. data/node_modules/es-abstract/2023/BigInt/exponentiate.js +31 -0
  1915. data/node_modules/es-abstract/2023/BigInt/index.js +39 -0
  1916. data/node_modules/es-abstract/2023/BigInt/leftShift.js +18 -0
  1917. data/node_modules/es-abstract/2023/BigInt/lessThan.js +18 -0
  1918. data/node_modules/es-abstract/2023/BigInt/multiply.js +18 -0
  1919. data/node_modules/es-abstract/2023/BigInt/remainder.js +30 -0
  1920. data/node_modules/es-abstract/2023/BigInt/signedRightShift.js +18 -0
  1921. data/node_modules/es-abstract/2023/BigInt/subtract.js +18 -0
  1922. data/node_modules/es-abstract/2023/BigInt/toString.js +32 -0
  1923. data/node_modules/es-abstract/2023/BigInt/unaryMinus.js +24 -0
  1924. data/node_modules/es-abstract/2023/BigInt/unsignedRightShift.js +17 -0
  1925. data/node_modules/es-abstract/2023/BigIntBitwiseOp.js +66 -0
  1926. data/node_modules/es-abstract/2023/BinaryAnd.js +14 -0
  1927. data/node_modules/es-abstract/2023/BinaryOr.js +14 -0
  1928. data/node_modules/es-abstract/2023/BinaryXor.js +14 -0
  1929. data/node_modules/es-abstract/2023/ByteListBitwiseOp.js +44 -0
  1930. data/node_modules/es-abstract/2023/ByteListEqual.js +33 -0
  1931. data/node_modules/es-abstract/2023/Call.js +20 -0
  1932. data/node_modules/es-abstract/2023/CanBeHeldWeakly.js +16 -0
  1933. data/node_modules/es-abstract/2023/CanonicalNumericIndexString.js +22 -0
  1934. data/node_modules/es-abstract/2023/Canonicalize.js +53 -0
  1935. data/node_modules/es-abstract/2023/CharacterRange.js +31 -0
  1936. data/node_modules/es-abstract/2023/ClearKeptObjects.js +12 -0
  1937. data/node_modules/es-abstract/2023/CloneArrayBuffer.js +49 -0
  1938. data/node_modules/es-abstract/2023/CodePointAt.js +58 -0
  1939. data/node_modules/es-abstract/2023/CodePointsToString.js +27 -0
  1940. data/node_modules/es-abstract/2023/CompareArrayElements.js +52 -0
  1941. data/node_modules/es-abstract/2023/CompareTypedArrayElements.js +65 -0
  1942. data/node_modules/es-abstract/2023/CompletePropertyDescriptor.js +39 -0
  1943. data/node_modules/es-abstract/2023/CompletionRecord.js +53 -0
  1944. data/node_modules/es-abstract/2023/CopyDataProperties.js +70 -0
  1945. data/node_modules/es-abstract/2023/CreateAsyncFromSyncIterator.js +121 -0
  1946. data/node_modules/es-abstract/2023/CreateDataProperty.js +27 -0
  1947. data/node_modules/es-abstract/2023/CreateDataPropertyOrThrow.js +24 -0
  1948. data/node_modules/es-abstract/2023/CreateHTML.js +30 -0
  1949. data/node_modules/es-abstract/2023/CreateIterResultObject.js +19 -0
  1950. data/node_modules/es-abstract/2023/CreateListFromArrayLike.js +46 -0
  1951. data/node_modules/es-abstract/2023/CreateMethodProperty.js +40 -0
  1952. data/node_modules/es-abstract/2023/CreateNonEnumerableDataPropertyOrThrow.js +29 -0
  1953. data/node_modules/es-abstract/2023/CreateRegExpStringIterator.js +100 -0
  1954. data/node_modules/es-abstract/2023/DateFromTime.js +54 -0
  1955. data/node_modules/es-abstract/2023/DateString.js +30 -0
  1956. data/node_modules/es-abstract/2023/Day.js +11 -0
  1957. data/node_modules/es-abstract/2023/DayFromYear.js +10 -0
  1958. data/node_modules/es-abstract/2023/DayWithinYear.js +11 -0
  1959. data/node_modules/es-abstract/2023/DaysInYear.js +18 -0
  1960. data/node_modules/es-abstract/2023/DefinePropertyOrThrow.js +50 -0
  1961. data/node_modules/es-abstract/2023/DeletePropertyOrThrow.js +27 -0
  1962. data/node_modules/es-abstract/2023/DetachArrayBuffer.js +43 -0
  1963. data/node_modules/es-abstract/2023/EnumerableOwnProperties.js +43 -0
  1964. data/node_modules/es-abstract/2023/FindViaPredicate.js +44 -0
  1965. data/node_modules/es-abstract/2023/FlattenIntoArray.js +57 -0
  1966. data/node_modules/es-abstract/2023/FromPropertyDescriptor.js +16 -0
  1967. data/node_modules/es-abstract/2023/Get.js +25 -0
  1968. data/node_modules/es-abstract/2023/GetGlobalObject.js +9 -0
  1969. data/node_modules/es-abstract/2023/GetIterator.js +56 -0
  1970. data/node_modules/es-abstract/2023/GetIteratorFromMethod.js +30 -0
  1971. data/node_modules/es-abstract/2023/GetMatchIndexPair.js +26 -0
  1972. data/node_modules/es-abstract/2023/GetMatchString.js +27 -0
  1973. data/node_modules/es-abstract/2023/GetMethod.js +36 -0
  1974. data/node_modules/es-abstract/2023/GetOwnPropertyKeys.js +31 -0
  1975. data/node_modules/es-abstract/2023/GetPromiseResolve.js +22 -0
  1976. data/node_modules/es-abstract/2023/GetPrototypeFromConstructor.js +32 -0
  1977. data/node_modules/es-abstract/2023/GetStringIndex.js +31 -0
  1978. data/node_modules/es-abstract/2023/GetSubstitution.js +124 -0
  1979. data/node_modules/es-abstract/2023/GetV.js +25 -0
  1980. data/node_modules/es-abstract/2023/GetValueFromBuffer.js +110 -0
  1981. data/node_modules/es-abstract/2023/HasOwnProperty.js +22 -0
  1982. data/node_modules/es-abstract/2023/HasProperty.js +20 -0
  1983. data/node_modules/es-abstract/2023/HourFromTime.js +14 -0
  1984. data/node_modules/es-abstract/2023/InLeapYear.js +21 -0
  1985. data/node_modules/es-abstract/2023/InstallErrorCause.js +23 -0
  1986. data/node_modules/es-abstract/2023/InstanceofOperator.js +30 -0
  1987. data/node_modules/es-abstract/2023/Invoke.js +24 -0
  1988. data/node_modules/es-abstract/2023/IsAccessorDescriptor.js +23 -0
  1989. data/node_modules/es-abstract/2023/IsArray.js +4 -0
  1990. data/node_modules/es-abstract/2023/IsBigIntElementType.js +7 -0
  1991. data/node_modules/es-abstract/2023/IsCallable.js +5 -0
  1992. data/node_modules/es-abstract/2023/IsCompatiblePropertyDescriptor.js +9 -0
  1993. data/node_modules/es-abstract/2023/IsConcatSpreadable.js +25 -0
  1994. data/node_modules/es-abstract/2023/IsConstructor.js +40 -0
  1995. data/node_modules/es-abstract/2023/IsDataDescriptor.js +23 -0
  1996. data/node_modules/es-abstract/2023/IsDetachedBuffer.js +27 -0
  1997. data/node_modules/es-abstract/2023/IsExtensible.js +18 -0
  1998. data/node_modules/es-abstract/2023/IsGenericDescriptor.js +23 -0
  1999. data/node_modules/es-abstract/2023/IsIntegralNumber.js +15 -0
  2000. data/node_modules/es-abstract/2023/IsLessThan.js +100 -0
  2001. data/node_modules/es-abstract/2023/IsLooselyEqual.js +58 -0
  2002. data/node_modules/es-abstract/2023/IsNoTearConfiguration.js +16 -0
  2003. data/node_modules/es-abstract/2023/IsPromise.js +24 -0
  2004. data/node_modules/es-abstract/2023/IsPropertyKey.js +7 -0
  2005. data/node_modules/es-abstract/2023/IsRegExp.js +24 -0
  2006. data/node_modules/es-abstract/2023/IsSharedArrayBuffer.js +19 -0
  2007. data/node_modules/es-abstract/2023/IsStrictlyEqual.js +16 -0
  2008. data/node_modules/es-abstract/2023/IsStringWellFormedUnicode.js +26 -0
  2009. data/node_modules/es-abstract/2023/IsUnclampedIntegerElementType.js +12 -0
  2010. data/node_modules/es-abstract/2023/IsUnsignedElementType.js +11 -0
  2011. data/node_modules/es-abstract/2023/IsValidIntegerIndex.js +33 -0
  2012. data/node_modules/es-abstract/2023/IsWordChar.js +45 -0
  2013. data/node_modules/es-abstract/2023/IteratorClose.js +62 -0
  2014. data/node_modules/es-abstract/2023/IteratorComplete.js +18 -0
  2015. data/node_modules/es-abstract/2023/IteratorNext.js +28 -0
  2016. data/node_modules/es-abstract/2023/IteratorStep.js +18 -0
  2017. data/node_modules/es-abstract/2023/IteratorToList.js +28 -0
  2018. data/node_modules/es-abstract/2023/IteratorValue.js +18 -0
  2019. data/node_modules/es-abstract/2023/KeyForSymbol.js +20 -0
  2020. data/node_modules/es-abstract/2023/LengthOfArrayLike.js +20 -0
  2021. data/node_modules/es-abstract/2023/MakeDate.js +13 -0
  2022. data/node_modules/es-abstract/2023/MakeDay.js +36 -0
  2023. data/node_modules/es-abstract/2023/MakeMatchIndicesIndexPairArray.js +69 -0
  2024. data/node_modules/es-abstract/2023/MakeTime.js +23 -0
  2025. data/node_modules/es-abstract/2023/MinFromTime.js +14 -0
  2026. data/node_modules/es-abstract/2023/MonthFromTime.js +47 -0
  2027. data/node_modules/es-abstract/2023/NewPromiseCapability.js +36 -0
  2028. data/node_modules/es-abstract/2023/NormalCompletion.js +9 -0
  2029. data/node_modules/es-abstract/2023/Number/add.js +36 -0
  2030. data/node_modules/es-abstract/2023/Number/bitwiseAND.js +17 -0
  2031. data/node_modules/es-abstract/2023/Number/bitwiseNOT.js +19 -0
  2032. data/node_modules/es-abstract/2023/Number/bitwiseOR.js +17 -0
  2033. data/node_modules/es-abstract/2023/Number/bitwiseXOR.js +17 -0
  2034. data/node_modules/es-abstract/2023/Number/divide.js +22 -0
  2035. data/node_modules/es-abstract/2023/Number/equal.js +21 -0
  2036. data/node_modules/es-abstract/2023/Number/exponentiate.js +77 -0
  2037. data/node_modules/es-abstract/2023/Number/index.js +43 -0
  2038. data/node_modules/es-abstract/2023/Number/leftShift.js +25 -0
  2039. data/node_modules/es-abstract/2023/Number/lessThan.js +26 -0
  2040. data/node_modules/es-abstract/2023/Number/multiply.js +33 -0
  2041. data/node_modules/es-abstract/2023/Number/remainder.js +42 -0
  2042. data/node_modules/es-abstract/2023/Number/sameValue.js +21 -0
  2043. data/node_modules/es-abstract/2023/Number/sameValueZero.js +24 -0
  2044. data/node_modules/es-abstract/2023/Number/signedRightShift.js +25 -0
  2045. data/node_modules/es-abstract/2023/Number/subtract.js +19 -0
  2046. data/node_modules/es-abstract/2023/Number/toString.js +26 -0
  2047. data/node_modules/es-abstract/2023/Number/unaryMinus.js +21 -0
  2048. data/node_modules/es-abstract/2023/Number/unsignedRightShift.js +25 -0
  2049. data/node_modules/es-abstract/2023/NumberBitwiseOp.js +29 -0
  2050. data/node_modules/es-abstract/2023/NumberToBigInt.js +26 -0
  2051. data/node_modules/es-abstract/2023/NumericToRawBytes.js +80 -0
  2052. data/node_modules/es-abstract/2023/ObjectDefineProperties.js +38 -0
  2053. data/node_modules/es-abstract/2023/OrdinaryCreateFromConstructor.js +20 -0
  2054. data/node_modules/es-abstract/2023/OrdinaryDefineOwnProperty.js +61 -0
  2055. data/node_modules/es-abstract/2023/OrdinaryGetOwnProperty.js +44 -0
  2056. data/node_modules/es-abstract/2023/OrdinaryGetPrototypeOf.js +21 -0
  2057. data/node_modules/es-abstract/2023/OrdinaryHasInstance.js +25 -0
  2058. data/node_modules/es-abstract/2023/OrdinaryHasProperty.js +20 -0
  2059. data/node_modules/es-abstract/2023/OrdinaryObjectCreate.js +56 -0
  2060. data/node_modules/es-abstract/2023/OrdinarySetPrototypeOf.js +53 -0
  2061. data/node_modules/es-abstract/2023/OrdinaryToPrimitive.js +38 -0
  2062. data/node_modules/es-abstract/2023/ParseHexOctet.js +44 -0
  2063. data/node_modules/es-abstract/2023/PromiseResolve.js +17 -0
  2064. data/node_modules/es-abstract/2023/QuoteJSONString.js +54 -0
  2065. data/node_modules/es-abstract/2023/RawBytesToNumeric.js +84 -0
  2066. data/node_modules/es-abstract/2023/RegExpCreate.js +21 -0
  2067. data/node_modules/es-abstract/2023/RegExpExec.js +32 -0
  2068. data/node_modules/es-abstract/2023/RegExpHasFlag.js +38 -0
  2069. data/node_modules/es-abstract/2023/RequireObjectCoercible.js +3 -0
  2070. data/node_modules/es-abstract/2023/SameValue.js +13 -0
  2071. data/node_modules/es-abstract/2023/SameValueNonNumber.js +21 -0
  2072. data/node_modules/es-abstract/2023/SameValueZero.js +9 -0
  2073. data/node_modules/es-abstract/2023/SecFromTime.js +14 -0
  2074. data/node_modules/es-abstract/2023/Set.js +47 -0
  2075. data/node_modules/es-abstract/2023/SetFunctionLength.js +32 -0
  2076. data/node_modules/es-abstract/2023/SetFunctionName.js +44 -0
  2077. data/node_modules/es-abstract/2023/SetIntegrityLevel.js +57 -0
  2078. data/node_modules/es-abstract/2023/SetTypedArrayFromArrayLike.js +97 -0
  2079. data/node_modules/es-abstract/2023/SetTypedArrayFromTypedArray.js +135 -0
  2080. data/node_modules/es-abstract/2023/SetValueInBuffer.js +105 -0
  2081. data/node_modules/es-abstract/2023/SortIndexedProperties.js +52 -0
  2082. data/node_modules/es-abstract/2023/SpeciesConstructor.js +32 -0
  2083. data/node_modules/es-abstract/2023/StringCreate.js +40 -0
  2084. data/node_modules/es-abstract/2023/StringGetOwnProperty.js +48 -0
  2085. data/node_modules/es-abstract/2023/StringIndexOf.js +40 -0
  2086. data/node_modules/es-abstract/2023/StringPad.js +43 -0
  2087. data/node_modules/es-abstract/2023/StringToBigInt.js +23 -0
  2088. data/node_modules/es-abstract/2023/StringToCodePoints.js +29 -0
  2089. data/node_modules/es-abstract/2023/StringToNumber.js +45 -0
  2090. data/node_modules/es-abstract/2023/SymbolDescriptiveString.js +20 -0
  2091. data/node_modules/es-abstract/2023/TestIntegrityLevel.js +42 -0
  2092. data/node_modules/es-abstract/2023/ThrowCompletion.js +9 -0
  2093. data/node_modules/es-abstract/2023/TimeClip.js +21 -0
  2094. data/node_modules/es-abstract/2023/TimeFromYear.js +11 -0
  2095. data/node_modules/es-abstract/2023/TimeString.js +25 -0
  2096. data/node_modules/es-abstract/2023/TimeWithinDay.js +12 -0
  2097. data/node_modules/es-abstract/2023/ToBigInt.js +53 -0
  2098. data/node_modules/es-abstract/2023/ToBigInt64.js +25 -0
  2099. data/node_modules/es-abstract/2023/ToBigUint64.js +22 -0
  2100. data/node_modules/es-abstract/2023/ToBoolean.js +5 -0
  2101. data/node_modules/es-abstract/2023/ToDateString.js +23 -0
  2102. data/node_modules/es-abstract/2023/ToIndex.js +26 -0
  2103. data/node_modules/es-abstract/2023/ToInt16.js +21 -0
  2104. data/node_modules/es-abstract/2023/ToInt32.js +23 -0
  2105. data/node_modules/es-abstract/2023/ToInt8.js +19 -0
  2106. data/node_modules/es-abstract/2023/ToIntegerOrInfinity.js +16 -0
  2107. data/node_modules/es-abstract/2023/ToLength.js +12 -0
  2108. data/node_modules/es-abstract/2023/ToNumber.js +26 -0
  2109. data/node_modules/es-abstract/2023/ToNumeric.js +21 -0
  2110. data/node_modules/es-abstract/2023/ToObject.js +14 -0
  2111. data/node_modules/es-abstract/2023/ToPrimitive.js +12 -0
  2112. data/node_modules/es-abstract/2023/ToPropertyDescriptor.js +52 -0
  2113. data/node_modules/es-abstract/2023/ToPropertyKey.js +15 -0
  2114. data/node_modules/es-abstract/2023/ToString.js +15 -0
  2115. data/node_modules/es-abstract/2023/ToUint16.js +21 -0
  2116. data/node_modules/es-abstract/2023/ToUint32.js +21 -0
  2117. data/node_modules/es-abstract/2023/ToUint8.js +19 -0
  2118. data/node_modules/es-abstract/2023/ToUint8Clamp.js +19 -0
  2119. data/node_modules/es-abstract/2023/ToZeroPaddedDecimalString.js +20 -0
  2120. data/node_modules/es-abstract/2023/TrimString.js +29 -0
  2121. data/node_modules/es-abstract/2023/Type.js +15 -0
  2122. data/node_modules/es-abstract/2023/TypedArrayCreate.js +50 -0
  2123. data/node_modules/es-abstract/2023/TypedArrayCreateSameType.js +37 -0
  2124. data/node_modules/es-abstract/2023/TypedArrayElementSize.js +40 -0
  2125. data/node_modules/es-abstract/2023/TypedArrayElementType.js +38 -0
  2126. data/node_modules/es-abstract/2023/TypedArraySpeciesCreate.js +39 -0
  2127. data/node_modules/es-abstract/2023/UTF16EncodeCodePoint.js +25 -0
  2128. data/node_modules/es-abstract/2023/UTF16SurrogatePairToCodePoint.js +19 -0
  2129. data/node_modules/es-abstract/2023/UnicodeEscape.js +27 -0
  2130. data/node_modules/es-abstract/2023/ValidateAndApplyPropertyDescriptor.js +177 -0
  2131. data/node_modules/es-abstract/2023/ValidateAtomicAccess.js +42 -0
  2132. data/node_modules/es-abstract/2023/ValidateIntegerTypedArray.js +39 -0
  2133. data/node_modules/es-abstract/2023/ValidateTypedArray.js +30 -0
  2134. data/node_modules/es-abstract/2023/WeakRefDeref.js +24 -0
  2135. data/node_modules/es-abstract/2023/WeekDay.js +10 -0
  2136. data/node_modules/es-abstract/2023/WordCharacters.js +48 -0
  2137. data/node_modules/es-abstract/2023/YearFromTime.js +16 -0
  2138. data/node_modules/es-abstract/2023/abs.js +11 -0
  2139. data/node_modules/es-abstract/2023/clamp.js +18 -0
  2140. data/node_modules/es-abstract/2023/floor.js +16 -0
  2141. data/node_modules/es-abstract/2023/max.js +7 -0
  2142. data/node_modules/es-abstract/2023/min.js +7 -0
  2143. data/node_modules/es-abstract/2023/modulo.js +9 -0
  2144. data/node_modules/es-abstract/2023/msFromTime.js +11 -0
  2145. data/node_modules/es-abstract/2023/substring.js +21 -0
  2146. data/node_modules/es-abstract/2023/thisBigIntValue.js +22 -0
  2147. data/node_modules/es-abstract/2023/thisBooleanValue.js +15 -0
  2148. data/node_modules/es-abstract/2023/thisNumberValue.js +18 -0
  2149. data/node_modules/es-abstract/2023/thisStringValue.js +15 -0
  2150. data/node_modules/es-abstract/2023/thisSymbolValue.js +19 -0
  2151. data/node_modules/es-abstract/2023/thisTimeValue.js +9 -0
  2152. data/node_modules/es-abstract/2023/truncate.js +17 -0
  2153. data/node_modules/es-abstract/5/AbstractEqualityComparison.js +37 -0
  2154. data/node_modules/es-abstract/5/AbstractRelationalComparison.js +63 -0
  2155. data/node_modules/es-abstract/5/Canonicalize.js +42 -0
  2156. data/node_modules/es-abstract/5/CheckObjectCoercible.js +14 -0
  2157. data/node_modules/es-abstract/5/DateFromTime.js +54 -0
  2158. data/node_modules/es-abstract/5/Day.js +11 -0
  2159. data/node_modules/es-abstract/5/DayFromYear.js +10 -0
  2160. data/node_modules/es-abstract/5/DayWithinYear.js +11 -0
  2161. data/node_modules/es-abstract/5/DaysInYear.js +18 -0
  2162. data/node_modules/es-abstract/5/FromPropertyDescriptor.js +39 -0
  2163. data/node_modules/es-abstract/5/HourFromTime.js +14 -0
  2164. data/node_modules/es-abstract/5/InLeapYear.js +21 -0
  2165. data/node_modules/es-abstract/5/IsAccessorDescriptor.js +23 -0
  2166. data/node_modules/es-abstract/5/IsCallable.js +5 -0
  2167. data/node_modules/es-abstract/5/IsDataDescriptor.js +23 -0
  2168. data/node_modules/es-abstract/5/IsGenericDescriptor.js +23 -0
  2169. data/node_modules/es-abstract/5/IsPropertyDescriptor.js +19 -0
  2170. data/node_modules/es-abstract/5/MakeDate.js +13 -0
  2171. data/node_modules/es-abstract/5/MakeDay.js +33 -0
  2172. data/node_modules/es-abstract/5/MakeTime.js +23 -0
  2173. data/node_modules/es-abstract/5/MinFromTime.js +14 -0
  2174. data/node_modules/es-abstract/5/MonthFromTime.js +47 -0
  2175. data/node_modules/es-abstract/5/SameValue.js +13 -0
  2176. data/node_modules/es-abstract/5/SecFromTime.js +14 -0
  2177. data/node_modules/es-abstract/5/StrictEqualityComparison.js +17 -0
  2178. data/node_modules/es-abstract/5/TimeClip.js +21 -0
  2179. data/node_modules/es-abstract/5/TimeFromYear.js +11 -0
  2180. data/node_modules/es-abstract/5/TimeWithinDay.js +12 -0
  2181. data/node_modules/es-abstract/5/ToBoolean.js +5 -0
  2182. data/node_modules/es-abstract/5/ToInt32.js +9 -0
  2183. data/node_modules/es-abstract/5/ToInteger.js +18 -0
  2184. data/node_modules/es-abstract/5/ToNumber.js +32 -0
  2185. data/node_modules/es-abstract/5/ToObject.js +14 -0
  2186. data/node_modules/es-abstract/5/ToPrimitive.js +5 -0
  2187. data/node_modules/es-abstract/5/ToPropertyDescriptor.js +52 -0
  2188. data/node_modules/es-abstract/5/ToString.js +12 -0
  2189. data/node_modules/es-abstract/5/ToUint16.js +19 -0
  2190. data/node_modules/es-abstract/5/ToUint32.js +9 -0
  2191. data/node_modules/es-abstract/5/Type.js +24 -0
  2192. data/node_modules/es-abstract/5/WeekDay.js +10 -0
  2193. data/node_modules/es-abstract/5/YearFromTime.js +16 -0
  2194. data/node_modules/es-abstract/5/abs.js +11 -0
  2195. data/node_modules/es-abstract/5/floor.js +11 -0
  2196. data/node_modules/es-abstract/5/modulo.js +9 -0
  2197. data/node_modules/es-abstract/5/msFromTime.js +11 -0
  2198. data/node_modules/es-abstract/CHANGELOG.md +761 -0
  2199. data/node_modules/es-abstract/GetIntrinsic.js +5 -0
  2200. data/node_modules/es-abstract/LICENSE +21 -0
  2201. data/node_modules/es-abstract/README.md +43 -0
  2202. data/node_modules/es-abstract/es2015.js +139 -0
  2203. data/node_modules/es-abstract/es2016.js +146 -0
  2204. data/node_modules/es-abstract/es2017.js +154 -0
  2205. data/node_modules/es-abstract/es2018.js +165 -0
  2206. data/node_modules/es-abstract/es2019.js +169 -0
  2207. data/node_modules/es-abstract/es2020.js +193 -0
  2208. data/node_modules/es-abstract/es2021.js +207 -0
  2209. data/node_modules/es-abstract/es2022.js +219 -0
  2210. data/node_modules/es-abstract/es2023.js +227 -0
  2211. data/node_modules/es-abstract/es5.js +52 -0
  2212. data/node_modules/es-abstract/es6.js +3 -0
  2213. data/node_modules/es-abstract/es7.js +3 -0
  2214. data/node_modules/es-abstract/helpers/DefineOwnProperty.js +55 -0
  2215. data/node_modules/es-abstract/helpers/IsArray.js +12 -0
  2216. data/node_modules/es-abstract/helpers/OwnPropertyKeys.js +22 -0
  2217. data/node_modules/es-abstract/helpers/assertRecord.js +87 -0
  2218. data/node_modules/es-abstract/helpers/assign.js +22 -0
  2219. data/node_modules/es-abstract/helpers/bytesAsFloat32.js +38 -0
  2220. data/node_modules/es-abstract/helpers/bytesAsFloat64.js +44 -0
  2221. data/node_modules/es-abstract/helpers/bytesAsInteger.js +31 -0
  2222. data/node_modules/es-abstract/helpers/callBind.js +5 -0
  2223. data/node_modules/es-abstract/helpers/callBound.js +5 -0
  2224. data/node_modules/es-abstract/helpers/caseFolding.json +1430 -0
  2225. data/node_modules/es-abstract/helpers/defaultEndianness.js +21 -0
  2226. data/node_modules/es-abstract/helpers/every.js +10 -0
  2227. data/node_modules/es-abstract/helpers/forEach.js +7 -0
  2228. data/node_modules/es-abstract/helpers/fractionToBinaryString.js +33 -0
  2229. data/node_modules/es-abstract/helpers/fromPropertyDescriptor.js +27 -0
  2230. data/node_modules/es-abstract/helpers/getInferredName.js +4 -0
  2231. data/node_modules/es-abstract/helpers/getIteratorMethod.js +47 -0
  2232. data/node_modules/es-abstract/helpers/getOwnPropertyDescriptor.js +5 -0
  2233. data/node_modules/es-abstract/helpers/getProto.js +15 -0
  2234. data/node_modules/es-abstract/helpers/getSymbolDescription.js +4 -0
  2235. data/node_modules/es-abstract/helpers/intToBinaryString.js +23 -0
  2236. data/node_modules/es-abstract/helpers/integerToNBytes.js +28 -0
  2237. data/node_modules/es-abstract/helpers/isAbstractClosure.js +9 -0
  2238. data/node_modules/es-abstract/helpers/isByteValue.js +5 -0
  2239. data/node_modules/es-abstract/helpers/isCodePoint.js +5 -0
  2240. data/node_modules/es-abstract/helpers/isFinite.js +5 -0
  2241. data/node_modules/es-abstract/helpers/isFullyPopulatedPropertyDescriptor.js +9 -0
  2242. data/node_modules/es-abstract/helpers/isInteger.js +18 -0
  2243. data/node_modules/es-abstract/helpers/isLeadingSurrogate.js +5 -0
  2244. data/node_modules/es-abstract/helpers/isLineTerminator.js +7 -0
  2245. data/node_modules/es-abstract/helpers/isMatchRecord.js +16 -0
  2246. data/node_modules/es-abstract/helpers/isNaN.js +5 -0
  2247. data/node_modules/es-abstract/helpers/isNegativeZero.js +5 -0
  2248. data/node_modules/es-abstract/helpers/isPrefixOf.js +13 -0
  2249. data/node_modules/es-abstract/helpers/isPrimitive.js +5 -0
  2250. data/node_modules/es-abstract/helpers/isPropertyDescriptor.js +31 -0
  2251. data/node_modules/es-abstract/helpers/isSamePropertyDescriptor.js +20 -0
  2252. data/node_modules/es-abstract/helpers/isStringOrHole.js +7 -0
  2253. data/node_modules/es-abstract/helpers/isTrailingSurrogate.js +5 -0
  2254. data/node_modules/es-abstract/helpers/maxSafeInteger.js +3 -0
  2255. data/node_modules/es-abstract/helpers/maxValue.js +3 -0
  2256. data/node_modules/es-abstract/helpers/mod.js +8 -0
  2257. data/node_modules/es-abstract/helpers/modBigInt.js +6 -0
  2258. data/node_modules/es-abstract/helpers/padTimeComponent.js +9 -0
  2259. data/node_modules/es-abstract/helpers/reduce.js +9 -0
  2260. data/node_modules/es-abstract/helpers/regexTester.js +5 -0
  2261. data/node_modules/es-abstract/helpers/setProto.js +17 -0
  2262. data/node_modules/es-abstract/helpers/sign.js +5 -0
  2263. data/node_modules/es-abstract/helpers/some.js +10 -0
  2264. data/node_modules/es-abstract/helpers/timeConstants.js +19 -0
  2265. data/node_modules/es-abstract/helpers/typedArrayConstructors.js +22 -0
  2266. data/node_modules/es-abstract/helpers/valueToFloat32Bytes.js +69 -0
  2267. data/node_modules/es-abstract/helpers/valueToFloat64Bytes.js +83 -0
  2268. data/node_modules/es-abstract/index.js +34 -0
  2269. data/node_modules/es-abstract/operations/2015.js +744 -0
  2270. data/node_modules/es-abstract/operations/2016.js +813 -0
  2271. data/node_modules/es-abstract/operations/2017.js +954 -0
  2272. data/node_modules/es-abstract/operations/2018.js +1033 -0
  2273. data/node_modules/es-abstract/operations/2019.js +1048 -0
  2274. data/node_modules/es-abstract/operations/2020.js +1228 -0
  2275. data/node_modules/es-abstract/operations/2021.js +1282 -0
  2276. data/node_modules/es-abstract/operations/2022.js +1372 -0
  2277. data/node_modules/es-abstract/operations/2023.js +1441 -0
  2278. data/node_modules/es-abstract/operations/build-unicode.mjs +19 -0
  2279. data/node_modules/es-abstract/package.json +166 -0
  2280. data/node_modules/es-set-tostringtag/CHANGELOG.md +33 -0
  2281. data/node_modules/es-set-tostringtag/LICENSE +21 -0
  2282. data/node_modules/es-set-tostringtag/README.md +43 -0
  2283. data/node_modules/es-set-tostringtag/index.js +26 -0
  2284. data/node_modules/es-set-tostringtag/package.json +69 -0
  2285. data/node_modules/es-set-tostringtag/test/index.js +53 -0
  2286. data/node_modules/es-shim-unscopables/CHANGELOG.md +13 -0
  2287. data/node_modules/es-shim-unscopables/LICENSE +21 -0
  2288. data/node_modules/es-shim-unscopables/README.md +57 -0
  2289. data/node_modules/es-shim-unscopables/index.js +21 -0
  2290. data/node_modules/es-shim-unscopables/package.json +49 -0
  2291. data/node_modules/es-shim-unscopables/test/index.js +67 -0
  2292. data/node_modules/es-shim-unscopables/test/with.js +35 -0
  2293. data/node_modules/es-to-primitive/CHANGELOG.md +49 -0
  2294. data/node_modules/es-to-primitive/LICENSE +22 -0
  2295. data/node_modules/es-to-primitive/Makefile +61 -0
  2296. data/node_modules/es-to-primitive/README.md +49 -0
  2297. data/node_modules/es-to-primitive/es2015.js +75 -0
  2298. data/node_modules/es-to-primitive/es5.js +45 -0
  2299. data/node_modules/es-to-primitive/es6.js +3 -0
  2300. data/node_modules/es-to-primitive/helpers/isPrimitive.js +5 -0
  2301. data/node_modules/es-to-primitive/index.js +17 -0
  2302. data/node_modules/es-to-primitive/package.json +81 -0
  2303. data/node_modules/es-to-primitive/test/es2015.js +151 -0
  2304. data/node_modules/es-to-primitive/test/es5.js +118 -0
  2305. data/node_modules/es-to-primitive/test/es6.js +151 -0
  2306. data/node_modules/es-to-primitive/test/index.js +20 -0
  2307. data/node_modules/escape-string-regexp/index.d.ts +18 -0
  2308. data/node_modules/escape-string-regexp/index.js +13 -0
  2309. data/node_modules/escape-string-regexp/license +9 -0
  2310. data/node_modules/escape-string-regexp/package.json +38 -0
  2311. data/node_modules/escape-string-regexp/readme.md +34 -0
  2312. data/node_modules/eslint/LICENSE +19 -0
  2313. data/node_modules/eslint/README.md +299 -0
  2314. data/node_modules/eslint/bin/eslint.js +140 -0
  2315. data/node_modules/eslint/conf/config-schema.js +93 -0
  2316. data/node_modules/eslint/conf/default-cli-options.js +32 -0
  2317. data/node_modules/eslint/conf/globals.js +154 -0
  2318. data/node_modules/eslint/conf/replacements.json +22 -0
  2319. data/node_modules/eslint/conf/rule-type-list.json +36 -0
  2320. data/node_modules/eslint/lib/api.js +26 -0
  2321. data/node_modules/eslint/lib/cli-engine/cli-engine.js +1078 -0
  2322. data/node_modules/eslint/lib/cli-engine/file-enumerator.js +547 -0
  2323. data/node_modules/eslint/lib/cli-engine/formatters/checkstyle.js +60 -0
  2324. data/node_modules/eslint/lib/cli-engine/formatters/compact.js +60 -0
  2325. data/node_modules/eslint/lib/cli-engine/formatters/formatters-meta.json +46 -0
  2326. data/node_modules/eslint/lib/cli-engine/formatters/html.js +351 -0
  2327. data/node_modules/eslint/lib/cli-engine/formatters/jslint-xml.js +41 -0
  2328. data/node_modules/eslint/lib/cli-engine/formatters/json-with-metadata.js +16 -0
  2329. data/node_modules/eslint/lib/cli-engine/formatters/json.js +13 -0
  2330. data/node_modules/eslint/lib/cli-engine/formatters/junit.js +82 -0
  2331. data/node_modules/eslint/lib/cli-engine/formatters/stylish.js +101 -0
  2332. data/node_modules/eslint/lib/cli-engine/formatters/tap.js +95 -0
  2333. data/node_modules/eslint/lib/cli-engine/formatters/unix.js +58 -0
  2334. data/node_modules/eslint/lib/cli-engine/formatters/visualstudio.js +63 -0
  2335. data/node_modules/eslint/lib/cli-engine/hash.js +35 -0
  2336. data/node_modules/eslint/lib/cli-engine/index.js +7 -0
  2337. data/node_modules/eslint/lib/cli-engine/lint-result-cache.js +191 -0
  2338. data/node_modules/eslint/lib/cli-engine/load-rules.js +46 -0
  2339. data/node_modules/eslint/lib/cli-engine/xml-escape.js +34 -0
  2340. data/node_modules/eslint/lib/cli.js +441 -0
  2341. data/node_modules/eslint/lib/config/default-config.js +67 -0
  2342. data/node_modules/eslint/lib/config/flat-config-array.js +274 -0
  2343. data/node_modules/eslint/lib/config/flat-config-helpers.js +111 -0
  2344. data/node_modules/eslint/lib/config/flat-config-schema.js +545 -0
  2345. data/node_modules/eslint/lib/config/rule-validator.js +158 -0
  2346. data/node_modules/eslint/lib/eslint/eslint-helpers.js +904 -0
  2347. data/node_modules/eslint/lib/eslint/eslint.js +700 -0
  2348. data/node_modules/eslint/lib/eslint/flat-eslint.js +1140 -0
  2349. data/node_modules/eslint/lib/eslint/index.js +9 -0
  2350. data/node_modules/eslint/lib/linter/apply-disable-directives.js +351 -0
  2351. data/node_modules/eslint/lib/linter/code-path-analysis/code-path-analyzer.js +852 -0
  2352. data/node_modules/eslint/lib/linter/code-path-analysis/code-path-segment.js +263 -0
  2353. data/node_modules/eslint/lib/linter/code-path-analysis/code-path-state.js +1483 -0
  2354. data/node_modules/eslint/lib/linter/code-path-analysis/code-path.js +248 -0
  2355. data/node_modules/eslint/lib/linter/code-path-analysis/debug-helpers.js +203 -0
  2356. data/node_modules/eslint/lib/linter/code-path-analysis/fork-context.js +248 -0
  2357. data/node_modules/eslint/lib/linter/code-path-analysis/id-generator.js +45 -0
  2358. data/node_modules/eslint/lib/linter/config-comment-parser.js +151 -0
  2359. data/node_modules/eslint/lib/linter/index.js +13 -0
  2360. data/node_modules/eslint/lib/linter/interpolate.js +28 -0
  2361. data/node_modules/eslint/lib/linter/linter.js +2134 -0
  2362. data/node_modules/eslint/lib/linter/node-event-generator.js +354 -0
  2363. data/node_modules/eslint/lib/linter/report-translator.js +369 -0
  2364. data/node_modules/eslint/lib/linter/rule-fixer.js +140 -0
  2365. data/node_modules/eslint/lib/linter/rules.js +80 -0
  2366. data/node_modules/eslint/lib/linter/safe-emitter.js +52 -0
  2367. data/node_modules/eslint/lib/linter/source-code-fixer.js +152 -0
  2368. data/node_modules/eslint/lib/linter/timing.js +161 -0
  2369. data/node_modules/eslint/lib/options.js +377 -0
  2370. data/node_modules/eslint/lib/rule-tester/flat-rule-tester.js +1122 -0
  2371. data/node_modules/eslint/lib/rule-tester/index.js +5 -0
  2372. data/node_modules/eslint/lib/rule-tester/rule-tester.js +1206 -0
  2373. data/node_modules/eslint/lib/rules/accessor-pairs.js +346 -0
  2374. data/node_modules/eslint/lib/rules/array-bracket-newline.js +258 -0
  2375. data/node_modules/eslint/lib/rules/array-bracket-spacing.js +241 -0
  2376. data/node_modules/eslint/lib/rules/array-callback-return.js +446 -0
  2377. data/node_modules/eslint/lib/rules/array-element-newline.js +308 -0
  2378. data/node_modules/eslint/lib/rules/arrow-body-style.js +296 -0
  2379. data/node_modules/eslint/lib/rules/arrow-parens.js +183 -0
  2380. data/node_modules/eslint/lib/rules/arrow-spacing.js +161 -0
  2381. data/node_modules/eslint/lib/rules/block-scoped-var.js +135 -0
  2382. data/node_modules/eslint/lib/rules/block-spacing.js +171 -0
  2383. data/node_modules/eslint/lib/rules/brace-style.js +194 -0
  2384. data/node_modules/eslint/lib/rules/callback-return.js +187 -0
  2385. data/node_modules/eslint/lib/rules/camelcase.js +399 -0
  2386. data/node_modules/eslint/lib/rules/capitalized-comments.js +300 -0
  2387. data/node_modules/eslint/lib/rules/class-methods-use-this.js +187 -0
  2388. data/node_modules/eslint/lib/rules/comma-dangle.js +370 -0
  2389. data/node_modules/eslint/lib/rules/comma-spacing.js +189 -0
  2390. data/node_modules/eslint/lib/rules/comma-style.js +311 -0
  2391. data/node_modules/eslint/lib/rules/complexity.js +165 -0
  2392. data/node_modules/eslint/lib/rules/computed-property-spacing.js +205 -0
  2393. data/node_modules/eslint/lib/rules/consistent-return.js +210 -0
  2394. data/node_modules/eslint/lib/rules/consistent-this.js +153 -0
  2395. data/node_modules/eslint/lib/rules/constructor-super.js +446 -0
  2396. data/node_modules/eslint/lib/rules/curly.js +486 -0
  2397. data/node_modules/eslint/lib/rules/default-case-last.js +44 -0
  2398. data/node_modules/eslint/lib/rules/default-case.js +97 -0
  2399. data/node_modules/eslint/lib/rules/default-param-last.js +62 -0
  2400. data/node_modules/eslint/lib/rules/dot-location.js +105 -0
  2401. data/node_modules/eslint/lib/rules/dot-notation.js +176 -0
  2402. data/node_modules/eslint/lib/rules/eol-last.js +112 -0
  2403. data/node_modules/eslint/lib/rules/eqeqeq.js +174 -0
  2404. data/node_modules/eslint/lib/rules/for-direction.js +133 -0
  2405. data/node_modules/eslint/lib/rules/func-call-spacing.js +230 -0
  2406. data/node_modules/eslint/lib/rules/func-name-matching.js +253 -0
  2407. data/node_modules/eslint/lib/rules/func-names.js +191 -0
  2408. data/node_modules/eslint/lib/rules/func-style.js +98 -0
  2409. data/node_modules/eslint/lib/rules/function-call-argument-newline.js +122 -0
  2410. data/node_modules/eslint/lib/rules/function-paren-newline.js +289 -0
  2411. data/node_modules/eslint/lib/rules/generator-star-spacing.js +206 -0
  2412. data/node_modules/eslint/lib/rules/getter-return.js +204 -0
  2413. data/node_modules/eslint/lib/rules/global-require.js +90 -0
  2414. data/node_modules/eslint/lib/rules/grouped-accessor-pairs.js +215 -0
  2415. data/node_modules/eslint/lib/rules/guard-for-in.js +76 -0
  2416. data/node_modules/eslint/lib/rules/handle-callback-err.js +101 -0
  2417. data/node_modules/eslint/lib/rules/id-blacklist.js +246 -0
  2418. data/node_modules/eslint/lib/rules/id-denylist.js +228 -0
  2419. data/node_modules/eslint/lib/rules/id-length.js +177 -0
  2420. data/node_modules/eslint/lib/rules/id-match.js +299 -0
  2421. data/node_modules/eslint/lib/rules/implicit-arrow-linebreak.js +81 -0
  2422. data/node_modules/eslint/lib/rules/indent-legacy.js +1126 -0
  2423. data/node_modules/eslint/lib/rules/indent.js +1800 -0
  2424. data/node_modules/eslint/lib/rules/index.js +306 -0
  2425. data/node_modules/eslint/lib/rules/init-declarations.js +139 -0
  2426. data/node_modules/eslint/lib/rules/jsx-quotes.js +95 -0
  2427. data/node_modules/eslint/lib/rules/key-spacing.js +684 -0
  2428. data/node_modules/eslint/lib/rules/keyword-spacing.js +637 -0
  2429. data/node_modules/eslint/lib/rules/line-comment-position.js +122 -0
  2430. data/node_modules/eslint/lib/rules/linebreak-style.js +105 -0
  2431. data/node_modules/eslint/lib/rules/lines-around-comment.js +468 -0
  2432. data/node_modules/eslint/lib/rules/lines-around-directive.js +201 -0
  2433. data/node_modules/eslint/lib/rules/lines-between-class-members.js +266 -0
  2434. data/node_modules/eslint/lib/rules/logical-assignment-operators.js +476 -0
  2435. data/node_modules/eslint/lib/rules/max-classes-per-file.js +89 -0
  2436. data/node_modules/eslint/lib/rules/max-depth.js +156 -0
  2437. data/node_modules/eslint/lib/rules/max-len.js +437 -0
  2438. data/node_modules/eslint/lib/rules/max-lines-per-function.js +213 -0
  2439. data/node_modules/eslint/lib/rules/max-lines.js +193 -0
  2440. data/node_modules/eslint/lib/rules/max-nested-callbacks.js +117 -0
  2441. data/node_modules/eslint/lib/rules/max-params.js +102 -0
  2442. data/node_modules/eslint/lib/rules/max-statements-per-line.js +196 -0
  2443. data/node_modules/eslint/lib/rules/max-statements.js +184 -0
  2444. data/node_modules/eslint/lib/rules/multiline-comment-style.js +474 -0
  2445. data/node_modules/eslint/lib/rules/multiline-ternary.js +171 -0
  2446. data/node_modules/eslint/lib/rules/new-cap.js +276 -0
  2447. data/node_modules/eslint/lib/rules/new-parens.js +90 -0
  2448. data/node_modules/eslint/lib/rules/newline-after-var.js +253 -0
  2449. data/node_modules/eslint/lib/rules/newline-before-return.js +217 -0
  2450. data/node_modules/eslint/lib/rules/newline-per-chained-call.js +123 -0
  2451. data/node_modules/eslint/lib/rules/no-alert.js +138 -0
  2452. data/node_modules/eslint/lib/rules/no-array-constructor.js +54 -0
  2453. data/node_modules/eslint/lib/rules/no-async-promise-executor.js +39 -0
  2454. data/node_modules/eslint/lib/rules/no-await-in-loop.js +106 -0
  2455. data/node_modules/eslint/lib/rules/no-bitwise.js +119 -0
  2456. data/node_modules/eslint/lib/rules/no-buffer-constructor.js +50 -0
  2457. data/node_modules/eslint/lib/rules/no-caller.js +46 -0
  2458. data/node_modules/eslint/lib/rules/no-case-declarations.js +64 -0
  2459. data/node_modules/eslint/lib/rules/no-catch-shadow.js +82 -0
  2460. data/node_modules/eslint/lib/rules/no-class-assign.js +63 -0
  2461. data/node_modules/eslint/lib/rules/no-compare-neg-zero.js +60 -0
  2462. data/node_modules/eslint/lib/rules/no-cond-assign.js +159 -0
  2463. data/node_modules/eslint/lib/rules/no-confusing-arrow.js +89 -0
  2464. data/node_modules/eslint/lib/rules/no-console.js +135 -0
  2465. data/node_modules/eslint/lib/rules/no-const-assign.js +56 -0
  2466. data/node_modules/eslint/lib/rules/no-constant-binary-expression.js +509 -0
  2467. data/node_modules/eslint/lib/rules/no-constant-condition.js +150 -0
  2468. data/node_modules/eslint/lib/rules/no-constructor-return.js +62 -0
  2469. data/node_modules/eslint/lib/rules/no-continue.js +39 -0
  2470. data/node_modules/eslint/lib/rules/no-control-regex.js +138 -0
  2471. data/node_modules/eslint/lib/rules/no-debugger.js +43 -0
  2472. data/node_modules/eslint/lib/rules/no-delete-var.js +42 -0
  2473. data/node_modules/eslint/lib/rules/no-div-regex.js +53 -0
  2474. data/node_modules/eslint/lib/rules/no-dupe-args.js +82 -0
  2475. data/node_modules/eslint/lib/rules/no-dupe-class-members.js +104 -0
  2476. data/node_modules/eslint/lib/rules/no-dupe-else-if.js +122 -0
  2477. data/node_modules/eslint/lib/rules/no-dupe-keys.js +142 -0
  2478. data/node_modules/eslint/lib/rules/no-duplicate-case.js +71 -0
  2479. data/node_modules/eslint/lib/rules/no-duplicate-imports.js +290 -0
  2480. data/node_modules/eslint/lib/rules/no-else-return.js +405 -0
  2481. data/node_modules/eslint/lib/rules/no-empty-character-class.js +76 -0
  2482. data/node_modules/eslint/lib/rules/no-empty-function.js +167 -0
  2483. data/node_modules/eslint/lib/rules/no-empty-pattern.js +78 -0
  2484. data/node_modules/eslint/lib/rules/no-empty-static-block.js +47 -0
  2485. data/node_modules/eslint/lib/rules/no-empty.js +103 -0
  2486. data/node_modules/eslint/lib/rules/no-eq-null.js +46 -0
  2487. data/node_modules/eslint/lib/rules/no-eval.js +286 -0
  2488. data/node_modules/eslint/lib/rules/no-ex-assign.js +54 -0
  2489. data/node_modules/eslint/lib/rules/no-extend-native.js +179 -0
  2490. data/node_modules/eslint/lib/rules/no-extra-bind.js +213 -0
  2491. data/node_modules/eslint/lib/rules/no-extra-boolean-cast.js +317 -0
  2492. data/node_modules/eslint/lib/rules/no-extra-label.js +149 -0
  2493. data/node_modules/eslint/lib/rules/no-extra-parens.js +1319 -0
  2494. data/node_modules/eslint/lib/rules/no-extra-semi.js +144 -0
  2495. data/node_modules/eslint/lib/rules/no-fallthrough.js +196 -0
  2496. data/node_modules/eslint/lib/rules/no-floating-decimal.js +70 -0
  2497. data/node_modules/eslint/lib/rules/no-func-assign.js +78 -0
  2498. data/node_modules/eslint/lib/rules/no-global-assign.js +95 -0
  2499. data/node_modules/eslint/lib/rules/no-implicit-coercion.js +380 -0
  2500. data/node_modules/eslint/lib/rules/no-implicit-globals.js +146 -0
  2501. data/node_modules/eslint/lib/rules/no-implied-eval.js +132 -0
  2502. data/node_modules/eslint/lib/rules/no-import-assign.js +241 -0
  2503. data/node_modules/eslint/lib/rules/no-inline-comments.js +110 -0
  2504. data/node_modules/eslint/lib/rules/no-inner-declarations.js +110 -0
  2505. data/node_modules/eslint/lib/rules/no-invalid-regexp.js +194 -0
  2506. data/node_modules/eslint/lib/rules/no-invalid-this.js +150 -0
  2507. data/node_modules/eslint/lib/rules/no-irregular-whitespace.js +276 -0
  2508. data/node_modules/eslint/lib/rules/no-iterator.js +52 -0
  2509. data/node_modules/eslint/lib/rules/no-label-var.js +80 -0
  2510. data/node_modules/eslint/lib/rules/no-labels.js +149 -0
  2511. data/node_modules/eslint/lib/rules/no-lone-blocks.js +136 -0
  2512. data/node_modules/eslint/lib/rules/no-lonely-if.js +88 -0
  2513. data/node_modules/eslint/lib/rules/no-loop-func.js +206 -0
  2514. data/node_modules/eslint/lib/rules/no-loss-of-precision.js +214 -0
  2515. data/node_modules/eslint/lib/rules/no-magic-numbers.js +243 -0
  2516. data/node_modules/eslint/lib/rules/no-misleading-character-class.js +300 -0
  2517. data/node_modules/eslint/lib/rules/no-mixed-operators.js +226 -0
  2518. data/node_modules/eslint/lib/rules/no-mixed-requires.js +238 -0
  2519. data/node_modules/eslint/lib/rules/no-mixed-spaces-and-tabs.js +113 -0
  2520. data/node_modules/eslint/lib/rules/no-multi-assign.js +67 -0
  2521. data/node_modules/eslint/lib/rules/no-multi-spaces.js +138 -0
  2522. data/node_modules/eslint/lib/rules/no-multi-str.js +65 -0
  2523. data/node_modules/eslint/lib/rules/no-multiple-empty-lines.js +151 -0
  2524. data/node_modules/eslint/lib/rules/no-native-reassign.js +98 -0
  2525. data/node_modules/eslint/lib/rules/no-negated-condition.js +95 -0
  2526. data/node_modules/eslint/lib/rules/no-negated-in-lhs.js +46 -0
  2527. data/node_modules/eslint/lib/rules/no-nested-ternary.js +44 -0
  2528. data/node_modules/eslint/lib/rules/no-new-func.js +87 -0
  2529. data/node_modules/eslint/lib/rules/no-new-native-nonconstructor.js +66 -0
  2530. data/node_modules/eslint/lib/rules/no-new-object.js +67 -0
  2531. data/node_modules/eslint/lib/rules/no-new-require.js +50 -0
  2532. data/node_modules/eslint/lib/rules/no-new-symbol.js +56 -0
  2533. data/node_modules/eslint/lib/rules/no-new-wrappers.js +60 -0
  2534. data/node_modules/eslint/lib/rules/no-new.js +43 -0
  2535. data/node_modules/eslint/lib/rules/no-nonoctal-decimal-escape.js +148 -0
  2536. data/node_modules/eslint/lib/rules/no-obj-calls.js +86 -0
  2537. data/node_modules/eslint/lib/rules/no-object-constructor.js +118 -0
  2538. data/node_modules/eslint/lib/rules/no-octal-escape.js +56 -0
  2539. data/node_modules/eslint/lib/rules/no-octal.js +45 -0
  2540. data/node_modules/eslint/lib/rules/no-param-reassign.js +230 -0
  2541. data/node_modules/eslint/lib/rules/no-path-concat.js +64 -0
  2542. data/node_modules/eslint/lib/rules/no-plusplus.js +105 -0
  2543. data/node_modules/eslint/lib/rules/no-process-env.js +51 -0
  2544. data/node_modules/eslint/lib/rules/no-process-exit.js +47 -0
  2545. data/node_modules/eslint/lib/rules/no-promise-executor-return.js +260 -0
  2546. data/node_modules/eslint/lib/rules/no-proto.js +48 -0
  2547. data/node_modules/eslint/lib/rules/no-prototype-builtins.js +71 -0
  2548. data/node_modules/eslint/lib/rules/no-redeclare.js +174 -0
  2549. data/node_modules/eslint/lib/rules/no-regex-spaces.js +197 -0
  2550. data/node_modules/eslint/lib/rules/no-restricted-exports.js +193 -0
  2551. data/node_modules/eslint/lib/rules/no-restricted-globals.js +124 -0
  2552. data/node_modules/eslint/lib/rules/no-restricted-imports.js +387 -0
  2553. data/node_modules/eslint/lib/rules/no-restricted-modules.js +213 -0
  2554. data/node_modules/eslint/lib/rules/no-restricted-properties.js +181 -0
  2555. data/node_modules/eslint/lib/rules/no-restricted-syntax.js +70 -0
  2556. data/node_modules/eslint/lib/rules/no-return-assign.js +80 -0
  2557. data/node_modules/eslint/lib/rules/no-return-await.js +135 -0
  2558. data/node_modules/eslint/lib/rules/no-script-url.js +61 -0
  2559. data/node_modules/eslint/lib/rules/no-self-assign.js +183 -0
  2560. data/node_modules/eslint/lib/rules/no-self-compare.js +60 -0
  2561. data/node_modules/eslint/lib/rules/no-sequences.js +138 -0
  2562. data/node_modules/eslint/lib/rules/no-setter-return.js +226 -0
  2563. data/node_modules/eslint/lib/rules/no-shadow-restricted-names.js +65 -0
  2564. data/node_modules/eslint/lib/rules/no-shadow.js +336 -0
  2565. data/node_modules/eslint/lib/rules/no-spaced-func.js +83 -0
  2566. data/node_modules/eslint/lib/rules/no-sparse-arrays.js +50 -0
  2567. data/node_modules/eslint/lib/rules/no-sync.js +64 -0
  2568. data/node_modules/eslint/lib/rules/no-tabs.js +78 -0
  2569. data/node_modules/eslint/lib/rules/no-template-curly-in-string.js +44 -0
  2570. data/node_modules/eslint/lib/rules/no-ternary.js +41 -0
  2571. data/node_modules/eslint/lib/rules/no-this-before-super.js +331 -0
  2572. data/node_modules/eslint/lib/rules/no-throw-literal.js +51 -0
  2573. data/node_modules/eslint/lib/rules/no-trailing-spaces.js +190 -0
  2574. data/node_modules/eslint/lib/rules/no-undef-init.js +75 -0
  2575. data/node_modules/eslint/lib/rules/no-undef.js +79 -0
  2576. data/node_modules/eslint/lib/rules/no-undefined.js +86 -0
  2577. data/node_modules/eslint/lib/rules/no-underscore-dangle.js +335 -0
  2578. data/node_modules/eslint/lib/rules/no-unexpected-multiline.js +120 -0
  2579. data/node_modules/eslint/lib/rules/no-unmodified-loop-condition.js +360 -0
  2580. data/node_modules/eslint/lib/rules/no-unneeded-ternary.js +166 -0
  2581. data/node_modules/eslint/lib/rules/no-unreachable-loop.js +185 -0
  2582. data/node_modules/eslint/lib/rules/no-unreachable.js +293 -0
  2583. data/node_modules/eslint/lib/rules/no-unsafe-finally.js +111 -0
  2584. data/node_modules/eslint/lib/rules/no-unsafe-negation.js +128 -0
  2585. data/node_modules/eslint/lib/rules/no-unsafe-optional-chaining.js +205 -0
  2586. data/node_modules/eslint/lib/rules/no-unused-expressions.js +186 -0
  2587. data/node_modules/eslint/lib/rules/no-unused-labels.js +143 -0
  2588. data/node_modules/eslint/lib/rules/no-unused-private-class-members.js +195 -0
  2589. data/node_modules/eslint/lib/rules/no-unused-vars.js +718 -0
  2590. data/node_modules/eslint/lib/rules/no-use-before-define.js +348 -0
  2591. data/node_modules/eslint/lib/rules/no-useless-backreference.js +194 -0
  2592. data/node_modules/eslint/lib/rules/no-useless-call.js +90 -0
  2593. data/node_modules/eslint/lib/rules/no-useless-catch.js +57 -0
  2594. data/node_modules/eslint/lib/rules/no-useless-computed-key.js +168 -0
  2595. data/node_modules/eslint/lib/rules/no-useless-concat.js +115 -0
  2596. data/node_modules/eslint/lib/rules/no-useless-constructor.js +189 -0
  2597. data/node_modules/eslint/lib/rules/no-useless-escape.js +333 -0
  2598. data/node_modules/eslint/lib/rules/no-useless-rename.js +172 -0
  2599. data/node_modules/eslint/lib/rules/no-useless-return.js +364 -0
  2600. data/node_modules/eslint/lib/rules/no-var.js +334 -0
  2601. data/node_modules/eslint/lib/rules/no-void.js +64 -0
  2602. data/node_modules/eslint/lib/rules/no-warning-comments.js +201 -0
  2603. data/node_modules/eslint/lib/rules/no-whitespace-before-property.js +113 -0
  2604. data/node_modules/eslint/lib/rules/no-with.js +39 -0
  2605. data/node_modules/eslint/lib/rules/nonblock-statement-body-position.js +124 -0
  2606. data/node_modules/eslint/lib/rules/object-curly-newline.js +321 -0
  2607. data/node_modules/eslint/lib/rules/object-curly-spacing.js +308 -0
  2608. data/node_modules/eslint/lib/rules/object-property-newline.js +99 -0
  2609. data/node_modules/eslint/lib/rules/object-shorthand.js +520 -0
  2610. data/node_modules/eslint/lib/rules/one-var-declaration-per-line.js +92 -0
  2611. data/node_modules/eslint/lib/rules/one-var.js +567 -0
  2612. data/node_modules/eslint/lib/rules/operator-assignment.js +209 -0
  2613. data/node_modules/eslint/lib/rules/operator-linebreak.js +250 -0
  2614. data/node_modules/eslint/lib/rules/padded-blocks.js +307 -0
  2615. data/node_modules/eslint/lib/rules/padding-line-between-statements.js +587 -0
  2616. data/node_modules/eslint/lib/rules/prefer-arrow-callback.js +381 -0
  2617. data/node_modules/eslint/lib/rules/prefer-const.js +501 -0
  2618. data/node_modules/eslint/lib/rules/prefer-destructuring.js +301 -0
  2619. data/node_modules/eslint/lib/rules/prefer-exponentiation-operator.js +191 -0
  2620. data/node_modules/eslint/lib/rules/prefer-named-capture-group.js +178 -0
  2621. data/node_modules/eslint/lib/rules/prefer-numeric-literals.js +148 -0
  2622. data/node_modules/eslint/lib/rules/prefer-object-has-own.js +114 -0
  2623. data/node_modules/eslint/lib/rules/prefer-object-spread.js +298 -0
  2624. data/node_modules/eslint/lib/rules/prefer-promise-reject-errors.js +132 -0
  2625. data/node_modules/eslint/lib/rules/prefer-reflect.js +127 -0
  2626. data/node_modules/eslint/lib/rules/prefer-regex-literals.js +507 -0
  2627. data/node_modules/eslint/lib/rules/prefer-rest-params.js +118 -0
  2628. data/node_modules/eslint/lib/rules/prefer-spread.js +87 -0
  2629. data/node_modules/eslint/lib/rules/prefer-template.js +275 -0
  2630. data/node_modules/eslint/lib/rules/quote-props.js +307 -0
  2631. data/node_modules/eslint/lib/rules/quotes.js +347 -0
  2632. data/node_modules/eslint/lib/rules/radix.js +198 -0
  2633. data/node_modules/eslint/lib/rules/require-atomic-updates.js +331 -0
  2634. data/node_modules/eslint/lib/rules/require-await.js +113 -0
  2635. data/node_modules/eslint/lib/rules/require-jsdoc.js +122 -0
  2636. data/node_modules/eslint/lib/rules/require-unicode-regexp.js +129 -0
  2637. data/node_modules/eslint/lib/rules/require-yield.js +77 -0
  2638. data/node_modules/eslint/lib/rules/rest-spread-spacing.js +120 -0
  2639. data/node_modules/eslint/lib/rules/semi-spacing.js +245 -0
  2640. data/node_modules/eslint/lib/rules/semi-style.js +155 -0
  2641. data/node_modules/eslint/lib/rules/semi.js +435 -0
  2642. data/node_modules/eslint/lib/rules/sort-imports.js +241 -0
  2643. data/node_modules/eslint/lib/rules/sort-keys.js +230 -0
  2644. data/node_modules/eslint/lib/rules/sort-vars.js +104 -0
  2645. data/node_modules/eslint/lib/rules/space-before-blocks.js +201 -0
  2646. data/node_modules/eslint/lib/rules/space-before-function-paren.js +164 -0
  2647. data/node_modules/eslint/lib/rules/space-in-parens.js +282 -0
  2648. data/node_modules/eslint/lib/rules/space-infix-ops.js +195 -0
  2649. data/node_modules/eslint/lib/rules/space-unary-ops.js +321 -0
  2650. data/node_modules/eslint/lib/rules/spaced-comment.js +382 -0
  2651. data/node_modules/eslint/lib/rules/strict.js +277 -0
  2652. data/node_modules/eslint/lib/rules/switch-colon-spacing.js +129 -0
  2653. data/node_modules/eslint/lib/rules/symbol-description.js +73 -0
  2654. data/node_modules/eslint/lib/rules/template-curly-spacing.js +141 -0
  2655. data/node_modules/eslint/lib/rules/template-tag-spacing.js +90 -0
  2656. data/node_modules/eslint/lib/rules/unicode-bom.js +73 -0
  2657. data/node_modules/eslint/lib/rules/use-isnan.js +141 -0
  2658. data/node_modules/eslint/lib/rules/utils/ast-utils.js +2172 -0
  2659. data/node_modules/eslint/lib/rules/utils/fix-tracker.js +114 -0
  2660. data/node_modules/eslint/lib/rules/utils/keywords.js +67 -0
  2661. data/node_modules/eslint/lib/rules/utils/lazy-loading-rule-map.js +115 -0
  2662. data/node_modules/eslint/lib/rules/utils/patterns/letters.js +36 -0
  2663. data/node_modules/eslint/lib/rules/utils/regular-expressions.js +42 -0
  2664. data/node_modules/eslint/lib/rules/utils/unicode/index.js +11 -0
  2665. data/node_modules/eslint/lib/rules/utils/unicode/is-combining-character.js +13 -0
  2666. data/node_modules/eslint/lib/rules/utils/unicode/is-emoji-modifier.js +13 -0
  2667. data/node_modules/eslint/lib/rules/utils/unicode/is-regional-indicator-symbol.js +13 -0
  2668. data/node_modules/eslint/lib/rules/utils/unicode/is-surrogate-pair.js +14 -0
  2669. data/node_modules/eslint/lib/rules/valid-jsdoc.js +516 -0
  2670. data/node_modules/eslint/lib/rules/valid-typeof.js +127 -0
  2671. data/node_modules/eslint/lib/rules/vars-on-top.js +157 -0
  2672. data/node_modules/eslint/lib/rules/wrap-iife.js +204 -0
  2673. data/node_modules/eslint/lib/rules/wrap-regex.js +58 -0
  2674. data/node_modules/eslint/lib/rules/yield-star-spacing.js +127 -0
  2675. data/node_modules/eslint/lib/rules/yoda.js +353 -0
  2676. data/node_modules/eslint/lib/shared/ajv.js +34 -0
  2677. data/node_modules/eslint/lib/shared/ast-utils.js +29 -0
  2678. data/node_modules/eslint/lib/shared/config-validator.js +347 -0
  2679. data/node_modules/eslint/lib/shared/deprecation-warnings.js +58 -0
  2680. data/node_modules/eslint/lib/shared/directives.js +15 -0
  2681. data/node_modules/eslint/lib/shared/logging.js +30 -0
  2682. data/node_modules/eslint/lib/shared/relative-module-resolver.js +50 -0
  2683. data/node_modules/eslint/lib/shared/runtime-info.js +167 -0
  2684. data/node_modules/eslint/lib/shared/string-utils.js +60 -0
  2685. data/node_modules/eslint/lib/shared/traverser.js +195 -0
  2686. data/node_modules/eslint/lib/shared/types.js +216 -0
  2687. data/node_modules/eslint/lib/source-code/index.js +5 -0
  2688. data/node_modules/eslint/lib/source-code/source-code.js +1076 -0
  2689. data/node_modules/eslint/lib/source-code/token-store/backward-token-comment-cursor.js +57 -0
  2690. data/node_modules/eslint/lib/source-code/token-store/backward-token-cursor.js +58 -0
  2691. data/node_modules/eslint/lib/source-code/token-store/cursor.js +76 -0
  2692. data/node_modules/eslint/lib/source-code/token-store/cursors.js +90 -0
  2693. data/node_modules/eslint/lib/source-code/token-store/decorative-cursor.js +39 -0
  2694. data/node_modules/eslint/lib/source-code/token-store/filter-cursor.js +43 -0
  2695. data/node_modules/eslint/lib/source-code/token-store/forward-token-comment-cursor.js +57 -0
  2696. data/node_modules/eslint/lib/source-code/token-store/forward-token-cursor.js +63 -0
  2697. data/node_modules/eslint/lib/source-code/token-store/index.js +627 -0
  2698. data/node_modules/eslint/lib/source-code/token-store/limit-cursor.js +40 -0
  2699. data/node_modules/eslint/lib/source-code/token-store/padded-token-cursor.js +38 -0
  2700. data/node_modules/eslint/lib/source-code/token-store/skip-cursor.js +42 -0
  2701. data/node_modules/eslint/lib/source-code/token-store/utils.js +107 -0
  2702. data/node_modules/eslint/lib/unsupported-api.js +30 -0
  2703. data/node_modules/eslint/messages/all-files-ignored.js +16 -0
  2704. data/node_modules/eslint/messages/eslintrc-incompat.js +98 -0
  2705. data/node_modules/eslint/messages/eslintrc-plugins.js +24 -0
  2706. data/node_modules/eslint/messages/extend-config-missing.js +13 -0
  2707. data/node_modules/eslint/messages/failed-to-read-json.js +11 -0
  2708. data/node_modules/eslint/messages/file-not-found.js +10 -0
  2709. data/node_modules/eslint/messages/invalid-rule-options.js +17 -0
  2710. data/node_modules/eslint/messages/invalid-rule-severity.js +13 -0
  2711. data/node_modules/eslint/messages/no-config-found.js +15 -0
  2712. data/node_modules/eslint/messages/plugin-conflict.js +22 -0
  2713. data/node_modules/eslint/messages/plugin-invalid.js +16 -0
  2714. data/node_modules/eslint/messages/plugin-missing.js +19 -0
  2715. data/node_modules/eslint/messages/print-config-with-directory-path.js +8 -0
  2716. data/node_modules/eslint/messages/shared.js +18 -0
  2717. data/node_modules/eslint/messages/whitespace-found.js +11 -0
  2718. data/node_modules/eslint/package.json +174 -0
  2719. data/node_modules/eslint-config-airbnb-base/CHANGELOG.md +374 -0
  2720. data/node_modules/eslint-config-airbnb-base/LICENSE.md +21 -0
  2721. data/node_modules/eslint-config-airbnb-base/README.md +112 -0
  2722. data/node_modules/eslint-config-airbnb-base/index.js +17 -0
  2723. data/node_modules/eslint-config-airbnb-base/legacy.js +34 -0
  2724. data/node_modules/eslint-config-airbnb-base/package.json +95 -0
  2725. data/node_modules/eslint-config-airbnb-base/rules/best-practices.js +408 -0
  2726. data/node_modules/eslint-config-airbnb-base/rules/errors.js +179 -0
  2727. data/node_modules/eslint-config-airbnb-base/rules/es6.js +185 -0
  2728. data/node_modules/eslint-config-airbnb-base/rules/imports.js +273 -0
  2729. data/node_modules/eslint-config-airbnb-base/rules/node.js +43 -0
  2730. data/node_modules/eslint-config-airbnb-base/rules/strict.js +6 -0
  2731. data/node_modules/eslint-config-airbnb-base/rules/style.js +529 -0
  2732. data/node_modules/eslint-config-airbnb-base/rules/variables.js +56 -0
  2733. data/node_modules/eslint-config-airbnb-base/test/requires.js +13 -0
  2734. data/node_modules/eslint-config-airbnb-base/test/test-base.js +32 -0
  2735. data/node_modules/eslint-config-airbnb-base/whitespace-async.js +96 -0
  2736. data/node_modules/eslint-config-airbnb-base/whitespace.js +102 -0
  2737. data/node_modules/eslint-import-resolver-node/LICENSE +22 -0
  2738. data/node_modules/eslint-import-resolver-node/README.md +44 -0
  2739. data/node_modules/eslint-import-resolver-node/index.js +66 -0
  2740. data/node_modules/eslint-import-resolver-node/node_modules/debug/CHANGELOG.md +395 -0
  2741. data/node_modules/eslint-import-resolver-node/node_modules/debug/LICENSE +19 -0
  2742. data/node_modules/eslint-import-resolver-node/node_modules/debug/README.md +437 -0
  2743. data/node_modules/eslint-import-resolver-node/node_modules/debug/node.js +1 -0
  2744. data/node_modules/eslint-import-resolver-node/node_modules/debug/node_modules/ms/index.js +162 -0
  2745. data/node_modules/eslint-import-resolver-node/node_modules/debug/node_modules/ms/license.md +21 -0
  2746. data/node_modules/eslint-import-resolver-node/node_modules/debug/node_modules/ms/package.json +38 -0
  2747. data/node_modules/eslint-import-resolver-node/node_modules/debug/node_modules/ms/readme.md +59 -0
  2748. data/node_modules/eslint-import-resolver-node/node_modules/debug/package.json +51 -0
  2749. data/node_modules/eslint-import-resolver-node/node_modules/debug/src/browser.js +180 -0
  2750. data/node_modules/eslint-import-resolver-node/node_modules/debug/src/common.js +249 -0
  2751. data/node_modules/eslint-import-resolver-node/node_modules/debug/src/index.js +12 -0
  2752. data/node_modules/eslint-import-resolver-node/node_modules/debug/src/node.js +177 -0
  2753. data/node_modules/eslint-import-resolver-node/package.json +41 -0
  2754. data/node_modules/eslint-module-utils/CHANGELOG.md +185 -0
  2755. data/node_modules/eslint-module-utils/LICENSE +22 -0
  2756. data/node_modules/eslint-module-utils/ModuleCache.js +50 -0
  2757. data/node_modules/eslint-module-utils/declaredScope.js +10 -0
  2758. data/node_modules/eslint-module-utils/hash.js +60 -0
  2759. data/node_modules/eslint-module-utils/ignore.js +61 -0
  2760. data/node_modules/eslint-module-utils/module-require.js +31 -0
  2761. data/node_modules/eslint-module-utils/moduleVisitor.js +153 -0
  2762. data/node_modules/eslint-module-utils/node_modules/debug/CHANGELOG.md +395 -0
  2763. data/node_modules/eslint-module-utils/node_modules/debug/LICENSE +19 -0
  2764. data/node_modules/eslint-module-utils/node_modules/debug/README.md +437 -0
  2765. data/node_modules/eslint-module-utils/node_modules/debug/node.js +1 -0
  2766. data/node_modules/eslint-module-utils/node_modules/debug/node_modules/ms/index.js +162 -0
  2767. data/node_modules/eslint-module-utils/node_modules/debug/node_modules/ms/license.md +21 -0
  2768. data/node_modules/eslint-module-utils/node_modules/debug/node_modules/ms/package.json +38 -0
  2769. data/node_modules/eslint-module-utils/node_modules/debug/node_modules/ms/readme.md +59 -0
  2770. data/node_modules/eslint-module-utils/node_modules/debug/package.json +51 -0
  2771. data/node_modules/eslint-module-utils/node_modules/debug/src/browser.js +180 -0
  2772. data/node_modules/eslint-module-utils/node_modules/debug/src/common.js +249 -0
  2773. data/node_modules/eslint-module-utils/node_modules/debug/src/index.js +12 -0
  2774. data/node_modules/eslint-module-utils/node_modules/debug/src/node.js +177 -0
  2775. data/node_modules/eslint-module-utils/package.json +36 -0
  2776. data/node_modules/eslint-module-utils/parse.js +149 -0
  2777. data/node_modules/eslint-module-utils/pkgDir.js +11 -0
  2778. data/node_modules/eslint-module-utils/pkgUp.js +57 -0
  2779. data/node_modules/eslint-module-utils/readPkgUp.js +53 -0
  2780. data/node_modules/eslint-module-utils/resolve.js +234 -0
  2781. data/node_modules/eslint-module-utils/unambiguous.js +30 -0
  2782. data/node_modules/eslint-module-utils/visit.js +25 -0
  2783. data/node_modules/eslint-plugin-import/CHANGELOG.md +1899 -0
  2784. data/node_modules/eslint-plugin-import/CONTRIBUTING.md +84 -0
  2785. data/node_modules/eslint-plugin-import/LICENSE +22 -0
  2786. data/node_modules/eslint-plugin-import/README.md +500 -0
  2787. data/node_modules/eslint-plugin-import/RELEASE.md +54 -0
  2788. data/node_modules/eslint-plugin-import/SECURITY.md +11 -0
  2789. data/node_modules/eslint-plugin-import/config/electron.js +8 -0
  2790. data/node_modules/eslint-plugin-import/config/errors.js +14 -0
  2791. data/node_modules/eslint-plugin-import/config/react-native.js +13 -0
  2792. data/node_modules/eslint-plugin-import/config/react.js +18 -0
  2793. data/node_modules/eslint-plugin-import/config/recommended.js +28 -0
  2794. data/node_modules/eslint-plugin-import/config/stage-0.js +12 -0
  2795. data/node_modules/eslint-plugin-import/config/typescript.js +31 -0
  2796. data/node_modules/eslint-plugin-import/config/warnings.js +12 -0
  2797. data/node_modules/eslint-plugin-import/docs/rules/consistent-type-specifier-style.md +91 -0
  2798. data/node_modules/eslint-plugin-import/docs/rules/default.md +72 -0
  2799. data/node_modules/eslint-plugin-import/docs/rules/dynamic-import-chunkname.md +92 -0
  2800. data/node_modules/eslint-plugin-import/docs/rules/export.md +37 -0
  2801. data/node_modules/eslint-plugin-import/docs/rules/exports-last.md +51 -0
  2802. data/node_modules/eslint-plugin-import/docs/rules/extensions.md +174 -0
  2803. data/node_modules/eslint-plugin-import/docs/rules/first.md +75 -0
  2804. data/node_modules/eslint-plugin-import/docs/rules/group-exports.md +118 -0
  2805. data/node_modules/eslint-plugin-import/docs/rules/imports-first.md +9 -0
  2806. data/node_modules/eslint-plugin-import/docs/rules/max-dependencies.md +70 -0
  2807. data/node_modules/eslint-plugin-import/docs/rules/named.md +102 -0
  2808. data/node_modules/eslint-plugin-import/docs/rules/namespace.md +106 -0
  2809. data/node_modules/eslint-plugin-import/docs/rules/newline-after-import.md +118 -0
  2810. data/node_modules/eslint-plugin-import/docs/rules/no-absolute-path.md +54 -0
  2811. data/node_modules/eslint-plugin-import/docs/rules/no-amd.md +37 -0
  2812. data/node_modules/eslint-plugin-import/docs/rules/no-anonymous-default-export.md +83 -0
  2813. data/node_modules/eslint-plugin-import/docs/rules/no-commonjs.md +96 -0
  2814. data/node_modules/eslint-plugin-import/docs/rules/no-cycle.md +111 -0
  2815. data/node_modules/eslint-plugin-import/docs/rules/no-default-export.md +65 -0
  2816. data/node_modules/eslint-plugin-import/docs/rules/no-deprecated.md +62 -0
  2817. data/node_modules/eslint-plugin-import/docs/rules/no-duplicates.md +109 -0
  2818. data/node_modules/eslint-plugin-import/docs/rules/no-dynamic-require.md +25 -0
  2819. data/node_modules/eslint-plugin-import/docs/rules/no-empty-named-blocks.md +49 -0
  2820. data/node_modules/eslint-plugin-import/docs/rules/no-extraneous-dependencies.md +139 -0
  2821. data/node_modules/eslint-plugin-import/docs/rules/no-import-module-exports.md +81 -0
  2822. data/node_modules/eslint-plugin-import/docs/rules/no-internal-modules.md +136 -0
  2823. data/node_modules/eslint-plugin-import/docs/rules/no-mutable-exports.md +54 -0
  2824. data/node_modules/eslint-plugin-import/docs/rules/no-named-as-default-member.md +52 -0
  2825. data/node_modules/eslint-plugin-import/docs/rules/no-named-as-default.md +53 -0
  2826. data/node_modules/eslint-plugin-import/docs/rules/no-named-default.md +36 -0
  2827. data/node_modules/eslint-plugin-import/docs/rules/no-named-export.md +79 -0
  2828. data/node_modules/eslint-plugin-import/docs/rules/no-namespace.md +44 -0
  2829. data/node_modules/eslint-plugin-import/docs/rules/no-nodejs-modules.md +42 -0
  2830. data/node_modules/eslint-plugin-import/docs/rules/no-relative-packages.md +70 -0
  2831. data/node_modules/eslint-plugin-import/docs/rules/no-relative-parent-imports.md +123 -0
  2832. data/node_modules/eslint-plugin-import/docs/rules/no-restricted-paths.md +198 -0
  2833. data/node_modules/eslint-plugin-import/docs/rules/no-self-import.md +32 -0
  2834. data/node_modules/eslint-plugin-import/docs/rules/no-unassigned-import.md +60 -0
  2835. data/node_modules/eslint-plugin-import/docs/rules/no-unresolved.md +110 -0
  2836. data/node_modules/eslint-plugin-import/docs/rules/no-unused-modules.md +125 -0
  2837. data/node_modules/eslint-plugin-import/docs/rules/no-useless-path-segments.md +85 -0
  2838. data/node_modules/eslint-plugin-import/docs/rules/no-webpack-loader-syntax.md +39 -0
  2839. data/node_modules/eslint-plugin-import/docs/rules/order.md +365 -0
  2840. data/node_modules/eslint-plugin-import/docs/rules/prefer-default-export.md +185 -0
  2841. data/node_modules/eslint-plugin-import/docs/rules/unambiguous.md +57 -0
  2842. data/node_modules/eslint-plugin-import/lib/ExportMap.js +856 -0
  2843. data/node_modules/eslint-plugin-import/lib/core/importType.js +129 -0
  2844. data/node_modules/eslint-plugin-import/lib/core/packagePath.js +22 -0
  2845. data/node_modules/eslint-plugin-import/lib/core/staticRequire.js +11 -0
  2846. data/node_modules/eslint-plugin-import/lib/docsUrl.js +8 -0
  2847. data/node_modules/eslint-plugin-import/lib/importDeclaration.js +5 -0
  2848. data/node_modules/eslint-plugin-import/lib/index.js +71 -0
  2849. data/node_modules/eslint-plugin-import/lib/rules/consistent-type-specifier-style.js +221 -0
  2850. data/node_modules/eslint-plugin-import/lib/rules/default.js +40 -0
  2851. data/node_modules/eslint-plugin-import/lib/rules/dynamic-import-chunkname.js +120 -0
  2852. data/node_modules/eslint-plugin-import/lib/rules/export.js +250 -0
  2853. data/node_modules/eslint-plugin-import/lib/rules/exports-last.js +40 -0
  2854. data/node_modules/eslint-plugin-import/lib/rules/extensions.js +193 -0
  2855. data/node_modules/eslint-plugin-import/lib/rules/first.js +144 -0
  2856. data/node_modules/eslint-plugin-import/lib/rules/group-exports.js +155 -0
  2857. data/node_modules/eslint-plugin-import/lib/rules/imports-first.js +16 -0
  2858. data/node_modules/eslint-plugin-import/lib/rules/max-dependencies.js +60 -0
  2859. data/node_modules/eslint-plugin-import/lib/rules/named.js +143 -0
  2860. data/node_modules/eslint-plugin-import/lib/rules/namespace.js +218 -0
  2861. data/node_modules/eslint-plugin-import/lib/rules/newline-after-import.js +228 -0
  2862. data/node_modules/eslint-plugin-import/lib/rules/no-absolute-path.js +40 -0
  2863. data/node_modules/eslint-plugin-import/lib/rules/no-amd.js +47 -0
  2864. data/node_modules/eslint-plugin-import/lib/rules/no-anonymous-default-export.js +103 -0
  2865. data/node_modules/eslint-plugin-import/lib/rules/no-commonjs.js +141 -0
  2866. data/node_modules/eslint-plugin-import/lib/rules/no-cycle.js +158 -0
  2867. data/node_modules/eslint-plugin-import/lib/rules/no-default-export.js +43 -0
  2868. data/node_modules/eslint-plugin-import/lib/rules/no-deprecated.js +138 -0
  2869. data/node_modules/eslint-plugin-import/lib/rules/no-duplicates.js +354 -0
  2870. data/node_modules/eslint-plugin-import/lib/rules/no-dynamic-require.js +77 -0
  2871. data/node_modules/eslint-plugin-import/lib/rules/no-empty-named-blocks.js +105 -0
  2872. data/node_modules/eslint-plugin-import/lib/rules/no-extraneous-dependencies.js +300 -0
  2873. data/node_modules/eslint-plugin-import/lib/rules/no-import-module-exports.js +85 -0
  2874. data/node_modules/eslint-plugin-import/lib/rules/no-internal-modules.js +144 -0
  2875. data/node_modules/eslint-plugin-import/lib/rules/no-mutable-exports.js +59 -0
  2876. data/node_modules/eslint-plugin-import/lib/rules/no-named-as-default-member.js +96 -0
  2877. data/node_modules/eslint-plugin-import/lib/rules/no-named-as-default.js +45 -0
  2878. data/node_modules/eslint-plugin-import/lib/rules/no-named-default.js +31 -0
  2879. data/node_modules/eslint-plugin-import/lib/rules/no-named-export.js +39 -0
  2880. data/node_modules/eslint-plugin-import/lib/rules/no-namespace.js +175 -0
  2881. data/node_modules/eslint-plugin-import/lib/rules/no-nodejs-modules.js +44 -0
  2882. data/node_modules/eslint-plugin-import/lib/rules/no-relative-packages.js +71 -0
  2883. data/node_modules/eslint-plugin-import/lib/rules/no-relative-parent-imports.js +48 -0
  2884. data/node_modules/eslint-plugin-import/lib/rules/no-restricted-paths.js +245 -0
  2885. data/node_modules/eslint-plugin-import/lib/rules/no-self-import.js +39 -0
  2886. data/node_modules/eslint-plugin-import/lib/rules/no-unassigned-import.js +79 -0
  2887. data/node_modules/eslint-plugin-import/lib/rules/no-unresolved.js +60 -0
  2888. data/node_modules/eslint-plugin-import/lib/rules/no-unused-modules.js +940 -0
  2889. data/node_modules/eslint-plugin-import/lib/rules/no-useless-path-segments.js +147 -0
  2890. data/node_modules/eslint-plugin-import/lib/rules/no-webpack-loader-syntax.js +26 -0
  2891. data/node_modules/eslint-plugin-import/lib/rules/order.js +785 -0
  2892. data/node_modules/eslint-plugin-import/lib/rules/prefer-default-export.js +116 -0
  2893. data/node_modules/eslint-plugin-import/lib/rules/unambiguous.js +38 -0
  2894. data/node_modules/eslint-plugin-import/memo-parser/LICENSE +22 -0
  2895. data/node_modules/eslint-plugin-import/memo-parser/README.md +21 -0
  2896. data/node_modules/eslint-plugin-import/memo-parser/index.js +41 -0
  2897. data/node_modules/eslint-plugin-import/node_modules/debug/CHANGELOG.md +395 -0
  2898. data/node_modules/eslint-plugin-import/node_modules/debug/LICENSE +19 -0
  2899. data/node_modules/eslint-plugin-import/node_modules/debug/README.md +437 -0
  2900. data/node_modules/eslint-plugin-import/node_modules/debug/node.js +1 -0
  2901. data/node_modules/eslint-plugin-import/node_modules/debug/node_modules/ms/index.js +162 -0
  2902. data/node_modules/eslint-plugin-import/node_modules/debug/node_modules/ms/license.md +21 -0
  2903. data/node_modules/eslint-plugin-import/node_modules/debug/node_modules/ms/package.json +38 -0
  2904. data/node_modules/eslint-plugin-import/node_modules/debug/node_modules/ms/readme.md +59 -0
  2905. data/node_modules/eslint-plugin-import/node_modules/debug/package.json +51 -0
  2906. data/node_modules/eslint-plugin-import/node_modules/debug/src/browser.js +180 -0
  2907. data/node_modules/eslint-plugin-import/node_modules/debug/src/common.js +249 -0
  2908. data/node_modules/eslint-plugin-import/node_modules/debug/src/index.js +12 -0
  2909. data/node_modules/eslint-plugin-import/node_modules/debug/src/node.js +177 -0
  2910. data/node_modules/eslint-plugin-import/node_modules/doctrine/CHANGELOG.md +94 -0
  2911. data/node_modules/eslint-plugin-import/node_modules/doctrine/LICENSE +177 -0
  2912. data/node_modules/eslint-plugin-import/node_modules/doctrine/LICENSE.closure-compiler +202 -0
  2913. data/node_modules/eslint-plugin-import/node_modules/doctrine/LICENSE.esprima +19 -0
  2914. data/node_modules/eslint-plugin-import/node_modules/doctrine/README.md +165 -0
  2915. data/node_modules/eslint-plugin-import/node_modules/doctrine/lib/doctrine.js +899 -0
  2916. data/node_modules/eslint-plugin-import/node_modules/doctrine/lib/typed.js +1305 -0
  2917. data/node_modules/eslint-plugin-import/node_modules/doctrine/lib/utility.js +35 -0
  2918. data/node_modules/eslint-plugin-import/node_modules/doctrine/package.json +57 -0
  2919. data/node_modules/eslint-plugin-import/package.json +124 -0
  2920. data/node_modules/eslint-plugin-jsonc/LICENSE +21 -0
  2921. data/node_modules/eslint-plugin-jsonc/README.md +279 -0
  2922. data/node_modules/eslint-plugin-jsonc/conf/eslint-all.js +11 -0
  2923. data/node_modules/eslint-plugin-jsonc/conf/eslint-recommended.js +13 -0
  2924. data/node_modules/eslint-plugin-jsonc/conf/rules.js +10 -0
  2925. data/node_modules/eslint-plugin-jsonc/dist/configs/all.js +18 -0
  2926. data/node_modules/eslint-plugin-jsonc/dist/configs/auto-config.js +13 -0
  2927. data/node_modules/eslint-plugin-jsonc/dist/configs/base.js +15 -0
  2928. data/node_modules/eslint-plugin-jsonc/dist/configs/prettier.js +26 -0
  2929. data/node_modules/eslint-plugin-jsonc/dist/configs/recommended-with-json.js +41 -0
  2930. data/node_modules/eslint-plugin-jsonc/dist/configs/recommended-with-json5.js +30 -0
  2931. data/node_modules/eslint-plugin-jsonc/dist/configs/recommended-with-jsonc.js +39 -0
  2932. data/node_modules/eslint-plugin-jsonc/dist/index.js +68 -0
  2933. data/node_modules/eslint-plugin-jsonc/dist/meta.js +5 -0
  2934. data/node_modules/eslint-plugin-jsonc/dist/rules/array-bracket-newline.js +23 -0
  2935. data/node_modules/eslint-plugin-jsonc/dist/rules/array-bracket-spacing.js +23 -0
  2936. data/node_modules/eslint-plugin-jsonc/dist/rules/array-element-newline.js +23 -0
  2937. data/node_modules/eslint-plugin-jsonc/dist/rules/auto.js +66 -0
  2938. data/node_modules/eslint-plugin-jsonc/dist/rules/comma-dangle.js +27 -0
  2939. data/node_modules/eslint-plugin-jsonc/dist/rules/comma-style.js +23 -0
  2940. data/node_modules/eslint-plugin-jsonc/dist/rules/indent.js +23 -0
  2941. data/node_modules/eslint-plugin-jsonc/dist/rules/key-name-casing.js +94 -0
  2942. data/node_modules/eslint-plugin-jsonc/dist/rules/key-spacing.js +23 -0
  2943. data/node_modules/eslint-plugin-jsonc/dist/rules/no-bigint-literals.js +33 -0
  2944. data/node_modules/eslint-plugin-jsonc/dist/rules/no-binary-expression.js +38 -0
  2945. data/node_modules/eslint-plugin-jsonc/dist/rules/no-binary-numeric-literals.js +39 -0
  2946. data/node_modules/eslint-plugin-jsonc/dist/rules/no-comments.js +34 -0
  2947. data/node_modules/eslint-plugin-jsonc/dist/rules/no-dupe-keys.js +23 -0
  2948. data/node_modules/eslint-plugin-jsonc/dist/rules/no-escape-sequence-in-identifier.js +57 -0
  2949. data/node_modules/eslint-plugin-jsonc/dist/rules/no-floating-decimal.js +23 -0
  2950. data/node_modules/eslint-plugin-jsonc/dist/rules/no-hexadecimal-numeric-literals.js +39 -0
  2951. data/node_modules/eslint-plugin-jsonc/dist/rules/no-infinity.js +37 -0
  2952. data/node_modules/eslint-plugin-jsonc/dist/rules/no-irregular-whitespace.js +23 -0
  2953. data/node_modules/eslint-plugin-jsonc/dist/rules/no-multi-str.js +23 -0
  2954. data/node_modules/eslint-plugin-jsonc/dist/rules/no-nan.js +37 -0
  2955. data/node_modules/eslint-plugin-jsonc/dist/rules/no-number-props.js +41 -0
  2956. data/node_modules/eslint-plugin-jsonc/dist/rules/no-numeric-separators.js +42 -0
  2957. data/node_modules/eslint-plugin-jsonc/dist/rules/no-octal-escape.js +23 -0
  2958. data/node_modules/eslint-plugin-jsonc/dist/rules/no-octal-numeric-literals.js +39 -0
  2959. data/node_modules/eslint-plugin-jsonc/dist/rules/no-octal.js +23 -0
  2960. data/node_modules/eslint-plugin-jsonc/dist/rules/no-parenthesized.js +70 -0
  2961. data/node_modules/eslint-plugin-jsonc/dist/rules/no-plus-sign.js +39 -0
  2962. data/node_modules/eslint-plugin-jsonc/dist/rules/no-regexp-literals.js +33 -0
  2963. data/node_modules/eslint-plugin-jsonc/dist/rules/no-sparse-arrays.js +23 -0
  2964. data/node_modules/eslint-plugin-jsonc/dist/rules/no-template-literals.js +36 -0
  2965. data/node_modules/eslint-plugin-jsonc/dist/rules/no-undefined-value.js +35 -0
  2966. data/node_modules/eslint-plugin-jsonc/dist/rules/no-unicode-codepoint-escapes.js +73 -0
  2967. data/node_modules/eslint-plugin-jsonc/dist/rules/no-useless-escape.js +23 -0
  2968. data/node_modules/eslint-plugin-jsonc/dist/rules/object-curly-newline.js +23 -0
  2969. data/node_modules/eslint-plugin-jsonc/dist/rules/object-curly-spacing.js +23 -0
  2970. data/node_modules/eslint-plugin-jsonc/dist/rules/object-property-newline.js +23 -0
  2971. data/node_modules/eslint-plugin-jsonc/dist/rules/quote-props.js +27 -0
  2972. data/node_modules/eslint-plugin-jsonc/dist/rules/quotes.js +27 -0
  2973. data/node_modules/eslint-plugin-jsonc/dist/rules/sort-array-values.js +371 -0
  2974. data/node_modules/eslint-plugin-jsonc/dist/rules/sort-keys.js +413 -0
  2975. data/node_modules/eslint-plugin-jsonc/dist/rules/space-unary-ops.js +23 -0
  2976. data/node_modules/eslint-plugin-jsonc/dist/rules/valid-json-number.js +138 -0
  2977. data/node_modules/eslint-plugin-jsonc/dist/rules/vue-custom-block/no-parsing-error.js +86 -0
  2978. data/node_modules/eslint-plugin-jsonc/dist/types.js +2 -0
  2979. data/node_modules/eslint-plugin-jsonc/dist/utils/casing.js +134 -0
  2980. data/node_modules/eslint-plugin-jsonc/dist/utils/get-auto-jsonc-rules-config.js +97 -0
  2981. data/node_modules/eslint-plugin-jsonc/dist/utils/index.js +121 -0
  2982. data/node_modules/eslint-plugin-jsonc/dist/utils/rules.js +96 -0
  2983. data/node_modules/eslint-plugin-jsonc/index.d.ts +364 -0
  2984. data/node_modules/eslint-plugin-jsonc/package.json +123 -0
  2985. data/node_modules/eslint-scope/LICENSE +22 -0
  2986. data/node_modules/eslint-scope/README.md +70 -0
  2987. data/node_modules/eslint-scope/dist/eslint-scope.cjs +2240 -0
  2988. data/node_modules/eslint-scope/lib/definition.js +85 -0
  2989. data/node_modules/eslint-scope/lib/index.js +172 -0
  2990. data/node_modules/eslint-scope/lib/pattern-visitor.js +153 -0
  2991. data/node_modules/eslint-scope/lib/reference.js +166 -0
  2992. data/node_modules/eslint-scope/lib/referencer.js +654 -0
  2993. data/node_modules/eslint-scope/lib/scope-manager.js +255 -0
  2994. data/node_modules/eslint-scope/lib/scope.js +772 -0
  2995. data/node_modules/eslint-scope/lib/variable.js +87 -0
  2996. data/node_modules/eslint-scope/lib/version.js +3 -0
  2997. data/node_modules/eslint-scope/package.json +63 -0
  2998. data/node_modules/eslint-visitor-keys/LICENSE +201 -0
  2999. data/node_modules/eslint-visitor-keys/README.md +105 -0
  3000. data/node_modules/eslint-visitor-keys/dist/eslint-visitor-keys.cjs +384 -0
  3001. data/node_modules/eslint-visitor-keys/dist/eslint-visitor-keys.d.cts +27 -0
  3002. data/node_modules/eslint-visitor-keys/dist/index.d.ts +16 -0
  3003. data/node_modules/eslint-visitor-keys/dist/visitor-keys.d.ts +12 -0
  3004. data/node_modules/eslint-visitor-keys/lib/index.js +65 -0
  3005. data/node_modules/eslint-visitor-keys/lib/visitor-keys.js +315 -0
  3006. data/node_modules/eslint-visitor-keys/package.json +74 -0
  3007. data/node_modules/espree/LICENSE +25 -0
  3008. data/node_modules/espree/README.md +244 -0
  3009. data/node_modules/espree/dist/espree.cjs +883 -0
  3010. data/node_modules/espree/espree.js +177 -0
  3011. data/node_modules/espree/lib/espree.js +349 -0
  3012. data/node_modules/espree/lib/features.js +27 -0
  3013. data/node_modules/espree/lib/options.js +123 -0
  3014. data/node_modules/espree/lib/token-translator.js +263 -0
  3015. data/node_modules/espree/lib/version.js +3 -0
  3016. data/node_modules/espree/package.json +88 -0
  3017. data/node_modules/esquery/README.md +27 -0
  3018. data/node_modules/esquery/dist/esquery.esm.js +4020 -0
  3019. data/node_modules/esquery/dist/esquery.esm.min.js +2 -0
  3020. data/node_modules/esquery/dist/esquery.esm.min.js.map +1 -0
  3021. data/node_modules/esquery/dist/esquery.js +4028 -0
  3022. data/node_modules/esquery/dist/esquery.lite.js +3318 -0
  3023. data/node_modules/esquery/dist/esquery.lite.min.js +2 -0
  3024. data/node_modules/esquery/dist/esquery.lite.min.js.map +1 -0
  3025. data/node_modules/esquery/dist/esquery.min.js +2 -0
  3026. data/node_modules/esquery/dist/esquery.min.js.map +1 -0
  3027. data/node_modules/esquery/license.txt +24 -0
  3028. data/node_modules/esquery/package.json +78 -0
  3029. data/node_modules/esquery/parser.js +2550 -0
  3030. data/node_modules/esrecurse/README.md +171 -0
  3031. data/node_modules/esrecurse/esrecurse.js +117 -0
  3032. data/node_modules/esrecurse/gulpfile.babel.js +92 -0
  3033. data/node_modules/esrecurse/package.json +52 -0
  3034. data/node_modules/estraverse/LICENSE.BSD +19 -0
  3035. data/node_modules/estraverse/README.md +153 -0
  3036. data/node_modules/estraverse/estraverse.js +805 -0
  3037. data/node_modules/estraverse/gulpfile.js +70 -0
  3038. data/node_modules/estraverse/package.json +40 -0
  3039. data/node_modules/esutils/LICENSE.BSD +19 -0
  3040. data/node_modules/esutils/README.md +174 -0
  3041. data/node_modules/esutils/lib/ast.js +144 -0
  3042. data/node_modules/esutils/lib/code.js +135 -0
  3043. data/node_modules/esutils/lib/keyword.js +165 -0
  3044. data/node_modules/esutils/lib/utils.js +33 -0
  3045. data/node_modules/esutils/package.json +44 -0
  3046. data/node_modules/fast-deep-equal/LICENSE +21 -0
  3047. data/node_modules/fast-deep-equal/README.md +96 -0
  3048. data/node_modules/fast-deep-equal/es6/index.d.ts +2 -0
  3049. data/node_modules/fast-deep-equal/es6/index.js +72 -0
  3050. data/node_modules/fast-deep-equal/es6/react.d.ts +2 -0
  3051. data/node_modules/fast-deep-equal/es6/react.js +79 -0
  3052. data/node_modules/fast-deep-equal/index.d.ts +4 -0
  3053. data/node_modules/fast-deep-equal/index.js +46 -0
  3054. data/node_modules/fast-deep-equal/package.json +61 -0
  3055. data/node_modules/fast-deep-equal/react.d.ts +2 -0
  3056. data/node_modules/fast-deep-equal/react.js +53 -0
  3057. data/node_modules/fast-json-stable-stringify/LICENSE +21 -0
  3058. data/node_modules/fast-json-stable-stringify/README.md +131 -0
  3059. data/node_modules/fast-json-stable-stringify/benchmark/index.js +31 -0
  3060. data/node_modules/fast-json-stable-stringify/benchmark/test.json +137 -0
  3061. data/node_modules/fast-json-stable-stringify/example/key_cmp.js +7 -0
  3062. data/node_modules/fast-json-stable-stringify/example/nested.js +3 -0
  3063. data/node_modules/fast-json-stable-stringify/example/str.js +3 -0
  3064. data/node_modules/fast-json-stable-stringify/example/value_cmp.js +7 -0
  3065. data/node_modules/fast-json-stable-stringify/index.d.ts +4 -0
  3066. data/node_modules/fast-json-stable-stringify/index.js +59 -0
  3067. data/node_modules/fast-json-stable-stringify/package.json +52 -0
  3068. data/node_modules/fast-json-stable-stringify/test/cmp.js +13 -0
  3069. data/node_modules/fast-json-stable-stringify/test/nested.js +44 -0
  3070. data/node_modules/fast-json-stable-stringify/test/str.js +46 -0
  3071. data/node_modules/fast-json-stable-stringify/test/to-json.js +22 -0
  3072. data/node_modules/fast-levenshtein/LICENSE.md +25 -0
  3073. data/node_modules/fast-levenshtein/README.md +104 -0
  3074. data/node_modules/fast-levenshtein/levenshtein.js +136 -0
  3075. data/node_modules/fast-levenshtein/package.json +39 -0
  3076. data/node_modules/fastq/LICENSE +13 -0
  3077. data/node_modules/fastq/README.md +309 -0
  3078. data/node_modules/fastq/bench.js +66 -0
  3079. data/node_modules/fastq/example.js +14 -0
  3080. data/node_modules/fastq/example.mjs +11 -0
  3081. data/node_modules/fastq/index.d.ts +37 -0
  3082. data/node_modules/fastq/package.json +52 -0
  3083. data/node_modules/fastq/queue.js +289 -0
  3084. data/node_modules/fastq/test/example.ts +81 -0
  3085. data/node_modules/fastq/test/promise.js +248 -0
  3086. data/node_modules/fastq/test/test.js +566 -0
  3087. data/node_modules/fastq/test/tsconfig.json +11 -0
  3088. data/node_modules/file-entry-cache/LICENSE +22 -0
  3089. data/node_modules/file-entry-cache/README.md +112 -0
  3090. data/node_modules/file-entry-cache/cache.js +291 -0
  3091. data/node_modules/file-entry-cache/changelog.md +163 -0
  3092. data/node_modules/file-entry-cache/package.json +80 -0
  3093. data/node_modules/find-up/index.d.ts +138 -0
  3094. data/node_modules/find-up/index.js +89 -0
  3095. data/node_modules/find-up/license +9 -0
  3096. data/node_modules/find-up/package.json +54 -0
  3097. data/node_modules/find-up/readme.md +151 -0
  3098. data/node_modules/flat-cache/LICENSE +22 -0
  3099. data/node_modules/flat-cache/README.md +75 -0
  3100. data/node_modules/flat-cache/changelog.md +328 -0
  3101. data/node_modules/flat-cache/package.json +86 -0
  3102. data/node_modules/flat-cache/src/cache.js +218 -0
  3103. data/node_modules/flat-cache/src/del.js +13 -0
  3104. data/node_modules/flat-cache/src/utils.js +44 -0
  3105. data/node_modules/flatted/LICENSE +15 -0
  3106. data/node_modules/flatted/README.md +115 -0
  3107. data/node_modules/flatted/cjs/index.js +99 -0
  3108. data/node_modules/flatted/cjs/package.json +1 -0
  3109. data/node_modules/flatted/es.js +2 -0
  3110. data/node_modules/flatted/esm/index.js +94 -0
  3111. data/node_modules/flatted/esm.js +2 -0
  3112. data/node_modules/flatted/index.js +135 -0
  3113. data/node_modules/flatted/min.js +2 -0
  3114. data/node_modules/flatted/package.json +64 -0
  3115. data/node_modules/flatted/php/flatted.php +156 -0
  3116. data/node_modules/flatted/python/__pycache__/flatted.cpython-311.pyc +0 -0
  3117. data/node_modules/flatted/python/flatted.py +149 -0
  3118. data/node_modules/flatted/python/test.py +63 -0
  3119. data/node_modules/flatted/types.d.ts +62 -0
  3120. data/node_modules/for-each/LICENSE +22 -0
  3121. data/node_modules/for-each/README.md +43 -0
  3122. data/node_modules/for-each/index.js +62 -0
  3123. data/node_modules/for-each/package.json +65 -0
  3124. data/node_modules/for-each/test/test.js +182 -0
  3125. data/node_modules/fs.realpath/LICENSE +43 -0
  3126. data/node_modules/fs.realpath/README.md +33 -0
  3127. data/node_modules/fs.realpath/index.js +66 -0
  3128. data/node_modules/fs.realpath/old.js +303 -0
  3129. data/node_modules/fs.realpath/package.json +26 -0
  3130. data/node_modules/function-bind/LICENSE +20 -0
  3131. data/node_modules/function-bind/README.md +48 -0
  3132. data/node_modules/function-bind/implementation.js +52 -0
  3133. data/node_modules/function-bind/index.js +5 -0
  3134. data/node_modules/function-bind/package.json +63 -0
  3135. data/node_modules/function-bind/test/index.js +252 -0
  3136. data/node_modules/function.prototype.name/CHANGELOG.md +123 -0
  3137. data/node_modules/function.prototype.name/LICENSE +21 -0
  3138. data/node_modules/function.prototype.name/README.md +55 -0
  3139. data/node_modules/function.prototype.name/auto.js +3 -0
  3140. data/node_modules/function.prototype.name/helpers/functionsHaveNames.js +5 -0
  3141. data/node_modules/function.prototype.name/implementation.js +72 -0
  3142. data/node_modules/function.prototype.name/index.js +18 -0
  3143. data/node_modules/function.prototype.name/package.json +99 -0
  3144. data/node_modules/function.prototype.name/polyfill.js +7 -0
  3145. data/node_modules/function.prototype.name/shim.js +35 -0
  3146. data/node_modules/function.prototype.name/test/implementation.js +20 -0
  3147. data/node_modules/function.prototype.name/test/index.js +23 -0
  3148. data/node_modules/function.prototype.name/test/shimmed.js +21 -0
  3149. data/node_modules/function.prototype.name/test/tests.js +104 -0
  3150. data/node_modules/function.prototype.name/test/uglified.js +17 -0
  3151. data/node_modules/functions-have-names/CHANGELOG.md +89 -0
  3152. data/node_modules/functions-have-names/LICENSE +21 -0
  3153. data/node_modules/functions-have-names/README.md +40 -0
  3154. data/node_modules/functions-have-names/index.js +31 -0
  3155. data/node_modules/functions-have-names/package.json +55 -0
  3156. data/node_modules/functions-have-names/test/index.js +65 -0
  3157. data/node_modules/get-intrinsic/CHANGELOG.md +117 -0
  3158. data/node_modules/get-intrinsic/LICENSE +21 -0
  3159. data/node_modules/get-intrinsic/README.md +71 -0
  3160. data/node_modules/get-intrinsic/index.js +351 -0
  3161. data/node_modules/get-intrinsic/package.json +93 -0
  3162. data/node_modules/get-intrinsic/test/GetIntrinsic.js +274 -0
  3163. data/node_modules/get-symbol-description/CHANGELOG.md +16 -0
  3164. data/node_modules/get-symbol-description/LICENSE +21 -0
  3165. data/node_modules/get-symbol-description/README.md +43 -0
  3166. data/node_modules/get-symbol-description/getInferredName.js +10 -0
  3167. data/node_modules/get-symbol-description/index.js +43 -0
  3168. data/node_modules/get-symbol-description/package.json +71 -0
  3169. data/node_modules/get-symbol-description/test/index.js +67 -0
  3170. data/node_modules/glob/LICENSE +21 -0
  3171. data/node_modules/glob/README.md +378 -0
  3172. data/node_modules/glob/common.js +238 -0
  3173. data/node_modules/glob/glob.js +790 -0
  3174. data/node_modules/glob/package.json +55 -0
  3175. data/node_modules/glob/sync.js +486 -0
  3176. data/node_modules/glob-parent/LICENSE +15 -0
  3177. data/node_modules/glob-parent/README.md +134 -0
  3178. data/node_modules/glob-parent/index.js +75 -0
  3179. data/node_modules/glob-parent/package.json +54 -0
  3180. data/node_modules/globals/globals.json +1973 -0
  3181. data/node_modules/globals/index.d.ts +6 -0
  3182. data/node_modules/globals/index.js +2 -0
  3183. data/node_modules/globals/license +9 -0
  3184. data/node_modules/globals/package.json +55 -0
  3185. data/node_modules/globals/readme.md +56 -0
  3186. data/node_modules/globalthis/CHANGELOG.md +96 -0
  3187. data/node_modules/globalthis/LICENSE +21 -0
  3188. data/node_modules/globalthis/README.md +70 -0
  3189. data/node_modules/globalthis/auto.js +3 -0
  3190. data/node_modules/globalthis/implementation.browser.js +11 -0
  3191. data/node_modules/globalthis/implementation.js +3 -0
  3192. data/node_modules/globalthis/index.js +19 -0
  3193. data/node_modules/globalthis/package.json +97 -0
  3194. data/node_modules/globalthis/polyfill.js +10 -0
  3195. data/node_modules/globalthis/shim.js +22 -0
  3196. data/node_modules/globalthis/test/implementation.js +11 -0
  3197. data/node_modules/globalthis/test/index.js +11 -0
  3198. data/node_modules/globalthis/test/native.js +26 -0
  3199. data/node_modules/globalthis/test/shimmed.js +29 -0
  3200. data/node_modules/globalthis/test/tests.js +36 -0
  3201. data/node_modules/gopd/CHANGELOG.md +25 -0
  3202. data/node_modules/gopd/LICENSE +21 -0
  3203. data/node_modules/gopd/README.md +40 -0
  3204. data/node_modules/gopd/index.js +16 -0
  3205. data/node_modules/gopd/package.json +71 -0
  3206. data/node_modules/gopd/test/index.js +35 -0
  3207. data/node_modules/graphemer/CHANGELOG.md +30 -0
  3208. data/node_modules/graphemer/LICENSE +18 -0
  3209. data/node_modules/graphemer/README.md +132 -0
  3210. data/node_modules/graphemer/lib/Graphemer.d.ts +41 -0
  3211. data/node_modules/graphemer/lib/Graphemer.d.ts.map +1 -0
  3212. data/node_modules/graphemer/lib/Graphemer.js +11959 -0
  3213. data/node_modules/graphemer/lib/GraphemerHelper.d.ts +32 -0
  3214. data/node_modules/graphemer/lib/GraphemerHelper.d.ts.map +1 -0
  3215. data/node_modules/graphemer/lib/GraphemerHelper.js +169 -0
  3216. data/node_modules/graphemer/lib/GraphemerIterator.d.ts +22 -0
  3217. data/node_modules/graphemer/lib/GraphemerIterator.d.ts.map +1 -0
  3218. data/node_modules/graphemer/lib/GraphemerIterator.js +36 -0
  3219. data/node_modules/graphemer/lib/boundaries.d.ts +35 -0
  3220. data/node_modules/graphemer/lib/boundaries.d.ts.map +1 -0
  3221. data/node_modules/graphemer/lib/boundaries.js +38 -0
  3222. data/node_modules/graphemer/lib/index.d.ts +3 -0
  3223. data/node_modules/graphemer/lib/index.d.ts.map +1 -0
  3224. data/node_modules/graphemer/lib/index.js +7 -0
  3225. data/node_modules/graphemer/package.json +54 -0
  3226. data/node_modules/has/LICENSE-MIT +22 -0
  3227. data/node_modules/has/README.md +18 -0
  3228. data/node_modules/has/package.json +48 -0
  3229. data/node_modules/has/src/index.js +5 -0
  3230. data/node_modules/has/test/index.js +10 -0
  3231. data/node_modules/has-bigints/CHANGELOG.md +60 -0
  3232. data/node_modules/has-bigints/LICENSE +21 -0
  3233. data/node_modules/has-bigints/README.md +39 -0
  3234. data/node_modules/has-bigints/index.js +10 -0
  3235. data/node_modules/has-bigints/package.json +54 -0
  3236. data/node_modules/has-bigints/test/index.js +44 -0
  3237. data/node_modules/has-flag/index.d.ts +39 -0
  3238. data/node_modules/has-flag/index.js +8 -0
  3239. data/node_modules/has-flag/license +9 -0
  3240. data/node_modules/has-flag/package.json +46 -0
  3241. data/node_modules/has-flag/readme.md +89 -0
  3242. data/node_modules/has-property-descriptors/CHANGELOG.md +16 -0
  3243. data/node_modules/has-property-descriptors/LICENSE +21 -0
  3244. data/node_modules/has-property-descriptors/README.md +43 -0
  3245. data/node_modules/has-property-descriptors/index.js +33 -0
  3246. data/node_modules/has-property-descriptors/package.json +70 -0
  3247. data/node_modules/has-property-descriptors/test/index.js +57 -0
  3248. data/node_modules/has-proto/CHANGELOG.md +23 -0
  3249. data/node_modules/has-proto/LICENSE +21 -0
  3250. data/node_modules/has-proto/README.md +38 -0
  3251. data/node_modules/has-proto/index.js +11 -0
  3252. data/node_modules/has-proto/package.json +74 -0
  3253. data/node_modules/has-proto/test/index.js +19 -0
  3254. data/node_modules/has-symbols/CHANGELOG.md +75 -0
  3255. data/node_modules/has-symbols/LICENSE +21 -0
  3256. data/node_modules/has-symbols/README.md +46 -0
  3257. data/node_modules/has-symbols/index.js +13 -0
  3258. data/node_modules/has-symbols/package.json +101 -0
  3259. data/node_modules/has-symbols/shams.js +42 -0
  3260. data/node_modules/has-symbols/test/index.js +22 -0
  3261. data/node_modules/has-symbols/test/shams/core-js.js +28 -0
  3262. data/node_modules/has-symbols/test/shams/get-own-property-symbols.js +28 -0
  3263. data/node_modules/has-symbols/test/tests.js +56 -0
  3264. data/node_modules/has-tostringtag/CHANGELOG.md +20 -0
  3265. data/node_modules/has-tostringtag/LICENSE +21 -0
  3266. data/node_modules/has-tostringtag/README.md +46 -0
  3267. data/node_modules/has-tostringtag/index.js +7 -0
  3268. data/node_modules/has-tostringtag/package.json +84 -0
  3269. data/node_modules/has-tostringtag/shams.js +7 -0
  3270. data/node_modules/has-tostringtag/test/index.js +21 -0
  3271. data/node_modules/has-tostringtag/test/shams/core-js.js +28 -0
  3272. data/node_modules/has-tostringtag/test/shams/get-own-property-symbols.js +28 -0
  3273. data/node_modules/has-tostringtag/test/tests.js +14 -0
  3274. data/node_modules/ignore/LICENSE-MIT +21 -0
  3275. data/node_modules/ignore/README.md +412 -0
  3276. data/node_modules/ignore/index.d.ts +61 -0
  3277. data/node_modules/ignore/index.js +618 -0
  3278. data/node_modules/ignore/legacy.js +539 -0
  3279. data/node_modules/ignore/package.json +73 -0
  3280. data/node_modules/import-fresh/index.d.ts +30 -0
  3281. data/node_modules/import-fresh/index.js +33 -0
  3282. data/node_modules/import-fresh/license +9 -0
  3283. data/node_modules/import-fresh/package.json +43 -0
  3284. data/node_modules/import-fresh/readme.md +48 -0
  3285. data/node_modules/imurmurhash/README.md +122 -0
  3286. data/node_modules/imurmurhash/imurmurhash.js +138 -0
  3287. data/node_modules/imurmurhash/imurmurhash.min.js +12 -0
  3288. data/node_modules/imurmurhash/package.json +40 -0
  3289. data/node_modules/inflight/LICENSE +15 -0
  3290. data/node_modules/inflight/README.md +37 -0
  3291. data/node_modules/inflight/inflight.js +54 -0
  3292. data/node_modules/inflight/package.json +29 -0
  3293. data/node_modules/inherits/LICENSE +16 -0
  3294. data/node_modules/inherits/README.md +42 -0
  3295. data/node_modules/inherits/inherits.js +9 -0
  3296. data/node_modules/inherits/inherits_browser.js +27 -0
  3297. data/node_modules/inherits/package.json +29 -0
  3298. data/node_modules/internal-slot/CHANGELOG.md +87 -0
  3299. data/node_modules/internal-slot/LICENSE +21 -0
  3300. data/node_modules/internal-slot/README.md +58 -0
  3301. data/node_modules/internal-slot/index.js +62 -0
  3302. data/node_modules/internal-slot/package.json +71 -0
  3303. data/node_modules/internal-slot/test/index.js +121 -0
  3304. data/node_modules/is-array-buffer/CHANGELOG.md +58 -0
  3305. data/node_modules/is-array-buffer/LICENSE +21 -0
  3306. data/node_modules/is-array-buffer/README.md +56 -0
  3307. data/node_modules/is-array-buffer/index.js +43 -0
  3308. data/node_modules/is-array-buffer/package.json +78 -0
  3309. data/node_modules/is-array-buffer/test/index.js +43 -0
  3310. data/node_modules/is-bigint/CHANGELOG.md +71 -0
  3311. data/node_modules/is-bigint/LICENSE +21 -0
  3312. data/node_modules/is-bigint/README.md +44 -0
  3313. data/node_modules/is-bigint/index.js +38 -0
  3314. data/node_modules/is-bigint/package.json +58 -0
  3315. data/node_modules/is-bigint/test/index.js +81 -0
  3316. data/node_modules/is-boolean-object/CHANGELOG.md +107 -0
  3317. data/node_modules/is-boolean-object/LICENSE +22 -0
  3318. data/node_modules/is-boolean-object/README.md +57 -0
  3319. data/node_modules/is-boolean-object/index.js +26 -0
  3320. data/node_modules/is-boolean-object/package.json +87 -0
  3321. data/node_modules/is-boolean-object/test/index.js +48 -0
  3322. data/node_modules/is-callable/CHANGELOG.md +158 -0
  3323. data/node_modules/is-callable/LICENSE +22 -0
  3324. data/node_modules/is-callable/README.md +83 -0
  3325. data/node_modules/is-callable/index.js +101 -0
  3326. data/node_modules/is-callable/package.json +106 -0
  3327. data/node_modules/is-callable/test/index.js +244 -0
  3328. data/node_modules/is-core-module/CHANGELOG.md +173 -0
  3329. data/node_modules/is-core-module/LICENSE +20 -0
  3330. data/node_modules/is-core-module/README.md +40 -0
  3331. data/node_modules/is-core-module/core.json +158 -0
  3332. data/node_modules/is-core-module/index.js +69 -0
  3333. data/node_modules/is-core-module/package.json +73 -0
  3334. data/node_modules/is-core-module/test/index.js +133 -0
  3335. data/node_modules/is-date-object/CHANGELOG.md +114 -0
  3336. data/node_modules/is-date-object/LICENSE +22 -0
  3337. data/node_modules/is-date-object/README.md +52 -0
  3338. data/node_modules/is-date-object/index.js +22 -0
  3339. data/node_modules/is-date-object/package.json +79 -0
  3340. data/node_modules/is-date-object/test/index.js +36 -0
  3341. data/node_modules/is-extglob/LICENSE +21 -0
  3342. data/node_modules/is-extglob/README.md +107 -0
  3343. data/node_modules/is-extglob/index.js +20 -0
  3344. data/node_modules/is-extglob/package.json +69 -0
  3345. data/node_modules/is-glob/LICENSE +21 -0
  3346. data/node_modules/is-glob/README.md +206 -0
  3347. data/node_modules/is-glob/index.js +150 -0
  3348. data/node_modules/is-glob/package.json +81 -0
  3349. data/node_modules/is-negative-zero/CHANGELOG.md +136 -0
  3350. data/node_modules/is-negative-zero/LICENSE +20 -0
  3351. data/node_modules/is-negative-zero/README.md +54 -0
  3352. data/node_modules/is-negative-zero/index.js +6 -0
  3353. data/node_modules/is-negative-zero/package.json +79 -0
  3354. data/node_modules/is-negative-zero/test/index.js +28 -0
  3355. data/node_modules/is-number-object/CHANGELOG.md +125 -0
  3356. data/node_modules/is-number-object/LICENSE +22 -0
  3357. data/node_modules/is-number-object/README.md +55 -0
  3358. data/node_modules/is-number-object/index.js +24 -0
  3359. data/node_modules/is-number-object/package.json +85 -0
  3360. data/node_modules/is-number-object/test/index.js +38 -0
  3361. data/node_modules/is-path-inside/index.d.ts +27 -0
  3362. data/node_modules/is-path-inside/index.js +12 -0
  3363. data/node_modules/is-path-inside/license +9 -0
  3364. data/node_modules/is-path-inside/package.json +36 -0
  3365. data/node_modules/is-path-inside/readme.md +63 -0
  3366. data/node_modules/is-regex/CHANGELOG.md +197 -0
  3367. data/node_modules/is-regex/LICENSE +20 -0
  3368. data/node_modules/is-regex/README.md +52 -0
  3369. data/node_modules/is-regex/index.js +58 -0
  3370. data/node_modules/is-regex/package.json +86 -0
  3371. data/node_modules/is-regex/test/index.js +104 -0
  3372. data/node_modules/is-shared-array-buffer/CHANGELOG.md +44 -0
  3373. data/node_modules/is-shared-array-buffer/LICENSE +21 -0
  3374. data/node_modules/is-shared-array-buffer/README.md +58 -0
  3375. data/node_modules/is-shared-array-buffer/index.js +21 -0
  3376. data/node_modules/is-shared-array-buffer/package.json +70 -0
  3377. data/node_modules/is-shared-array-buffer/test/index.js +27 -0
  3378. data/node_modules/is-string/CHANGELOG.md +114 -0
  3379. data/node_modules/is-string/LICENSE +22 -0
  3380. data/node_modules/is-string/README.md +56 -0
  3381. data/node_modules/is-string/index.js +24 -0
  3382. data/node_modules/is-string/package.json +81 -0
  3383. data/node_modules/is-string/test/index.js +39 -0
  3384. data/node_modules/is-symbol/CHANGELOG.md +113 -0
  3385. data/node_modules/is-symbol/LICENSE +22 -0
  3386. data/node_modules/is-symbol/README.md +45 -0
  3387. data/node_modules/is-symbol/index.js +35 -0
  3388. data/node_modules/is-symbol/package.json +77 -0
  3389. data/node_modules/is-symbol/test/index.js +92 -0
  3390. data/node_modules/is-typed-array/CHANGELOG.md +134 -0
  3391. data/node_modules/is-typed-array/LICENSE +22 -0
  3392. data/node_modules/is-typed-array/README.md +70 -0
  3393. data/node_modules/is-typed-array/index.js +7 -0
  3394. data/node_modules/is-typed-array/package.json +116 -0
  3395. data/node_modules/is-typed-array/test/index.js +103 -0
  3396. data/node_modules/is-weakref/CHANGELOG.md +54 -0
  3397. data/node_modules/is-weakref/LICENSE +21 -0
  3398. data/node_modules/is-weakref/README.md +52 -0
  3399. data/node_modules/is-weakref/index.js +21 -0
  3400. data/node_modules/is-weakref/package.json +63 -0
  3401. data/node_modules/is-weakref/test/index.js +26 -0
  3402. data/node_modules/isarray/LICENSE +21 -0
  3403. data/node_modules/isarray/README.md +38 -0
  3404. data/node_modules/isarray/index.js +5 -0
  3405. data/node_modules/isarray/package.json +48 -0
  3406. data/node_modules/isexe/LICENSE +15 -0
  3407. data/node_modules/isexe/README.md +51 -0
  3408. data/node_modules/isexe/index.js +57 -0
  3409. data/node_modules/isexe/mode.js +41 -0
  3410. data/node_modules/isexe/package.json +31 -0
  3411. data/node_modules/isexe/test/basic.js +221 -0
  3412. data/node_modules/isexe/windows.js +42 -0
  3413. data/node_modules/js-yaml/CHANGELOG.md +616 -0
  3414. data/node_modules/js-yaml/LICENSE +21 -0
  3415. data/node_modules/js-yaml/README.md +246 -0
  3416. data/node_modules/js-yaml/bin/js-yaml.js +126 -0
  3417. data/node_modules/js-yaml/dist/js-yaml.js +3874 -0
  3418. data/node_modules/js-yaml/dist/js-yaml.min.js +2 -0
  3419. data/node_modules/js-yaml/dist/js-yaml.mjs +3851 -0
  3420. data/node_modules/js-yaml/index.js +47 -0
  3421. data/node_modules/js-yaml/lib/common.js +59 -0
  3422. data/node_modules/js-yaml/lib/dumper.js +965 -0
  3423. data/node_modules/js-yaml/lib/exception.js +55 -0
  3424. data/node_modules/js-yaml/lib/loader.js +1727 -0
  3425. data/node_modules/js-yaml/lib/schema/core.js +11 -0
  3426. data/node_modules/js-yaml/lib/schema/default.js +22 -0
  3427. data/node_modules/js-yaml/lib/schema/failsafe.js +17 -0
  3428. data/node_modules/js-yaml/lib/schema/json.js +19 -0
  3429. data/node_modules/js-yaml/lib/schema.js +121 -0
  3430. data/node_modules/js-yaml/lib/snippet.js +101 -0
  3431. data/node_modules/js-yaml/lib/type/binary.js +125 -0
  3432. data/node_modules/js-yaml/lib/type/bool.js +35 -0
  3433. data/node_modules/js-yaml/lib/type/float.js +97 -0
  3434. data/node_modules/js-yaml/lib/type/int.js +156 -0
  3435. data/node_modules/js-yaml/lib/type/map.js +8 -0
  3436. data/node_modules/js-yaml/lib/type/merge.js +12 -0
  3437. data/node_modules/js-yaml/lib/type/null.js +35 -0
  3438. data/node_modules/js-yaml/lib/type/omap.js +44 -0
  3439. data/node_modules/js-yaml/lib/type/pairs.js +53 -0
  3440. data/node_modules/js-yaml/lib/type/seq.js +8 -0
  3441. data/node_modules/js-yaml/lib/type/set.js +29 -0
  3442. data/node_modules/js-yaml/lib/type/str.js +8 -0
  3443. data/node_modules/js-yaml/lib/type/timestamp.js +88 -0
  3444. data/node_modules/js-yaml/lib/type.js +66 -0
  3445. data/node_modules/js-yaml/package.json +66 -0
  3446. data/node_modules/json-buffer/LICENSE +22 -0
  3447. data/node_modules/json-buffer/README.md +24 -0
  3448. data/node_modules/json-buffer/index.js +58 -0
  3449. data/node_modules/json-buffer/package.json +34 -0
  3450. data/node_modules/json-buffer/test/index.js +63 -0
  3451. data/node_modules/json-schema-traverse/LICENSE +21 -0
  3452. data/node_modules/json-schema-traverse/README.md +83 -0
  3453. data/node_modules/json-schema-traverse/index.js +89 -0
  3454. data/node_modules/json-schema-traverse/package.json +43 -0
  3455. data/node_modules/json-schema-traverse/spec/fixtures/schema.js +125 -0
  3456. data/node_modules/json-schema-traverse/spec/index.spec.js +171 -0
  3457. data/node_modules/json-stable-stringify-without-jsonify/LICENSE +18 -0
  3458. data/node_modules/json-stable-stringify-without-jsonify/example/key_cmp.js +7 -0
  3459. data/node_modules/json-stable-stringify-without-jsonify/example/nested.js +3 -0
  3460. data/node_modules/json-stable-stringify-without-jsonify/example/str.js +3 -0
  3461. data/node_modules/json-stable-stringify-without-jsonify/example/value_cmp.js +7 -0
  3462. data/node_modules/json-stable-stringify-without-jsonify/index.js +82 -0
  3463. data/node_modules/json-stable-stringify-without-jsonify/package.json +43 -0
  3464. data/node_modules/json-stable-stringify-without-jsonify/readme.markdown +132 -0
  3465. data/node_modules/json-stable-stringify-without-jsonify/test/cmp.js +11 -0
  3466. data/node_modules/json-stable-stringify-without-jsonify/test/nested.js +42 -0
  3467. data/node_modules/json-stable-stringify-without-jsonify/test/replacer.js +74 -0
  3468. data/node_modules/json-stable-stringify-without-jsonify/test/space.js +59 -0
  3469. data/node_modules/json-stable-stringify-without-jsonify/test/str.js +32 -0
  3470. data/node_modules/json-stable-stringify-without-jsonify/test/to-json.js +20 -0
  3471. data/node_modules/json5/LICENSE.md +23 -0
  3472. data/node_modules/json5/README.md +234 -0
  3473. data/node_modules/json5/dist/index.js +1 -0
  3474. data/node_modules/json5/lib/cli.js +2 -0
  3475. data/node_modules/json5/lib/index.js +1 -0
  3476. data/node_modules/json5/lib/parse.js +1 -0
  3477. data/node_modules/json5/lib/register.js +1 -0
  3478. data/node_modules/json5/lib/require.js +1 -0
  3479. data/node_modules/json5/lib/stringify.js +1 -0
  3480. data/node_modules/json5/lib/unicode.js +1 -0
  3481. data/node_modules/json5/lib/util.js +1 -0
  3482. data/node_modules/json5/package.json +76 -0
  3483. data/node_modules/jsonc-eslint-parser/LICENSE +21 -0
  3484. data/node_modules/jsonc-eslint-parser/README.md +96 -0
  3485. data/node_modules/jsonc-eslint-parser/lib/index.d.ts +11 -0
  3486. data/node_modules/jsonc-eslint-parser/lib/index.js +44 -0
  3487. data/node_modules/jsonc-eslint-parser/lib/meta.d.ts +2 -0
  3488. data/node_modules/jsonc-eslint-parser/lib/meta.js +5 -0
  3489. data/node_modules/jsonc-eslint-parser/lib/parser/ast.d.ts +125 -0
  3490. data/node_modules/jsonc-eslint-parser/lib/parser/ast.js +2 -0
  3491. data/node_modules/jsonc-eslint-parser/lib/parser/convert.d.ts +15 -0
  3492. data/node_modules/jsonc-eslint-parser/lib/parser/convert.js +170 -0
  3493. data/node_modules/jsonc-eslint-parser/lib/parser/errors.d.ts +17 -0
  3494. data/node_modules/jsonc-eslint-parser/lib/parser/errors.js +92 -0
  3495. data/node_modules/jsonc-eslint-parser/lib/parser/extend-parser.d.ts +3 -0
  3496. data/node_modules/jsonc-eslint-parser/lib/parser/extend-parser.js +117 -0
  3497. data/node_modules/jsonc-eslint-parser/lib/parser/modules/acorn.d.ts +2 -0
  3498. data/node_modules/jsonc-eslint-parser/lib/parser/modules/acorn.js +74 -0
  3499. data/node_modules/jsonc-eslint-parser/lib/parser/modules/espree.d.ts +8 -0
  3500. data/node_modules/jsonc-eslint-parser/lib/parser/modules/espree.js +59 -0
  3501. data/node_modules/jsonc-eslint-parser/lib/parser/modules/require-utils.d.ts +13 -0
  3502. data/node_modules/jsonc-eslint-parser/lib/parser/modules/require-utils.js +80 -0
  3503. data/node_modules/jsonc-eslint-parser/lib/parser/parser.d.ts +9 -0
  3504. data/node_modules/jsonc-eslint-parser/lib/parser/parser.js +201 -0
  3505. data/node_modules/jsonc-eslint-parser/lib/parser/syntax-context.d.ts +27 -0
  3506. data/node_modules/jsonc-eslint-parser/lib/parser/syntax-context.js +2 -0
  3507. data/node_modules/jsonc-eslint-parser/lib/parser/token-store.d.ts +21 -0
  3508. data/node_modules/jsonc-eslint-parser/lib/parser/token-store.js +48 -0
  3509. data/node_modules/jsonc-eslint-parser/lib/parser/traverse.d.ts +11 -0
  3510. data/node_modules/jsonc-eslint-parser/lib/parser/traverse.js +57 -0
  3511. data/node_modules/jsonc-eslint-parser/lib/parser/utils.d.ts +5 -0
  3512. data/node_modules/jsonc-eslint-parser/lib/parser/utils.js +8 -0
  3513. data/node_modules/jsonc-eslint-parser/lib/parser/validate.d.ts +8 -0
  3514. data/node_modules/jsonc-eslint-parser/lib/parser/validate.js +405 -0
  3515. data/node_modules/jsonc-eslint-parser/lib/parser/visitor-keys.d.ts +2 -0
  3516. data/node_modules/jsonc-eslint-parser/lib/parser/visitor-keys.js +51 -0
  3517. data/node_modules/jsonc-eslint-parser/lib/types.d.ts +11 -0
  3518. data/node_modules/jsonc-eslint-parser/lib/types.js +2 -0
  3519. data/node_modules/jsonc-eslint-parser/lib/utils/ast.d.ts +19 -0
  3520. data/node_modules/jsonc-eslint-parser/lib/utils/ast.js +128 -0
  3521. data/node_modules/jsonc-eslint-parser/node_modules/semver/LICENSE +15 -0
  3522. data/node_modules/jsonc-eslint-parser/node_modules/semver/README.md +637 -0
  3523. data/node_modules/jsonc-eslint-parser/node_modules/semver/bin/semver.js +197 -0
  3524. data/node_modules/jsonc-eslint-parser/node_modules/semver/classes/comparator.js +141 -0
  3525. data/node_modules/jsonc-eslint-parser/node_modules/semver/classes/index.js +5 -0
  3526. data/node_modules/jsonc-eslint-parser/node_modules/semver/classes/range.js +539 -0
  3527. data/node_modules/jsonc-eslint-parser/node_modules/semver/classes/semver.js +302 -0
  3528. data/node_modules/jsonc-eslint-parser/node_modules/semver/functions/clean.js +6 -0
  3529. data/node_modules/jsonc-eslint-parser/node_modules/semver/functions/cmp.js +52 -0
  3530. data/node_modules/jsonc-eslint-parser/node_modules/semver/functions/coerce.js +52 -0
  3531. data/node_modules/jsonc-eslint-parser/node_modules/semver/functions/compare-build.js +7 -0
  3532. data/node_modules/jsonc-eslint-parser/node_modules/semver/functions/compare-loose.js +3 -0
  3533. data/node_modules/jsonc-eslint-parser/node_modules/semver/functions/compare.js +5 -0
  3534. data/node_modules/jsonc-eslint-parser/node_modules/semver/functions/diff.js +65 -0
  3535. data/node_modules/jsonc-eslint-parser/node_modules/semver/functions/eq.js +3 -0
  3536. data/node_modules/jsonc-eslint-parser/node_modules/semver/functions/gt.js +3 -0
  3537. data/node_modules/jsonc-eslint-parser/node_modules/semver/functions/gte.js +3 -0
  3538. data/node_modules/jsonc-eslint-parser/node_modules/semver/functions/inc.js +19 -0
  3539. data/node_modules/jsonc-eslint-parser/node_modules/semver/functions/lt.js +3 -0
  3540. data/node_modules/jsonc-eslint-parser/node_modules/semver/functions/lte.js +3 -0
  3541. data/node_modules/jsonc-eslint-parser/node_modules/semver/functions/major.js +3 -0
  3542. data/node_modules/jsonc-eslint-parser/node_modules/semver/functions/minor.js +3 -0
  3543. data/node_modules/jsonc-eslint-parser/node_modules/semver/functions/neq.js +3 -0
  3544. data/node_modules/jsonc-eslint-parser/node_modules/semver/functions/parse.js +16 -0
  3545. data/node_modules/jsonc-eslint-parser/node_modules/semver/functions/patch.js +3 -0
  3546. data/node_modules/jsonc-eslint-parser/node_modules/semver/functions/prerelease.js +6 -0
  3547. data/node_modules/jsonc-eslint-parser/node_modules/semver/functions/rcompare.js +3 -0
  3548. data/node_modules/jsonc-eslint-parser/node_modules/semver/functions/rsort.js +3 -0
  3549. data/node_modules/jsonc-eslint-parser/node_modules/semver/functions/satisfies.js +10 -0
  3550. data/node_modules/jsonc-eslint-parser/node_modules/semver/functions/sort.js +3 -0
  3551. data/node_modules/jsonc-eslint-parser/node_modules/semver/functions/valid.js +6 -0
  3552. data/node_modules/jsonc-eslint-parser/node_modules/semver/index.js +89 -0
  3553. data/node_modules/jsonc-eslint-parser/node_modules/semver/internal/constants.js +35 -0
  3554. data/node_modules/jsonc-eslint-parser/node_modules/semver/internal/debug.js +9 -0
  3555. data/node_modules/jsonc-eslint-parser/node_modules/semver/internal/identifiers.js +23 -0
  3556. data/node_modules/jsonc-eslint-parser/node_modules/semver/internal/parse-options.js +15 -0
  3557. data/node_modules/jsonc-eslint-parser/node_modules/semver/internal/re.js +212 -0
  3558. data/node_modules/jsonc-eslint-parser/node_modules/semver/package.json +87 -0
  3559. data/node_modules/jsonc-eslint-parser/node_modules/semver/preload.js +2 -0
  3560. data/node_modules/jsonc-eslint-parser/node_modules/semver/range.bnf +16 -0
  3561. data/node_modules/jsonc-eslint-parser/node_modules/semver/ranges/gtr.js +4 -0
  3562. data/node_modules/jsonc-eslint-parser/node_modules/semver/ranges/intersects.js +7 -0
  3563. data/node_modules/jsonc-eslint-parser/node_modules/semver/ranges/ltr.js +4 -0
  3564. data/node_modules/jsonc-eslint-parser/node_modules/semver/ranges/max-satisfying.js +25 -0
  3565. data/node_modules/jsonc-eslint-parser/node_modules/semver/ranges/min-satisfying.js +24 -0
  3566. data/node_modules/jsonc-eslint-parser/node_modules/semver/ranges/min-version.js +61 -0
  3567. data/node_modules/jsonc-eslint-parser/node_modules/semver/ranges/outside.js +80 -0
  3568. data/node_modules/jsonc-eslint-parser/node_modules/semver/ranges/simplify.js +47 -0
  3569. data/node_modules/jsonc-eslint-parser/node_modules/semver/ranges/subset.js +247 -0
  3570. data/node_modules/jsonc-eslint-parser/node_modules/semver/ranges/to-comparators.js +8 -0
  3571. data/node_modules/jsonc-eslint-parser/node_modules/semver/ranges/valid.js +11 -0
  3572. data/node_modules/jsonc-eslint-parser/package.json +92 -0
  3573. data/node_modules/keyv/README.md +429 -0
  3574. data/node_modules/keyv/package.json +57 -0
  3575. data/node_modules/keyv/src/index.d.ts +112 -0
  3576. data/node_modules/keyv/src/index.js +264 -0
  3577. data/node_modules/levn/LICENSE +22 -0
  3578. data/node_modules/levn/README.md +196 -0
  3579. data/node_modules/levn/lib/cast.js +327 -0
  3580. data/node_modules/levn/lib/index.js +22 -0
  3581. data/node_modules/levn/lib/parse-string.js +113 -0
  3582. data/node_modules/levn/package.json +46 -0
  3583. data/node_modules/locate-path/index.d.ts +83 -0
  3584. data/node_modules/locate-path/index.js +68 -0
  3585. data/node_modules/locate-path/license +9 -0
  3586. data/node_modules/locate-path/package.json +46 -0
  3587. data/node_modules/locate-path/readme.md +125 -0
  3588. data/node_modules/lodash.merge/LICENSE +47 -0
  3589. data/node_modules/lodash.merge/README.md +18 -0
  3590. data/node_modules/lodash.merge/index.js +1977 -0
  3591. data/node_modules/lodash.merge/package.json +16 -0
  3592. data/node_modules/lru-cache/LICENSE +15 -0
  3593. data/node_modules/lru-cache/README.md +166 -0
  3594. data/node_modules/lru-cache/index.js +334 -0
  3595. data/node_modules/lru-cache/package.json +34 -0
  3596. data/node_modules/minimatch/LICENSE +15 -0
  3597. data/node_modules/minimatch/README.md +230 -0
  3598. data/node_modules/minimatch/minimatch.js +947 -0
  3599. data/node_modules/minimatch/package.json +33 -0
  3600. data/node_modules/minimist/CHANGELOG.md +298 -0
  3601. data/node_modules/minimist/LICENSE +18 -0
  3602. data/node_modules/minimist/README.md +121 -0
  3603. data/node_modules/minimist/example/parse.js +4 -0
  3604. data/node_modules/minimist/index.js +263 -0
  3605. data/node_modules/minimist/package.json +75 -0
  3606. data/node_modules/minimist/test/all_bool.js +34 -0
  3607. data/node_modules/minimist/test/bool.js +177 -0
  3608. data/node_modules/minimist/test/dash.js +43 -0
  3609. data/node_modules/minimist/test/default_bool.js +37 -0
  3610. data/node_modules/minimist/test/dotted.js +24 -0
  3611. data/node_modules/minimist/test/kv_short.js +32 -0
  3612. data/node_modules/minimist/test/long.js +33 -0
  3613. data/node_modules/minimist/test/num.js +38 -0
  3614. data/node_modules/minimist/test/parse.js +209 -0
  3615. data/node_modules/minimist/test/parse_modified.js +11 -0
  3616. data/node_modules/minimist/test/proto.js +64 -0
  3617. data/node_modules/minimist/test/short.js +69 -0
  3618. data/node_modules/minimist/test/stop_early.js +17 -0
  3619. data/node_modules/minimist/test/unknown.js +104 -0
  3620. data/node_modules/minimist/test/whitespace.js +10 -0
  3621. data/node_modules/ms/index.js +162 -0
  3622. data/node_modules/ms/license.md +21 -0
  3623. data/node_modules/ms/package.json +37 -0
  3624. data/node_modules/ms/readme.md +60 -0
  3625. data/node_modules/natural-compare/README.md +125 -0
  3626. data/node_modules/natural-compare/index.js +57 -0
  3627. data/node_modules/natural-compare/package.json +42 -0
  3628. data/node_modules/object-inspect/CHANGELOG.md +370 -0
  3629. data/node_modules/object-inspect/LICENSE +21 -0
  3630. data/node_modules/object-inspect/example/all.js +23 -0
  3631. data/node_modules/object-inspect/example/circular.js +6 -0
  3632. data/node_modules/object-inspect/example/fn.js +5 -0
  3633. data/node_modules/object-inspect/example/inspect.js +10 -0
  3634. data/node_modules/object-inspect/index.js +516 -0
  3635. data/node_modules/object-inspect/package-support.json +20 -0
  3636. data/node_modules/object-inspect/package.json +97 -0
  3637. data/node_modules/object-inspect/readme.markdown +86 -0
  3638. data/node_modules/object-inspect/test/bigint.js +58 -0
  3639. data/node_modules/object-inspect/test/browser/dom.js +15 -0
  3640. data/node_modules/object-inspect/test/circular.js +16 -0
  3641. data/node_modules/object-inspect/test/deep.js +12 -0
  3642. data/node_modules/object-inspect/test/element.js +53 -0
  3643. data/node_modules/object-inspect/test/err.js +48 -0
  3644. data/node_modules/object-inspect/test/fakes.js +29 -0
  3645. data/node_modules/object-inspect/test/fn.js +76 -0
  3646. data/node_modules/object-inspect/test/has.js +15 -0
  3647. data/node_modules/object-inspect/test/holes.js +15 -0
  3648. data/node_modules/object-inspect/test/indent-option.js +271 -0
  3649. data/node_modules/object-inspect/test/inspect.js +139 -0
  3650. data/node_modules/object-inspect/test/lowbyte.js +12 -0
  3651. data/node_modules/object-inspect/test/number.js +58 -0
  3652. data/node_modules/object-inspect/test/quoteStyle.js +17 -0
  3653. data/node_modules/object-inspect/test/toStringTag.js +40 -0
  3654. data/node_modules/object-inspect/test/undef.js +12 -0
  3655. data/node_modules/object-inspect/test/values.js +211 -0
  3656. data/node_modules/object-inspect/test-core-js.js +26 -0
  3657. data/node_modules/object-inspect/util.inspect.js +1 -0
  3658. data/node_modules/object-keys/CHANGELOG.md +232 -0
  3659. data/node_modules/object-keys/LICENSE +21 -0
  3660. data/node_modules/object-keys/README.md +76 -0
  3661. data/node_modules/object-keys/implementation.js +122 -0
  3662. data/node_modules/object-keys/index.js +32 -0
  3663. data/node_modules/object-keys/isArguments.js +17 -0
  3664. data/node_modules/object-keys/package.json +88 -0
  3665. data/node_modules/object-keys/test/index.js +5 -0
  3666. data/node_modules/object.assign/CHANGELOG.md +225 -0
  3667. data/node_modules/object.assign/LICENSE +21 -0
  3668. data/node_modules/object.assign/README.md +136 -0
  3669. data/node_modules/object.assign/auto.js +3 -0
  3670. data/node_modules/object.assign/dist/browser.js +944 -0
  3671. data/node_modules/object.assign/hasSymbols.js +43 -0
  3672. data/node_modules/object.assign/implementation.js +46 -0
  3673. data/node_modules/object.assign/index.js +22 -0
  3674. data/node_modules/object.assign/package.json +96 -0
  3675. data/node_modules/object.assign/polyfill.js +55 -0
  3676. data/node_modules/object.assign/shim.js +14 -0
  3677. data/node_modules/object.assign/test/implementation.js +19 -0
  3678. data/node_modules/object.assign/test/index.js +17 -0
  3679. data/node_modules/object.assign/test/native.js +49 -0
  3680. data/node_modules/object.assign/test/ses-compat.js +12 -0
  3681. data/node_modules/object.assign/test/shimmed.js +52 -0
  3682. data/node_modules/object.assign/test/tests.js +232 -0
  3683. data/node_modules/object.assign/test.html +18458 -0
  3684. data/node_modules/object.entries/CHANGELOG.md +184 -0
  3685. data/node_modules/object.entries/LICENSE +22 -0
  3686. data/node_modules/object.entries/README.md +58 -0
  3687. data/node_modules/object.entries/auto.js +3 -0
  3688. data/node_modules/object.entries/implementation.js +17 -0
  3689. data/node_modules/object.entries/index.js +18 -0
  3690. data/node_modules/object.entries/package.json +94 -0
  3691. data/node_modules/object.entries/polyfill.js +7 -0
  3692. data/node_modules/object.entries/shim.js +14 -0
  3693. data/node_modules/object.entries/test/implementation.js +20 -0
  3694. data/node_modules/object.entries/test/index.js +17 -0
  3695. data/node_modules/object.entries/test/shimmed.js +35 -0
  3696. data/node_modules/object.entries/test/tests.js +82 -0
  3697. data/node_modules/object.fromentries/CHANGELOG.md +83 -0
  3698. data/node_modules/object.fromentries/LICENSE +21 -0
  3699. data/node_modules/object.fromentries/README.md +50 -0
  3700. data/node_modules/object.fromentries/auto.js +3 -0
  3701. data/node_modules/object.fromentries/implementation.js +18 -0
  3702. data/node_modules/object.fromentries/index.js +18 -0
  3703. data/node_modules/object.fromentries/package.json +90 -0
  3704. data/node_modules/object.fromentries/polyfill.js +7 -0
  3705. data/node_modules/object.fromentries/shim.js +14 -0
  3706. data/node_modules/object.fromentries/test/implementation.js +20 -0
  3707. data/node_modules/object.fromentries/test/index.js +17 -0
  3708. data/node_modules/object.fromentries/test/shimmed.js +44 -0
  3709. data/node_modules/object.fromentries/test/tests.js +17 -0
  3710. data/node_modules/object.groupby/CHANGELOG.md +24 -0
  3711. data/node_modules/object.groupby/LICENSE +21 -0
  3712. data/node_modules/object.groupby/README.md +79 -0
  3713. data/node_modules/object.groupby/aos/AddValueToKeyedGroup.js +26 -0
  3714. data/node_modules/object.groupby/aos/GroupBy.js +77 -0
  3715. data/node_modules/object.groupby/auto.js +3 -0
  3716. data/node_modules/object.groupby/implementation.js +20 -0
  3717. data/node_modules/object.groupby/index.js +19 -0
  3718. data/node_modules/object.groupby/package.json +83 -0
  3719. data/node_modules/object.groupby/polyfill.js +7 -0
  3720. data/node_modules/object.groupby/shim.js +17 -0
  3721. data/node_modules/object.groupby/test/implementation.js +13 -0
  3722. data/node_modules/object.groupby/test/index.js +12 -0
  3723. data/node_modules/object.groupby/test/shimmed.js +35 -0
  3724. data/node_modules/object.groupby/test/tests.js +62 -0
  3725. data/node_modules/object.values/CHANGELOG.md +179 -0
  3726. data/node_modules/object.values/LICENSE +22 -0
  3727. data/node_modules/object.values/README.md +58 -0
  3728. data/node_modules/object.values/auto.js +3 -0
  3729. data/node_modules/object.values/implementation.js +18 -0
  3730. data/node_modules/object.values/index.js +18 -0
  3731. data/node_modules/object.values/package.json +98 -0
  3732. data/node_modules/object.values/polyfill.js +7 -0
  3733. data/node_modules/object.values/shim.js +14 -0
  3734. data/node_modules/object.values/test/implementation.js +20 -0
  3735. data/node_modules/object.values/test/index.js +17 -0
  3736. data/node_modules/object.values/test/shimmed.js +35 -0
  3737. data/node_modules/object.values/test/tests.js +82 -0
  3738. data/node_modules/once/LICENSE +15 -0
  3739. data/node_modules/once/README.md +79 -0
  3740. data/node_modules/once/once.js +42 -0
  3741. data/node_modules/once/package.json +33 -0
  3742. data/node_modules/optionator/CHANGELOG.md +59 -0
  3743. data/node_modules/optionator/LICENSE +22 -0
  3744. data/node_modules/optionator/README.md +238 -0
  3745. data/node_modules/optionator/lib/help.js +260 -0
  3746. data/node_modules/optionator/lib/index.js +465 -0
  3747. data/node_modules/optionator/lib/util.js +54 -0
  3748. data/node_modules/optionator/package.json +43 -0
  3749. data/node_modules/p-limit/index.d.ts +42 -0
  3750. data/node_modules/p-limit/index.js +71 -0
  3751. data/node_modules/p-limit/license +9 -0
  3752. data/node_modules/p-limit/package.json +52 -0
  3753. data/node_modules/p-limit/readme.md +101 -0
  3754. data/node_modules/p-locate/index.d.ts +53 -0
  3755. data/node_modules/p-locate/index.js +50 -0
  3756. data/node_modules/p-locate/license +9 -0
  3757. data/node_modules/p-locate/package.json +54 -0
  3758. data/node_modules/p-locate/readme.md +93 -0
  3759. data/node_modules/parent-module/index.js +37 -0
  3760. data/node_modules/parent-module/license +9 -0
  3761. data/node_modules/parent-module/package.json +46 -0
  3762. data/node_modules/parent-module/readme.md +67 -0
  3763. data/node_modules/path-exists/index.d.ts +28 -0
  3764. data/node_modules/path-exists/index.js +23 -0
  3765. data/node_modules/path-exists/license +9 -0
  3766. data/node_modules/path-exists/package.json +39 -0
  3767. data/node_modules/path-exists/readme.md +52 -0
  3768. data/node_modules/path-is-absolute/index.js +20 -0
  3769. data/node_modules/path-is-absolute/license +21 -0
  3770. data/node_modules/path-is-absolute/package.json +43 -0
  3771. data/node_modules/path-is-absolute/readme.md +59 -0
  3772. data/node_modules/path-key/index.d.ts +40 -0
  3773. data/node_modules/path-key/index.js +16 -0
  3774. data/node_modules/path-key/license +9 -0
  3775. data/node_modules/path-key/package.json +39 -0
  3776. data/node_modules/path-key/readme.md +61 -0
  3777. data/node_modules/path-parse/LICENSE +21 -0
  3778. data/node_modules/path-parse/README.md +42 -0
  3779. data/node_modules/path-parse/index.js +75 -0
  3780. data/node_modules/path-parse/package.json +33 -0
  3781. data/node_modules/prelude-ls/CHANGELOG.md +108 -0
  3782. data/node_modules/prelude-ls/LICENSE +22 -0
  3783. data/node_modules/prelude-ls/README.md +15 -0
  3784. data/node_modules/prelude-ls/lib/Func.js +69 -0
  3785. data/node_modules/prelude-ls/lib/List.js +716 -0
  3786. data/node_modules/prelude-ls/lib/Num.js +130 -0
  3787. data/node_modules/prelude-ls/lib/Obj.js +154 -0
  3788. data/node_modules/prelude-ls/lib/Str.js +92 -0
  3789. data/node_modules/prelude-ls/lib/index.js +178 -0
  3790. data/node_modules/prelude-ls/package.json +46 -0
  3791. data/node_modules/prettier/LICENSE +5195 -0
  3792. data/node_modules/prettier/README.md +109 -0
  3793. data/node_modules/prettier/bin/prettier.cjs +67 -0
  3794. data/node_modules/prettier/doc.d.ts +243 -0
  3795. data/node_modules/prettier/doc.js +1340 -0
  3796. data/node_modules/prettier/doc.mjs +1312 -0
  3797. data/node_modules/prettier/index.cjs +655 -0
  3798. data/node_modules/prettier/index.d.ts +930 -0
  3799. data/node_modules/prettier/index.mjs +21563 -0
  3800. data/node_modules/prettier/internal/cli.mjs +7282 -0
  3801. data/node_modules/prettier/internal/internal.mjs +6555 -0
  3802. data/node_modules/prettier/package.json +195 -0
  3803. data/node_modules/prettier/plugins/acorn.d.ts +6 -0
  3804. data/node_modules/prettier/plugins/acorn.js +13 -0
  3805. data/node_modules/prettier/plugins/acorn.mjs +13 -0
  3806. data/node_modules/prettier/plugins/angular.d.ts +8 -0
  3807. data/node_modules/prettier/plugins/angular.js +2 -0
  3808. data/node_modules/prettier/plugins/angular.mjs +2 -0
  3809. data/node_modules/prettier/plugins/babel.d.ts +17 -0
  3810. data/node_modules/prettier/plugins/babel.js +16 -0
  3811. data/node_modules/prettier/plugins/babel.mjs +16 -0
  3812. data/node_modules/prettier/plugins/estree.d.ts +1 -0
  3813. data/node_modules/prettier/plugins/estree.js +35 -0
  3814. data/node_modules/prettier/plugins/estree.mjs +35 -0
  3815. data/node_modules/prettier/plugins/flow.d.ts +5 -0
  3816. data/node_modules/prettier/plugins/flow.js +21 -0
  3817. data/node_modules/prettier/plugins/flow.mjs +21 -0
  3818. data/node_modules/prettier/plugins/glimmer.d.ts +5 -0
  3819. data/node_modules/prettier/plugins/glimmer.js +30 -0
  3820. data/node_modules/prettier/plugins/glimmer.mjs +30 -0
  3821. data/node_modules/prettier/plugins/graphql.d.ts +5 -0
  3822. data/node_modules/prettier/plugins/graphql.js +29 -0
  3823. data/node_modules/prettier/plugins/graphql.mjs +29 -0
  3824. data/node_modules/prettier/plugins/html.d.ts +8 -0
  3825. data/node_modules/prettier/plugins/html.js +19 -0
  3826. data/node_modules/prettier/plugins/html.mjs +19 -0
  3827. data/node_modules/prettier/plugins/markdown.d.ts +7 -0
  3828. data/node_modules/prettier/plugins/markdown.js +59 -0
  3829. data/node_modules/prettier/plugins/markdown.mjs +59 -0
  3830. data/node_modules/prettier/plugins/meriyah.d.ts +5 -0
  3831. data/node_modules/prettier/plugins/meriyah.js +5 -0
  3832. data/node_modules/prettier/plugins/meriyah.mjs +5 -0
  3833. data/node_modules/prettier/plugins/postcss.d.ts +7 -0
  3834. data/node_modules/prettier/plugins/postcss.js +52 -0
  3835. data/node_modules/prettier/plugins/postcss.mjs +52 -0
  3836. data/node_modules/prettier/plugins/typescript.d.ts +5 -0
  3837. data/node_modules/prettier/plugins/typescript.js +25 -0
  3838. data/node_modules/prettier/plugins/typescript.mjs +25 -0
  3839. data/node_modules/prettier/plugins/yaml.d.ts +5 -0
  3840. data/node_modules/prettier/plugins/yaml.js +161 -0
  3841. data/node_modules/prettier/plugins/yaml.mjs +161 -0
  3842. data/node_modules/prettier/standalone.d.ts +33 -0
  3843. data/node_modules/prettier/standalone.js +37 -0
  3844. data/node_modules/prettier/standalone.mjs +37 -0
  3845. data/node_modules/punycode/LICENSE-MIT.txt +20 -0
  3846. data/node_modules/punycode/README.md +126 -0
  3847. data/node_modules/punycode/package.json +58 -0
  3848. data/node_modules/punycode/punycode.es6.js +444 -0
  3849. data/node_modules/punycode/punycode.js +443 -0
  3850. data/node_modules/queue-microtask/LICENSE +20 -0
  3851. data/node_modules/queue-microtask/README.md +90 -0
  3852. data/node_modules/queue-microtask/index.d.ts +2 -0
  3853. data/node_modules/queue-microtask/index.js +9 -0
  3854. data/node_modules/queue-microtask/package.json +55 -0
  3855. data/node_modules/regexp.prototype.flags/CHANGELOG.md +211 -0
  3856. data/node_modules/regexp.prototype.flags/LICENSE +22 -0
  3857. data/node_modules/regexp.prototype.flags/README.md +54 -0
  3858. data/node_modules/regexp.prototype.flags/auto.js +3 -0
  3859. data/node_modules/regexp.prototype.flags/implementation.js +39 -0
  3860. data/node_modules/regexp.prototype.flags/index.js +18 -0
  3861. data/node_modules/regexp.prototype.flags/package.json +101 -0
  3862. data/node_modules/regexp.prototype.flags/polyfill.js +36 -0
  3863. data/node_modules/regexp.prototype.flags/shim.js +26 -0
  3864. data/node_modules/regexp.prototype.flags/test/implementation.js +20 -0
  3865. data/node_modules/regexp.prototype.flags/test/index.js +17 -0
  3866. data/node_modules/regexp.prototype.flags/test/shimmed.js +48 -0
  3867. data/node_modules/regexp.prototype.flags/test/tests.js +143 -0
  3868. data/node_modules/resolve/LICENSE +21 -0
  3869. data/node_modules/resolve/SECURITY.md +3 -0
  3870. data/node_modules/resolve/async.js +3 -0
  3871. data/node_modules/resolve/bin/resolve +50 -0
  3872. data/node_modules/resolve/example/async.js +5 -0
  3873. data/node_modules/resolve/example/sync.js +3 -0
  3874. data/node_modules/resolve/index.js +6 -0
  3875. data/node_modules/resolve/lib/async.js +329 -0
  3876. data/node_modules/resolve/lib/caller.js +8 -0
  3877. data/node_modules/resolve/lib/core.js +12 -0
  3878. data/node_modules/resolve/lib/core.json +158 -0
  3879. data/node_modules/resolve/lib/homedir.js +24 -0
  3880. data/node_modules/resolve/lib/is-core.js +5 -0
  3881. data/node_modules/resolve/lib/node-modules-paths.js +42 -0
  3882. data/node_modules/resolve/lib/normalize-options.js +10 -0
  3883. data/node_modules/resolve/lib/sync.js +208 -0
  3884. data/node_modules/resolve/package.json +71 -0
  3885. data/node_modules/resolve/readme.markdown +301 -0
  3886. data/node_modules/resolve/sync.js +3 -0
  3887. data/node_modules/resolve/test/core.js +88 -0
  3888. data/node_modules/resolve/test/dotdot/abc/index.js +2 -0
  3889. data/node_modules/resolve/test/dotdot/index.js +1 -0
  3890. data/node_modules/resolve/test/dotdot.js +29 -0
  3891. data/node_modules/resolve/test/faulty_basedir.js +29 -0
  3892. data/node_modules/resolve/test/filter.js +34 -0
  3893. data/node_modules/resolve/test/filter_sync.js +33 -0
  3894. data/node_modules/resolve/test/home_paths.js +127 -0
  3895. data/node_modules/resolve/test/home_paths_sync.js +114 -0
  3896. data/node_modules/resolve/test/mock.js +315 -0
  3897. data/node_modules/resolve/test/mock_sync.js +214 -0
  3898. data/node_modules/resolve/test/module_dir/xmodules/aaa/index.js +1 -0
  3899. data/node_modules/resolve/test/module_dir/ymodules/aaa/index.js +1 -0
  3900. data/node_modules/resolve/test/module_dir/zmodules/bbb/main.js +1 -0
  3901. data/node_modules/resolve/test/module_dir/zmodules/bbb/package.json +3 -0
  3902. data/node_modules/resolve/test/module_dir.js +56 -0
  3903. data/node_modules/resolve/test/node-modules-paths.js +143 -0
  3904. data/node_modules/resolve/test/node_path/x/aaa/index.js +1 -0
  3905. data/node_modules/resolve/test/node_path/x/ccc/index.js +1 -0
  3906. data/node_modules/resolve/test/node_path/y/bbb/index.js +1 -0
  3907. data/node_modules/resolve/test/node_path/y/ccc/index.js +1 -0
  3908. data/node_modules/resolve/test/node_path.js +70 -0
  3909. data/node_modules/resolve/test/nonstring.js +9 -0
  3910. data/node_modules/resolve/test/pathfilter/deep_ref/main.js +0 -0
  3911. data/node_modules/resolve/test/pathfilter.js +75 -0
  3912. data/node_modules/resolve/test/precedence/aaa/index.js +1 -0
  3913. data/node_modules/resolve/test/precedence/aaa/main.js +1 -0
  3914. data/node_modules/resolve/test/precedence/aaa.js +1 -0
  3915. data/node_modules/resolve/test/precedence/bbb/main.js +1 -0
  3916. data/node_modules/resolve/test/precedence/bbb.js +1 -0
  3917. data/node_modules/resolve/test/precedence.js +23 -0
  3918. data/node_modules/resolve/test/resolver/baz/doom.js +0 -0
  3919. data/node_modules/resolve/test/resolver/baz/package.json +4 -0
  3920. data/node_modules/resolve/test/resolver/baz/quux.js +1 -0
  3921. data/node_modules/resolve/test/resolver/browser_field/a.js +0 -0
  3922. data/node_modules/resolve/test/resolver/browser_field/b.js +0 -0
  3923. data/node_modules/resolve/test/resolver/browser_field/package.json +5 -0
  3924. data/node_modules/resolve/test/resolver/cup.coffee +1 -0
  3925. data/node_modules/resolve/test/resolver/dot_main/index.js +1 -0
  3926. data/node_modules/resolve/test/resolver/dot_main/package.json +3 -0
  3927. data/node_modules/resolve/test/resolver/dot_slash_main/index.js +1 -0
  3928. data/node_modules/resolve/test/resolver/dot_slash_main/package.json +3 -0
  3929. data/node_modules/resolve/test/resolver/false_main/index.js +0 -0
  3930. data/node_modules/resolve/test/resolver/false_main/package.json +4 -0
  3931. data/node_modules/resolve/test/resolver/foo.js +1 -0
  3932. data/node_modules/resolve/test/resolver/incorrect_main/index.js +2 -0
  3933. data/node_modules/resolve/test/resolver/incorrect_main/package.json +3 -0
  3934. data/node_modules/resolve/test/resolver/invalid_main/package.json +7 -0
  3935. data/node_modules/resolve/test/resolver/malformed_package_json/index.js +0 -0
  3936. data/node_modules/resolve/test/resolver/malformed_package_json/package.json +1 -0
  3937. data/node_modules/resolve/test/resolver/mug.coffee +0 -0
  3938. data/node_modules/resolve/test/resolver/mug.js +0 -0
  3939. data/node_modules/resolve/test/resolver/multirepo/lerna.json +6 -0
  3940. data/node_modules/resolve/test/resolver/multirepo/package.json +20 -0
  3941. data/node_modules/resolve/test/resolver/multirepo/packages/package-a/index.js +35 -0
  3942. data/node_modules/resolve/test/resolver/multirepo/packages/package-a/package.json +14 -0
  3943. data/node_modules/resolve/test/resolver/multirepo/packages/package-b/index.js +0 -0
  3944. data/node_modules/resolve/test/resolver/multirepo/packages/package-b/package.json +14 -0
  3945. data/node_modules/resolve/test/resolver/nested_symlinks/mylib/async.js +26 -0
  3946. data/node_modules/resolve/test/resolver/nested_symlinks/mylib/package.json +15 -0
  3947. data/node_modules/resolve/test/resolver/nested_symlinks/mylib/sync.js +12 -0
  3948. data/node_modules/resolve/test/resolver/other_path/lib/other-lib.js +0 -0
  3949. data/node_modules/resolve/test/resolver/other_path/root.js +0 -0
  3950. data/node_modules/resolve/test/resolver/quux/foo/index.js +1 -0
  3951. data/node_modules/resolve/test/resolver/same_names/foo/index.js +1 -0
  3952. data/node_modules/resolve/test/resolver/same_names/foo.js +1 -0
  3953. data/node_modules/resolve/test/resolver/symlinked/_/node_modules/foo.js +0 -0
  3954. data/node_modules/resolve/test/resolver/symlinked/package/bar.js +1 -0
  3955. data/node_modules/resolve/test/resolver/symlinked/package/package.json +3 -0
  3956. data/node_modules/resolve/test/resolver/without_basedir/main.js +5 -0
  3957. data/node_modules/resolve/test/resolver.js +595 -0
  3958. data/node_modules/resolve/test/resolver_sync.js +726 -0
  3959. data/node_modules/resolve/test/shadowed_core/node_modules/util/index.js +0 -0
  3960. data/node_modules/resolve/test/shadowed_core.js +54 -0
  3961. data/node_modules/resolve/test/subdirs.js +13 -0
  3962. data/node_modules/resolve/test/symlinks.js +176 -0
  3963. data/node_modules/resolve-from/index.js +47 -0
  3964. data/node_modules/resolve-from/license +9 -0
  3965. data/node_modules/resolve-from/package.json +34 -0
  3966. data/node_modules/resolve-from/readme.md +72 -0
  3967. data/node_modules/reusify/LICENSE +22 -0
  3968. data/node_modules/reusify/README.md +145 -0
  3969. data/node_modules/reusify/benchmarks/createNoCodeFunction.js +30 -0
  3970. data/node_modules/reusify/benchmarks/fib.js +13 -0
  3971. data/node_modules/reusify/benchmarks/reuseNoCodeFunction.js +38 -0
  3972. data/node_modules/reusify/package.json +45 -0
  3973. data/node_modules/reusify/reusify.js +33 -0
  3974. data/node_modules/reusify/test.js +66 -0
  3975. data/node_modules/rimraf/CHANGELOG.md +65 -0
  3976. data/node_modules/rimraf/LICENSE +15 -0
  3977. data/node_modules/rimraf/README.md +101 -0
  3978. data/node_modules/rimraf/bin.js +68 -0
  3979. data/node_modules/rimraf/package.json +32 -0
  3980. data/node_modules/rimraf/rimraf.js +360 -0
  3981. data/node_modules/run-parallel/LICENSE +20 -0
  3982. data/node_modules/run-parallel/README.md +85 -0
  3983. data/node_modules/run-parallel/index.js +51 -0
  3984. data/node_modules/run-parallel/package.json +58 -0
  3985. data/node_modules/safe-array-concat/CHANGELOG.md +26 -0
  3986. data/node_modules/safe-array-concat/LICENSE +21 -0
  3987. data/node_modules/safe-array-concat/README.md +53 -0
  3988. data/node_modules/safe-array-concat/index.js +36 -0
  3989. data/node_modules/safe-array-concat/package.json +78 -0
  3990. data/node_modules/safe-array-concat/test/index.js +89 -0
  3991. data/node_modules/safe-regex-test/CHANGELOG.md +15 -0
  3992. data/node_modules/safe-regex-test/LICENSE +21 -0
  3993. data/node_modules/safe-regex-test/README.md +42 -0
  3994. data/node_modules/safe-regex-test/index.js +17 -0
  3995. data/node_modules/safe-regex-test/package.json +75 -0
  3996. data/node_modules/safe-regex-test/test/index.js +37 -0
  3997. data/node_modules/semver/LICENSE +15 -0
  3998. data/node_modules/semver/README.md +443 -0
  3999. data/node_modules/semver/bin/semver.js +174 -0
  4000. data/node_modules/semver/package.json +38 -0
  4001. data/node_modules/semver/range.bnf +16 -0
  4002. data/node_modules/semver/semver.js +1643 -0
  4003. data/node_modules/set-function-name/CHANGELOG.md +39 -0
  4004. data/node_modules/set-function-name/LICENSE +21 -0
  4005. data/node_modules/set-function-name/README.md +61 -0
  4006. data/node_modules/set-function-name/index.js +22 -0
  4007. data/node_modules/set-function-name/package.json +80 -0
  4008. data/node_modules/shebang-command/index.js +19 -0
  4009. data/node_modules/shebang-command/license +9 -0
  4010. data/node_modules/shebang-command/package.json +34 -0
  4011. data/node_modules/shebang-command/readme.md +34 -0
  4012. data/node_modules/shebang-regex/index.d.ts +22 -0
  4013. data/node_modules/shebang-regex/index.js +2 -0
  4014. data/node_modules/shebang-regex/license +9 -0
  4015. data/node_modules/shebang-regex/package.json +35 -0
  4016. data/node_modules/shebang-regex/readme.md +33 -0
  4017. data/node_modules/side-channel/CHANGELOG.md +65 -0
  4018. data/node_modules/side-channel/LICENSE +21 -0
  4019. data/node_modules/side-channel/README.md +2 -0
  4020. data/node_modules/side-channel/index.js +124 -0
  4021. data/node_modules/side-channel/package.json +67 -0
  4022. data/node_modules/side-channel/test/index.js +78 -0
  4023. data/node_modules/string.prototype.trim/CHANGELOG.md +182 -0
  4024. data/node_modules/string.prototype.trim/LICENSE +21 -0
  4025. data/node_modules/string.prototype.trim/README.md +48 -0
  4026. data/node_modules/string.prototype.trim/auto.js +3 -0
  4027. data/node_modules/string.prototype.trim/implementation.js +21 -0
  4028. data/node_modules/string.prototype.trim/index.js +23 -0
  4029. data/node_modules/string.prototype.trim/package.json +101 -0
  4030. data/node_modules/string.prototype.trim/polyfill.js +19 -0
  4031. data/node_modules/string.prototype.trim/shim.js +14 -0
  4032. data/node_modules/string.prototype.trim/test/implementation.js +21 -0
  4033. data/node_modules/string.prototype.trim/test/index.js +17 -0
  4034. data/node_modules/string.prototype.trim/test/shimmed.js +36 -0
  4035. data/node_modules/string.prototype.trim/test/tests.js +62 -0
  4036. data/node_modules/string.prototype.trimend/CHANGELOG.md +108 -0
  4037. data/node_modules/string.prototype.trimend/LICENSE +21 -0
  4038. data/node_modules/string.prototype.trimend/README.md +46 -0
  4039. data/node_modules/string.prototype.trimend/auto.js +3 -0
  4040. data/node_modules/string.prototype.trimend/implementation.js +15 -0
  4041. data/node_modules/string.prototype.trimend/index.js +23 -0
  4042. data/node_modules/string.prototype.trimend/package.json +79 -0
  4043. data/node_modules/string.prototype.trimend/polyfill.js +15 -0
  4044. data/node_modules/string.prototype.trimend/shim.js +14 -0
  4045. data/node_modules/string.prototype.trimend/test/implementation.js +20 -0
  4046. data/node_modules/string.prototype.trimend/test/index.js +17 -0
  4047. data/node_modules/string.prototype.trimend/test/shimmed.js +36 -0
  4048. data/node_modules/string.prototype.trimend/test/tests.js +31 -0
  4049. data/node_modules/string.prototype.trimstart/CHANGELOG.md +108 -0
  4050. data/node_modules/string.prototype.trimstart/LICENSE +21 -0
  4051. data/node_modules/string.prototype.trimstart/README.md +46 -0
  4052. data/node_modules/string.prototype.trimstart/auto.js +3 -0
  4053. data/node_modules/string.prototype.trimstart/implementation.js +15 -0
  4054. data/node_modules/string.prototype.trimstart/index.js +23 -0
  4055. data/node_modules/string.prototype.trimstart/package.json +79 -0
  4056. data/node_modules/string.prototype.trimstart/polyfill.js +15 -0
  4057. data/node_modules/string.prototype.trimstart/shim.js +14 -0
  4058. data/node_modules/string.prototype.trimstart/test/implementation.js +20 -0
  4059. data/node_modules/string.prototype.trimstart/test/index.js +18 -0
  4060. data/node_modules/string.prototype.trimstart/test/shimmed.js +36 -0
  4061. data/node_modules/string.prototype.trimstart/test/tests.js +31 -0
  4062. data/node_modules/strip-ansi/index.d.ts +17 -0
  4063. data/node_modules/strip-ansi/index.js +4 -0
  4064. data/node_modules/strip-ansi/license +9 -0
  4065. data/node_modules/strip-ansi/package.json +54 -0
  4066. data/node_modules/strip-ansi/readme.md +46 -0
  4067. data/node_modules/strip-bom/index.js +14 -0
  4068. data/node_modules/strip-bom/license +21 -0
  4069. data/node_modules/strip-bom/package.json +40 -0
  4070. data/node_modules/strip-bom/readme.md +36 -0
  4071. data/node_modules/strip-json-comments/index.d.ts +36 -0
  4072. data/node_modules/strip-json-comments/index.js +77 -0
  4073. data/node_modules/strip-json-comments/license +9 -0
  4074. data/node_modules/strip-json-comments/package.json +47 -0
  4075. data/node_modules/strip-json-comments/readme.md +78 -0
  4076. data/node_modules/supports-color/browser.js +5 -0
  4077. data/node_modules/supports-color/index.js +135 -0
  4078. data/node_modules/supports-color/license +9 -0
  4079. data/node_modules/supports-color/package.json +53 -0
  4080. data/node_modules/supports-color/readme.md +76 -0
  4081. data/node_modules/supports-preserve-symlinks-flag/CHANGELOG.md +22 -0
  4082. data/node_modules/supports-preserve-symlinks-flag/LICENSE +21 -0
  4083. data/node_modules/supports-preserve-symlinks-flag/README.md +42 -0
  4084. data/node_modules/supports-preserve-symlinks-flag/browser.js +3 -0
  4085. data/node_modules/supports-preserve-symlinks-flag/index.js +9 -0
  4086. data/node_modules/supports-preserve-symlinks-flag/package.json +70 -0
  4087. data/node_modules/supports-preserve-symlinks-flag/test/index.js +29 -0
  4088. data/node_modules/text-table/LICENSE +18 -0
  4089. data/node_modules/text-table/example/align.js +8 -0
  4090. data/node_modules/text-table/example/center.js +8 -0
  4091. data/node_modules/text-table/example/dotalign.js +9 -0
  4092. data/node_modules/text-table/example/doubledot.js +11 -0
  4093. data/node_modules/text-table/example/table.js +6 -0
  4094. data/node_modules/text-table/index.js +86 -0
  4095. data/node_modules/text-table/package.json +44 -0
  4096. data/node_modules/text-table/readme.markdown +134 -0
  4097. data/node_modules/text-table/test/align.js +18 -0
  4098. data/node_modules/text-table/test/ansi-colors.js +32 -0
  4099. data/node_modules/text-table/test/center.js +18 -0
  4100. data/node_modules/text-table/test/dotalign.js +20 -0
  4101. data/node_modules/text-table/test/doubledot.js +24 -0
  4102. data/node_modules/text-table/test/table.js +14 -0
  4103. data/node_modules/tsconfig-paths/CHANGELOG.md +365 -0
  4104. data/node_modules/tsconfig-paths/LICENSE +21 -0
  4105. data/node_modules/tsconfig-paths/README.md +268 -0
  4106. data/node_modules/tsconfig-paths/lib/__tests__/config-loader.test.d.ts +1 -0
  4107. data/node_modules/tsconfig-paths/lib/__tests__/config-loader.test.js +88 -0
  4108. data/node_modules/tsconfig-paths/lib/__tests__/config-loader.test.js.map +1 -0
  4109. data/node_modules/tsconfig-paths/lib/__tests__/data/match-path-data.d.ts +17 -0
  4110. data/node_modules/tsconfig-paths/lib/__tests__/data/match-path-data.js +205 -0
  4111. data/node_modules/tsconfig-paths/lib/__tests__/data/match-path-data.js.map +1 -0
  4112. data/node_modules/tsconfig-paths/lib/__tests__/filesystem.test.d.ts +1 -0
  4113. data/node_modules/tsconfig-paths/lib/__tests__/filesystem.test.js +64 -0
  4114. data/node_modules/tsconfig-paths/lib/__tests__/filesystem.test.js.map +1 -0
  4115. data/node_modules/tsconfig-paths/lib/__tests__/mapping-entry.test.d.ts +1 -0
  4116. data/node_modules/tsconfig-paths/lib/__tests__/mapping-entry.test.js +66 -0
  4117. data/node_modules/tsconfig-paths/lib/__tests__/mapping-entry.test.js.map +1 -0
  4118. data/node_modules/tsconfig-paths/lib/__tests__/match-path-async.test.d.ts +1 -0
  4119. data/node_modules/tsconfig-paths/lib/__tests__/match-path-async.test.js +19 -0
  4120. data/node_modules/tsconfig-paths/lib/__tests__/match-path-async.test.js.map +1 -0
  4121. data/node_modules/tsconfig-paths/lib/__tests__/match-path-sync.test.d.ts +1 -0
  4122. data/node_modules/tsconfig-paths/lib/__tests__/match-path-sync.test.js +15 -0
  4123. data/node_modules/tsconfig-paths/lib/__tests__/match-path-sync.test.js.map +1 -0
  4124. data/node_modules/tsconfig-paths/lib/__tests__/try-path.test.d.ts +1 -0
  4125. data/node_modules/tsconfig-paths/lib/__tests__/try-path.test.js +175 -0
  4126. data/node_modules/tsconfig-paths/lib/__tests__/try-path.test.js.map +1 -0
  4127. data/node_modules/tsconfig-paths/lib/__tests__/tsconfig-loader.test.d.ts +1 -0
  4128. data/node_modules/tsconfig-paths/lib/__tests__/tsconfig-loader.test.js +246 -0
  4129. data/node_modules/tsconfig-paths/lib/__tests__/tsconfig-loader.test.js.map +1 -0
  4130. data/node_modules/tsconfig-paths/lib/config-loader.d.ts +33 -0
  4131. data/node_modules/tsconfig-paths/lib/config-loader.js +57 -0
  4132. data/node_modules/tsconfig-paths/lib/config-loader.js.map +1 -0
  4133. data/node_modules/tsconfig-paths/lib/filesystem.d.ts +33 -0
  4134. data/node_modules/tsconfig-paths/lib/filesystem.js +55 -0
  4135. data/node_modules/tsconfig-paths/lib/filesystem.js.map +1 -0
  4136. data/node_modules/tsconfig-paths/lib/index.d.ts +5 -0
  4137. data/node_modules/tsconfig-paths/lib/index.js +15 -0
  4138. data/node_modules/tsconfig-paths/lib/index.js.map +1 -0
  4139. data/node_modules/tsconfig-paths/lib/mapping-entry.d.ts +17 -0
  4140. data/node_modules/tsconfig-paths/lib/mapping-entry.js +53 -0
  4141. data/node_modules/tsconfig-paths/lib/mapping-entry.js.map +1 -0
  4142. data/node_modules/tsconfig-paths/lib/match-path-async.d.ts +21 -0
  4143. data/node_modules/tsconfig-paths/lib/match-path-async.js +113 -0
  4144. data/node_modules/tsconfig-paths/lib/match-path-async.js.map +1 -0
  4145. data/node_modules/tsconfig-paths/lib/match-path-sync.d.ts +30 -0
  4146. data/node_modules/tsconfig-paths/lib/match-path-sync.js +87 -0
  4147. data/node_modules/tsconfig-paths/lib/match-path-sync.js.map +1 -0
  4148. data/node_modules/tsconfig-paths/lib/options.d.ts +4 -0
  4149. data/node_modules/tsconfig-paths/lib/options.js +15 -0
  4150. data/node_modules/tsconfig-paths/lib/options.js.map +1 -0
  4151. data/node_modules/tsconfig-paths/lib/register.d.ts +6 -0
  4152. data/node_modules/tsconfig-paths/lib/register.js +93 -0
  4153. data/node_modules/tsconfig-paths/lib/register.js.map +1 -0
  4154. data/node_modules/tsconfig-paths/lib/try-path.d.ts +15 -0
  4155. data/node_modules/tsconfig-paths/lib/try-path.js +90 -0
  4156. data/node_modules/tsconfig-paths/lib/try-path.js.map +1 -0
  4157. data/node_modules/tsconfig-paths/lib/tsconfig-loader.d.ts +28 -0
  4158. data/node_modules/tsconfig-paths/lib/tsconfig-loader.js +111 -0
  4159. data/node_modules/tsconfig-paths/lib/tsconfig-loader.js.map +1 -0
  4160. data/node_modules/tsconfig-paths/package.json +67 -0
  4161. data/node_modules/tsconfig-paths/register.js +1 -0
  4162. data/node_modules/tsconfig-paths/src/__tests__/config-loader.test.ts +100 -0
  4163. data/node_modules/tsconfig-paths/src/__tests__/data/match-path-data.ts +219 -0
  4164. data/node_modules/tsconfig-paths/src/__tests__/filesystem.test.ts +65 -0
  4165. data/node_modules/tsconfig-paths/src/__tests__/mapping-entry.test.ts +70 -0
  4166. data/node_modules/tsconfig-paths/src/__tests__/match-path-async.test.ts +27 -0
  4167. data/node_modules/tsconfig-paths/src/__tests__/match-path-sync.test.ts +23 -0
  4168. data/node_modules/tsconfig-paths/src/__tests__/try-path.test.ts +193 -0
  4169. data/node_modules/tsconfig-paths/src/__tests__/tsconfig-loader.test.ts +312 -0
  4170. data/node_modules/tsconfig-paths/src/__tests__/tsconfig-named.json +10 -0
  4171. data/node_modules/tsconfig-paths/src/config-loader.ts +97 -0
  4172. data/node_modules/tsconfig-paths/src/filesystem.ts +87 -0
  4173. data/node_modules/tsconfig-paths/src/index.ts +24 -0
  4174. data/node_modules/tsconfig-paths/src/mapping-entry.ts +64 -0
  4175. data/node_modules/tsconfig-paths/src/match-path-async.ts +218 -0
  4176. data/node_modules/tsconfig-paths/src/match-path-sync.ts +141 -0
  4177. data/node_modules/tsconfig-paths/src/options.ts +18 -0
  4178. data/node_modules/tsconfig-paths/src/register.ts +97 -0
  4179. data/node_modules/tsconfig-paths/src/try-path.ts +102 -0
  4180. data/node_modules/tsconfig-paths/src/tsconfig-loader.ts +172 -0
  4181. data/node_modules/type-check/LICENSE +22 -0
  4182. data/node_modules/type-check/README.md +210 -0
  4183. data/node_modules/type-check/lib/check.js +128 -0
  4184. data/node_modules/type-check/lib/index.js +16 -0
  4185. data/node_modules/type-check/lib/parse-type.js +198 -0
  4186. data/node_modules/type-check/package.json +39 -0
  4187. data/node_modules/type-fest/base.d.ts +38 -0
  4188. data/node_modules/type-fest/index.d.ts +2 -0
  4189. data/node_modules/type-fest/license +9 -0
  4190. data/node_modules/type-fest/package.json +58 -0
  4191. data/node_modules/type-fest/readme.md +658 -0
  4192. data/node_modules/type-fest/source/async-return-type.d.ts +23 -0
  4193. data/node_modules/type-fest/source/asyncify.d.ts +31 -0
  4194. data/node_modules/type-fest/source/basic.d.ts +67 -0
  4195. data/node_modules/type-fest/source/conditional-except.d.ts +43 -0
  4196. data/node_modules/type-fest/source/conditional-keys.d.ts +43 -0
  4197. data/node_modules/type-fest/source/conditional-pick.d.ts +42 -0
  4198. data/node_modules/type-fest/source/entries.d.ts +57 -0
  4199. data/node_modules/type-fest/source/entry.d.ts +60 -0
  4200. data/node_modules/type-fest/source/except.d.ts +22 -0
  4201. data/node_modules/type-fest/source/fixed-length-array.d.ts +38 -0
  4202. data/node_modules/type-fest/source/iterable-element.d.ts +46 -0
  4203. data/node_modules/type-fest/source/literal-union.d.ts +33 -0
  4204. data/node_modules/type-fest/source/merge-exclusive.d.ts +39 -0
  4205. data/node_modules/type-fest/source/merge.d.ts +22 -0
  4206. data/node_modules/type-fest/source/mutable.d.ts +22 -0
  4207. data/node_modules/type-fest/source/opaque.d.ts +65 -0
  4208. data/node_modules/type-fest/source/package-json.d.ts +611 -0
  4209. data/node_modules/type-fest/source/partial-deep.d.ts +72 -0
  4210. data/node_modules/type-fest/source/promisable.d.ts +23 -0
  4211. data/node_modules/type-fest/source/promise-value.d.ts +27 -0
  4212. data/node_modules/type-fest/source/readonly-deep.d.ts +59 -0
  4213. data/node_modules/type-fest/source/require-at-least-one.d.ts +33 -0
  4214. data/node_modules/type-fest/source/require-exactly-one.d.ts +35 -0
  4215. data/node_modules/type-fest/source/set-optional.d.ts +34 -0
  4216. data/node_modules/type-fest/source/set-required.d.ts +34 -0
  4217. data/node_modules/type-fest/source/set-return-type.d.ts +29 -0
  4218. data/node_modules/type-fest/source/stringified.d.ts +21 -0
  4219. data/node_modules/type-fest/source/tsconfig-json.d.ts +870 -0
  4220. data/node_modules/type-fest/source/union-to-intersection.d.ts +58 -0
  4221. data/node_modules/type-fest/source/utilities.d.ts +3 -0
  4222. data/node_modules/type-fest/source/value-of.d.ts +40 -0
  4223. data/node_modules/type-fest/ts41/camel-case.d.ts +72 -0
  4224. data/node_modules/type-fest/ts41/delimiter-case.d.ts +85 -0
  4225. data/node_modules/type-fest/ts41/index.d.ts +9 -0
  4226. data/node_modules/type-fest/ts41/kebab-case.d.ts +36 -0
  4227. data/node_modules/type-fest/ts41/pascal-case.d.ts +36 -0
  4228. data/node_modules/type-fest/ts41/snake-case.d.ts +35 -0
  4229. data/node_modules/typed-array-buffer/CHANGELOG.md +15 -0
  4230. data/node_modules/typed-array-buffer/LICENSE +21 -0
  4231. data/node_modules/typed-array-buffer/README.md +42 -0
  4232. data/node_modules/typed-array-buffer/index.js +19 -0
  4233. data/node_modules/typed-array-buffer/package.json +73 -0
  4234. data/node_modules/typed-array-buffer/test/index.js +22 -0
  4235. data/node_modules/typed-array-byte-length/CHANGELOG.md +14 -0
  4236. data/node_modules/typed-array-byte-length/LICENSE +21 -0
  4237. data/node_modules/typed-array-byte-length/README.md +70 -0
  4238. data/node_modules/typed-array-byte-length/index.js +66 -0
  4239. data/node_modules/typed-array-byte-length/package.json +98 -0
  4240. data/node_modules/typed-array-byte-length/test/index.js +81 -0
  4241. data/node_modules/typed-array-byte-offset/CHANGELOG.md +15 -0
  4242. data/node_modules/typed-array-byte-offset/LICENSE +21 -0
  4243. data/node_modules/typed-array-byte-offset/README.md +70 -0
  4244. data/node_modules/typed-array-byte-offset/index.js +66 -0
  4245. data/node_modules/typed-array-byte-offset/package.json +98 -0
  4246. data/node_modules/typed-array-byte-offset/test/index.js +88 -0
  4247. data/node_modules/typed-array-length/CHANGELOG.md +69 -0
  4248. data/node_modules/typed-array-length/LICENSE +21 -0
  4249. data/node_modules/typed-array-length/README.md +64 -0
  4250. data/node_modules/typed-array-length/index.js +77 -0
  4251. data/node_modules/typed-array-length/package.json +89 -0
  4252. data/node_modules/typed-array-length/test/index.js +85 -0
  4253. data/node_modules/unbox-primitive/CHANGELOG.md +60 -0
  4254. data/node_modules/unbox-primitive/LICENSE +21 -0
  4255. data/node_modules/unbox-primitive/README.md +47 -0
  4256. data/node_modules/unbox-primitive/index.js +39 -0
  4257. data/node_modules/unbox-primitive/package.json +65 -0
  4258. data/node_modules/unbox-primitive/test/index.js +59 -0
  4259. data/node_modules/uri-js/LICENSE +11 -0
  4260. data/node_modules/uri-js/README.md +203 -0
  4261. data/node_modules/uri-js/dist/es5/uri.all.d.ts +59 -0
  4262. data/node_modules/uri-js/dist/es5/uri.all.js +1443 -0
  4263. data/node_modules/uri-js/dist/es5/uri.all.js.map +1 -0
  4264. data/node_modules/uri-js/dist/es5/uri.all.min.d.ts +59 -0
  4265. data/node_modules/uri-js/dist/es5/uri.all.min.js +3 -0
  4266. data/node_modules/uri-js/dist/es5/uri.all.min.js.map +1 -0
  4267. data/node_modules/uri-js/dist/esnext/index.d.ts +1 -0
  4268. data/node_modules/uri-js/dist/esnext/index.js +17 -0
  4269. data/node_modules/uri-js/dist/esnext/index.js.map +1 -0
  4270. data/node_modules/uri-js/dist/esnext/regexps-iri.d.ts +3 -0
  4271. data/node_modules/uri-js/dist/esnext/regexps-iri.js +3 -0
  4272. data/node_modules/uri-js/dist/esnext/regexps-iri.js.map +1 -0
  4273. data/node_modules/uri-js/dist/esnext/regexps-uri.d.ts +4 -0
  4274. data/node_modules/uri-js/dist/esnext/regexps-uri.js +42 -0
  4275. data/node_modules/uri-js/dist/esnext/regexps-uri.js.map +1 -0
  4276. data/node_modules/uri-js/dist/esnext/schemes/http.d.ts +3 -0
  4277. data/node_modules/uri-js/dist/esnext/schemes/http.js +28 -0
  4278. data/node_modules/uri-js/dist/esnext/schemes/http.js.map +1 -0
  4279. data/node_modules/uri-js/dist/esnext/schemes/https.d.ts +3 -0
  4280. data/node_modules/uri-js/dist/esnext/schemes/https.js +9 -0
  4281. data/node_modules/uri-js/dist/esnext/schemes/https.js.map +1 -0
  4282. data/node_modules/uri-js/dist/esnext/schemes/mailto.d.ts +12 -0
  4283. data/node_modules/uri-js/dist/esnext/schemes/mailto.js +148 -0
  4284. data/node_modules/uri-js/dist/esnext/schemes/mailto.js.map +1 -0
  4285. data/node_modules/uri-js/dist/esnext/schemes/urn-uuid.d.ts +7 -0
  4286. data/node_modules/uri-js/dist/esnext/schemes/urn-uuid.js +23 -0
  4287. data/node_modules/uri-js/dist/esnext/schemes/urn-uuid.js.map +1 -0
  4288. data/node_modules/uri-js/dist/esnext/schemes/urn.d.ts +10 -0
  4289. data/node_modules/uri-js/dist/esnext/schemes/urn.js +49 -0
  4290. data/node_modules/uri-js/dist/esnext/schemes/urn.js.map +1 -0
  4291. data/node_modules/uri-js/dist/esnext/schemes/ws.d.ts +7 -0
  4292. data/node_modules/uri-js/dist/esnext/schemes/ws.js +41 -0
  4293. data/node_modules/uri-js/dist/esnext/schemes/ws.js.map +1 -0
  4294. data/node_modules/uri-js/dist/esnext/schemes/wss.d.ts +3 -0
  4295. data/node_modules/uri-js/dist/esnext/schemes/wss.js +9 -0
  4296. data/node_modules/uri-js/dist/esnext/schemes/wss.js.map +1 -0
  4297. data/node_modules/uri-js/dist/esnext/uri.d.ts +59 -0
  4298. data/node_modules/uri-js/dist/esnext/uri.js +480 -0
  4299. data/node_modules/uri-js/dist/esnext/uri.js.map +1 -0
  4300. data/node_modules/uri-js/dist/esnext/util.d.ts +6 -0
  4301. data/node_modules/uri-js/dist/esnext/util.js +36 -0
  4302. data/node_modules/uri-js/dist/esnext/util.js.map +1 -0
  4303. data/node_modules/uri-js/package.json +77 -0
  4304. data/node_modules/uri-js/yarn.lock +2558 -0
  4305. data/node_modules/which/CHANGELOG.md +166 -0
  4306. data/node_modules/which/LICENSE +15 -0
  4307. data/node_modules/which/README.md +54 -0
  4308. data/node_modules/which/bin/node-which +52 -0
  4309. data/node_modules/which/package.json +43 -0
  4310. data/node_modules/which/which.js +125 -0
  4311. data/node_modules/which-boxed-primitive/CHANGELOG.md +54 -0
  4312. data/node_modules/which-boxed-primitive/LICENSE +21 -0
  4313. data/node_modules/which-boxed-primitive/README.md +73 -0
  4314. data/node_modules/which-boxed-primitive/index.js +30 -0
  4315. data/node_modules/which-boxed-primitive/package.json +65 -0
  4316. data/node_modules/which-boxed-primitive/test/index.js +66 -0
  4317. data/node_modules/which-typed-array/CHANGELOG.md +190 -0
  4318. data/node_modules/which-typed-array/LICENSE +22 -0
  4319. data/node_modules/which-typed-array/README.md +70 -0
  4320. data/node_modules/which-typed-array/index.js +89 -0
  4321. data/node_modules/which-typed-array/package.json +115 -0
  4322. data/node_modules/which-typed-array/test/index.js +99 -0
  4323. data/node_modules/wrappy/LICENSE +15 -0
  4324. data/node_modules/wrappy/README.md +36 -0
  4325. data/node_modules/wrappy/package.json +29 -0
  4326. data/node_modules/wrappy/wrappy.js +33 -0
  4327. data/node_modules/yallist/LICENSE +15 -0
  4328. data/node_modules/yallist/README.md +204 -0
  4329. data/node_modules/yallist/iterator.js +8 -0
  4330. data/node_modules/yallist/package.json +29 -0
  4331. data/node_modules/yallist/yallist.js +426 -0
  4332. data/node_modules/yocto-queue/index.d.ts +56 -0
  4333. data/node_modules/yocto-queue/index.js +68 -0
  4334. data/node_modules/yocto-queue/license +9 -0
  4335. data/node_modules/yocto-queue/package.json +43 -0
  4336. data/node_modules/yocto-queue/readme.md +64 -0
  4337. metadata +4338 -7
  4338. /data/lib/{immosquare-cleaner → immosquare_cleaner}/configuration.rb +0 -0
  4339. /data/lib/tasks/{immosquare-cleaner.rake → immosquare_cleaner.rake} +0 -0
@@ -0,0 +1,16 @@
1
+ var Ys=Object.create;var Ke=Object.defineProperty;var Qs=Object.getOwnPropertyDescriptor;var Zs=Object.getOwnPropertyNames;var ei=Object.getPrototypeOf,ti=Object.prototype.hasOwnProperty;var Bt=(a,t)=>()=>(t||a((t={exports:{}}).exports,t),t.exports),si=(a,t)=>{for(var e in t)Ke(a,e,{get:t[e],enumerable:!0})},ii=(a,t,e,s)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of Zs(t))!ti.call(a,i)&&i!==e&&Ke(a,i,{get:()=>t[i],enumerable:!(s=Qs(t,i))||s.enumerable});return a};var qe=(a,t,e)=>(e=a!=null?Ys(ei(a)):{},ii(t||!a||!a.__esModule?Ke(e,"default",{value:a,enumerable:!0}):e,a));var kt=Bt(Re=>{"use strict";function Le(a,t){if(a==null)return{};var e={},s=Object.keys(a),i,r;for(r=0;r<s.length;r++)i=s[r],!(t.indexOf(i)>=0)&&(e[i]=a[i]);return e}var F=class{constructor(t,e,s){this.line=void 0,this.column=void 0,this.index=void 0,this.line=t,this.column=e,this.index=s}},ie=class{constructor(t,e){this.start=void 0,this.end=void 0,this.filename=void 0,this.identifierName=void 0,this.start=t,this.end=e}};function L(a,t){let{line:e,column:s,index:i}=a;return new F(e,s+t,i+t)}var Ye={SyntaxError:"BABEL_PARSER_SYNTAX_ERROR",SourceTypeModuleError:"BABEL_PARSER_SOURCETYPE_MODULE_REQUIRED"},ri=(a,t=a.length-1)=>({get(){return a.reduce((e,s)=>e[s],this)},set(e){a.reduce((s,i,r)=>r===t?s[i]=e:s[i],this)}}),ai=(a,t,e)=>Object.keys(e).map(s=>[s,e[s]]).filter(([,s])=>!!s).map(([s,i])=>[s,typeof i=="function"?{value:i,enumerable:!1}:typeof i.reflect=="string"?Object.assign({},i,ri(i.reflect.split("."))):i]).reduce((s,[i,r])=>Object.defineProperty(s,i,Object.assign({configurable:!0},r)),Object.assign(new a,t)),ni={ImportMetaOutsideModule:{message:`import.meta may appear only with 'sourceType: "module"'`,code:Ye.SourceTypeModuleError},ImportOutsideModule:{message:`'import' and 'export' may appear only with 'sourceType: "module"'`,code:Ye.SourceTypeModuleError}},Rt={ArrayPattern:"array destructuring pattern",AssignmentExpression:"assignment expression",AssignmentPattern:"assignment expression",ArrowFunctionExpression:"arrow function expression",ConditionalExpression:"conditional expression",CatchClause:"catch clause",ForOfStatement:"for-of statement",ForInStatement:"for-in statement",ForStatement:"for-loop",FormalParameters:"function parameter list",Identifier:"identifier",ImportSpecifier:"import specifier",ImportDefaultSpecifier:"import default specifier",ImportNamespaceSpecifier:"import namespace specifier",ObjectPattern:"object destructuring pattern",ParenthesizedExpression:"parenthesized expression",RestElement:"rest element",UpdateExpression:{true:"prefix operation",false:"postfix operation"},VariableDeclarator:"variable declaration",YieldExpression:"yield expression"},Qe=({type:a,prefix:t})=>a==="UpdateExpression"?Rt.UpdateExpression[String(t)]:Rt[a],oi={AccessorIsGenerator:({kind:a})=>`A ${a}ter cannot be a generator.`,ArgumentsInClass:"'arguments' is only allowed in functions and class methods.",AsyncFunctionInSingleStatementContext:"Async functions can only be declared at the top level or inside a block.",AwaitBindingIdentifier:"Can not use 'await' as identifier inside an async function.",AwaitBindingIdentifierInStaticBlock:"Can not use 'await' as identifier inside a static block.",AwaitExpressionFormalParameter:"'await' is not allowed in async function parameters.",AwaitUsingNotInAsyncContext:"'await using' is only allowed within async functions and at the top levels of modules.",AwaitNotInAsyncContext:"'await' is only allowed within async functions and at the top levels of modules.",AwaitNotInAsyncFunction:"'await' is only allowed within async functions.",BadGetterArity:"A 'get' accessor must not have any formal parameters.",BadSetterArity:"A 'set' accessor must have exactly one formal parameter.",BadSetterRestParameter:"A 'set' accessor function argument must not be a rest parameter.",ConstructorClassField:"Classes may not have a field named 'constructor'.",ConstructorClassPrivateField:"Classes may not have a private field named '#constructor'.",ConstructorIsAccessor:"Class constructor may not be an accessor.",ConstructorIsAsync:"Constructor can't be an async function.",ConstructorIsGenerator:"Constructor can't be a generator.",DeclarationMissingInitializer:({kind:a})=>`Missing initializer in ${a} declaration.`,DecoratorArgumentsOutsideParentheses:"Decorator arguments must be moved inside parentheses: use '@(decorator(args))' instead of '@(decorator)(args)'.",DecoratorBeforeExport:"Decorators must be placed *before* the 'export' keyword. Remove the 'decoratorsBeforeExport: true' option to use the 'export @decorator class {}' syntax.",DecoratorsBeforeAfterExport:"Decorators can be placed *either* before or after the 'export' keyword, but not in both locations at the same time.",DecoratorConstructor:"Decorators can't be used with a constructor. Did you mean '@dec class { ... }'?",DecoratorExportClass:"Decorators must be placed *after* the 'export' keyword. Remove the 'decoratorsBeforeExport: false' option to use the '@decorator export class {}' syntax.",DecoratorSemicolon:"Decorators must not be followed by a semicolon.",DecoratorStaticBlock:"Decorators can't be used with a static block.",DeletePrivateField:"Deleting a private field is not allowed.",DestructureNamedImport:"ES2015 named imports do not destructure. Use another statement for destructuring after the import.",DuplicateConstructor:"Duplicate constructor in the same class.",DuplicateDefaultExport:"Only one default export allowed per module.",DuplicateExport:({exportName:a})=>`\`${a}\` has already been exported. Exported identifiers must be unique.`,DuplicateProto:"Redefinition of __proto__ property.",DuplicateRegExpFlags:"Duplicate regular expression flag.",ElementAfterRest:"Rest element must be last element.",EscapedCharNotAnIdentifier:"Invalid Unicode escape.",ExportBindingIsString:({localName:a,exportName:t})=>`A string literal cannot be used as an exported binding without \`from\`.
2
+ - Did you mean \`export { '${a}' as '${t}' } from 'some-module'\`?`,ExportDefaultFromAsIdentifier:"'from' is not allowed as an identifier after 'export default'.",ForInOfLoopInitializer:({type:a})=>`'${a==="ForInStatement"?"for-in":"for-of"}' loop variable declaration may not have an initializer.`,ForInUsing:"For-in loop may not start with 'using' declaration.",ForOfAsync:"The left-hand side of a for-of loop may not be 'async'.",ForOfLet:"The left-hand side of a for-of loop may not start with 'let'.",GeneratorInSingleStatementContext:"Generators can only be declared at the top level or inside a block.",IllegalBreakContinue:({type:a})=>`Unsyntactic ${a==="BreakStatement"?"break":"continue"}.`,IllegalLanguageModeDirective:"Illegal 'use strict' directive in function with non-simple parameter list.",IllegalReturn:"'return' outside of function.",ImportAttributesUseAssert:"The `assert` keyword in import attributes is deprecated and it has been replaced by the `with` keyword. You can enable the `deprecatedAssertSyntax: true` option in the import attributes plugin to suppress this error.",ImportBindingIsString:({importName:a})=>`A string literal cannot be used as an imported binding.
3
+ - Did you mean \`import { "${a}" as foo }\`?`,ImportCallArgumentTrailingComma:"Trailing comma is disallowed inside import(...) arguments.",ImportCallArity:({maxArgumentCount:a})=>`\`import()\` requires exactly ${a===1?"one argument":"one or two arguments"}.`,ImportCallNotNewExpression:"Cannot use new with import(...).",ImportCallSpreadArgument:"`...` is not allowed in `import()`.",ImportJSONBindingNotDefault:"A JSON module can only be imported with `default`.",ImportReflectionHasAssertion:"`import module x` cannot have assertions.",ImportReflectionNotBinding:'Only `import module x from "./module"` is valid.',IncompatibleRegExpUVFlags:"The 'u' and 'v' regular expression flags cannot be enabled at the same time.",InvalidBigIntLiteral:"Invalid BigIntLiteral.",InvalidCodePoint:"Code point out of bounds.",InvalidCoverInitializedName:"Invalid shorthand property initializer.",InvalidDecimal:"Invalid decimal.",InvalidDigit:({radix:a})=>`Expected number in radix ${a}.`,InvalidEscapeSequence:"Bad character escape sequence.",InvalidEscapeSequenceTemplate:"Invalid escape sequence in template.",InvalidEscapedReservedWord:({reservedWord:a})=>`Escape sequence in keyword ${a}.`,InvalidIdentifier:({identifierName:a})=>`Invalid identifier ${a}.`,InvalidLhs:({ancestor:a})=>`Invalid left-hand side in ${Qe(a)}.`,InvalidLhsBinding:({ancestor:a})=>`Binding invalid left-hand side in ${Qe(a)}.`,InvalidNumber:"Invalid number.",InvalidOrMissingExponent:"Floating-point numbers require a valid exponent after the 'e'.",InvalidOrUnexpectedToken:({unexpected:a})=>`Unexpected character '${a}'.`,InvalidParenthesizedAssignment:"Invalid parenthesized assignment pattern.",InvalidPrivateFieldResolution:({identifierName:a})=>`Private name #${a} is not defined.`,InvalidPropertyBindingPattern:"Binding member expression.",InvalidRecordProperty:"Only properties and spread elements are allowed in record definitions.",InvalidRestAssignmentPattern:"Invalid rest operator's argument.",LabelRedeclaration:({labelName:a})=>`Label '${a}' is already declared.`,LetInLexicalBinding:"'let' is not allowed to be used as a name in 'let' or 'const' declarations.",LineTerminatorBeforeArrow:"No line break is allowed before '=>'.",MalformedRegExpFlags:"Invalid regular expression flag.",MissingClassName:"A class name is required.",MissingEqInAssignment:"Only '=' operator can be used for specifying default value.",MissingSemicolon:"Missing semicolon.",MissingPlugin:({missingPlugin:a})=>`This experimental syntax requires enabling the parser plugin: ${a.map(t=>JSON.stringify(t)).join(", ")}.`,MissingOneOfPlugins:({missingPlugin:a})=>`This experimental syntax requires enabling one of the following parser plugin(s): ${a.map(t=>JSON.stringify(t)).join(", ")}.`,MissingUnicodeEscape:"Expecting Unicode escape sequence \\uXXXX.",MixingCoalesceWithLogical:"Nullish coalescing operator(??) requires parens when mixing with logical operators.",ModuleAttributeDifferentFromType:"The only accepted module attribute is `type`.",ModuleAttributeInvalidValue:"Only string literals are allowed as module attribute values.",ModuleAttributesWithDuplicateKeys:({key:a})=>`Duplicate key "${a}" is not allowed in module attributes.`,ModuleExportNameHasLoneSurrogate:({surrogateCharCode:a})=>`An export name cannot include a lone surrogate, found '\\u${a.toString(16)}'.`,ModuleExportUndefined:({localName:a})=>`Export '${a}' is not defined.`,MultipleDefaultsInSwitch:"Multiple default clauses.",NewlineAfterThrow:"Illegal newline after throw.",NoCatchOrFinally:"Missing catch or finally clause.",NumberIdentifier:"Identifier directly after number.",NumericSeparatorInEscapeSequence:"Numeric separators are not allowed inside unicode escape sequences or hex escape sequences.",ObsoleteAwaitStar:"'await*' has been removed from the async functions proposal. Use Promise.all() instead.",OptionalChainingNoNew:"Constructors in/after an Optional Chain are not allowed.",OptionalChainingNoTemplate:"Tagged Template Literals are not allowed in optionalChain.",OverrideOnConstructor:"'override' modifier cannot appear on a constructor declaration.",ParamDupe:"Argument name clash.",PatternHasAccessor:"Object pattern can't contain getter or setter.",PatternHasMethod:"Object pattern can't contain methods.",PrivateInExpectedIn:({identifierName:a})=>`Private names are only allowed in property accesses (\`obj.#${a}\`) or in \`in\` expressions (\`#${a} in obj\`).`,PrivateNameRedeclaration:({identifierName:a})=>`Duplicate private name #${a}.`,RecordExpressionBarIncorrectEndSyntaxType:"Record expressions ending with '|}' are only allowed when the 'syntaxType' option of the 'recordAndTuple' plugin is set to 'bar'.",RecordExpressionBarIncorrectStartSyntaxType:"Record expressions starting with '{|' are only allowed when the 'syntaxType' option of the 'recordAndTuple' plugin is set to 'bar'.",RecordExpressionHashIncorrectStartSyntaxType:"Record expressions starting with '#{' are only allowed when the 'syntaxType' option of the 'recordAndTuple' plugin is set to 'hash'.",RecordNoProto:"'__proto__' is not allowed in Record expressions.",RestTrailingComma:"Unexpected trailing comma after rest element.",SloppyFunction:"In non-strict mode code, functions can only be declared at top level or inside a block.",SloppyFunctionAnnexB:"In non-strict mode code, functions can only be declared at top level, inside a block, or as the body of an if statement.",StaticPrototype:"Classes may not have static property named prototype.",SuperNotAllowed:"`super()` is only valid inside a class constructor of a subclass. Maybe a typo in the method name ('constructor') or not extending another class?",SuperPrivateField:"Private fields can't be accessed on super.",TrailingDecorator:"Decorators must be attached to a class element.",TupleExpressionBarIncorrectEndSyntaxType:"Tuple expressions ending with '|]' are only allowed when the 'syntaxType' option of the 'recordAndTuple' plugin is set to 'bar'.",TupleExpressionBarIncorrectStartSyntaxType:"Tuple expressions starting with '[|' are only allowed when the 'syntaxType' option of the 'recordAndTuple' plugin is set to 'bar'.",TupleExpressionHashIncorrectStartSyntaxType:"Tuple expressions starting with '#[' are only allowed when the 'syntaxType' option of the 'recordAndTuple' plugin is set to 'hash'.",UnexpectedArgumentPlaceholder:"Unexpected argument placeholder.",UnexpectedAwaitAfterPipelineBody:'Unexpected "await" after pipeline body; await must have parentheses in minimal proposal.',UnexpectedDigitAfterHash:"Unexpected digit after hash token.",UnexpectedImportExport:"'import' and 'export' may only appear at the top level.",UnexpectedKeyword:({keyword:a})=>`Unexpected keyword '${a}'.`,UnexpectedLeadingDecorator:"Leading decorators must be attached to a class declaration.",UnexpectedLexicalDeclaration:"Lexical declaration cannot appear in a single-statement context.",UnexpectedNewTarget:"`new.target` can only be used in functions or class properties.",UnexpectedNumericSeparator:"A numeric separator is only allowed between two digits.",UnexpectedPrivateField:"Unexpected private name.",UnexpectedReservedWord:({reservedWord:a})=>`Unexpected reserved word '${a}'.`,UnexpectedSuper:"'super' is only allowed in object methods and classes.",UnexpectedToken:({expected:a,unexpected:t})=>`Unexpected token${t?` '${t}'.`:""}${a?`, expected "${a}"`:""}`,UnexpectedTokenUnaryExponentiation:"Illegal expression. Wrap left hand side or entire exponentiation in parentheses.",UnexpectedUsingDeclaration:"Using declaration cannot appear in the top level when source type is `script`.",UnsupportedBind:"Binding should be performed on object property.",UnsupportedDecoratorExport:"A decorated export must export a class declaration.",UnsupportedDefaultExport:"Only expressions, functions or classes are allowed as the `default` export.",UnsupportedImport:"`import` can only be used in `import()` or `import.meta`.",UnsupportedMetaProperty:({target:a,onlyValidPropertyName:t})=>`The only valid meta property for ${a} is ${a}.${t}.`,UnsupportedParameterDecorator:"Decorators cannot be used to decorate parameters.",UnsupportedPropertyDecorator:"Decorators cannot be used to decorate object literal properties.",UnsupportedSuper:"'super' can only be used with function calls (i.e. super()) or in property accesses (i.e. super.prop or super[prop]).",UnterminatedComment:"Unterminated comment.",UnterminatedRegExp:"Unterminated regular expression.",UnterminatedString:"Unterminated string constant.",UnterminatedTemplate:"Unterminated template.",UsingDeclarationHasBindingPattern:"Using declaration cannot have destructuring patterns.",VarRedeclaration:({identifierName:a})=>`Identifier '${a}' has already been declared.`,YieldBindingIdentifier:"Can not use 'yield' as identifier inside a generator.",YieldInParameter:"Yield expression is not allowed in formal parameters.",ZeroDigitNumericSeparator:"Numeric separator can not be used after leading 0."},hi={StrictDelete:"Deleting local variable in strict mode.",StrictEvalArguments:({referenceName:a})=>`Assigning to '${a}' in strict mode.`,StrictEvalArgumentsBinding:({bindingName:a})=>`Binding '${a}' in strict mode.`,StrictFunction:"In strict mode code, functions can only be declared at top level or inside a block.",StrictNumericEscape:"The only valid numeric escape in strict mode is '\\0'.",StrictOctalLiteral:"Legacy octal literals are not allowed in strict mode.",StrictWith:"'with' in strict mode."},li=new Set(["ArrowFunctionExpression","AssignmentExpression","ConditionalExpression","YieldExpression"]),ci={PipeBodyIsTighter:"Unexpected yield after pipeline body; any yield expression acting as Hack-style pipe body must be parenthesized due to its loose operator precedence.",PipeTopicRequiresHackPipes:'Topic reference is used, but the pipelineOperator plugin was not passed a "proposal": "hack" or "smart" option.',PipeTopicUnbound:"Topic reference is unbound; it must be inside a pipe body.",PipeTopicUnconfiguredToken:({token:a})=>`Invalid topic token ${a}. In order to use ${a} as a topic reference, the pipelineOperator plugin must be configured with { "proposal": "hack", "topicToken": "${a}" }.`,PipeTopicUnused:"Hack-style pipe body does not contain a topic reference; Hack-style pipes must use topic at least once.",PipeUnparenthesizedBody:({type:a})=>`Hack-style pipe body cannot be an unparenthesized ${Qe({type:a})}; please wrap it in parentheses.`,PipelineBodyNoArrow:'Unexpected arrow "=>" after pipeline body; arrow function in pipeline body must be parenthesized.',PipelineBodySequenceExpression:"Pipeline body may not be a comma-separated sequence expression.",PipelineHeadSequenceExpression:"Pipeline head should not be a comma-separated sequence expression.",PipelineTopicUnused:"Pipeline is in topic style but does not use topic reference.",PrimaryTopicNotAllowed:"Topic reference was used in a lexical context without topic binding.",PrimaryTopicRequiresSmartPipeline:'Topic reference is used, but the pipelineOperator plugin was not passed a "proposal": "hack" or "smart" option.'},pi=["toMessage"],ui=["message"];function di(a){let{toMessage:t}=a,e=Le(a,pi);return function s({loc:i,details:r}){return ai(SyntaxError,Object.assign({},e,{loc:i}),{clone(n={}){let o=n.loc||{};return s({loc:new F("line"in o?o.line:this.loc.line,"column"in o?o.column:this.loc.column,"index"in o?o.index:this.loc.index),details:Object.assign({},this.details,n.details)})},details:{value:r,enumerable:!1},message:{get(){return`${t(this.details)} (${this.loc.line}:${this.loc.column})`},set(n){Object.defineProperty(this,"message",{value:n})}},pos:{reflect:"loc.index",enumerable:!0},missingPlugin:"missingPlugin"in r&&{reflect:"details.missingPlugin",enumerable:!0}})}}function $(a,t){if(Array.isArray(a))return s=>$(s,a[0]);let e={};for(let s of Object.keys(a)){let i=a[s],r=typeof i=="string"?{message:()=>i}:typeof i=="function"?{message:i}:i,{message:n}=r,o=Le(r,ui),h=typeof n=="string"?()=>n:n;e[s]=di(Object.assign({code:Ye.SyntaxError,reasonCode:s,toMessage:h},t?{syntaxPlugin:t}:{},o))}return e}var p=Object.assign({},$(ni),$(oi),$(hi),$`pipelineOperator`(ci)),{defineProperty:fi}=Object,_t=(a,t)=>fi(a,t,{enumerable:!1,value:a[t]});function pe(a){return a.loc.start&&_t(a.loc.start,"index"),a.loc.end&&_t(a.loc.end,"index"),a}var mi=a=>class extends a{parse(){let e=pe(super.parse());return this.options.tokens&&(e.tokens=e.tokens.map(pe)),e}parseRegExpLiteral({pattern:e,flags:s}){let i=null;try{i=new RegExp(e,s)}catch{}let r=this.estreeParseLiteral(i);return r.regex={pattern:e,flags:s},r}parseBigIntLiteral(e){let s;try{s=BigInt(e)}catch{s=null}let i=this.estreeParseLiteral(s);return i.bigint=String(i.value||e),i}parseDecimalLiteral(e){let i=this.estreeParseLiteral(null);return i.decimal=String(i.value||e),i}estreeParseLiteral(e){return this.parseLiteral(e,"Literal")}parseStringLiteral(e){return this.estreeParseLiteral(e)}parseNumericLiteral(e){return this.estreeParseLiteral(e)}parseNullLiteral(){return this.estreeParseLiteral(null)}parseBooleanLiteral(e){return this.estreeParseLiteral(e)}directiveToStmt(e){let s=e.value;delete e.value,s.type="Literal",s.raw=s.extra.raw,s.value=s.extra.expressionValue;let i=e;return i.type="ExpressionStatement",i.expression=s,i.directive=s.extra.rawValue,delete s.extra,i}initFunction(e,s){super.initFunction(e,s),e.expression=!1}checkDeclaration(e){e!=null&&this.isObjectProperty(e)?this.checkDeclaration(e.value):super.checkDeclaration(e)}getObjectOrClassMethodParams(e){return e.value.params}isValidDirective(e){var s;return e.type==="ExpressionStatement"&&e.expression.type==="Literal"&&typeof e.expression.value=="string"&&!((s=e.expression.extra)!=null&&s.parenthesized)}parseBlockBody(e,s,i,r,n){super.parseBlockBody(e,s,i,r,n);let o=e.directives.map(h=>this.directiveToStmt(h));e.body=o.concat(e.body),delete e.directives}pushClassMethod(e,s,i,r,n,o){this.parseMethod(s,i,r,n,o,"ClassMethod",!0),s.typeParameters&&(s.value.typeParameters=s.typeParameters,delete s.typeParameters),e.body.push(s)}parsePrivateName(){let e=super.parsePrivateName();return this.getPluginOption("estree","classFeatures")?this.convertPrivateNameToPrivateIdentifier(e):e}convertPrivateNameToPrivateIdentifier(e){let s=super.getPrivateNameSV(e);return e=e,delete e.id,e.name=s,e.type="PrivateIdentifier",e}isPrivateName(e){return this.getPluginOption("estree","classFeatures")?e.type==="PrivateIdentifier":super.isPrivateName(e)}getPrivateNameSV(e){return this.getPluginOption("estree","classFeatures")?e.name:super.getPrivateNameSV(e)}parseLiteral(e,s){let i=super.parseLiteral(e,s);return i.raw=i.extra.raw,delete i.extra,i}parseFunctionBody(e,s,i=!1){super.parseFunctionBody(e,s,i),e.expression=e.body.type!=="BlockStatement"}parseMethod(e,s,i,r,n,o,h=!1){let l=this.startNode();return l.kind=e.kind,l=super.parseMethod(l,s,i,r,n,o,h),l.type="FunctionExpression",delete l.kind,e.value=l,o==="ClassPrivateMethod"&&(e.computed=!1),this.finishNode(e,"MethodDefinition")}parseClassProperty(...e){let s=super.parseClassProperty(...e);return this.getPluginOption("estree","classFeatures")&&(s.type="PropertyDefinition"),s}parseClassPrivateProperty(...e){let s=super.parseClassPrivateProperty(...e);return this.getPluginOption("estree","classFeatures")&&(s.type="PropertyDefinition",s.computed=!1),s}parseObjectMethod(e,s,i,r,n){let o=super.parseObjectMethod(e,s,i,r,n);return o&&(o.type="Property",o.kind==="method"&&(o.kind="init"),o.shorthand=!1),o}parseObjectProperty(e,s,i,r){let n=super.parseObjectProperty(e,s,i,r);return n&&(n.kind="init",n.type="Property"),n}isValidLVal(e,s,i){return e==="Property"?"value":super.isValidLVal(e,s,i)}isAssignable(e,s){return e!=null&&this.isObjectProperty(e)?this.isAssignable(e.value,s):super.isAssignable(e,s)}toAssignable(e,s=!1){if(e!=null&&this.isObjectProperty(e)){let{key:i,value:r}=e;this.isPrivateName(i)&&this.classScope.usePrivateName(this.getPrivateNameSV(i),i.loc.start),this.toAssignable(r,s)}else super.toAssignable(e,s)}toAssignableObjectExpressionProp(e,s,i){e.kind==="get"||e.kind==="set"?this.raise(p.PatternHasAccessor,{at:e.key}):e.method?this.raise(p.PatternHasMethod,{at:e.key}):super.toAssignableObjectExpressionProp(e,s,i)}finishCallExpression(e,s){let i=super.finishCallExpression(e,s);if(i.callee.type==="Import"){if(i.type="ImportExpression",i.source=i.arguments[0],this.hasPlugin("importAttributes")||this.hasPlugin("importAssertions")){var r;i.attributes=(r=i.arguments[1])!=null?r:null}delete i.arguments,delete i.callee}return i}toReferencedArguments(e){e.type!=="ImportExpression"&&super.toReferencedArguments(e)}parseExport(e,s){let i=this.state.lastTokStartLoc,r=super.parseExport(e,s);switch(r.type){case"ExportAllDeclaration":r.exported=null;break;case"ExportNamedDeclaration":r.specifiers.length===1&&r.specifiers[0].type==="ExportNamespaceSpecifier"&&(r.type="ExportAllDeclaration",r.exported=r.specifiers[0].exported,delete r.specifiers);case"ExportDefaultDeclaration":{var n;let{declaration:o}=r;(o==null?void 0:o.type)==="ClassDeclaration"&&((n=o.decorators)==null?void 0:n.length)>0&&o.start===r.start&&this.resetStartLocation(r,i)}break}return r}parseSubscript(e,s,i,r){let n=super.parseSubscript(e,s,i,r);if(r.optionalChainMember){if((n.type==="OptionalMemberExpression"||n.type==="OptionalCallExpression")&&(n.type=n.type.substring(8)),r.stop){let o=this.startNodeAtNode(n);return o.expression=n,this.finishNode(o,"ChainExpression")}}else(n.type==="MemberExpression"||n.type==="CallExpression")&&(n.optional=!1);return n}hasPropertyAsPrivateName(e){return e.type==="ChainExpression"&&(e=e.expression),super.hasPropertyAsPrivateName(e)}isObjectProperty(e){return e.type==="Property"&&e.kind==="init"&&!e.method}isObjectMethod(e){return e.method||e.kind==="get"||e.kind==="set"}finishNodeAt(e,s,i){return pe(super.finishNodeAt(e,s,i))}resetStartLocation(e,s){super.resetStartLocation(e,s),pe(e)}resetEndLocation(e,s=this.state.lastTokEndLoc){super.resetEndLocation(e,s),pe(e)}},X=class{constructor(t,e){this.token=void 0,this.preserveSpace=void 0,this.token=t,this.preserveSpace=!!e}},w={brace:new X("{"),j_oTag:new X("<tag"),j_cTag:new X("</tag"),j_expr:new X("<tag>...</tag>",!0)};w.template=new X("`",!0);var T=!0,m=!0,He=!0,ue=!0,z=!0,yi=!0,De=class{constructor(t,e={}){this.label=void 0,this.keyword=void 0,this.beforeExpr=void 0,this.startsExpr=void 0,this.rightAssociative=void 0,this.isLoop=void 0,this.isAssign=void 0,this.prefix=void 0,this.postfix=void 0,this.binop=void 0,this.label=t,this.keyword=e.keyword,this.beforeExpr=!!e.beforeExpr,this.startsExpr=!!e.startsExpr,this.rightAssociative=!!e.rightAssociative,this.isLoop=!!e.isLoop,this.isAssign=!!e.isAssign,this.prefix=!!e.prefix,this.postfix=!!e.postfix,this.binop=e.binop!=null?e.binop:null,this.updateContext=null}},gt=new Map;function A(a,t={}){t.keyword=a;let e=P(a,t);return gt.set(a,e),e}function v(a,t){return P(a,{beforeExpr:T,binop:t})}var ye=-1,U=[],Tt=[],bt=[],At=[],St=[],wt=[];function P(a,t={}){var e,s,i,r;return++ye,Tt.push(a),bt.push((e=t.binop)!=null?e:-1),At.push((s=t.beforeExpr)!=null?s:!1),St.push((i=t.startsExpr)!=null?i:!1),wt.push((r=t.prefix)!=null?r:!1),U.push(new De(a,t)),ye}function b(a,t={}){var e,s,i,r;return++ye,gt.set(a,ye),Tt.push(a),bt.push((e=t.binop)!=null?e:-1),At.push((s=t.beforeExpr)!=null?s:!1),St.push((i=t.startsExpr)!=null?i:!1),wt.push((r=t.prefix)!=null?r:!1),U.push(new De("name",t)),ye}var xi={bracketL:P("[",{beforeExpr:T,startsExpr:m}),bracketHashL:P("#[",{beforeExpr:T,startsExpr:m}),bracketBarL:P("[|",{beforeExpr:T,startsExpr:m}),bracketR:P("]"),bracketBarR:P("|]"),braceL:P("{",{beforeExpr:T,startsExpr:m}),braceBarL:P("{|",{beforeExpr:T,startsExpr:m}),braceHashL:P("#{",{beforeExpr:T,startsExpr:m}),braceR:P("}"),braceBarR:P("|}"),parenL:P("(",{beforeExpr:T,startsExpr:m}),parenR:P(")"),comma:P(",",{beforeExpr:T}),semi:P(";",{beforeExpr:T}),colon:P(":",{beforeExpr:T}),doubleColon:P("::",{beforeExpr:T}),dot:P("."),question:P("?",{beforeExpr:T}),questionDot:P("?."),arrow:P("=>",{beforeExpr:T}),template:P("template"),ellipsis:P("...",{beforeExpr:T}),backQuote:P("`",{startsExpr:m}),dollarBraceL:P("${",{beforeExpr:T,startsExpr:m}),templateTail:P("...`",{startsExpr:m}),templateNonTail:P("...${",{beforeExpr:T,startsExpr:m}),at:P("@"),hash:P("#",{startsExpr:m}),interpreterDirective:P("#!..."),eq:P("=",{beforeExpr:T,isAssign:ue}),assign:P("_=",{beforeExpr:T,isAssign:ue}),slashAssign:P("_=",{beforeExpr:T,isAssign:ue}),xorAssign:P("_=",{beforeExpr:T,isAssign:ue}),moduloAssign:P("_=",{beforeExpr:T,isAssign:ue}),incDec:P("++/--",{prefix:z,postfix:yi,startsExpr:m}),bang:P("!",{beforeExpr:T,prefix:z,startsExpr:m}),tilde:P("~",{beforeExpr:T,prefix:z,startsExpr:m}),doubleCaret:P("^^",{startsExpr:m}),doubleAt:P("@@",{startsExpr:m}),pipeline:v("|>",0),nullishCoalescing:v("??",1),logicalOR:v("||",1),logicalAND:v("&&",2),bitwiseOR:v("|",3),bitwiseXOR:v("^",4),bitwiseAND:v("&",5),equality:v("==/!=/===/!==",6),lt:v("</>/<=/>=",7),gt:v("</>/<=/>=",7),relational:v("</>/<=/>=",7),bitShift:v("<</>>/>>>",8),bitShiftL:v("<</>>/>>>",8),bitShiftR:v("<</>>/>>>",8),plusMin:P("+/-",{beforeExpr:T,binop:9,prefix:z,startsExpr:m}),modulo:P("%",{binop:10,startsExpr:m}),star:P("*",{binop:10}),slash:v("/",10),exponent:P("**",{beforeExpr:T,binop:11,rightAssociative:!0}),_in:A("in",{beforeExpr:T,binop:7}),_instanceof:A("instanceof",{beforeExpr:T,binop:7}),_break:A("break"),_case:A("case",{beforeExpr:T}),_catch:A("catch"),_continue:A("continue"),_debugger:A("debugger"),_default:A("default",{beforeExpr:T}),_else:A("else",{beforeExpr:T}),_finally:A("finally"),_function:A("function",{startsExpr:m}),_if:A("if"),_return:A("return",{beforeExpr:T}),_switch:A("switch"),_throw:A("throw",{beforeExpr:T,prefix:z,startsExpr:m}),_try:A("try"),_var:A("var"),_const:A("const"),_with:A("with"),_new:A("new",{beforeExpr:T,startsExpr:m}),_this:A("this",{startsExpr:m}),_super:A("super",{startsExpr:m}),_class:A("class",{startsExpr:m}),_extends:A("extends",{beforeExpr:T}),_export:A("export"),_import:A("import",{startsExpr:m}),_null:A("null",{startsExpr:m}),_true:A("true",{startsExpr:m}),_false:A("false",{startsExpr:m}),_typeof:A("typeof",{beforeExpr:T,prefix:z,startsExpr:m}),_void:A("void",{beforeExpr:T,prefix:z,startsExpr:m}),_delete:A("delete",{beforeExpr:T,prefix:z,startsExpr:m}),_do:A("do",{isLoop:He,beforeExpr:T}),_for:A("for",{isLoop:He}),_while:A("while",{isLoop:He}),_as:b("as",{startsExpr:m}),_assert:b("assert",{startsExpr:m}),_async:b("async",{startsExpr:m}),_await:b("await",{startsExpr:m}),_from:b("from",{startsExpr:m}),_get:b("get",{startsExpr:m}),_let:b("let",{startsExpr:m}),_meta:b("meta",{startsExpr:m}),_of:b("of",{startsExpr:m}),_sent:b("sent",{startsExpr:m}),_set:b("set",{startsExpr:m}),_static:b("static",{startsExpr:m}),_using:b("using",{startsExpr:m}),_yield:b("yield",{startsExpr:m}),_asserts:b("asserts",{startsExpr:m}),_checks:b("checks",{startsExpr:m}),_exports:b("exports",{startsExpr:m}),_global:b("global",{startsExpr:m}),_implements:b("implements",{startsExpr:m}),_intrinsic:b("intrinsic",{startsExpr:m}),_infer:b("infer",{startsExpr:m}),_is:b("is",{startsExpr:m}),_mixins:b("mixins",{startsExpr:m}),_proto:b("proto",{startsExpr:m}),_require:b("require",{startsExpr:m}),_satisfies:b("satisfies",{startsExpr:m}),_keyof:b("keyof",{startsExpr:m}),_readonly:b("readonly",{startsExpr:m}),_unique:b("unique",{startsExpr:m}),_abstract:b("abstract",{startsExpr:m}),_declare:b("declare",{startsExpr:m}),_enum:b("enum",{startsExpr:m}),_module:b("module",{startsExpr:m}),_namespace:b("namespace",{startsExpr:m}),_interface:b("interface",{startsExpr:m}),_type:b("type",{startsExpr:m}),_opaque:b("opaque",{startsExpr:m}),name:P("name",{startsExpr:m}),string:P("string",{startsExpr:m}),num:P("num",{startsExpr:m}),bigint:P("bigint",{startsExpr:m}),decimal:P("decimal",{startsExpr:m}),regexp:P("regexp",{startsExpr:m}),privateName:P("#name",{startsExpr:m}),eof:P("eof"),jsxName:P("jsxName"),jsxText:P("jsxText",{beforeExpr:!0}),jsxTagStart:P("jsxTagStart",{startsExpr:!0}),jsxTagEnd:P("jsxTagEnd"),placeholder:P("%%",{startsExpr:!0})};function S(a){return a>=93&&a<=130}function Pi(a){return a<=92}function M(a){return a>=58&&a<=130}function Yt(a){return a>=58&&a<=134}function gi(a){return At[a]}function Ze(a){return St[a]}function Ti(a){return a>=29&&a<=33}function Ut(a){return a>=127&&a<=129}function bi(a){return a>=90&&a<=92}function Ct(a){return a>=58&&a<=92}function Ai(a){return a>=39&&a<=59}function Si(a){return a===34}function wi(a){return wt[a]}function Ci(a){return a>=119&&a<=121}function Ei(a){return a>=122&&a<=128}function q(a){return Tt[a]}function Ne(a){return bt[a]}function Ii(a){return a===57}function Me(a){return a>=24&&a<=25}function _(a){return U[a]}U[8].updateContext=a=>{a.pop()},U[5].updateContext=U[7].updateContext=U[23].updateContext=a=>{a.push(w.brace)},U[22].updateContext=a=>{a[a.length-1]===w.template?a.pop():a.push(w.template)},U[140].updateContext=a=>{a.push(w.j_expr,w.j_oTag)};var Et="\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u052F\u0531-\u0556\u0559\u0560-\u0588\u05D0-\u05EA\u05EF-\u05F2\u0620-\u064A\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u0860-\u086A\u0870-\u0887\u0889-\u088E\u08A0-\u08C9\u0904-\u0939\u093D\u0950\u0958-\u0961\u0971-\u0980\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09F0\u09F1\u09FC\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0AF9\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C58-\u0C5A\u0C5D\u0C60\u0C61\u0C80\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D04-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D54-\u0D56\u0D5F-\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E81\u0E82\u0E84\u0E86-\u0E8A\u0E8C-\u0EA3\u0EA5\u0EA7-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u1711\u171F-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u1820-\u1878\u1880-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u1A00-\u1A16\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4C\u1B83-\u1BA0\u1BAE\u1BAF\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1C80-\u1C88\u1C90-\u1CBA\u1CBD-\u1CBF\u1CE9-\u1CEC\u1CEE-\u1CF3\u1CF5\u1CF6\u1CFA\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2071\u207F\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2118-\u211D\u2124\u2126\u2128\u212A-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u3005-\u3007\u3021-\u3029\u3031-\u3035\u3038-\u303C\u3041-\u3096\u309B-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312F\u3131-\u318E\u31A0-\u31BF\u31F0-\u31FF\u3400-\u4DBF\u4E00-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B\uA640-\uA66E\uA67F-\uA69D\uA6A0-\uA6EF\uA717-\uA71F\uA722-\uA788\uA78B-\uA7CA\uA7D0\uA7D1\uA7D3\uA7D5-\uA7D9\uA7F2-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB\uA8FD\uA8FE\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF\uA9E0-\uA9E4\uA9E6-\uA9EF\uA9FA-\uA9FE\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA76\uAA7A\uAA7E-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB69\uAB70-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC",Qt="\u200C\u200D\xB7\u0300-\u036F\u0387\u0483-\u0487\u0591-\u05BD\u05BF\u05C1\u05C2\u05C4\u05C5\u05C7\u0610-\u061A\u064B-\u0669\u0670\u06D6-\u06DC\u06DF-\u06E4\u06E7\u06E8\u06EA-\u06ED\u06F0-\u06F9\u0711\u0730-\u074A\u07A6-\u07B0\u07C0-\u07C9\u07EB-\u07F3\u07FD\u0816-\u0819\u081B-\u0823\u0825-\u0827\u0829-\u082D\u0859-\u085B\u0898-\u089F\u08CA-\u08E1\u08E3-\u0903\u093A-\u093C\u093E-\u094F\u0951-\u0957\u0962\u0963\u0966-\u096F\u0981-\u0983\u09BC\u09BE-\u09C4\u09C7\u09C8\u09CB-\u09CD\u09D7\u09E2\u09E3\u09E6-\u09EF\u09FE\u0A01-\u0A03\u0A3C\u0A3E-\u0A42\u0A47\u0A48\u0A4B-\u0A4D\u0A51\u0A66-\u0A71\u0A75\u0A81-\u0A83\u0ABC\u0ABE-\u0AC5\u0AC7-\u0AC9\u0ACB-\u0ACD\u0AE2\u0AE3\u0AE6-\u0AEF\u0AFA-\u0AFF\u0B01-\u0B03\u0B3C\u0B3E-\u0B44\u0B47\u0B48\u0B4B-\u0B4D\u0B55-\u0B57\u0B62\u0B63\u0B66-\u0B6F\u0B82\u0BBE-\u0BC2\u0BC6-\u0BC8\u0BCA-\u0BCD\u0BD7\u0BE6-\u0BEF\u0C00-\u0C04\u0C3C\u0C3E-\u0C44\u0C46-\u0C48\u0C4A-\u0C4D\u0C55\u0C56\u0C62\u0C63\u0C66-\u0C6F\u0C81-\u0C83\u0CBC\u0CBE-\u0CC4\u0CC6-\u0CC8\u0CCA-\u0CCD\u0CD5\u0CD6\u0CE2\u0CE3\u0CE6-\u0CEF\u0CF3\u0D00-\u0D03\u0D3B\u0D3C\u0D3E-\u0D44\u0D46-\u0D48\u0D4A-\u0D4D\u0D57\u0D62\u0D63\u0D66-\u0D6F\u0D81-\u0D83\u0DCA\u0DCF-\u0DD4\u0DD6\u0DD8-\u0DDF\u0DE6-\u0DEF\u0DF2\u0DF3\u0E31\u0E34-\u0E3A\u0E47-\u0E4E\u0E50-\u0E59\u0EB1\u0EB4-\u0EBC\u0EC8-\u0ECE\u0ED0-\u0ED9\u0F18\u0F19\u0F20-\u0F29\u0F35\u0F37\u0F39\u0F3E\u0F3F\u0F71-\u0F84\u0F86\u0F87\u0F8D-\u0F97\u0F99-\u0FBC\u0FC6\u102B-\u103E\u1040-\u1049\u1056-\u1059\u105E-\u1060\u1062-\u1064\u1067-\u106D\u1071-\u1074\u1082-\u108D\u108F-\u109D\u135D-\u135F\u1369-\u1371\u1712-\u1715\u1732-\u1734\u1752\u1753\u1772\u1773\u17B4-\u17D3\u17DD\u17E0-\u17E9\u180B-\u180D\u180F-\u1819\u18A9\u1920-\u192B\u1930-\u193B\u1946-\u194F\u19D0-\u19DA\u1A17-\u1A1B\u1A55-\u1A5E\u1A60-\u1A7C\u1A7F-\u1A89\u1A90-\u1A99\u1AB0-\u1ABD\u1ABF-\u1ACE\u1B00-\u1B04\u1B34-\u1B44\u1B50-\u1B59\u1B6B-\u1B73\u1B80-\u1B82\u1BA1-\u1BAD\u1BB0-\u1BB9\u1BE6-\u1BF3\u1C24-\u1C37\u1C40-\u1C49\u1C50-\u1C59\u1CD0-\u1CD2\u1CD4-\u1CE8\u1CED\u1CF4\u1CF7-\u1CF9\u1DC0-\u1DFF\u203F\u2040\u2054\u20D0-\u20DC\u20E1\u20E5-\u20F0\u2CEF-\u2CF1\u2D7F\u2DE0-\u2DFF\u302A-\u302F\u3099\u309A\uA620-\uA629\uA66F\uA674-\uA67D\uA69E\uA69F\uA6F0\uA6F1\uA802\uA806\uA80B\uA823-\uA827\uA82C\uA880\uA881\uA8B4-\uA8C5\uA8D0-\uA8D9\uA8E0-\uA8F1\uA8FF-\uA909\uA926-\uA92D\uA947-\uA953\uA980-\uA983\uA9B3-\uA9C0\uA9D0-\uA9D9\uA9E5\uA9F0-\uA9F9\uAA29-\uAA36\uAA43\uAA4C\uAA4D\uAA50-\uAA59\uAA7B-\uAA7D\uAAB0\uAAB2-\uAAB4\uAAB7\uAAB8\uAABE\uAABF\uAAC1\uAAEB-\uAAEF\uAAF5\uAAF6\uABE3-\uABEA\uABEC\uABED\uABF0-\uABF9\uFB1E\uFE00-\uFE0F\uFE20-\uFE2F\uFE33\uFE34\uFE4D-\uFE4F\uFF10-\uFF19\uFF3F",Ni=new RegExp("["+Et+"]"),ki=new RegExp("["+Et+Qt+"]");Et=Qt=null;var Zt=[0,11,2,25,2,18,2,1,2,14,3,13,35,122,70,52,268,28,4,48,48,31,14,29,6,37,11,29,3,35,5,7,2,4,43,157,19,35,5,35,5,39,9,51,13,10,2,14,2,6,2,1,2,10,2,14,2,6,2,1,68,310,10,21,11,7,25,5,2,41,2,8,70,5,3,0,2,43,2,1,4,0,3,22,11,22,10,30,66,18,2,1,11,21,11,25,71,55,7,1,65,0,16,3,2,2,2,28,43,28,4,28,36,7,2,27,28,53,11,21,11,18,14,17,111,72,56,50,14,50,14,35,349,41,7,1,79,28,11,0,9,21,43,17,47,20,28,22,13,52,58,1,3,0,14,44,33,24,27,35,30,0,3,0,9,34,4,0,13,47,15,3,22,0,2,0,36,17,2,24,20,1,64,6,2,0,2,3,2,14,2,9,8,46,39,7,3,1,3,21,2,6,2,1,2,4,4,0,19,0,13,4,159,52,19,3,21,2,31,47,21,1,2,0,185,46,42,3,37,47,21,0,60,42,14,0,72,26,38,6,186,43,117,63,32,7,3,0,3,7,2,1,2,23,16,0,2,0,95,7,3,38,17,0,2,0,29,0,11,39,8,0,22,0,12,45,20,0,19,72,264,8,2,36,18,0,50,29,113,6,2,1,2,37,22,0,26,5,2,1,2,31,15,0,328,18,16,0,2,12,2,33,125,0,80,921,103,110,18,195,2637,96,16,1071,18,5,4026,582,8634,568,8,30,18,78,18,29,19,47,17,3,32,20,6,18,689,63,129,74,6,0,67,12,65,1,2,0,29,6135,9,1237,43,8,8936,3,2,6,2,1,2,290,16,0,30,2,3,0,15,3,9,395,2309,106,6,12,4,8,8,9,5991,84,2,70,2,1,3,0,3,1,3,3,2,11,2,0,2,6,2,64,2,3,3,7,2,6,2,27,2,3,2,4,2,0,4,6,2,339,3,24,2,24,2,30,2,24,2,30,2,24,2,30,2,24,2,30,2,24,2,7,1845,30,7,5,262,61,147,44,11,6,17,0,322,29,19,43,485,27,757,6,2,3,2,1,2,14,2,196,60,67,8,0,1205,3,2,26,2,1,2,0,3,0,2,9,2,3,2,0,2,0,7,0,5,0,2,0,2,0,2,2,2,1,2,0,3,0,2,0,2,0,2,0,2,0,2,1,2,0,3,3,2,6,2,3,2,3,2,0,2,9,2,16,6,2,2,4,2,16,4421,42719,33,4153,7,221,3,5761,15,7472,3104,541,1507,4938,6,4191],vi=[509,0,227,0,150,4,294,9,1368,2,2,1,6,3,41,2,5,0,166,1,574,3,9,9,370,1,81,2,71,10,50,3,123,2,54,14,32,10,3,1,11,3,46,10,8,0,46,9,7,2,37,13,2,9,6,1,45,0,13,2,49,13,9,3,2,11,83,11,7,0,3,0,158,11,6,9,7,3,56,1,2,6,3,1,3,2,10,0,11,1,3,6,4,4,193,17,10,9,5,0,82,19,13,9,214,6,3,8,28,1,83,16,16,9,82,12,9,9,84,14,5,9,243,14,166,9,71,5,2,1,3,3,2,0,2,1,13,9,120,6,3,6,4,0,29,9,41,6,2,3,9,0,10,10,47,15,406,7,2,7,17,9,57,21,2,13,123,5,4,0,2,1,2,6,2,0,9,9,49,4,2,1,2,4,9,9,330,3,10,1,2,0,49,6,4,4,14,9,5351,0,7,14,13835,9,87,9,39,4,60,6,26,9,1014,0,2,54,8,3,82,0,12,1,19628,1,4706,45,3,22,543,4,4,5,9,7,3,6,31,3,149,2,1418,49,513,54,5,49,9,0,15,0,23,4,2,14,1361,6,2,16,3,6,2,1,2,4,101,0,161,6,10,9,357,0,62,13,499,13,983,6,110,6,6,9,4759,9,787719,239];function et(a,t){let e=65536;for(let s=0,i=t.length;s<i;s+=2){if(e+=t[s],e>a)return!1;if(e+=t[s+1],e>=a)return!0}return!1}function j(a){return a<65?a===36:a<=90?!0:a<97?a===95:a<=122?!0:a<=65535?a>=170&&Ni.test(String.fromCharCode(a)):et(a,Zt)}function ee(a){return a<48?a===36:a<58?!0:a<65?!1:a<=90?!0:a<97?a===95:a<=122?!0:a<=65535?a>=170&&ki.test(String.fromCharCode(a)):et(a,Zt)||et(a,vi)}var It={keyword:["break","case","catch","continue","debugger","default","do","else","finally","for","function","if","return","switch","throw","try","var","const","while","with","new","this","super","class","extends","export","import","null","true","false","in","instanceof","typeof","void","delete"],strict:["implements","interface","let","package","private","protected","public","static","yield"],strictBind:["eval","arguments"]},Li=new Set(It.keyword),Di=new Set(It.strict),Mi=new Set(It.strictBind);function es(a,t){return t&&a==="await"||a==="enum"}function ts(a,t){return es(a,t)||Di.has(a)}function ss(a){return Mi.has(a)}function is(a,t){return ts(a,t)||ss(a)}function Oi(a){return Li.has(a)}function Fi(a,t,e){return a===64&&t===64&&j(e)}var Bi=new Set(["break","case","catch","continue","debugger","default","do","else","finally","for","function","if","return","switch","throw","try","var","const","while","with","new","this","super","class","extends","export","import","null","true","false","in","instanceof","typeof","void","delete","implements","interface","let","package","private","protected","public","static","yield","eval","arguments","enum","await"]);function Ri(a){return Bi.has(a)}var Pe=class{constructor(t){this.var=new Set,this.lexical=new Set,this.functions=new Set,this.flags=t}},ge=class{constructor(t,e){this.parser=void 0,this.scopeStack=[],this.inModule=void 0,this.undefinedExports=new Map,this.parser=t,this.inModule=e}get inTopLevel(){return(this.currentScope().flags&1)>0}get inFunction(){return(this.currentVarScopeFlags()&2)>0}get allowSuper(){return(this.currentThisScopeFlags()&16)>0}get allowDirectSuper(){return(this.currentThisScopeFlags()&32)>0}get inClass(){return(this.currentThisScopeFlags()&64)>0}get inClassAndNotInNonArrowFunction(){let t=this.currentThisScopeFlags();return(t&64)>0&&(t&2)===0}get inStaticBlock(){for(let t=this.scopeStack.length-1;;t--){let{flags:e}=this.scopeStack[t];if(e&128)return!0;if(e&451)return!1}}get inNonArrowFunction(){return(this.currentThisScopeFlags()&2)>0}get treatFunctionsAsVar(){return this.treatFunctionsAsVarInScope(this.currentScope())}createScope(t){return new Pe(t)}enter(t){this.scopeStack.push(this.createScope(t))}exit(){return this.scopeStack.pop().flags}treatFunctionsAsVarInScope(t){return!!(t.flags&130||!this.parser.inModule&&t.flags&1)}declareName(t,e,s){let i=this.currentScope();if(e&8||e&16)this.checkRedeclarationInScope(i,t,e,s),e&16?i.functions.add(t):i.lexical.add(t),e&8&&this.maybeExportDefined(i,t);else if(e&4)for(let r=this.scopeStack.length-1;r>=0&&(i=this.scopeStack[r],this.checkRedeclarationInScope(i,t,e,s),i.var.add(t),this.maybeExportDefined(i,t),!(i.flags&387));--r);this.parser.inModule&&i.flags&1&&this.undefinedExports.delete(t)}maybeExportDefined(t,e){this.parser.inModule&&t.flags&1&&this.undefinedExports.delete(e)}checkRedeclarationInScope(t,e,s,i){this.isRedeclaredInScope(t,e,s)&&this.parser.raise(p.VarRedeclaration,{at:i,identifierName:e})}isRedeclaredInScope(t,e,s){return s&1?s&8?t.lexical.has(e)||t.functions.has(e)||t.var.has(e):s&16?t.lexical.has(e)||!this.treatFunctionsAsVarInScope(t)&&t.var.has(e):t.lexical.has(e)&&!(t.flags&8&&t.lexical.values().next().value===e)||!this.treatFunctionsAsVarInScope(t)&&t.functions.has(e):!1}checkLocalExport(t){let{name:e}=t,s=this.scopeStack[0];!s.lexical.has(e)&&!s.var.has(e)&&!s.functions.has(e)&&this.undefinedExports.set(e,t.loc.start)}currentScope(){return this.scopeStack[this.scopeStack.length-1]}currentVarScopeFlags(){for(let t=this.scopeStack.length-1;;t--){let{flags:e}=this.scopeStack[t];if(e&387)return e}}currentThisScopeFlags(){for(let t=this.scopeStack.length-1;;t--){let{flags:e}=this.scopeStack[t];if(e&451&&!(e&4))return e}}},tt=class extends Pe{constructor(...t){super(...t),this.declareFunctions=new Set}},st=class extends ge{createScope(t){return new tt(t)}declareName(t,e,s){let i=this.currentScope();if(e&2048){this.checkRedeclarationInScope(i,t,e,s),this.maybeExportDefined(i,t),i.declareFunctions.add(t);return}super.declareName(t,e,s)}isRedeclaredInScope(t,e,s){return super.isRedeclaredInScope(t,e,s)?!0:s&2048?!t.declareFunctions.has(e)&&(t.lexical.has(e)||t.functions.has(e)):!1}checkLocalExport(t){this.scopeStack[0].declareFunctions.has(t.name)||super.checkLocalExport(t)}},it=class{constructor(){this.sawUnambiguousESM=!1,this.ambiguousScriptDifferentAst=!1}hasPlugin(t){if(typeof t=="string")return this.plugins.has(t);{let[e,s]=t;if(!this.hasPlugin(e))return!1;let i=this.plugins.get(e);for(let r of Object.keys(s))if((i==null?void 0:i[r])!==s[r])return!1;return!0}}getPluginOption(t,e){var s;return(s=this.plugins.get(t))==null?void 0:s[e]}};function rs(a,t){a.trailingComments===void 0?a.trailingComments=t:a.trailingComments.unshift(...t)}function _i(a,t){a.leadingComments===void 0?a.leadingComments=t:a.leadingComments.unshift(...t)}function Te(a,t){a.innerComments===void 0?a.innerComments=t:a.innerComments.unshift(...t)}function de(a,t,e){let s=null,i=t.length;for(;s===null&&i>0;)s=t[--i];s===null||s.start>e.start?Te(a,e.comments):rs(s,e.comments)}var rt=class extends it{addComment(t){this.filename&&(t.loc.filename=this.filename),this.state.comments.push(t)}processComment(t){let{commentStack:e}=this.state,s=e.length;if(s===0)return;let i=s-1,r=e[i];r.start===t.end&&(r.leadingNode=t,i--);let{start:n}=t;for(;i>=0;i--){let o=e[i],h=o.end;if(h>n)o.containingNode=t,this.finalizeComment(o),e.splice(i,1);else{h===n&&(o.trailingNode=t);break}}}finalizeComment(t){let{comments:e}=t;if(t.leadingNode!==null||t.trailingNode!==null)t.leadingNode!==null&&rs(t.leadingNode,e),t.trailingNode!==null&&_i(t.trailingNode,e);else{let{containingNode:s,start:i}=t;if(this.input.charCodeAt(i-1)===44)switch(s.type){case"ObjectExpression":case"ObjectPattern":case"RecordExpression":de(s,s.properties,t);break;case"CallExpression":case"OptionalCallExpression":de(s,s.arguments,t);break;case"FunctionDeclaration":case"FunctionExpression":case"ArrowFunctionExpression":case"ObjectMethod":case"ClassMethod":case"ClassPrivateMethod":de(s,s.params,t);break;case"ArrayExpression":case"ArrayPattern":case"TupleExpression":de(s,s.elements,t);break;case"ExportNamedDeclaration":case"ImportDeclaration":de(s,s.specifiers,t);break;default:Te(s,e)}else Te(s,e)}}finalizeRemainingComments(){let{commentStack:t}=this.state;for(let e=t.length-1;e>=0;e--)this.finalizeComment(t[e]);this.state.commentStack=[]}resetPreviousNodeTrailingComments(t){let{commentStack:e}=this.state,{length:s}=e;if(s===0)return;let i=e[s-1];i.leadingNode===t&&(i.leadingNode=null)}resetPreviousIdentifierLeadingComments(t){let{commentStack:e}=this.state,{length:s}=e;s!==0&&(e[s-1].trailingNode===t?e[s-1].trailingNode=null:s>=2&&e[s-2].trailingNode===t&&(e[s-2].trailingNode=null))}takeSurroundingComments(t,e,s){let{commentStack:i}=this.state,r=i.length;if(r===0)return;let n=r-1;for(;n>=0;n--){let o=i[n],h=o.end;if(o.start===s)o.leadingNode=t;else if(h===e)o.trailingNode=t;else if(h<e)break}}},as=/\r\n?|[\n\u2028\u2029]/,Ee=new RegExp(as.source,"g");function xe(a){switch(a){case 10:case 13:case 8232:case 8233:return!0;default:return!1}}var We=/(?:\s|\/\/.*|\/\*[^]*?\*\/)*/g,ke=/(?:[^\S\n\r\u2028\u2029]|\/\/.*|\/\*.*?\*\/)*/g,jt=new RegExp("(?=("+ke.source+"))\\1"+/(?=[\n\r\u2028\u2029]|\/\*(?!.*?\*\/)|$)/.source,"y");function Ui(a){switch(a){case 9:case 11:case 12:case 32:case 160:case 5760:case 8192:case 8193:case 8194:case 8195:case 8196:case 8197:case 8198:case 8199:case 8200:case 8201:case 8202:case 8239:case 8287:case 12288:case 65279:return!0;default:return!1}}var at=class a{constructor(){this.strict=void 0,this.curLine=void 0,this.lineStart=void 0,this.startLoc=void 0,this.endLoc=void 0,this.errors=[],this.potentialArrowAt=-1,this.noArrowAt=[],this.noArrowParamsConversionAt=[],this.maybeInArrowParameters=!1,this.inType=!1,this.noAnonFunctionType=!1,this.hasFlowComment=!1,this.isAmbientContext=!1,this.inAbstractClass=!1,this.inDisallowConditionalTypesContext=!1,this.topicContext={maxNumOfResolvableTopics:0,maxTopicIndex:null},this.soloAwait=!1,this.inFSharpPipelineDirectBody=!1,this.labels=[],this.comments=[],this.commentStack=[],this.pos=0,this.type=137,this.value=null,this.start=0,this.end=0,this.lastTokEndLoc=null,this.lastTokStartLoc=null,this.lastTokStart=0,this.context=[w.brace],this.canStartJSXElement=!0,this.containsEsc=!1,this.firstInvalidTemplateEscapePos=null,this.strictErrors=new Map,this.tokensLength=0}init({strictMode:t,sourceType:e,startLine:s,startColumn:i}){this.strict=t===!1?!1:t===!0?!0:e==="module",this.curLine=s,this.lineStart=-i,this.startLoc=this.endLoc=new F(s,i,0)}curPosition(){return new F(this.curLine,this.pos-this.lineStart,this.pos)}clone(t){let e=new a,s=Object.keys(this);for(let i=0,r=s.length;i<r;i++){let n=s[i],o=this[n];!t&&Array.isArray(o)&&(o=o.slice()),e[n]=o}return e}},ji=function(t){return t>=48&&t<=57},$t={decBinOct:new Set([46,66,69,79,95,98,101,111]),hex:new Set([46,88,95,120])},Ie={bin:a=>a===48||a===49,oct:a=>a>=48&&a<=55,dec:a=>a>=48&&a<=57,hex:a=>a>=48&&a<=57||a>=65&&a<=70||a>=97&&a<=102};function Vt(a,t,e,s,i,r){let n=e,o=s,h=i,l="",c=null,u=e,{length:f}=t;for(;;){if(e>=f){r.unterminated(n,o,h),l+=t.slice(u,e);break}let d=t.charCodeAt(e);if($i(a,d,t,e)){l+=t.slice(u,e);break}if(d===92){l+=t.slice(u,e);let x=Vi(t,e,s,i,a==="template",r);x.ch===null&&!c?c={pos:e,lineStart:s,curLine:i}:l+=x.ch,{pos:e,lineStart:s,curLine:i}=x,u=e}else d===8232||d===8233?(++e,++i,s=e):d===10||d===13?a==="template"?(l+=t.slice(u,e)+`
4
+ `,++e,d===13&&t.charCodeAt(e)===10&&++e,++i,u=s=e):r.unterminated(n,o,h):++e}return{pos:e,str:l,firstInvalidLoc:c,lineStart:s,curLine:i,containsInvalid:!!c}}function $i(a,t,e,s){return a==="template"?t===96||t===36&&e.charCodeAt(s+1)===123:t===(a==="double"?34:39)}function Vi(a,t,e,s,i,r){let n=!i;t++;let o=l=>({pos:t,ch:l,lineStart:e,curLine:s}),h=a.charCodeAt(t++);switch(h){case 110:return o(`
5
+ `);case 114:return o("\r");case 120:{let l;return{code:l,pos:t}=nt(a,t,e,s,2,!1,n,r),o(l===null?null:String.fromCharCode(l))}case 117:{let l;return{code:l,pos:t}=os(a,t,e,s,n,r),o(l===null?null:String.fromCodePoint(l))}case 116:return o(" ");case 98:return o("\b");case 118:return o("\v");case 102:return o("\f");case 13:a.charCodeAt(t)===10&&++t;case 10:e=t,++s;case 8232:case 8233:return o("");case 56:case 57:if(i)return o(null);r.strictNumericEscape(t-1,e,s);default:if(h>=48&&h<=55){let l=t-1,u=a.slice(l,t+2).match(/^[0-7]+/)[0],f=parseInt(u,8);f>255&&(u=u.slice(0,-1),f=parseInt(u,8)),t+=u.length-1;let d=a.charCodeAt(t);if(u!=="0"||d===56||d===57){if(i)return o(null);r.strictNumericEscape(l,e,s)}return o(String.fromCharCode(f))}return o(String.fromCharCode(h))}}function nt(a,t,e,s,i,r,n,o){let h=t,l;return{n:l,pos:t}=ns(a,t,e,s,16,i,r,!1,o,!n),l===null&&(n?o.invalidEscapeSequence(h,e,s):t=h-1),{code:l,pos:t}}function ns(a,t,e,s,i,r,n,o,h,l){let c=t,u=i===16?$t.hex:$t.decBinOct,f=i===16?Ie.hex:i===10?Ie.dec:i===8?Ie.oct:Ie.bin,d=!1,x=0;for(let I=0,C=r??1/0;I<C;++I){let E=a.charCodeAt(t),N;if(E===95&&o!=="bail"){let Ce=a.charCodeAt(t-1),ce=a.charCodeAt(t+1);if(o){if(Number.isNaN(ce)||!f(ce)||u.has(Ce)||u.has(ce)){if(l)return{n:null,pos:t};h.unexpectedNumericSeparator(t,e,s)}}else{if(l)return{n:null,pos:t};h.numericSeparatorInEscapeSequence(t,e,s)}++t;continue}if(E>=97?N=E-97+10:E>=65?N=E-65+10:ji(E)?N=E-48:N=1/0,N>=i){if(N<=9&&l)return{n:null,pos:t};if(N<=9&&h.invalidDigit(t,e,s,i))N=0;else if(n)N=0,d=!0;else break}++t,x=x*i+N}return t===c||r!=null&&t-c!==r||d?{n:null,pos:t}:{n:x,pos:t}}function os(a,t,e,s,i,r){let n=a.charCodeAt(t),o;if(n===123){if(++t,{code:o,pos:t}=nt(a,t,e,s,a.indexOf("}",t)-t,!0,i,r),++t,o!==null&&o>1114111)if(i)r.invalidCodePoint(t,e,s);else return{code:null,pos:t}}else({code:o,pos:t}=nt(a,t,e,s,4,!1,i,r));return{code:o,pos:t}}var zi=["at"],Ki=["at"];function fe(a,t,e){return new F(e,a-t,a)}var qi=new Set([103,109,115,105,121,117,100,118]),O=class{constructor(t){this.type=t.type,this.value=t.value,this.start=t.start,this.end=t.end,this.loc=new ie(t.startLoc,t.endLoc)}},ot=class extends rt{constructor(t,e){super(),this.isLookahead=void 0,this.tokens=[],this.errorHandlers_readInt={invalidDigit:(s,i,r,n)=>this.options.errorRecovery?(this.raise(p.InvalidDigit,{at:fe(s,i,r),radix:n}),!0):!1,numericSeparatorInEscapeSequence:this.errorBuilder(p.NumericSeparatorInEscapeSequence),unexpectedNumericSeparator:this.errorBuilder(p.UnexpectedNumericSeparator)},this.errorHandlers_readCodePoint=Object.assign({},this.errorHandlers_readInt,{invalidEscapeSequence:this.errorBuilder(p.InvalidEscapeSequence),invalidCodePoint:this.errorBuilder(p.InvalidCodePoint)}),this.errorHandlers_readStringContents_string=Object.assign({},this.errorHandlers_readCodePoint,{strictNumericEscape:(s,i,r)=>{this.recordStrictModeErrors(p.StrictNumericEscape,{at:fe(s,i,r)})},unterminated:(s,i,r)=>{throw this.raise(p.UnterminatedString,{at:fe(s-1,i,r)})}}),this.errorHandlers_readStringContents_template=Object.assign({},this.errorHandlers_readCodePoint,{strictNumericEscape:this.errorBuilder(p.StrictNumericEscape),unterminated:(s,i,r)=>{throw this.raise(p.UnterminatedTemplate,{at:fe(s,i,r)})}}),this.state=new at,this.state.init(t),this.input=e,this.length=e.length,this.isLookahead=!1}pushToken(t){this.tokens.length=this.state.tokensLength,this.tokens.push(t),++this.state.tokensLength}next(){this.checkKeywordEscapes(),this.options.tokens&&this.pushToken(new O(this.state)),this.state.lastTokStart=this.state.start,this.state.lastTokEndLoc=this.state.endLoc,this.state.lastTokStartLoc=this.state.startLoc,this.nextToken()}eat(t){return this.match(t)?(this.next(),!0):!1}match(t){return this.state.type===t}createLookaheadState(t){return{pos:t.pos,value:null,type:t.type,start:t.start,end:t.end,context:[this.curContext()],inType:t.inType,startLoc:t.startLoc,lastTokEndLoc:t.lastTokEndLoc,curLine:t.curLine,lineStart:t.lineStart,curPosition:t.curPosition}}lookahead(){let t=this.state;this.state=this.createLookaheadState(t),this.isLookahead=!0,this.nextToken(),this.isLookahead=!1;let e=this.state;return this.state=t,e}nextTokenStart(){return this.nextTokenStartSince(this.state.pos)}nextTokenStartSince(t){return We.lastIndex=t,We.test(this.input)?We.lastIndex:t}lookaheadCharCode(){return this.input.charCodeAt(this.nextTokenStart())}nextTokenInLineStart(){return this.nextTokenInLineStartSince(this.state.pos)}nextTokenInLineStartSince(t){return ke.lastIndex=t,ke.test(this.input)?ke.lastIndex:t}lookaheadInLineCharCode(){return this.input.charCodeAt(this.nextTokenInLineStart())}codePointAtPos(t){let e=this.input.charCodeAt(t);if((e&64512)===55296&&++t<this.input.length){let s=this.input.charCodeAt(t);(s&64512)===56320&&(e=65536+((e&1023)<<10)+(s&1023))}return e}setStrict(t){this.state.strict=t,t&&(this.state.strictErrors.forEach(([e,s])=>this.raise(e,{at:s})),this.state.strictErrors.clear())}curContext(){return this.state.context[this.state.context.length-1]}nextToken(){if(this.skipSpace(),this.state.start=this.state.pos,this.isLookahead||(this.state.startLoc=this.state.curPosition()),this.state.pos>=this.length){this.finishToken(137);return}this.getTokenFromCode(this.codePointAtPos(this.state.pos))}skipBlockComment(t){let e;this.isLookahead||(e=this.state.curPosition());let s=this.state.pos,i=this.input.indexOf(t,s+2);if(i===-1)throw this.raise(p.UnterminatedComment,{at:this.state.curPosition()});for(this.state.pos=i+t.length,Ee.lastIndex=s+2;Ee.test(this.input)&&Ee.lastIndex<=i;)++this.state.curLine,this.state.lineStart=Ee.lastIndex;if(this.isLookahead)return;let r={type:"CommentBlock",value:this.input.slice(s+2,i),start:s,end:i+t.length,loc:new ie(e,this.state.curPosition())};return this.options.tokens&&this.pushToken(r),r}skipLineComment(t){let e=this.state.pos,s;this.isLookahead||(s=this.state.curPosition());let i=this.input.charCodeAt(this.state.pos+=t);if(this.state.pos<this.length)for(;!xe(i)&&++this.state.pos<this.length;)i=this.input.charCodeAt(this.state.pos);if(this.isLookahead)return;let r=this.state.pos,o={type:"CommentLine",value:this.input.slice(e+t,r),start:e,end:r,loc:new ie(s,this.state.curPosition())};return this.options.tokens&&this.pushToken(o),o}skipSpace(){let t=this.state.pos,e=[];e:for(;this.state.pos<this.length;){let s=this.input.charCodeAt(this.state.pos);switch(s){case 32:case 160:case 9:++this.state.pos;break;case 13:this.input.charCodeAt(this.state.pos+1)===10&&++this.state.pos;case 10:case 8232:case 8233:++this.state.pos,++this.state.curLine,this.state.lineStart=this.state.pos;break;case 47:switch(this.input.charCodeAt(this.state.pos+1)){case 42:{let i=this.skipBlockComment("*/");i!==void 0&&(this.addComment(i),this.options.attachComment&&e.push(i));break}case 47:{let i=this.skipLineComment(2);i!==void 0&&(this.addComment(i),this.options.attachComment&&e.push(i));break}default:break e}break;default:if(Ui(s))++this.state.pos;else if(s===45&&!this.inModule&&this.options.annexB){let i=this.state.pos;if(this.input.charCodeAt(i+1)===45&&this.input.charCodeAt(i+2)===62&&(t===0||this.state.lineStart>t)){let r=this.skipLineComment(3);r!==void 0&&(this.addComment(r),this.options.attachComment&&e.push(r))}else break e}else if(s===60&&!this.inModule&&this.options.annexB){let i=this.state.pos;if(this.input.charCodeAt(i+1)===33&&this.input.charCodeAt(i+2)===45&&this.input.charCodeAt(i+3)===45){let r=this.skipLineComment(4);r!==void 0&&(this.addComment(r),this.options.attachComment&&e.push(r))}else break e}else break e}}if(e.length>0){let s=this.state.pos,i={start:t,end:s,comments:e,leadingNode:null,trailingNode:null,containingNode:null};this.state.commentStack.push(i)}}finishToken(t,e){this.state.end=this.state.pos,this.state.endLoc=this.state.curPosition();let s=this.state.type;this.state.type=t,this.state.value=e,this.isLookahead||this.updateContext(s)}replaceToken(t){this.state.type=t,this.updateContext()}readToken_numberSign(){if(this.state.pos===0&&this.readToken_interpreter())return;let t=this.state.pos+1,e=this.codePointAtPos(t);if(e>=48&&e<=57)throw this.raise(p.UnexpectedDigitAfterHash,{at:this.state.curPosition()});if(e===123||e===91&&this.hasPlugin("recordAndTuple")){if(this.expectPlugin("recordAndTuple"),this.getPluginOption("recordAndTuple","syntaxType")==="bar")throw this.raise(e===123?p.RecordExpressionHashIncorrectStartSyntaxType:p.TupleExpressionHashIncorrectStartSyntaxType,{at:this.state.curPosition()});this.state.pos+=2,e===123?this.finishToken(7):this.finishToken(1)}else j(e)?(++this.state.pos,this.finishToken(136,this.readWord1(e))):e===92?(++this.state.pos,this.finishToken(136,this.readWord1())):this.finishOp(27,1)}readToken_dot(){let t=this.input.charCodeAt(this.state.pos+1);if(t>=48&&t<=57){this.readNumber(!0);return}t===46&&this.input.charCodeAt(this.state.pos+2)===46?(this.state.pos+=3,this.finishToken(21)):(++this.state.pos,this.finishToken(16))}readToken_slash(){this.input.charCodeAt(this.state.pos+1)===61?this.finishOp(31,2):this.finishOp(56,1)}readToken_interpreter(){if(this.state.pos!==0||this.length<2)return!1;let t=this.input.charCodeAt(this.state.pos+1);if(t!==33)return!1;let e=this.state.pos;for(this.state.pos+=1;!xe(t)&&++this.state.pos<this.length;)t=this.input.charCodeAt(this.state.pos);let s=this.input.slice(e+2,this.state.pos);return this.finishToken(28,s),!0}readToken_mult_modulo(t){let e=t===42?55:54,s=1,i=this.input.charCodeAt(this.state.pos+1);t===42&&i===42&&(s++,i=this.input.charCodeAt(this.state.pos+2),e=57),i===61&&!this.state.inType&&(s++,e=t===37?33:30),this.finishOp(e,s)}readToken_pipe_amp(t){let e=this.input.charCodeAt(this.state.pos+1);if(e===t){this.input.charCodeAt(this.state.pos+2)===61?this.finishOp(30,3):this.finishOp(t===124?41:42,2);return}if(t===124){if(e===62){this.finishOp(39,2);return}if(this.hasPlugin("recordAndTuple")&&e===125){if(this.getPluginOption("recordAndTuple","syntaxType")!=="bar")throw this.raise(p.RecordExpressionBarIncorrectEndSyntaxType,{at:this.state.curPosition()});this.state.pos+=2,this.finishToken(9);return}if(this.hasPlugin("recordAndTuple")&&e===93){if(this.getPluginOption("recordAndTuple","syntaxType")!=="bar")throw this.raise(p.TupleExpressionBarIncorrectEndSyntaxType,{at:this.state.curPosition()});this.state.pos+=2,this.finishToken(4);return}}if(e===61){this.finishOp(30,2);return}this.finishOp(t===124?43:45,1)}readToken_caret(){let t=this.input.charCodeAt(this.state.pos+1);t===61&&!this.state.inType?this.finishOp(32,2):t===94&&this.hasPlugin(["pipelineOperator",{proposal:"hack",topicToken:"^^"}])?(this.finishOp(37,2),this.input.codePointAt(this.state.pos)===94&&this.unexpected()):this.finishOp(44,1)}readToken_atSign(){this.input.charCodeAt(this.state.pos+1)===64&&this.hasPlugin(["pipelineOperator",{proposal:"hack",topicToken:"@@"}])?this.finishOp(38,2):this.finishOp(26,1)}readToken_plus_min(t){let e=this.input.charCodeAt(this.state.pos+1);if(e===t){this.finishOp(34,2);return}e===61?this.finishOp(30,2):this.finishOp(53,1)}readToken_lt(){let{pos:t}=this.state,e=this.input.charCodeAt(t+1);if(e===60){if(this.input.charCodeAt(t+2)===61){this.finishOp(30,3);return}this.finishOp(51,2);return}if(e===61){this.finishOp(49,2);return}this.finishOp(47,1)}readToken_gt(){let{pos:t}=this.state,e=this.input.charCodeAt(t+1);if(e===62){let s=this.input.charCodeAt(t+2)===62?3:2;if(this.input.charCodeAt(t+s)===61){this.finishOp(30,s+1);return}this.finishOp(52,s);return}if(e===61){this.finishOp(49,2);return}this.finishOp(48,1)}readToken_eq_excl(t){let e=this.input.charCodeAt(this.state.pos+1);if(e===61){this.finishOp(46,this.input.charCodeAt(this.state.pos+2)===61?3:2);return}if(t===61&&e===62){this.state.pos+=2,this.finishToken(19);return}this.finishOp(t===61?29:35,1)}readToken_question(){let t=this.input.charCodeAt(this.state.pos+1),e=this.input.charCodeAt(this.state.pos+2);t===63?e===61?this.finishOp(30,3):this.finishOp(40,2):t===46&&!(e>=48&&e<=57)?(this.state.pos+=2,this.finishToken(18)):(++this.state.pos,this.finishToken(17))}getTokenFromCode(t){switch(t){case 46:this.readToken_dot();return;case 40:++this.state.pos,this.finishToken(10);return;case 41:++this.state.pos,this.finishToken(11);return;case 59:++this.state.pos,this.finishToken(13);return;case 44:++this.state.pos,this.finishToken(12);return;case 91:if(this.hasPlugin("recordAndTuple")&&this.input.charCodeAt(this.state.pos+1)===124){if(this.getPluginOption("recordAndTuple","syntaxType")!=="bar")throw this.raise(p.TupleExpressionBarIncorrectStartSyntaxType,{at:this.state.curPosition()});this.state.pos+=2,this.finishToken(2)}else++this.state.pos,this.finishToken(0);return;case 93:++this.state.pos,this.finishToken(3);return;case 123:if(this.hasPlugin("recordAndTuple")&&this.input.charCodeAt(this.state.pos+1)===124){if(this.getPluginOption("recordAndTuple","syntaxType")!=="bar")throw this.raise(p.RecordExpressionBarIncorrectStartSyntaxType,{at:this.state.curPosition()});this.state.pos+=2,this.finishToken(6)}else++this.state.pos,this.finishToken(5);return;case 125:++this.state.pos,this.finishToken(8);return;case 58:this.hasPlugin("functionBind")&&this.input.charCodeAt(this.state.pos+1)===58?this.finishOp(15,2):(++this.state.pos,this.finishToken(14));return;case 63:this.readToken_question();return;case 96:this.readTemplateToken();return;case 48:{let e=this.input.charCodeAt(this.state.pos+1);if(e===120||e===88){this.readRadixNumber(16);return}if(e===111||e===79){this.readRadixNumber(8);return}if(e===98||e===66){this.readRadixNumber(2);return}}case 49:case 50:case 51:case 52:case 53:case 54:case 55:case 56:case 57:this.readNumber(!1);return;case 34:case 39:this.readString(t);return;case 47:this.readToken_slash();return;case 37:case 42:this.readToken_mult_modulo(t);return;case 124:case 38:this.readToken_pipe_amp(t);return;case 94:this.readToken_caret();return;case 43:case 45:this.readToken_plus_min(t);return;case 60:this.readToken_lt();return;case 62:this.readToken_gt();return;case 61:case 33:this.readToken_eq_excl(t);return;case 126:this.finishOp(36,1);return;case 64:this.readToken_atSign();return;case 35:this.readToken_numberSign();return;case 92:this.readWord();return;default:if(j(t)){this.readWord(t);return}}throw this.raise(p.InvalidOrUnexpectedToken,{at:this.state.curPosition(),unexpected:String.fromCodePoint(t)})}finishOp(t,e){let s=this.input.slice(this.state.pos,this.state.pos+e);this.state.pos+=e,this.finishToken(t,s)}readRegexp(){let t=this.state.startLoc,e=this.state.start+1,s,i,{pos:r}=this.state;for(;;++r){if(r>=this.length)throw this.raise(p.UnterminatedRegExp,{at:L(t,1)});let l=this.input.charCodeAt(r);if(xe(l))throw this.raise(p.UnterminatedRegExp,{at:L(t,1)});if(s)s=!1;else{if(l===91)i=!0;else if(l===93&&i)i=!1;else if(l===47&&!i)break;s=l===92}}let n=this.input.slice(e,r);++r;let o="",h=()=>L(t,r+2-e);for(;r<this.length;){let l=this.codePointAtPos(r),c=String.fromCharCode(l);if(qi.has(l))l===118?o.includes("u")&&this.raise(p.IncompatibleRegExpUVFlags,{at:h()}):l===117&&o.includes("v")&&this.raise(p.IncompatibleRegExpUVFlags,{at:h()}),o.includes(c)&&this.raise(p.DuplicateRegExpFlags,{at:h()});else if(ee(l)||l===92)this.raise(p.MalformedRegExpFlags,{at:h()});else break;++r,o+=c}this.state.pos=r,this.finishToken(135,{pattern:n,flags:o})}readInt(t,e,s=!1,i=!0){let{n:r,pos:n}=ns(this.input,this.state.pos,this.state.lineStart,this.state.curLine,t,e,s,i,this.errorHandlers_readInt,!1);return this.state.pos=n,r}readRadixNumber(t){let e=this.state.curPosition(),s=!1;this.state.pos+=2;let i=this.readInt(t);i==null&&this.raise(p.InvalidDigit,{at:L(e,2),radix:t});let r=this.input.charCodeAt(this.state.pos);if(r===110)++this.state.pos,s=!0;else if(r===109)throw this.raise(p.InvalidDecimal,{at:e});if(j(this.codePointAtPos(this.state.pos)))throw this.raise(p.NumberIdentifier,{at:this.state.curPosition()});if(s){let n=this.input.slice(e.index,this.state.pos).replace(/[_n]/g,"");this.finishToken(133,n);return}this.finishToken(132,i)}readNumber(t){let e=this.state.pos,s=this.state.curPosition(),i=!1,r=!1,n=!1,o=!1,h=!1;!t&&this.readInt(10)===null&&this.raise(p.InvalidNumber,{at:this.state.curPosition()});let l=this.state.pos-e>=2&&this.input.charCodeAt(e)===48;if(l){let d=this.input.slice(e,this.state.pos);if(this.recordStrictModeErrors(p.StrictOctalLiteral,{at:s}),!this.state.strict){let x=d.indexOf("_");x>0&&this.raise(p.ZeroDigitNumericSeparator,{at:L(s,x)})}h=l&&!/[89]/.test(d)}let c=this.input.charCodeAt(this.state.pos);if(c===46&&!h&&(++this.state.pos,this.readInt(10),i=!0,c=this.input.charCodeAt(this.state.pos)),(c===69||c===101)&&!h&&(c=this.input.charCodeAt(++this.state.pos),(c===43||c===45)&&++this.state.pos,this.readInt(10)===null&&this.raise(p.InvalidOrMissingExponent,{at:s}),i=!0,o=!0,c=this.input.charCodeAt(this.state.pos)),c===110&&((i||l)&&this.raise(p.InvalidBigIntLiteral,{at:s}),++this.state.pos,r=!0),c===109&&(this.expectPlugin("decimal",this.state.curPosition()),(o||l)&&this.raise(p.InvalidDecimal,{at:s}),++this.state.pos,n=!0),j(this.codePointAtPos(this.state.pos)))throw this.raise(p.NumberIdentifier,{at:this.state.curPosition()});let u=this.input.slice(e,this.state.pos).replace(/[_mn]/g,"");if(r){this.finishToken(133,u);return}if(n){this.finishToken(134,u);return}let f=h?parseInt(u,8):parseFloat(u);this.finishToken(132,f)}readCodePoint(t){let{code:e,pos:s}=os(this.input,this.state.pos,this.state.lineStart,this.state.curLine,t,this.errorHandlers_readCodePoint);return this.state.pos=s,e}readString(t){let{str:e,pos:s,curLine:i,lineStart:r}=Vt(t===34?"double":"single",this.input,this.state.pos+1,this.state.lineStart,this.state.curLine,this.errorHandlers_readStringContents_string);this.state.pos=s+1,this.state.lineStart=r,this.state.curLine=i,this.finishToken(131,e)}readTemplateContinuation(){this.match(8)||this.unexpected(null,8),this.state.pos--,this.readTemplateToken()}readTemplateToken(){let t=this.input[this.state.pos],{str:e,firstInvalidLoc:s,pos:i,curLine:r,lineStart:n}=Vt("template",this.input,this.state.pos+1,this.state.lineStart,this.state.curLine,this.errorHandlers_readStringContents_template);this.state.pos=i+1,this.state.lineStart=n,this.state.curLine=r,s&&(this.state.firstInvalidTemplateEscapePos=new F(s.curLine,s.pos-s.lineStart,s.pos)),this.input.codePointAt(i)===96?this.finishToken(24,s?null:t+e+"`"):(this.state.pos++,this.finishToken(25,s?null:t+e+"${"))}recordStrictModeErrors(t,{at:e}){let s=e.index;this.state.strict&&!this.state.strictErrors.has(s)?this.raise(t,{at:e}):this.state.strictErrors.set(s,[t,e])}readWord1(t){this.state.containsEsc=!1;let e="",s=this.state.pos,i=this.state.pos;for(t!==void 0&&(this.state.pos+=t<=65535?1:2);this.state.pos<this.length;){let r=this.codePointAtPos(this.state.pos);if(ee(r))this.state.pos+=r<=65535?1:2;else if(r===92){this.state.containsEsc=!0,e+=this.input.slice(i,this.state.pos);let n=this.state.curPosition(),o=this.state.pos===s?j:ee;if(this.input.charCodeAt(++this.state.pos)!==117){this.raise(p.MissingUnicodeEscape,{at:this.state.curPosition()}),i=this.state.pos-1;continue}++this.state.pos;let h=this.readCodePoint(!0);h!==null&&(o(h)||this.raise(p.EscapedCharNotAnIdentifier,{at:n}),e+=String.fromCodePoint(h)),i=this.state.pos}else break}return e+this.input.slice(i,this.state.pos)}readWord(t){let e=this.readWord1(t),s=gt.get(e);s!==void 0?this.finishToken(s,q(s)):this.finishToken(130,e)}checkKeywordEscapes(){let{type:t}=this.state;Ct(t)&&this.state.containsEsc&&this.raise(p.InvalidEscapedReservedWord,{at:this.state.startLoc,reservedWord:q(t)})}raise(t,e){let{at:s}=e,i=Le(e,zi),r=s instanceof F?s:s.loc.start,n=t({loc:r,details:i});if(!this.options.errorRecovery)throw n;return this.isLookahead||this.state.errors.push(n),n}raiseOverwrite(t,e){let{at:s}=e,i=Le(e,Ki),r=s instanceof F?s:s.loc.start,n=r.index,o=this.state.errors;for(let h=o.length-1;h>=0;h--){let l=o[h];if(l.loc.index===n)return o[h]=t({loc:r,details:i});if(l.loc.index<n)break}return this.raise(t,e)}updateContext(t){}unexpected(t,e){throw this.raise(p.UnexpectedToken,{expected:e?q(e):null,at:t??this.state.startLoc})}expectPlugin(t,e){if(this.hasPlugin(t))return!0;throw this.raise(p.MissingPlugin,{at:e??this.state.startLoc,missingPlugin:[t]})}expectOnePlugin(t){if(!t.some(e=>this.hasPlugin(e)))throw this.raise(p.MissingOneOfPlugins,{at:this.state.startLoc,missingPlugin:t})}errorBuilder(t){return(e,s,i)=>{this.raise(t,{at:fe(e,s,i)})}}},ht=class{constructor(){this.privateNames=new Set,this.loneAccessors=new Map,this.undefinedPrivateNames=new Map}},lt=class{constructor(t){this.parser=void 0,this.stack=[],this.undefinedPrivateNames=new Map,this.parser=t}current(){return this.stack[this.stack.length-1]}enter(){this.stack.push(new ht)}exit(){let t=this.stack.pop(),e=this.current();for(let[s,i]of Array.from(t.undefinedPrivateNames))e?e.undefinedPrivateNames.has(s)||e.undefinedPrivateNames.set(s,i):this.parser.raise(p.InvalidPrivateFieldResolution,{at:i,identifierName:s})}declarePrivateName(t,e,s){let{privateNames:i,loneAccessors:r,undefinedPrivateNames:n}=this.current(),o=i.has(t);if(e&3){let h=o&&r.get(t);if(h){let l=h&4,c=e&4,u=h&3,f=e&3;o=u===f||l!==c,o||r.delete(t)}else o||r.set(t,e)}o&&this.parser.raise(p.PrivateNameRedeclaration,{at:s,identifierName:t}),i.add(t),n.delete(t)}usePrivateName(t,e){let s;for(s of this.stack)if(s.privateNames.has(t))return;s?s.undefinedPrivateNames.set(t,e):this.parser.raise(p.InvalidPrivateFieldResolution,{at:e,identifierName:t})}},re=class{constructor(t=0){this.type=t}canBeArrowParameterDeclaration(){return this.type===2||this.type===1}isCertainlyParameterDeclaration(){return this.type===3}},Oe=class extends re{constructor(t){super(t),this.declarationErrors=new Map}recordDeclarationError(t,{at:e}){let s=e.index;this.declarationErrors.set(s,[t,e])}clearDeclarationError(t){this.declarationErrors.delete(t)}iterateErrors(t){this.declarationErrors.forEach(t)}},ct=class{constructor(t){this.parser=void 0,this.stack=[new re],this.parser=t}enter(t){this.stack.push(t)}exit(){this.stack.pop()}recordParameterInitializerError(t,{at:e}){let s={at:e.loc.start},{stack:i}=this,r=i.length-1,n=i[r];for(;!n.isCertainlyParameterDeclaration();){if(n.canBeArrowParameterDeclaration())n.recordDeclarationError(t,s);else return;n=i[--r]}this.parser.raise(t,s)}recordArrowParameterBindingError(t,{at:e}){let{stack:s}=this,i=s[s.length-1],r={at:e.loc.start};if(i.isCertainlyParameterDeclaration())this.parser.raise(t,r);else if(i.canBeArrowParameterDeclaration())i.recordDeclarationError(t,r);else return}recordAsyncArrowParametersError({at:t}){let{stack:e}=this,s=e.length-1,i=e[s];for(;i.canBeArrowParameterDeclaration();)i.type===2&&i.recordDeclarationError(p.AwaitBindingIdentifier,{at:t}),i=e[--s]}validateAsPattern(){let{stack:t}=this,e=t[t.length-1];e.canBeArrowParameterDeclaration()&&e.iterateErrors(([s,i])=>{this.parser.raise(s,{at:i});let r=t.length-2,n=t[r];for(;n.canBeArrowParameterDeclaration();)n.clearDeclarationError(i.index),n=t[--r]})}};function Hi(){return new re(3)}function Wi(){return new Oe(1)}function Ji(){return new Oe(2)}function hs(){return new re}var te=0,ls=1,Be=2,cs=4,Q=8,pt=class{constructor(){this.stacks=[]}enter(t){this.stacks.push(t)}exit(){this.stacks.pop()}currentFlags(){return this.stacks[this.stacks.length-1]}get hasAwait(){return(this.currentFlags()&Be)>0}get hasYield(){return(this.currentFlags()&ls)>0}get hasReturn(){return(this.currentFlags()&cs)>0}get hasIn(){return(this.currentFlags()&Q)>0}};function ve(a,t){return(a?Be:0)|(t?ls:0)}var ut=class extends ot{addExtra(t,e,s,i=!0){if(!t)return;let r=t.extra=t.extra||{};i?r[e]=s:Object.defineProperty(r,e,{enumerable:i,value:s})}isContextual(t){return this.state.type===t&&!this.state.containsEsc}isUnparsedContextual(t,e){let s=t+e.length;if(this.input.slice(t,s)===e){let i=this.input.charCodeAt(s);return!(ee(i)||(i&64512)===55296)}return!1}isLookaheadContextual(t){let e=this.nextTokenStart();return this.isUnparsedContextual(e,t)}eatContextual(t){return this.isContextual(t)?(this.next(),!0):!1}expectContextual(t,e){if(!this.eatContextual(t)){if(e!=null)throw this.raise(e,{at:this.state.startLoc});this.unexpected(null,t)}}canInsertSemicolon(){return this.match(137)||this.match(8)||this.hasPrecedingLineBreak()}hasPrecedingLineBreak(){return as.test(this.input.slice(this.state.lastTokEndLoc.index,this.state.start))}hasFollowingLineBreak(){return jt.lastIndex=this.state.end,jt.test(this.input)}isLineTerminator(){return this.eat(13)||this.canInsertSemicolon()}semicolon(t=!0){(t?this.isLineTerminator():this.eat(13))||this.raise(p.MissingSemicolon,{at:this.state.lastTokEndLoc})}expect(t,e){this.eat(t)||this.unexpected(e,t)}tryParse(t,e=this.state.clone()){let s={node:null};try{let i=t((r=null)=>{throw s.node=r,s});if(this.state.errors.length>e.errors.length){let r=this.state;return this.state=e,this.state.tokensLength=r.tokensLength,{node:i,error:r.errors[e.errors.length],thrown:!1,aborted:!1,failState:r}}return{node:i,error:null,thrown:!1,aborted:!1,failState:null}}catch(i){let r=this.state;if(this.state=e,i instanceof SyntaxError)return{node:null,error:i,thrown:!0,aborted:!1,failState:r};if(i===s)return{node:s.node,error:null,thrown:!1,aborted:!0,failState:r};throw i}}checkExpressionErrors(t,e){if(!t)return!1;let{shorthandAssignLoc:s,doubleProtoLoc:i,privateKeyLoc:r,optionalParametersLoc:n}=t,o=!!s||!!i||!!n||!!r;if(!e)return o;s!=null&&this.raise(p.InvalidCoverInitializedName,{at:s}),i!=null&&this.raise(p.DuplicateProto,{at:i}),r!=null&&this.raise(p.UnexpectedPrivateField,{at:r}),n!=null&&this.unexpected(n)}isLiteralPropertyName(){return Yt(this.state.type)}isPrivateName(t){return t.type==="PrivateName"}getPrivateNameSV(t){return t.id.name}hasPropertyAsPrivateName(t){return(t.type==="MemberExpression"||t.type==="OptionalMemberExpression")&&this.isPrivateName(t.property)}isObjectProperty(t){return t.type==="ObjectProperty"}isObjectMethod(t){return t.type==="ObjectMethod"}initializeScopes(t=this.options.sourceType==="module"){let e=this.state.labels;this.state.labels=[];let s=this.exportedIdentifiers;this.exportedIdentifiers=new Set;let i=this.inModule;this.inModule=t;let r=this.scope,n=this.getScopeHandler();this.scope=new n(this,t);let o=this.prodParam;this.prodParam=new pt;let h=this.classScope;this.classScope=new lt(this);let l=this.expressionScope;return this.expressionScope=new ct(this),()=>{this.state.labels=e,this.exportedIdentifiers=s,this.inModule=i,this.scope=r,this.prodParam=o,this.classScope=h,this.expressionScope=l}}enterInitialScopes(){let t=te;this.inModule&&(t|=Be),this.scope.enter(1),this.prodParam.enter(t)}checkDestructuringPrivate(t){let{privateKeyLoc:e}=t;e!==null&&this.expectPlugin("destructuringPrivate",e)}},se=class{constructor(){this.shorthandAssignLoc=null,this.doubleProtoLoc=null,this.privateKeyLoc=null,this.optionalParametersLoc=null}},ae=class{constructor(t,e,s){this.type="",this.start=e,this.end=0,this.loc=new ie(s),t!=null&&t.options.ranges&&(this.range=[e,0]),t!=null&&t.filename&&(this.loc.filename=t.filename)}},Nt=ae.prototype;Nt.__clone=function(){let a=new ae(void 0,this.start,this.loc.start),t=Object.keys(this);for(let e=0,s=t.length;e<s;e++){let i=t[e];i!=="leadingComments"&&i!=="trailingComments"&&i!=="innerComments"&&(a[i]=this[i])}return a};function Xi(a){return V(a)}function V(a){let{type:t,start:e,end:s,loc:i,range:r,extra:n,name:o}=a,h=Object.create(Nt);return h.type=t,h.start=e,h.end=s,h.loc=i,h.range=r,h.extra=n,h.name=o,t==="Placeholder"&&(h.expectedNode=a.expectedNode),h}function Gi(a){let{type:t,start:e,end:s,loc:i,range:r,extra:n}=a;if(t==="Placeholder")return Xi(a);let o=Object.create(Nt);return o.type=t,o.start=e,o.end=s,o.loc=i,o.range=r,a.raw!==void 0?o.raw=a.raw:o.extra=n,o.value=a.value,o}var dt=class extends ut{startNode(){return new ae(this,this.state.start,this.state.startLoc)}startNodeAt(t){return new ae(this,t.index,t)}startNodeAtNode(t){return this.startNodeAt(t.loc.start)}finishNode(t,e){return this.finishNodeAt(t,e,this.state.lastTokEndLoc)}finishNodeAt(t,e,s){return t.type=e,t.end=s.index,t.loc.end=s,this.options.ranges&&(t.range[1]=s.index),this.options.attachComment&&this.processComment(t),t}resetStartLocation(t,e){t.start=e.index,t.loc.start=e,this.options.ranges&&(t.range[0]=e.index)}resetEndLocation(t,e=this.state.lastTokEndLoc){t.end=e.index,t.loc.end=e,this.options.ranges&&(t.range[1]=e.index)}resetStartLocationFromNode(t,e){this.resetStartLocation(t,e.loc.start)}},Yi=new Set(["_","any","bool","boolean","empty","extends","false","interface","mixed","null","number","static","string","true","typeof","void"]),g=$`flow`({AmbiguousConditionalArrow:"Ambiguous expression: wrap the arrow functions in parentheses to disambiguate.",AmbiguousDeclareModuleKind:"Found both `declare module.exports` and `declare export` in the same module. Modules can only have 1 since they are either an ES module or they are a CommonJS module.",AssignReservedType:({reservedType:a})=>`Cannot overwrite reserved type ${a}.`,DeclareClassElement:"The `declare` modifier can only appear on class fields.",DeclareClassFieldInitializer:"Initializers are not allowed in fields with the `declare` modifier.",DuplicateDeclareModuleExports:"Duplicate `declare module.exports` statement.",EnumBooleanMemberNotInitialized:({memberName:a,enumName:t})=>`Boolean enum members need to be initialized. Use either \`${a} = true,\` or \`${a} = false,\` in enum \`${t}\`.`,EnumDuplicateMemberName:({memberName:a,enumName:t})=>`Enum member names need to be unique, but the name \`${a}\` has already been used before in enum \`${t}\`.`,EnumInconsistentMemberValues:({enumName:a})=>`Enum \`${a}\` has inconsistent member initializers. Either use no initializers, or consistently use literals (either booleans, numbers, or strings) for all member initializers.`,EnumInvalidExplicitType:({invalidEnumType:a,enumName:t})=>`Enum type \`${a}\` is not valid. Use one of \`boolean\`, \`number\`, \`string\`, or \`symbol\` in enum \`${t}\`.`,EnumInvalidExplicitTypeUnknownSupplied:({enumName:a})=>`Supplied enum type is not valid. Use one of \`boolean\`, \`number\`, \`string\`, or \`symbol\` in enum \`${a}\`.`,EnumInvalidMemberInitializerPrimaryType:({enumName:a,memberName:t,explicitType:e})=>`Enum \`${a}\` has type \`${e}\`, so the initializer of \`${t}\` needs to be a ${e} literal.`,EnumInvalidMemberInitializerSymbolType:({enumName:a,memberName:t})=>`Symbol enum members cannot be initialized. Use \`${t},\` in enum \`${a}\`.`,EnumInvalidMemberInitializerUnknownType:({enumName:a,memberName:t})=>`The enum member initializer for \`${t}\` needs to be a literal (either a boolean, number, or string) in enum \`${a}\`.`,EnumInvalidMemberName:({enumName:a,memberName:t,suggestion:e})=>`Enum member names cannot start with lowercase 'a' through 'z'. Instead of using \`${t}\`, consider using \`${e}\`, in enum \`${a}\`.`,EnumNumberMemberNotInitialized:({enumName:a,memberName:t})=>`Number enum members need to be initialized, e.g. \`${t} = 1\` in enum \`${a}\`.`,EnumStringMemberInconsistentlyInitialized:({enumName:a})=>`String enum members need to consistently either all use initializers, or use no initializers, in enum \`${a}\`.`,GetterMayNotHaveThisParam:"A getter cannot have a `this` parameter.",ImportReflectionHasImportType:"An `import module` declaration can not use `type` or `typeof` keyword.",ImportTypeShorthandOnlyInPureImport:"The `type` and `typeof` keywords on named imports can only be used on regular `import` statements. It cannot be used with `import type` or `import typeof` statements.",InexactInsideExact:"Explicit inexact syntax cannot appear inside an explicit exact object type.",InexactInsideNonObject:"Explicit inexact syntax cannot appear in class or interface definitions.",InexactVariance:"Explicit inexact syntax cannot have variance.",InvalidNonTypeImportInDeclareModule:"Imports within a `declare module` body must always be `import type` or `import typeof`.",MissingTypeParamDefault:"Type parameter declaration needs a default, since a preceding type parameter declaration has a default.",NestedDeclareModule:"`declare module` cannot be used inside another `declare module`.",NestedFlowComment:"Cannot have a flow comment inside another flow comment.",PatternIsOptional:Object.assign({message:"A binding pattern parameter cannot be optional in an implementation signature."},{reasonCode:"OptionalBindingPattern"}),SetterMayNotHaveThisParam:"A setter cannot have a `this` parameter.",SpreadVariance:"Spread properties cannot have variance.",ThisParamAnnotationRequired:"A type annotation is required for the `this` parameter.",ThisParamBannedInConstructor:"Constructors cannot have a `this` parameter; constructors don't bind `this` like other functions.",ThisParamMayNotBeOptional:"The `this` parameter cannot be optional.",ThisParamMustBeFirst:"The `this` parameter must be the first function parameter.",ThisParamNoDefault:"The `this` parameter may not have a default value.",TypeBeforeInitializer:"Type annotations must come before default assignments, e.g. instead of `age = 25: number` use `age: number = 25`.",TypeCastInPattern:"The type cast expression is expected to be wrapped with parenthesis.",UnexpectedExplicitInexactInObject:"Explicit inexact syntax must appear at the end of an inexact object.",UnexpectedReservedType:({reservedType:a})=>`Unexpected reserved type ${a}.`,UnexpectedReservedUnderscore:"`_` is only allowed as a type argument to call or new.",UnexpectedSpaceBetweenModuloChecks:"Spaces between `%` and `checks` are not allowed here.",UnexpectedSpreadType:"Spread operator cannot appear in class or interface definitions.",UnexpectedSubtractionOperand:'Unexpected token, expected "number" or "bigint".',UnexpectedTokenAfterTypeParameter:"Expected an arrow function after this type parameter declaration.",UnexpectedTypeParameterBeforeAsyncArrowFunction:"Type parameters must come after the async keyword, e.g. instead of `<T> async () => {}`, use `async <T>() => {}`.",UnsupportedDeclareExportKind:({unsupportedExportKind:a,suggestion:t})=>`\`declare export ${a}\` is not supported. Use \`${t}\` instead.`,UnsupportedStatementInDeclareModule:"Only declares and type imports are allowed inside declare module.",UnterminatedFlowComment:"Unterminated flow-comment."});function Qi(a){return a.type==="DeclareExportAllDeclaration"||a.type==="DeclareExportDeclaration"&&(!a.declaration||a.declaration.type!=="TypeAlias"&&a.declaration.type!=="InterfaceDeclaration")}function zt(a){return a.importKind==="type"||a.importKind==="typeof"}var Zi={const:"declare export var",let:"declare export var",type:"export type",interface:"export interface"};function er(a,t){let e=[],s=[];for(let i=0;i<a.length;i++)(t(a[i],i,a)?e:s).push(a[i]);return[e,s]}var tr=/\*?\s*@((?:no)?flow)\b/,sr=a=>class extends a{constructor(...e){super(...e),this.flowPragma=void 0}getScopeHandler(){return st}shouldParseTypes(){return this.getPluginOption("flow","all")||this.flowPragma==="flow"}shouldParseEnums(){return!!this.getPluginOption("flow","enums")}finishToken(e,s){e!==131&&e!==13&&e!==28&&this.flowPragma===void 0&&(this.flowPragma=null),super.finishToken(e,s)}addComment(e){if(this.flowPragma===void 0){let s=tr.exec(e.value);if(s)if(s[1]==="flow")this.flowPragma="flow";else if(s[1]==="noflow")this.flowPragma="noflow";else throw new Error("Unexpected flow pragma")}super.addComment(e)}flowParseTypeInitialiser(e){let s=this.state.inType;this.state.inType=!0,this.expect(e||14);let i=this.flowParseType();return this.state.inType=s,i}flowParsePredicate(){let e=this.startNode(),s=this.state.startLoc;return this.next(),this.expectContextual(108),this.state.lastTokStart>s.index+1&&this.raise(g.UnexpectedSpaceBetweenModuloChecks,{at:s}),this.eat(10)?(e.value=super.parseExpression(),this.expect(11),this.finishNode(e,"DeclaredPredicate")):this.finishNode(e,"InferredPredicate")}flowParseTypeAndPredicateInitialiser(){let e=this.state.inType;this.state.inType=!0,this.expect(14);let s=null,i=null;return this.match(54)?(this.state.inType=e,i=this.flowParsePredicate()):(s=this.flowParseType(),this.state.inType=e,this.match(54)&&(i=this.flowParsePredicate())),[s,i]}flowParseDeclareClass(e){return this.next(),this.flowParseInterfaceish(e,!0),this.finishNode(e,"DeclareClass")}flowParseDeclareFunction(e){this.next();let s=e.id=this.parseIdentifier(),i=this.startNode(),r=this.startNode();this.match(47)?i.typeParameters=this.flowParseTypeParameterDeclaration():i.typeParameters=null,this.expect(10);let n=this.flowParseFunctionTypeParams();return i.params=n.params,i.rest=n.rest,i.this=n._this,this.expect(11),[i.returnType,e.predicate]=this.flowParseTypeAndPredicateInitialiser(),r.typeAnnotation=this.finishNode(i,"FunctionTypeAnnotation"),s.typeAnnotation=this.finishNode(r,"TypeAnnotation"),this.resetEndLocation(s),this.semicolon(),this.scope.declareName(e.id.name,2048,e.id.loc.start),this.finishNode(e,"DeclareFunction")}flowParseDeclare(e,s){if(this.match(80))return this.flowParseDeclareClass(e);if(this.match(68))return this.flowParseDeclareFunction(e);if(this.match(74))return this.flowParseDeclareVariable(e);if(this.eatContextual(125))return this.match(16)?this.flowParseDeclareModuleExports(e):(s&&this.raise(g.NestedDeclareModule,{at:this.state.lastTokStartLoc}),this.flowParseDeclareModule(e));if(this.isContextual(128))return this.flowParseDeclareTypeAlias(e);if(this.isContextual(129))return this.flowParseDeclareOpaqueType(e);if(this.isContextual(127))return this.flowParseDeclareInterface(e);if(this.match(82))return this.flowParseDeclareExportDeclaration(e,s);this.unexpected()}flowParseDeclareVariable(e){return this.next(),e.id=this.flowParseTypeAnnotatableIdentifier(!0),this.scope.declareName(e.id.name,5,e.id.loc.start),this.semicolon(),this.finishNode(e,"DeclareVariable")}flowParseDeclareModule(e){this.scope.enter(0),this.match(131)?e.id=super.parseExprAtom():e.id=this.parseIdentifier();let s=e.body=this.startNode(),i=s.body=[];for(this.expect(5);!this.match(8);){let o=this.startNode();this.match(83)?(this.next(),!this.isContextual(128)&&!this.match(87)&&this.raise(g.InvalidNonTypeImportInDeclareModule,{at:this.state.lastTokStartLoc}),super.parseImport(o)):(this.expectContextual(123,g.UnsupportedStatementInDeclareModule),o=this.flowParseDeclare(o,!0)),i.push(o)}this.scope.exit(),this.expect(8),this.finishNode(s,"BlockStatement");let r=null,n=!1;return i.forEach(o=>{Qi(o)?(r==="CommonJS"&&this.raise(g.AmbiguousDeclareModuleKind,{at:o}),r="ES"):o.type==="DeclareModuleExports"&&(n&&this.raise(g.DuplicateDeclareModuleExports,{at:o}),r==="ES"&&this.raise(g.AmbiguousDeclareModuleKind,{at:o}),r="CommonJS",n=!0)}),e.kind=r||"CommonJS",this.finishNode(e,"DeclareModule")}flowParseDeclareExportDeclaration(e,s){if(this.expect(82),this.eat(65))return this.match(68)||this.match(80)?e.declaration=this.flowParseDeclare(this.startNode()):(e.declaration=this.flowParseType(),this.semicolon()),e.default=!0,this.finishNode(e,"DeclareExportDeclaration");if(this.match(75)||this.isLet()||(this.isContextual(128)||this.isContextual(127))&&!s){let i=this.state.value;throw this.raise(g.UnsupportedDeclareExportKind,{at:this.state.startLoc,unsupportedExportKind:i,suggestion:Zi[i]})}if(this.match(74)||this.match(68)||this.match(80)||this.isContextual(129))return e.declaration=this.flowParseDeclare(this.startNode()),e.default=!1,this.finishNode(e,"DeclareExportDeclaration");if(this.match(55)||this.match(5)||this.isContextual(127)||this.isContextual(128)||this.isContextual(129))return e=this.parseExport(e,null),e.type==="ExportNamedDeclaration"&&(e.type="ExportDeclaration",e.default=!1,delete e.exportKind),e.type="Declare"+e.type,e;this.unexpected()}flowParseDeclareModuleExports(e){return this.next(),this.expectContextual(109),e.typeAnnotation=this.flowParseTypeAnnotation(),this.semicolon(),this.finishNode(e,"DeclareModuleExports")}flowParseDeclareTypeAlias(e){this.next();let s=this.flowParseTypeAlias(e);return s.type="DeclareTypeAlias",s}flowParseDeclareOpaqueType(e){this.next();let s=this.flowParseOpaqueType(e,!0);return s.type="DeclareOpaqueType",s}flowParseDeclareInterface(e){return this.next(),this.flowParseInterfaceish(e,!1),this.finishNode(e,"DeclareInterface")}flowParseInterfaceish(e,s){if(e.id=this.flowParseRestrictedIdentifier(!s,!0),this.scope.declareName(e.id.name,s?17:8201,e.id.loc.start),this.match(47)?e.typeParameters=this.flowParseTypeParameterDeclaration():e.typeParameters=null,e.extends=[],this.eat(81))do e.extends.push(this.flowParseInterfaceExtends());while(!s&&this.eat(12));if(s){if(e.implements=[],e.mixins=[],this.eatContextual(115))do e.mixins.push(this.flowParseInterfaceExtends());while(this.eat(12));if(this.eatContextual(111))do e.implements.push(this.flowParseInterfaceExtends());while(this.eat(12))}e.body=this.flowParseObjectType({allowStatic:s,allowExact:!1,allowSpread:!1,allowProto:s,allowInexact:!1})}flowParseInterfaceExtends(){let e=this.startNode();return e.id=this.flowParseQualifiedTypeIdentifier(),this.match(47)?e.typeParameters=this.flowParseTypeParameterInstantiation():e.typeParameters=null,this.finishNode(e,"InterfaceExtends")}flowParseInterface(e){return this.flowParseInterfaceish(e,!1),this.finishNode(e,"InterfaceDeclaration")}checkNotUnderscore(e){e==="_"&&this.raise(g.UnexpectedReservedUnderscore,{at:this.state.startLoc})}checkReservedType(e,s,i){Yi.has(e)&&this.raise(i?g.AssignReservedType:g.UnexpectedReservedType,{at:s,reservedType:e})}flowParseRestrictedIdentifier(e,s){return this.checkReservedType(this.state.value,this.state.startLoc,s),this.parseIdentifier(e)}flowParseTypeAlias(e){return e.id=this.flowParseRestrictedIdentifier(!1,!0),this.scope.declareName(e.id.name,8201,e.id.loc.start),this.match(47)?e.typeParameters=this.flowParseTypeParameterDeclaration():e.typeParameters=null,e.right=this.flowParseTypeInitialiser(29),this.semicolon(),this.finishNode(e,"TypeAlias")}flowParseOpaqueType(e,s){return this.expectContextual(128),e.id=this.flowParseRestrictedIdentifier(!0,!0),this.scope.declareName(e.id.name,8201,e.id.loc.start),this.match(47)?e.typeParameters=this.flowParseTypeParameterDeclaration():e.typeParameters=null,e.supertype=null,this.match(14)&&(e.supertype=this.flowParseTypeInitialiser(14)),e.impltype=null,s||(e.impltype=this.flowParseTypeInitialiser(29)),this.semicolon(),this.finishNode(e,"OpaqueType")}flowParseTypeParameter(e=!1){let s=this.state.startLoc,i=this.startNode(),r=this.flowParseVariance(),n=this.flowParseTypeAnnotatableIdentifier();return i.name=n.name,i.variance=r,i.bound=n.typeAnnotation,this.match(29)?(this.eat(29),i.default=this.flowParseType()):e&&this.raise(g.MissingTypeParamDefault,{at:s}),this.finishNode(i,"TypeParameter")}flowParseTypeParameterDeclaration(){let e=this.state.inType,s=this.startNode();s.params=[],this.state.inType=!0,this.match(47)||this.match(140)?this.next():this.unexpected();let i=!1;do{let r=this.flowParseTypeParameter(i);s.params.push(r),r.default&&(i=!0),this.match(48)||this.expect(12)}while(!this.match(48));return this.expect(48),this.state.inType=e,this.finishNode(s,"TypeParameterDeclaration")}flowParseTypeParameterInstantiation(){let e=this.startNode(),s=this.state.inType;e.params=[],this.state.inType=!0,this.expect(47);let i=this.state.noAnonFunctionType;for(this.state.noAnonFunctionType=!1;!this.match(48);)e.params.push(this.flowParseType()),this.match(48)||this.expect(12);return this.state.noAnonFunctionType=i,this.expect(48),this.state.inType=s,this.finishNode(e,"TypeParameterInstantiation")}flowParseTypeParameterInstantiationCallOrNew(){let e=this.startNode(),s=this.state.inType;for(e.params=[],this.state.inType=!0,this.expect(47);!this.match(48);)e.params.push(this.flowParseTypeOrImplicitInstantiation()),this.match(48)||this.expect(12);return this.expect(48),this.state.inType=s,this.finishNode(e,"TypeParameterInstantiation")}flowParseInterfaceType(){let e=this.startNode();if(this.expectContextual(127),e.extends=[],this.eat(81))do e.extends.push(this.flowParseInterfaceExtends());while(this.eat(12));return e.body=this.flowParseObjectType({allowStatic:!1,allowExact:!1,allowSpread:!1,allowProto:!1,allowInexact:!1}),this.finishNode(e,"InterfaceTypeAnnotation")}flowParseObjectPropertyKey(){return this.match(132)||this.match(131)?super.parseExprAtom():this.parseIdentifier(!0)}flowParseObjectTypeIndexer(e,s,i){return e.static=s,this.lookahead().type===14?(e.id=this.flowParseObjectPropertyKey(),e.key=this.flowParseTypeInitialiser()):(e.id=null,e.key=this.flowParseType()),this.expect(3),e.value=this.flowParseTypeInitialiser(),e.variance=i,this.finishNode(e,"ObjectTypeIndexer")}flowParseObjectTypeInternalSlot(e,s){return e.static=s,e.id=this.flowParseObjectPropertyKey(),this.expect(3),this.expect(3),this.match(47)||this.match(10)?(e.method=!0,e.optional=!1,e.value=this.flowParseObjectTypeMethodish(this.startNodeAt(e.loc.start))):(e.method=!1,this.eat(17)&&(e.optional=!0),e.value=this.flowParseTypeInitialiser()),this.finishNode(e,"ObjectTypeInternalSlot")}flowParseObjectTypeMethodish(e){for(e.params=[],e.rest=null,e.typeParameters=null,e.this=null,this.match(47)&&(e.typeParameters=this.flowParseTypeParameterDeclaration()),this.expect(10),this.match(78)&&(e.this=this.flowParseFunctionTypeParam(!0),e.this.name=null,this.match(11)||this.expect(12));!this.match(11)&&!this.match(21);)e.params.push(this.flowParseFunctionTypeParam(!1)),this.match(11)||this.expect(12);return this.eat(21)&&(e.rest=this.flowParseFunctionTypeParam(!1)),this.expect(11),e.returnType=this.flowParseTypeInitialiser(),this.finishNode(e,"FunctionTypeAnnotation")}flowParseObjectTypeCallProperty(e,s){let i=this.startNode();return e.static=s,e.value=this.flowParseObjectTypeMethodish(i),this.finishNode(e,"ObjectTypeCallProperty")}flowParseObjectType({allowStatic:e,allowExact:s,allowSpread:i,allowProto:r,allowInexact:n}){let o=this.state.inType;this.state.inType=!0;let h=this.startNode();h.callProperties=[],h.properties=[],h.indexers=[],h.internalSlots=[];let l,c,u=!1;for(s&&this.match(6)?(this.expect(6),l=9,c=!0):(this.expect(5),l=8,c=!1),h.exact=c;!this.match(l);){let d=!1,x=null,I=null,C=this.startNode();if(r&&this.isContextual(116)){let N=this.lookahead();N.type!==14&&N.type!==17&&(this.next(),x=this.state.startLoc,e=!1)}if(e&&this.isContextual(104)){let N=this.lookahead();N.type!==14&&N.type!==17&&(this.next(),d=!0)}let E=this.flowParseVariance();if(this.eat(0))x!=null&&this.unexpected(x),this.eat(0)?(E&&this.unexpected(E.loc.start),h.internalSlots.push(this.flowParseObjectTypeInternalSlot(C,d))):h.indexers.push(this.flowParseObjectTypeIndexer(C,d,E));else if(this.match(10)||this.match(47))x!=null&&this.unexpected(x),E&&this.unexpected(E.loc.start),h.callProperties.push(this.flowParseObjectTypeCallProperty(C,d));else{let N="init";if(this.isContextual(98)||this.isContextual(103)){let ce=this.lookahead();Yt(ce.type)&&(N=this.state.value,this.next())}let Ce=this.flowParseObjectTypeProperty(C,d,x,E,N,i,n??!c);Ce===null?(u=!0,I=this.state.lastTokStartLoc):h.properties.push(Ce)}this.flowObjectTypeSemicolon(),I&&!this.match(8)&&!this.match(9)&&this.raise(g.UnexpectedExplicitInexactInObject,{at:I})}this.expect(l),i&&(h.inexact=u);let f=this.finishNode(h,"ObjectTypeAnnotation");return this.state.inType=o,f}flowParseObjectTypeProperty(e,s,i,r,n,o,h){if(this.eat(21))return this.match(12)||this.match(13)||this.match(8)||this.match(9)?(o?h||this.raise(g.InexactInsideExact,{at:this.state.lastTokStartLoc}):this.raise(g.InexactInsideNonObject,{at:this.state.lastTokStartLoc}),r&&this.raise(g.InexactVariance,{at:r}),null):(o||this.raise(g.UnexpectedSpreadType,{at:this.state.lastTokStartLoc}),i!=null&&this.unexpected(i),r&&this.raise(g.SpreadVariance,{at:r}),e.argument=this.flowParseType(),this.finishNode(e,"ObjectTypeSpreadProperty"));{e.key=this.flowParseObjectPropertyKey(),e.static=s,e.proto=i!=null,e.kind=n;let l=!1;return this.match(47)||this.match(10)?(e.method=!0,i!=null&&this.unexpected(i),r&&this.unexpected(r.loc.start),e.value=this.flowParseObjectTypeMethodish(this.startNodeAt(e.loc.start)),(n==="get"||n==="set")&&this.flowCheckGetterSetterParams(e),!o&&e.key.name==="constructor"&&e.value.this&&this.raise(g.ThisParamBannedInConstructor,{at:e.value.this})):(n!=="init"&&this.unexpected(),e.method=!1,this.eat(17)&&(l=!0),e.value=this.flowParseTypeInitialiser(),e.variance=r),e.optional=l,this.finishNode(e,"ObjectTypeProperty")}}flowCheckGetterSetterParams(e){let s=e.kind==="get"?0:1,i=e.value.params.length+(e.value.rest?1:0);e.value.this&&this.raise(e.kind==="get"?g.GetterMayNotHaveThisParam:g.SetterMayNotHaveThisParam,{at:e.value.this}),i!==s&&this.raise(e.kind==="get"?p.BadGetterArity:p.BadSetterArity,{at:e}),e.kind==="set"&&e.value.rest&&this.raise(p.BadSetterRestParameter,{at:e})}flowObjectTypeSemicolon(){!this.eat(13)&&!this.eat(12)&&!this.match(8)&&!this.match(9)&&this.unexpected()}flowParseQualifiedTypeIdentifier(e,s){var i;(i=e)!=null||(e=this.state.startLoc);let r=s||this.flowParseRestrictedIdentifier(!0);for(;this.eat(16);){let n=this.startNodeAt(e);n.qualification=r,n.id=this.flowParseRestrictedIdentifier(!0),r=this.finishNode(n,"QualifiedTypeIdentifier")}return r}flowParseGenericType(e,s){let i=this.startNodeAt(e);return i.typeParameters=null,i.id=this.flowParseQualifiedTypeIdentifier(e,s),this.match(47)&&(i.typeParameters=this.flowParseTypeParameterInstantiation()),this.finishNode(i,"GenericTypeAnnotation")}flowParseTypeofType(){let e=this.startNode();return this.expect(87),e.argument=this.flowParsePrimaryType(),this.finishNode(e,"TypeofTypeAnnotation")}flowParseTupleType(){let e=this.startNode();for(e.types=[],this.expect(0);this.state.pos<this.length&&!this.match(3)&&(e.types.push(this.flowParseType()),!this.match(3));)this.expect(12);return this.expect(3),this.finishNode(e,"TupleTypeAnnotation")}flowParseFunctionTypeParam(e){let s=null,i=!1,r=null,n=this.startNode(),o=this.lookahead(),h=this.state.type===78;return o.type===14||o.type===17?(h&&!e&&this.raise(g.ThisParamMustBeFirst,{at:n}),s=this.parseIdentifier(h),this.eat(17)&&(i=!0,h&&this.raise(g.ThisParamMayNotBeOptional,{at:n})),r=this.flowParseTypeInitialiser()):r=this.flowParseType(),n.name=s,n.optional=i,n.typeAnnotation=r,this.finishNode(n,"FunctionTypeParam")}reinterpretTypeAsFunctionTypeParam(e){let s=this.startNodeAt(e.loc.start);return s.name=null,s.optional=!1,s.typeAnnotation=e,this.finishNode(s,"FunctionTypeParam")}flowParseFunctionTypeParams(e=[]){let s=null,i=null;for(this.match(78)&&(i=this.flowParseFunctionTypeParam(!0),i.name=null,this.match(11)||this.expect(12));!this.match(11)&&!this.match(21);)e.push(this.flowParseFunctionTypeParam(!1)),this.match(11)||this.expect(12);return this.eat(21)&&(s=this.flowParseFunctionTypeParam(!1)),{params:e,rest:s,_this:i}}flowIdentToTypeAnnotation(e,s,i){switch(i.name){case"any":return this.finishNode(s,"AnyTypeAnnotation");case"bool":case"boolean":return this.finishNode(s,"BooleanTypeAnnotation");case"mixed":return this.finishNode(s,"MixedTypeAnnotation");case"empty":return this.finishNode(s,"EmptyTypeAnnotation");case"number":return this.finishNode(s,"NumberTypeAnnotation");case"string":return this.finishNode(s,"StringTypeAnnotation");case"symbol":return this.finishNode(s,"SymbolTypeAnnotation");default:return this.checkNotUnderscore(i.name),this.flowParseGenericType(e,i)}}flowParsePrimaryType(){let e=this.state.startLoc,s=this.startNode(),i,r,n=!1,o=this.state.noAnonFunctionType;switch(this.state.type){case 5:return this.flowParseObjectType({allowStatic:!1,allowExact:!1,allowSpread:!0,allowProto:!1,allowInexact:!0});case 6:return this.flowParseObjectType({allowStatic:!1,allowExact:!0,allowSpread:!0,allowProto:!1,allowInexact:!1});case 0:return this.state.noAnonFunctionType=!1,r=this.flowParseTupleType(),this.state.noAnonFunctionType=o,r;case 47:return s.typeParameters=this.flowParseTypeParameterDeclaration(),this.expect(10),i=this.flowParseFunctionTypeParams(),s.params=i.params,s.rest=i.rest,s.this=i._this,this.expect(11),this.expect(19),s.returnType=this.flowParseType(),this.finishNode(s,"FunctionTypeAnnotation");case 10:if(this.next(),!this.match(11)&&!this.match(21))if(S(this.state.type)||this.match(78)){let h=this.lookahead().type;n=h!==17&&h!==14}else n=!0;if(n){if(this.state.noAnonFunctionType=!1,r=this.flowParseType(),this.state.noAnonFunctionType=o,this.state.noAnonFunctionType||!(this.match(12)||this.match(11)&&this.lookahead().type===19))return this.expect(11),r;this.eat(12)}return r?i=this.flowParseFunctionTypeParams([this.reinterpretTypeAsFunctionTypeParam(r)]):i=this.flowParseFunctionTypeParams(),s.params=i.params,s.rest=i.rest,s.this=i._this,this.expect(11),this.expect(19),s.returnType=this.flowParseType(),s.typeParameters=null,this.finishNode(s,"FunctionTypeAnnotation");case 131:return this.parseLiteral(this.state.value,"StringLiteralTypeAnnotation");case 85:case 86:return s.value=this.match(85),this.next(),this.finishNode(s,"BooleanLiteralTypeAnnotation");case 53:if(this.state.value==="-"){if(this.next(),this.match(132))return this.parseLiteralAtNode(-this.state.value,"NumberLiteralTypeAnnotation",s);if(this.match(133))return this.parseLiteralAtNode(-this.state.value,"BigIntLiteralTypeAnnotation",s);throw this.raise(g.UnexpectedSubtractionOperand,{at:this.state.startLoc})}this.unexpected();return;case 132:return this.parseLiteral(this.state.value,"NumberLiteralTypeAnnotation");case 133:return this.parseLiteral(this.state.value,"BigIntLiteralTypeAnnotation");case 88:return this.next(),this.finishNode(s,"VoidTypeAnnotation");case 84:return this.next(),this.finishNode(s,"NullLiteralTypeAnnotation");case 78:return this.next(),this.finishNode(s,"ThisTypeAnnotation");case 55:return this.next(),this.finishNode(s,"ExistsTypeAnnotation");case 87:return this.flowParseTypeofType();default:if(Ct(this.state.type)){let h=q(this.state.type);return this.next(),super.createIdentifier(s,h)}else if(S(this.state.type))return this.isContextual(127)?this.flowParseInterfaceType():this.flowIdentToTypeAnnotation(e,s,this.parseIdentifier())}this.unexpected()}flowParsePostfixType(){let e=this.state.startLoc,s=this.flowParsePrimaryType(),i=!1;for(;(this.match(0)||this.match(18))&&!this.canInsertSemicolon();){let r=this.startNodeAt(e),n=this.eat(18);i=i||n,this.expect(0),!n&&this.match(3)?(r.elementType=s,this.next(),s=this.finishNode(r,"ArrayTypeAnnotation")):(r.objectType=s,r.indexType=this.flowParseType(),this.expect(3),i?(r.optional=n,s=this.finishNode(r,"OptionalIndexedAccessType")):s=this.finishNode(r,"IndexedAccessType"))}return s}flowParsePrefixType(){let e=this.startNode();return this.eat(17)?(e.typeAnnotation=this.flowParsePrefixType(),this.finishNode(e,"NullableTypeAnnotation")):this.flowParsePostfixType()}flowParseAnonFunctionWithoutParens(){let e=this.flowParsePrefixType();if(!this.state.noAnonFunctionType&&this.eat(19)){let s=this.startNodeAt(e.loc.start);return s.params=[this.reinterpretTypeAsFunctionTypeParam(e)],s.rest=null,s.this=null,s.returnType=this.flowParseType(),s.typeParameters=null,this.finishNode(s,"FunctionTypeAnnotation")}return e}flowParseIntersectionType(){let e=this.startNode();this.eat(45);let s=this.flowParseAnonFunctionWithoutParens();for(e.types=[s];this.eat(45);)e.types.push(this.flowParseAnonFunctionWithoutParens());return e.types.length===1?s:this.finishNode(e,"IntersectionTypeAnnotation")}flowParseUnionType(){let e=this.startNode();this.eat(43);let s=this.flowParseIntersectionType();for(e.types=[s];this.eat(43);)e.types.push(this.flowParseIntersectionType());return e.types.length===1?s:this.finishNode(e,"UnionTypeAnnotation")}flowParseType(){let e=this.state.inType;this.state.inType=!0;let s=this.flowParseUnionType();return this.state.inType=e,s}flowParseTypeOrImplicitInstantiation(){if(this.state.type===130&&this.state.value==="_"){let e=this.state.startLoc,s=this.parseIdentifier();return this.flowParseGenericType(e,s)}else return this.flowParseType()}flowParseTypeAnnotation(){let e=this.startNode();return e.typeAnnotation=this.flowParseTypeInitialiser(),this.finishNode(e,"TypeAnnotation")}flowParseTypeAnnotatableIdentifier(e){let s=e?this.parseIdentifier():this.flowParseRestrictedIdentifier();return this.match(14)&&(s.typeAnnotation=this.flowParseTypeAnnotation(),this.resetEndLocation(s)),s}typeCastToParameter(e){return e.expression.typeAnnotation=e.typeAnnotation,this.resetEndLocation(e.expression,e.typeAnnotation.loc.end),e.expression}flowParseVariance(){let e=null;return this.match(53)?(e=this.startNode(),this.state.value==="+"?e.kind="plus":e.kind="minus",this.next(),this.finishNode(e,"Variance")):e}parseFunctionBody(e,s,i=!1){if(s){this.forwardNoArrowParamsConversionAt(e,()=>super.parseFunctionBody(e,!0,i));return}super.parseFunctionBody(e,!1,i)}parseFunctionBodyAndFinish(e,s,i=!1){if(this.match(14)){let r=this.startNode();[r.typeAnnotation,e.predicate]=this.flowParseTypeAndPredicateInitialiser(),e.returnType=r.typeAnnotation?this.finishNode(r,"TypeAnnotation"):null}return super.parseFunctionBodyAndFinish(e,s,i)}parseStatementLike(e){if(this.state.strict&&this.isContextual(127)){let i=this.lookahead();if(M(i.type)){let r=this.startNode();return this.next(),this.flowParseInterface(r)}}else if(this.shouldParseEnums()&&this.isContextual(124)){let i=this.startNode();return this.next(),this.flowParseEnumDeclaration(i)}let s=super.parseStatementLike(e);return this.flowPragma===void 0&&!this.isValidDirective(s)&&(this.flowPragma=null),s}parseExpressionStatement(e,s,i){if(s.type==="Identifier"){if(s.name==="declare"){if(this.match(80)||S(this.state.type)||this.match(68)||this.match(74)||this.match(82))return this.flowParseDeclare(e)}else if(S(this.state.type)){if(s.name==="interface")return this.flowParseInterface(e);if(s.name==="type")return this.flowParseTypeAlias(e);if(s.name==="opaque")return this.flowParseOpaqueType(e,!1)}}return super.parseExpressionStatement(e,s,i)}shouldParseExportDeclaration(){let{type:e}=this.state;return Ut(e)||this.shouldParseEnums()&&e===124?!this.state.containsEsc:super.shouldParseExportDeclaration()}isExportDefaultSpecifier(){let{type:e}=this.state;return Ut(e)||this.shouldParseEnums()&&e===124?this.state.containsEsc:super.isExportDefaultSpecifier()}parseExportDefaultExpression(){if(this.shouldParseEnums()&&this.isContextual(124)){let e=this.startNode();return this.next(),this.flowParseEnumDeclaration(e)}return super.parseExportDefaultExpression()}parseConditional(e,s,i){if(!this.match(17))return e;if(this.state.maybeInArrowParameters){let f=this.lookaheadCharCode();if(f===44||f===61||f===58||f===41)return this.setOptionalParametersError(i),e}this.expect(17);let r=this.state.clone(),n=this.state.noArrowAt,o=this.startNodeAt(s),{consequent:h,failed:l}=this.tryParseConditionalConsequent(),[c,u]=this.getArrowLikeExpressions(h);if(l||u.length>0){let f=[...n];if(u.length>0){this.state=r,this.state.noArrowAt=f;for(let d=0;d<u.length;d++)f.push(u[d].start);({consequent:h,failed:l}=this.tryParseConditionalConsequent()),[c,u]=this.getArrowLikeExpressions(h)}l&&c.length>1&&this.raise(g.AmbiguousConditionalArrow,{at:r.startLoc}),l&&c.length===1&&(this.state=r,f.push(c[0].start),this.state.noArrowAt=f,{consequent:h,failed:l}=this.tryParseConditionalConsequent())}return this.getArrowLikeExpressions(h,!0),this.state.noArrowAt=n,this.expect(14),o.test=e,o.consequent=h,o.alternate=this.forwardNoArrowParamsConversionAt(o,()=>this.parseMaybeAssign(void 0,void 0)),this.finishNode(o,"ConditionalExpression")}tryParseConditionalConsequent(){this.state.noArrowParamsConversionAt.push(this.state.start);let e=this.parseMaybeAssignAllowIn(),s=!this.match(14);return this.state.noArrowParamsConversionAt.pop(),{consequent:e,failed:s}}getArrowLikeExpressions(e,s){let i=[e],r=[];for(;i.length!==0;){let n=i.pop();n.type==="ArrowFunctionExpression"?(n.typeParameters||!n.returnType?this.finishArrowValidation(n):r.push(n),i.push(n.body)):n.type==="ConditionalExpression"&&(i.push(n.consequent),i.push(n.alternate))}return s?(r.forEach(n=>this.finishArrowValidation(n)),[r,[]]):er(r,n=>n.params.every(o=>this.isAssignable(o,!0)))}finishArrowValidation(e){var s;this.toAssignableList(e.params,(s=e.extra)==null?void 0:s.trailingCommaLoc,!1),this.scope.enter(6),super.checkParams(e,!1,!0),this.scope.exit()}forwardNoArrowParamsConversionAt(e,s){let i;return this.state.noArrowParamsConversionAt.indexOf(e.start)!==-1?(this.state.noArrowParamsConversionAt.push(this.state.start),i=s(),this.state.noArrowParamsConversionAt.pop()):i=s(),i}parseParenItem(e,s){if(e=super.parseParenItem(e,s),this.eat(17)&&(e.optional=!0,this.resetEndLocation(e)),this.match(14)){let i=this.startNodeAt(s);return i.expression=e,i.typeAnnotation=this.flowParseTypeAnnotation(),this.finishNode(i,"TypeCastExpression")}return e}assertModuleNodeAllowed(e){e.type==="ImportDeclaration"&&(e.importKind==="type"||e.importKind==="typeof")||e.type==="ExportNamedDeclaration"&&e.exportKind==="type"||e.type==="ExportAllDeclaration"&&e.exportKind==="type"||super.assertModuleNodeAllowed(e)}parseExportDeclaration(e){if(this.isContextual(128)){e.exportKind="type";let s=this.startNode();return this.next(),this.match(5)?(e.specifiers=this.parseExportSpecifiers(!0),super.parseExportFrom(e),null):this.flowParseTypeAlias(s)}else if(this.isContextual(129)){e.exportKind="type";let s=this.startNode();return this.next(),this.flowParseOpaqueType(s,!1)}else if(this.isContextual(127)){e.exportKind="type";let s=this.startNode();return this.next(),this.flowParseInterface(s)}else if(this.shouldParseEnums()&&this.isContextual(124)){e.exportKind="value";let s=this.startNode();return this.next(),this.flowParseEnumDeclaration(s)}else return super.parseExportDeclaration(e)}eatExportStar(e){return super.eatExportStar(e)?!0:this.isContextual(128)&&this.lookahead().type===55?(e.exportKind="type",this.next(),this.next(),!0):!1}maybeParseExportNamespaceSpecifier(e){let{startLoc:s}=this.state,i=super.maybeParseExportNamespaceSpecifier(e);return i&&e.exportKind==="type"&&this.unexpected(s),i}parseClassId(e,s,i){super.parseClassId(e,s,i),this.match(47)&&(e.typeParameters=this.flowParseTypeParameterDeclaration())}parseClassMember(e,s,i){let{startLoc:r}=this.state;if(this.isContextual(123)){if(super.parseClassMemberFromModifier(e,s))return;s.declare=!0}super.parseClassMember(e,s,i),s.declare&&(s.type!=="ClassProperty"&&s.type!=="ClassPrivateProperty"&&s.type!=="PropertyDefinition"?this.raise(g.DeclareClassElement,{at:r}):s.value&&this.raise(g.DeclareClassFieldInitializer,{at:s.value}))}isIterator(e){return e==="iterator"||e==="asyncIterator"}readIterator(){let e=super.readWord1(),s="@@"+e;(!this.isIterator(e)||!this.state.inType)&&this.raise(p.InvalidIdentifier,{at:this.state.curPosition(),identifierName:s}),this.finishToken(130,s)}getTokenFromCode(e){let s=this.input.charCodeAt(this.state.pos+1);e===123&&s===124?this.finishOp(6,2):this.state.inType&&(e===62||e===60)?this.finishOp(e===62?48:47,1):this.state.inType&&e===63?s===46?this.finishOp(18,2):this.finishOp(17,1):Fi(e,s,this.input.charCodeAt(this.state.pos+2))?(this.state.pos+=2,this.readIterator()):super.getTokenFromCode(e)}isAssignable(e,s){return e.type==="TypeCastExpression"?this.isAssignable(e.expression,s):super.isAssignable(e,s)}toAssignable(e,s=!1){!s&&e.type==="AssignmentExpression"&&e.left.type==="TypeCastExpression"&&(e.left=this.typeCastToParameter(e.left)),super.toAssignable(e,s)}toAssignableList(e,s,i){for(let r=0;r<e.length;r++){let n=e[r];(n==null?void 0:n.type)==="TypeCastExpression"&&(e[r]=this.typeCastToParameter(n))}super.toAssignableList(e,s,i)}toReferencedList(e,s){for(let r=0;r<e.length;r++){var i;let n=e[r];n&&n.type==="TypeCastExpression"&&!((i=n.extra)!=null&&i.parenthesized)&&(e.length>1||!s)&&this.raise(g.TypeCastInPattern,{at:n.typeAnnotation})}return e}parseArrayLike(e,s,i,r){let n=super.parseArrayLike(e,s,i,r);return s&&!this.state.maybeInArrowParameters&&this.toReferencedList(n.elements),n}isValidLVal(e,s,i){return e==="TypeCastExpression"||super.isValidLVal(e,s,i)}parseClassProperty(e){return this.match(14)&&(e.typeAnnotation=this.flowParseTypeAnnotation()),super.parseClassProperty(e)}parseClassPrivateProperty(e){return this.match(14)&&(e.typeAnnotation=this.flowParseTypeAnnotation()),super.parseClassPrivateProperty(e)}isClassMethod(){return this.match(47)||super.isClassMethod()}isClassProperty(){return this.match(14)||super.isClassProperty()}isNonstaticConstructor(e){return!this.match(14)&&super.isNonstaticConstructor(e)}pushClassMethod(e,s,i,r,n,o){if(s.variance&&this.unexpected(s.variance.loc.start),delete s.variance,this.match(47)&&(s.typeParameters=this.flowParseTypeParameterDeclaration()),super.pushClassMethod(e,s,i,r,n,o),s.params&&n){let h=s.params;h.length>0&&this.isThisParam(h[0])&&this.raise(g.ThisParamBannedInConstructor,{at:s})}else if(s.type==="MethodDefinition"&&n&&s.value.params){let h=s.value.params;h.length>0&&this.isThisParam(h[0])&&this.raise(g.ThisParamBannedInConstructor,{at:s})}}pushClassPrivateMethod(e,s,i,r){s.variance&&this.unexpected(s.variance.loc.start),delete s.variance,this.match(47)&&(s.typeParameters=this.flowParseTypeParameterDeclaration()),super.pushClassPrivateMethod(e,s,i,r)}parseClassSuper(e){if(super.parseClassSuper(e),e.superClass&&this.match(47)&&(e.superTypeParameters=this.flowParseTypeParameterInstantiation()),this.isContextual(111)){this.next();let s=e.implements=[];do{let i=this.startNode();i.id=this.flowParseRestrictedIdentifier(!0),this.match(47)?i.typeParameters=this.flowParseTypeParameterInstantiation():i.typeParameters=null,s.push(this.finishNode(i,"ClassImplements"))}while(this.eat(12))}}checkGetterSetterParams(e){super.checkGetterSetterParams(e);let s=this.getObjectOrClassMethodParams(e);if(s.length>0){let i=s[0];this.isThisParam(i)&&e.kind==="get"?this.raise(g.GetterMayNotHaveThisParam,{at:i}):this.isThisParam(i)&&this.raise(g.SetterMayNotHaveThisParam,{at:i})}}parsePropertyNamePrefixOperator(e){e.variance=this.flowParseVariance()}parseObjPropValue(e,s,i,r,n,o,h){e.variance&&this.unexpected(e.variance.loc.start),delete e.variance;let l;this.match(47)&&!o&&(l=this.flowParseTypeParameterDeclaration(),this.match(10)||this.unexpected());let c=super.parseObjPropValue(e,s,i,r,n,o,h);return l&&((c.value||c).typeParameters=l),c}parseAssignableListItemTypes(e){return this.eat(17)&&(e.type!=="Identifier"&&this.raise(g.PatternIsOptional,{at:e}),this.isThisParam(e)&&this.raise(g.ThisParamMayNotBeOptional,{at:e}),e.optional=!0),this.match(14)?e.typeAnnotation=this.flowParseTypeAnnotation():this.isThisParam(e)&&this.raise(g.ThisParamAnnotationRequired,{at:e}),this.match(29)&&this.isThisParam(e)&&this.raise(g.ThisParamNoDefault,{at:e}),this.resetEndLocation(e),e}parseMaybeDefault(e,s){let i=super.parseMaybeDefault(e,s);return i.type==="AssignmentPattern"&&i.typeAnnotation&&i.right.start<i.typeAnnotation.start&&this.raise(g.TypeBeforeInitializer,{at:i.typeAnnotation}),i}checkImportReflection(e){super.checkImportReflection(e),e.module&&e.importKind!=="value"&&this.raise(g.ImportReflectionHasImportType,{at:e.specifiers[0].loc.start})}parseImportSpecifierLocal(e,s,i){s.local=zt(e)?this.flowParseRestrictedIdentifier(!0,!0):this.parseIdentifier(),e.specifiers.push(this.finishImportSpecifier(s,i))}isPotentialImportPhase(e){if(super.isPotentialImportPhase(e))return!0;if(this.isContextual(128)){if(!e)return!0;let s=this.lookaheadCharCode();return s===123||s===42}return!e&&this.isContextual(87)}applyImportPhase(e,s,i,r){if(super.applyImportPhase(e,s,i,r),s){if(!i&&this.match(65))return;e.exportKind=i==="type"?i:"value"}else i==="type"&&this.match(55)&&this.unexpected(),e.importKind=i==="type"||i==="typeof"?i:"value"}parseImportSpecifier(e,s,i,r,n){let o=e.imported,h=null;o.type==="Identifier"&&(o.name==="type"?h="type":o.name==="typeof"&&(h="typeof"));let l=!1;if(this.isContextual(93)&&!this.isLookaheadContextual("as")){let u=this.parseIdentifier(!0);h!==null&&!M(this.state.type)?(e.imported=u,e.importKind=h,e.local=V(u)):(e.imported=o,e.importKind=null,e.local=this.parseIdentifier())}else{if(h!==null&&M(this.state.type))e.imported=this.parseIdentifier(!0),e.importKind=h;else{if(s)throw this.raise(p.ImportBindingIsString,{at:e,importName:o.value});e.imported=o,e.importKind=null}this.eatContextual(93)?e.local=this.parseIdentifier():(l=!0,e.local=V(e.imported))}let c=zt(e);return i&&c&&this.raise(g.ImportTypeShorthandOnlyInPureImport,{at:e}),(i||c)&&this.checkReservedType(e.local.name,e.local.loc.start,!0),l&&!i&&!c&&this.checkReservedWord(e.local.name,e.loc.start,!0,!0),this.finishImportSpecifier(e,"ImportSpecifier")}parseBindingAtom(){switch(this.state.type){case 78:return this.parseIdentifier(!0);default:return super.parseBindingAtom()}}parseFunctionParams(e,s){let i=e.kind;i!=="get"&&i!=="set"&&this.match(47)&&(e.typeParameters=this.flowParseTypeParameterDeclaration()),super.parseFunctionParams(e,s)}parseVarId(e,s){super.parseVarId(e,s),this.match(14)&&(e.id.typeAnnotation=this.flowParseTypeAnnotation(),this.resetEndLocation(e.id))}parseAsyncArrowFromCallExpression(e,s){if(this.match(14)){let i=this.state.noAnonFunctionType;this.state.noAnonFunctionType=!0,e.returnType=this.flowParseTypeAnnotation(),this.state.noAnonFunctionType=i}return super.parseAsyncArrowFromCallExpression(e,s)}shouldParseAsyncArrow(){return this.match(14)||super.shouldParseAsyncArrow()}parseMaybeAssign(e,s){var i;let r=null,n;if(this.hasPlugin("jsx")&&(this.match(140)||this.match(47))){if(r=this.state.clone(),n=this.tryParse(()=>super.parseMaybeAssign(e,s),r),!n.error)return n.node;let{context:l}=this.state,c=l[l.length-1];(c===w.j_oTag||c===w.j_expr)&&l.pop()}if((i=n)!=null&&i.error||this.match(47)){var o,h;r=r||this.state.clone();let l,c=this.tryParse(f=>{var d;l=this.flowParseTypeParameterDeclaration();let x=this.forwardNoArrowParamsConversionAt(l,()=>{let C=super.parseMaybeAssign(e,s);return this.resetStartLocationFromNode(C,l),C});(d=x.extra)!=null&&d.parenthesized&&f();let I=this.maybeUnwrapTypeCastExpression(x);return I.type!=="ArrowFunctionExpression"&&f(),I.typeParameters=l,this.resetStartLocationFromNode(I,l),x},r),u=null;if(c.node&&this.maybeUnwrapTypeCastExpression(c.node).type==="ArrowFunctionExpression"){if(!c.error&&!c.aborted)return c.node.async&&this.raise(g.UnexpectedTypeParameterBeforeAsyncArrowFunction,{at:l}),c.node;u=c.node}if((o=n)!=null&&o.node)return this.state=n.failState,n.node;if(u)return this.state=c.failState,u;throw(h=n)!=null&&h.thrown?n.error:c.thrown?c.error:this.raise(g.UnexpectedTokenAfterTypeParameter,{at:l})}return super.parseMaybeAssign(e,s)}parseArrow(e){if(this.match(14)){let s=this.tryParse(()=>{let i=this.state.noAnonFunctionType;this.state.noAnonFunctionType=!0;let r=this.startNode();return[r.typeAnnotation,e.predicate]=this.flowParseTypeAndPredicateInitialiser(),this.state.noAnonFunctionType=i,this.canInsertSemicolon()&&this.unexpected(),this.match(19)||this.unexpected(),r});if(s.thrown)return null;s.error&&(this.state=s.failState),e.returnType=s.node.typeAnnotation?this.finishNode(s.node,"TypeAnnotation"):null}return super.parseArrow(e)}shouldParseArrow(e){return this.match(14)||super.shouldParseArrow(e)}setArrowFunctionParameters(e,s){this.state.noArrowParamsConversionAt.indexOf(e.start)!==-1?e.params=s:super.setArrowFunctionParameters(e,s)}checkParams(e,s,i,r=!0){if(!(i&&this.state.noArrowParamsConversionAt.indexOf(e.start)!==-1)){for(let n=0;n<e.params.length;n++)this.isThisParam(e.params[n])&&n>0&&this.raise(g.ThisParamMustBeFirst,{at:e.params[n]});super.checkParams(e,s,i,r)}}parseParenAndDistinguishExpression(e){return super.parseParenAndDistinguishExpression(e&&this.state.noArrowAt.indexOf(this.state.start)===-1)}parseSubscripts(e,s,i){if(e.type==="Identifier"&&e.name==="async"&&this.state.noArrowAt.indexOf(s.index)!==-1){this.next();let r=this.startNodeAt(s);r.callee=e,r.arguments=super.parseCallExpressionArguments(11,!1),e=this.finishNode(r,"CallExpression")}else if(e.type==="Identifier"&&e.name==="async"&&this.match(47)){let r=this.state.clone(),n=this.tryParse(h=>this.parseAsyncArrowWithTypeParameters(s)||h(),r);if(!n.error&&!n.aborted)return n.node;let o=this.tryParse(()=>super.parseSubscripts(e,s,i),r);if(o.node&&!o.error)return o.node;if(n.node)return this.state=n.failState,n.node;if(o.node)return this.state=o.failState,o.node;throw n.error||o.error}return super.parseSubscripts(e,s,i)}parseSubscript(e,s,i,r){if(this.match(18)&&this.isLookaheadToken_lt()){if(r.optionalChainMember=!0,i)return r.stop=!0,e;this.next();let n=this.startNodeAt(s);return n.callee=e,n.typeArguments=this.flowParseTypeParameterInstantiation(),this.expect(10),n.arguments=this.parseCallExpressionArguments(11,!1),n.optional=!0,this.finishCallExpression(n,!0)}else if(!i&&this.shouldParseTypes()&&this.match(47)){let n=this.startNodeAt(s);n.callee=e;let o=this.tryParse(()=>(n.typeArguments=this.flowParseTypeParameterInstantiationCallOrNew(),this.expect(10),n.arguments=super.parseCallExpressionArguments(11,!1),r.optionalChainMember&&(n.optional=!1),this.finishCallExpression(n,r.optionalChainMember)));if(o.node)return o.error&&(this.state=o.failState),o.node}return super.parseSubscript(e,s,i,r)}parseNewCallee(e){super.parseNewCallee(e);let s=null;this.shouldParseTypes()&&this.match(47)&&(s=this.tryParse(()=>this.flowParseTypeParameterInstantiationCallOrNew()).node),e.typeArguments=s}parseAsyncArrowWithTypeParameters(e){let s=this.startNodeAt(e);if(this.parseFunctionParams(s,!1),!!this.parseArrow(s))return super.parseArrowExpression(s,void 0,!0)}readToken_mult_modulo(e){let s=this.input.charCodeAt(this.state.pos+1);if(e===42&&s===47&&this.state.hasFlowComment){this.state.hasFlowComment=!1,this.state.pos+=2,this.nextToken();return}super.readToken_mult_modulo(e)}readToken_pipe_amp(e){let s=this.input.charCodeAt(this.state.pos+1);if(e===124&&s===125){this.finishOp(9,2);return}super.readToken_pipe_amp(e)}parseTopLevel(e,s){let i=super.parseTopLevel(e,s);return this.state.hasFlowComment&&this.raise(g.UnterminatedFlowComment,{at:this.state.curPosition()}),i}skipBlockComment(){if(this.hasPlugin("flowComments")&&this.skipFlowComment()){if(this.state.hasFlowComment)throw this.raise(g.NestedFlowComment,{at:this.state.startLoc});this.hasFlowCommentCompletion();let e=this.skipFlowComment();e&&(this.state.pos+=e,this.state.hasFlowComment=!0);return}return super.skipBlockComment(this.state.hasFlowComment?"*-/":"*/")}skipFlowComment(){let{pos:e}=this.state,s=2;for(;[32,9].includes(this.input.charCodeAt(e+s));)s++;let i=this.input.charCodeAt(s+e),r=this.input.charCodeAt(s+e+1);return i===58&&r===58?s+2:this.input.slice(s+e,s+e+12)==="flow-include"?s+12:i===58&&r!==58?s:!1}hasFlowCommentCompletion(){if(this.input.indexOf("*/",this.state.pos)===-1)throw this.raise(p.UnterminatedComment,{at:this.state.curPosition()})}flowEnumErrorBooleanMemberNotInitialized(e,{enumName:s,memberName:i}){this.raise(g.EnumBooleanMemberNotInitialized,{at:e,memberName:i,enumName:s})}flowEnumErrorInvalidMemberInitializer(e,s){return this.raise(s.explicitType?s.explicitType==="symbol"?g.EnumInvalidMemberInitializerSymbolType:g.EnumInvalidMemberInitializerPrimaryType:g.EnumInvalidMemberInitializerUnknownType,Object.assign({at:e},s))}flowEnumErrorNumberMemberNotInitialized(e,{enumName:s,memberName:i}){this.raise(g.EnumNumberMemberNotInitialized,{at:e,enumName:s,memberName:i})}flowEnumErrorStringMemberInconsistentlyInitialized(e,{enumName:s}){this.raise(g.EnumStringMemberInconsistentlyInitialized,{at:e,enumName:s})}flowEnumMemberInit(){let e=this.state.startLoc,s=()=>this.match(12)||this.match(8);switch(this.state.type){case 132:{let i=this.parseNumericLiteral(this.state.value);return s()?{type:"number",loc:i.loc.start,value:i}:{type:"invalid",loc:e}}case 131:{let i=this.parseStringLiteral(this.state.value);return s()?{type:"string",loc:i.loc.start,value:i}:{type:"invalid",loc:e}}case 85:case 86:{let i=this.parseBooleanLiteral(this.match(85));return s()?{type:"boolean",loc:i.loc.start,value:i}:{type:"invalid",loc:e}}default:return{type:"invalid",loc:e}}}flowEnumMemberRaw(){let e=this.state.startLoc,s=this.parseIdentifier(!0),i=this.eat(29)?this.flowEnumMemberInit():{type:"none",loc:e};return{id:s,init:i}}flowEnumCheckExplicitTypeMismatch(e,s,i){let{explicitType:r}=s;r!==null&&r!==i&&this.flowEnumErrorInvalidMemberInitializer(e,s)}flowEnumMembers({enumName:e,explicitType:s}){let i=new Set,r={booleanMembers:[],numberMembers:[],stringMembers:[],defaultedMembers:[]},n=!1;for(;!this.match(8);){if(this.eat(21)){n=!0;break}let o=this.startNode(),{id:h,init:l}=this.flowEnumMemberRaw(),c=h.name;if(c==="")continue;/^[a-z]/.test(c)&&this.raise(g.EnumInvalidMemberName,{at:h,memberName:c,suggestion:c[0].toUpperCase()+c.slice(1),enumName:e}),i.has(c)&&this.raise(g.EnumDuplicateMemberName,{at:h,memberName:c,enumName:e}),i.add(c);let u={enumName:e,explicitType:s,memberName:c};switch(o.id=h,l.type){case"boolean":{this.flowEnumCheckExplicitTypeMismatch(l.loc,u,"boolean"),o.init=l.value,r.booleanMembers.push(this.finishNode(o,"EnumBooleanMember"));break}case"number":{this.flowEnumCheckExplicitTypeMismatch(l.loc,u,"number"),o.init=l.value,r.numberMembers.push(this.finishNode(o,"EnumNumberMember"));break}case"string":{this.flowEnumCheckExplicitTypeMismatch(l.loc,u,"string"),o.init=l.value,r.stringMembers.push(this.finishNode(o,"EnumStringMember"));break}case"invalid":throw this.flowEnumErrorInvalidMemberInitializer(l.loc,u);case"none":switch(s){case"boolean":this.flowEnumErrorBooleanMemberNotInitialized(l.loc,u);break;case"number":this.flowEnumErrorNumberMemberNotInitialized(l.loc,u);break;default:r.defaultedMembers.push(this.finishNode(o,"EnumDefaultedMember"))}}this.match(8)||this.expect(12)}return{members:r,hasUnknownMembers:n}}flowEnumStringMembers(e,s,{enumName:i}){if(e.length===0)return s;if(s.length===0)return e;if(s.length>e.length){for(let r of e)this.flowEnumErrorStringMemberInconsistentlyInitialized(r,{enumName:i});return s}else{for(let r of s)this.flowEnumErrorStringMemberInconsistentlyInitialized(r,{enumName:i});return e}}flowEnumParseExplicitType({enumName:e}){if(!this.eatContextual(101))return null;if(!S(this.state.type))throw this.raise(g.EnumInvalidExplicitTypeUnknownSupplied,{at:this.state.startLoc,enumName:e});let{value:s}=this.state;return this.next(),s!=="boolean"&&s!=="number"&&s!=="string"&&s!=="symbol"&&this.raise(g.EnumInvalidExplicitType,{at:this.state.startLoc,enumName:e,invalidEnumType:s}),s}flowEnumBody(e,s){let i=s.name,r=s.loc.start,n=this.flowEnumParseExplicitType({enumName:i});this.expect(5);let{members:o,hasUnknownMembers:h}=this.flowEnumMembers({enumName:i,explicitType:n});switch(e.hasUnknownMembers=h,n){case"boolean":return e.explicitType=!0,e.members=o.booleanMembers,this.expect(8),this.finishNode(e,"EnumBooleanBody");case"number":return e.explicitType=!0,e.members=o.numberMembers,this.expect(8),this.finishNode(e,"EnumNumberBody");case"string":return e.explicitType=!0,e.members=this.flowEnumStringMembers(o.stringMembers,o.defaultedMembers,{enumName:i}),this.expect(8),this.finishNode(e,"EnumStringBody");case"symbol":return e.members=o.defaultedMembers,this.expect(8),this.finishNode(e,"EnumSymbolBody");default:{let l=()=>(e.members=[],this.expect(8),this.finishNode(e,"EnumStringBody"));e.explicitType=!1;let c=o.booleanMembers.length,u=o.numberMembers.length,f=o.stringMembers.length,d=o.defaultedMembers.length;if(!c&&!u&&!f&&!d)return l();if(!c&&!u)return e.members=this.flowEnumStringMembers(o.stringMembers,o.defaultedMembers,{enumName:i}),this.expect(8),this.finishNode(e,"EnumStringBody");if(!u&&!f&&c>=d){for(let x of o.defaultedMembers)this.flowEnumErrorBooleanMemberNotInitialized(x.loc.start,{enumName:i,memberName:x.id.name});return e.members=o.booleanMembers,this.expect(8),this.finishNode(e,"EnumBooleanBody")}else if(!c&&!f&&u>=d){for(let x of o.defaultedMembers)this.flowEnumErrorNumberMemberNotInitialized(x.loc.start,{enumName:i,memberName:x.id.name});return e.members=o.numberMembers,this.expect(8),this.finishNode(e,"EnumNumberBody")}else return this.raise(g.EnumInconsistentMemberValues,{at:r,enumName:i}),l()}}}flowParseEnumDeclaration(e){let s=this.parseIdentifier();return e.id=s,e.body=this.flowEnumBody(this.startNode(),s),this.finishNode(e,"EnumDeclaration")}isLookaheadToken_lt(){let e=this.nextTokenStart();if(this.input.charCodeAt(e)===60){let s=this.input.charCodeAt(e+1);return s!==60&&s!==61}return!1}maybeUnwrapTypeCastExpression(e){return e.type==="TypeCastExpression"?e.expression:e}},W=$`jsx`({AttributeIsEmpty:"JSX attributes must only be assigned a non-empty expression.",MissingClosingTagElement:({openingTagName:a})=>`Expected corresponding JSX closing tag for <${a}>.`,MissingClosingTagFragment:"Expected corresponding JSX closing tag for <>.",UnexpectedSequenceExpression:"Sequence expressions cannot be directly nested inside JSX. Did you mean to wrap it in parentheses (...)?",UnexpectedToken:({unexpected:a,HTMLEntity:t})=>`Unexpected token \`${a}\`. Did you mean \`${t}\` or \`{'${a}'}\`?`,UnsupportedJsxValue:"JSX value should be either an expression or a quoted JSX text.",UnterminatedJsxContent:"Unterminated JSX contents.",UnwrappedAdjacentJSXElements:"Adjacent JSX elements must be wrapped in an enclosing tag. Did you want a JSX fragment <>...</>?"});function K(a){return a?a.type==="JSXOpeningFragment"||a.type==="JSXClosingFragment":!1}function Z(a){if(a.type==="JSXIdentifier")return a.name;if(a.type==="JSXNamespacedName")return a.namespace.name+":"+a.name.name;if(a.type==="JSXMemberExpression")return Z(a.object)+"."+Z(a.property);throw new Error("Node had unexpected type: "+a.type)}var ir=a=>class extends a{jsxReadToken(){let e="",s=this.state.pos;for(;;){if(this.state.pos>=this.length)throw this.raise(W.UnterminatedJsxContent,{at:this.state.startLoc});let i=this.input.charCodeAt(this.state.pos);switch(i){case 60:case 123:if(this.state.pos===this.state.start){i===60&&this.state.canStartJSXElement?(++this.state.pos,this.finishToken(140)):super.getTokenFromCode(i);return}e+=this.input.slice(s,this.state.pos),this.finishToken(139,e);return;case 38:e+=this.input.slice(s,this.state.pos),e+=this.jsxReadEntity(),s=this.state.pos;break;case 62:case 125:default:xe(i)?(e+=this.input.slice(s,this.state.pos),e+=this.jsxReadNewLine(!0),s=this.state.pos):++this.state.pos}}}jsxReadNewLine(e){let s=this.input.charCodeAt(this.state.pos),i;return++this.state.pos,s===13&&this.input.charCodeAt(this.state.pos)===10?(++this.state.pos,i=e?`
6
+ `:`\r
7
+ `):i=String.fromCharCode(s),++this.state.curLine,this.state.lineStart=this.state.pos,i}jsxReadString(e){let s="",i=++this.state.pos;for(;;){if(this.state.pos>=this.length)throw this.raise(p.UnterminatedString,{at:this.state.startLoc});let r=this.input.charCodeAt(this.state.pos);if(r===e)break;r===38?(s+=this.input.slice(i,this.state.pos),s+=this.jsxReadEntity(),i=this.state.pos):xe(r)?(s+=this.input.slice(i,this.state.pos),s+=this.jsxReadNewLine(!1),i=this.state.pos):++this.state.pos}s+=this.input.slice(i,this.state.pos++),this.finishToken(131,s)}jsxReadEntity(){let e=++this.state.pos;if(this.codePointAtPos(this.state.pos)===35){++this.state.pos;let s=10;this.codePointAtPos(this.state.pos)===120&&(s=16,++this.state.pos);let i=this.readInt(s,void 0,!1,"bail");if(i!==null&&this.codePointAtPos(this.state.pos)===59)return++this.state.pos,String.fromCodePoint(i)}else{let s=0,i=!1;for(;s++<10&&this.state.pos<this.length&&!(i=this.codePointAtPos(this.state.pos)==59);)++this.state.pos;if(i){let r=this.input.slice(e,this.state.pos),n=void 0;if(++this.state.pos,n)return n}}return this.state.pos=e,"&"}jsxReadWord(){let e,s=this.state.pos;do e=this.input.charCodeAt(++this.state.pos);while(ee(e)||e===45);this.finishToken(138,this.input.slice(s,this.state.pos))}jsxParseIdentifier(){let e=this.startNode();return this.match(138)?e.name=this.state.value:Ct(this.state.type)?e.name=q(this.state.type):this.unexpected(),this.next(),this.finishNode(e,"JSXIdentifier")}jsxParseNamespacedName(){let e=this.state.startLoc,s=this.jsxParseIdentifier();if(!this.eat(14))return s;let i=this.startNodeAt(e);return i.namespace=s,i.name=this.jsxParseIdentifier(),this.finishNode(i,"JSXNamespacedName")}jsxParseElementName(){let e=this.state.startLoc,s=this.jsxParseNamespacedName();if(s.type==="JSXNamespacedName")return s;for(;this.eat(16);){let i=this.startNodeAt(e);i.object=s,i.property=this.jsxParseIdentifier(),s=this.finishNode(i,"JSXMemberExpression")}return s}jsxParseAttributeValue(){let e;switch(this.state.type){case 5:return e=this.startNode(),this.setContext(w.brace),this.next(),e=this.jsxParseExpressionContainer(e,w.j_oTag),e.expression.type==="JSXEmptyExpression"&&this.raise(W.AttributeIsEmpty,{at:e}),e;case 140:case 131:return this.parseExprAtom();default:throw this.raise(W.UnsupportedJsxValue,{at:this.state.startLoc})}}jsxParseEmptyExpression(){let e=this.startNodeAt(this.state.lastTokEndLoc);return this.finishNodeAt(e,"JSXEmptyExpression",this.state.startLoc)}jsxParseSpreadChild(e){return this.next(),e.expression=this.parseExpression(),this.setContext(w.j_expr),this.state.canStartJSXElement=!0,this.expect(8),this.finishNode(e,"JSXSpreadChild")}jsxParseExpressionContainer(e,s){if(this.match(8))e.expression=this.jsxParseEmptyExpression();else{let i=this.parseExpression();e.expression=i}return this.setContext(s),this.state.canStartJSXElement=!0,this.expect(8),this.finishNode(e,"JSXExpressionContainer")}jsxParseAttribute(){let e=this.startNode();return this.match(5)?(this.setContext(w.brace),this.next(),this.expect(21),e.argument=this.parseMaybeAssignAllowIn(),this.setContext(w.j_oTag),this.state.canStartJSXElement=!0,this.expect(8),this.finishNode(e,"JSXSpreadAttribute")):(e.name=this.jsxParseNamespacedName(),e.value=this.eat(29)?this.jsxParseAttributeValue():null,this.finishNode(e,"JSXAttribute"))}jsxParseOpeningElementAt(e){let s=this.startNodeAt(e);return this.eat(141)?this.finishNode(s,"JSXOpeningFragment"):(s.name=this.jsxParseElementName(),this.jsxParseOpeningElementAfterName(s))}jsxParseOpeningElementAfterName(e){let s=[];for(;!this.match(56)&&!this.match(141);)s.push(this.jsxParseAttribute());return e.attributes=s,e.selfClosing=this.eat(56),this.expect(141),this.finishNode(e,"JSXOpeningElement")}jsxParseClosingElementAt(e){let s=this.startNodeAt(e);return this.eat(141)?this.finishNode(s,"JSXClosingFragment"):(s.name=this.jsxParseElementName(),this.expect(141),this.finishNode(s,"JSXClosingElement"))}jsxParseElementAt(e){let s=this.startNodeAt(e),i=[],r=this.jsxParseOpeningElementAt(e),n=null;if(!r.selfClosing){e:for(;;)switch(this.state.type){case 140:if(e=this.state.startLoc,this.next(),this.eat(56)){n=this.jsxParseClosingElementAt(e);break e}i.push(this.jsxParseElementAt(e));break;case 139:i.push(this.parseExprAtom());break;case 5:{let o=this.startNode();this.setContext(w.brace),this.next(),this.match(21)?i.push(this.jsxParseSpreadChild(o)):i.push(this.jsxParseExpressionContainer(o,w.j_expr));break}default:this.unexpected()}K(r)&&!K(n)&&n!==null?this.raise(W.MissingClosingTagFragment,{at:n}):!K(r)&&K(n)?this.raise(W.MissingClosingTagElement,{at:n,openingTagName:Z(r.name)}):!K(r)&&!K(n)&&Z(n.name)!==Z(r.name)&&this.raise(W.MissingClosingTagElement,{at:n,openingTagName:Z(r.name)})}if(K(r)?(s.openingFragment=r,s.closingFragment=n):(s.openingElement=r,s.closingElement=n),s.children=i,this.match(47))throw this.raise(W.UnwrappedAdjacentJSXElements,{at:this.state.startLoc});return K(r)?this.finishNode(s,"JSXFragment"):this.finishNode(s,"JSXElement")}jsxParseElement(){let e=this.state.startLoc;return this.next(),this.jsxParseElementAt(e)}setContext(e){let{context:s}=this.state;s[s.length-1]=e}parseExprAtom(e){return this.match(139)?this.parseLiteral(this.state.value,"JSXText"):this.match(140)?this.jsxParseElement():this.match(47)&&this.input.charCodeAt(this.state.pos)!==33?(this.replaceToken(140),this.jsxParseElement()):super.parseExprAtom(e)}skipSpace(){this.curContext().preserveSpace||super.skipSpace()}getTokenFromCode(e){let s=this.curContext();if(s===w.j_expr){this.jsxReadToken();return}if(s===w.j_oTag||s===w.j_cTag){if(j(e)){this.jsxReadWord();return}if(e===62){++this.state.pos,this.finishToken(141);return}if((e===34||e===39)&&s===w.j_oTag){this.jsxReadString(e);return}}if(e===60&&this.state.canStartJSXElement&&this.input.charCodeAt(this.state.pos+1)!==33){++this.state.pos,this.finishToken(140);return}super.getTokenFromCode(e)}updateContext(e){let{context:s,type:i}=this.state;if(i===56&&e===140)s.splice(-2,2,w.j_cTag),this.state.canStartJSXElement=!1;else if(i===140)s.push(w.j_oTag);else if(i===141){let r=s[s.length-1];r===w.j_oTag&&e===56||r===w.j_cTag?(s.pop(),this.state.canStartJSXElement=s[s.length-1]===w.j_expr):(this.setContext(w.j_expr),this.state.canStartJSXElement=!0)}else this.state.canStartJSXElement=gi(i)}},ft=class extends Pe{constructor(...t){super(...t),this.types=new Set,this.enums=new Set,this.constEnums=new Set,this.classes=new Set,this.exportOnlyBindings=new Set}},mt=class extends ge{constructor(...t){super(...t),this.importsStack=[]}createScope(t){return this.importsStack.push(new Set),new ft(t)}enter(t){t==256&&this.importsStack.push(new Set),super.enter(t)}exit(){let t=super.exit();return t==256&&this.importsStack.pop(),t}hasImport(t,e){let s=this.importsStack.length;if(this.importsStack[s-1].has(t))return!0;if(!e&&s>1){for(let i=0;i<s-1;i++)if(this.importsStack[i].has(t))return!0}return!1}declareName(t,e,s){if(e&4096){this.hasImport(t,!0)&&this.parser.raise(p.VarRedeclaration,{at:s,identifierName:t}),this.importsStack[this.importsStack.length-1].add(t);return}let i=this.currentScope();if(e&1024){this.maybeExportDefined(i,t),i.exportOnlyBindings.add(t);return}super.declareName(t,e,s),e&2&&(e&1||(this.checkRedeclarationInScope(i,t,e,s),this.maybeExportDefined(i,t)),i.types.add(t)),e&256&&i.enums.add(t),e&512&&i.constEnums.add(t),e&128&&i.classes.add(t)}isRedeclaredInScope(t,e,s){if(t.enums.has(e)){if(s&256){let i=!!(s&512),r=t.constEnums.has(e);return i!==r}return!0}return s&128&&t.classes.has(e)?t.lexical.has(e)?!!(s&1):!1:s&2&&t.types.has(e)?!0:super.isRedeclaredInScope(t,e,s)}checkLocalExport(t){let{name:e}=t;if(this.hasImport(e))return;let s=this.scopeStack.length;for(let i=s-1;i>=0;i--){let r=this.scopeStack[i];if(r.types.has(e)||r.exportOnlyBindings.has(e))return}super.checkLocalExport(t)}},rr=(a,t)=>Object.hasOwnProperty.call(a,t)&&a[t],ps=a=>a.type==="ParenthesizedExpression"?ps(a.expression):a,yt=class extends dt{toAssignable(t,e=!1){var s,i;let r;switch((t.type==="ParenthesizedExpression"||(s=t.extra)!=null&&s.parenthesized)&&(r=ps(t),e?r.type==="Identifier"?this.expressionScope.recordArrowParameterBindingError(p.InvalidParenthesizedAssignment,{at:t}):r.type!=="MemberExpression"&&this.raise(p.InvalidParenthesizedAssignment,{at:t}):this.raise(p.InvalidParenthesizedAssignment,{at:t})),t.type){case"Identifier":case"ObjectPattern":case"ArrayPattern":case"AssignmentPattern":case"RestElement":break;case"ObjectExpression":t.type="ObjectPattern";for(let o=0,h=t.properties.length,l=h-1;o<h;o++){var n;let c=t.properties[o],u=o===l;this.toAssignableObjectExpressionProp(c,u,e),u&&c.type==="RestElement"&&(n=t.extra)!=null&&n.trailingCommaLoc&&this.raise(p.RestTrailingComma,{at:t.extra.trailingCommaLoc})}break;case"ObjectProperty":{let{key:o,value:h}=t;this.isPrivateName(o)&&this.classScope.usePrivateName(this.getPrivateNameSV(o),o.loc.start),this.toAssignable(h,e);break}case"SpreadElement":throw new Error("Internal @babel/parser error (this is a bug, please report it). SpreadElement should be converted by .toAssignable's caller.");case"ArrayExpression":t.type="ArrayPattern",this.toAssignableList(t.elements,(i=t.extra)==null?void 0:i.trailingCommaLoc,e);break;case"AssignmentExpression":t.operator!=="="&&this.raise(p.MissingEqInAssignment,{at:t.left.loc.end}),t.type="AssignmentPattern",delete t.operator,this.toAssignable(t.left,e);break;case"ParenthesizedExpression":this.toAssignable(r,e);break}}toAssignableObjectExpressionProp(t,e,s){if(t.type==="ObjectMethod")this.raise(t.kind==="get"||t.kind==="set"?p.PatternHasAccessor:p.PatternHasMethod,{at:t.key});else if(t.type==="SpreadElement"){t.type="RestElement";let i=t.argument;this.checkToRestConversion(i,!1),this.toAssignable(i,s),e||this.raise(p.RestTrailingComma,{at:t})}else this.toAssignable(t,s)}toAssignableList(t,e,s){let i=t.length-1;for(let r=0;r<=i;r++){let n=t[r];if(n){if(n.type==="SpreadElement"){n.type="RestElement";let o=n.argument;this.checkToRestConversion(o,!0),this.toAssignable(o,s)}else this.toAssignable(n,s);n.type==="RestElement"&&(r<i?this.raise(p.RestTrailingComma,{at:n}):e&&this.raise(p.RestTrailingComma,{at:e}))}}}isAssignable(t,e){switch(t.type){case"Identifier":case"ObjectPattern":case"ArrayPattern":case"AssignmentPattern":case"RestElement":return!0;case"ObjectExpression":{let s=t.properties.length-1;return t.properties.every((i,r)=>i.type!=="ObjectMethod"&&(r===s||i.type!=="SpreadElement")&&this.isAssignable(i))}case"ObjectProperty":return this.isAssignable(t.value);case"SpreadElement":return this.isAssignable(t.argument);case"ArrayExpression":return t.elements.every(s=>s===null||this.isAssignable(s));case"AssignmentExpression":return t.operator==="=";case"ParenthesizedExpression":return this.isAssignable(t.expression);case"MemberExpression":case"OptionalMemberExpression":return!e;default:return!1}}toReferencedList(t,e){return t}toReferencedListDeep(t,e){this.toReferencedList(t,e);for(let s of t)(s==null?void 0:s.type)==="ArrayExpression"&&this.toReferencedListDeep(s.elements)}parseSpread(t){let e=this.startNode();return this.next(),e.argument=this.parseMaybeAssignAllowIn(t,void 0),this.finishNode(e,"SpreadElement")}parseRestBinding(){let t=this.startNode();return this.next(),t.argument=this.parseBindingAtom(),this.finishNode(t,"RestElement")}parseBindingAtom(){switch(this.state.type){case 0:{let t=this.startNode();return this.next(),t.elements=this.parseBindingList(3,93,1),this.finishNode(t,"ArrayPattern")}case 5:return this.parseObjectLike(8,!0)}return this.parseIdentifier()}parseBindingList(t,e,s){let i=s&1,r=[],n=!0;for(;!this.eat(t);)if(n?n=!1:this.expect(12),i&&this.match(12))r.push(null);else{if(this.eat(t))break;if(this.match(21)){if(r.push(this.parseAssignableListItemTypes(this.parseRestBinding(),s)),!this.checkCommaAfterRest(e)){this.expect(t);break}}else{let o=[];for(this.match(26)&&this.hasPlugin("decorators")&&this.raise(p.UnsupportedParameterDecorator,{at:this.state.startLoc});this.match(26);)o.push(this.parseDecorator());r.push(this.parseAssignableListItem(s,o))}}return r}parseBindingRestProperty(t){return this.next(),t.argument=this.parseIdentifier(),this.checkCommaAfterRest(125),this.finishNode(t,"RestElement")}parseBindingProperty(){let t=this.startNode(),{type:e,startLoc:s}=this.state;return e===21?this.parseBindingRestProperty(t):(e===136?(this.expectPlugin("destructuringPrivate",s),this.classScope.usePrivateName(this.state.value,s),t.key=this.parsePrivateName()):this.parsePropertyName(t),t.method=!1,this.parseObjPropValue(t,s,!1,!1,!0,!1))}parseAssignableListItem(t,e){let s=this.parseMaybeDefault();this.parseAssignableListItemTypes(s,t);let i=this.parseMaybeDefault(s.loc.start,s);return e.length&&(s.decorators=e),i}parseAssignableListItemTypes(t,e){return t}parseMaybeDefault(t,e){var s,i;if((s=t)!=null||(t=this.state.startLoc),e=(i=e)!=null?i:this.parseBindingAtom(),!this.eat(29))return e;let r=this.startNodeAt(t);return r.left=e,r.right=this.parseMaybeAssignAllowIn(),this.finishNode(r,"AssignmentPattern")}isValidLVal(t,e,s){return rr({AssignmentPattern:"left",RestElement:"argument",ObjectProperty:"value",ParenthesizedExpression:"expression",ArrayPattern:"elements",ObjectPattern:"properties"},t)}checkLVal(t,{in:e,binding:s=64,checkClashes:i=!1,strictModeChanged:r=!1,hasParenthesizedAncestor:n=!1}){var o;let h=t.type;if(this.isObjectMethod(t))return;if(h==="MemberExpression"){s!==64&&this.raise(p.InvalidPropertyBindingPattern,{at:t});return}if(h==="Identifier"){this.checkIdentifier(t,s,r);let{name:d}=t;i&&(i.has(d)?this.raise(p.ParamDupe,{at:t}):i.add(d));return}let l=this.isValidLVal(h,!(n||(o=t.extra)!=null&&o.parenthesized)&&e.type==="AssignmentExpression",s);if(l===!0)return;if(l===!1){let d=s===64?p.InvalidLhs:p.InvalidLhsBinding;this.raise(d,{at:t,ancestor:e});return}let[c,u]=Array.isArray(l)?l:[l,h==="ParenthesizedExpression"],f=h==="ArrayPattern"||h==="ObjectPattern"||h==="ParenthesizedExpression"?{type:h}:e;for(let d of[].concat(t[c]))d&&this.checkLVal(d,{in:f,binding:s,checkClashes:i,strictModeChanged:r,hasParenthesizedAncestor:u})}checkIdentifier(t,e,s=!1){this.state.strict&&(s?is(t.name,this.inModule):ss(t.name))&&(e===64?this.raise(p.StrictEvalArguments,{at:t,referenceName:t.name}):this.raise(p.StrictEvalArgumentsBinding,{at:t,bindingName:t.name})),e&8192&&t.name==="let"&&this.raise(p.LetInLexicalBinding,{at:t}),e&64||this.declareNameFromIdentifier(t,e)}declareNameFromIdentifier(t,e){this.scope.declareName(t.name,e,t.loc.start)}checkToRestConversion(t,e){switch(t.type){case"ParenthesizedExpression":this.checkToRestConversion(t.expression,e);break;case"Identifier":case"MemberExpression":break;case"ArrayExpression":case"ObjectExpression":if(e)break;default:this.raise(p.InvalidRestAssignmentPattern,{at:t})}}checkCommaAfterRest(t){return this.match(12)?(this.raise(this.lookaheadCharCode()===t?p.RestTrailingComma:p.ElementAfterRest,{at:this.state.startLoc}),!0):!1}},ar=(a,t)=>Object.hasOwnProperty.call(a,t)&&a[t];function nr(a){if(a==null)throw new Error(`Unexpected ${a} value.`);return a}function Kt(a){if(!a)throw new Error("Assert fail")}var y=$`typescript`({AbstractMethodHasImplementation:({methodName:a})=>`Method '${a}' cannot have an implementation because it is marked abstract.`,AbstractPropertyHasInitializer:({propertyName:a})=>`Property '${a}' cannot have an initializer because it is marked abstract.`,AccesorCannotDeclareThisParameter:"'get' and 'set' accessors cannot declare 'this' parameters.",AccesorCannotHaveTypeParameters:"An accessor cannot have type parameters.",AccessorCannotBeOptional:"An 'accessor' property cannot be declared optional.",ClassMethodHasDeclare:"Class methods cannot have the 'declare' modifier.",ClassMethodHasReadonly:"Class methods cannot have the 'readonly' modifier.",ConstInitiailizerMustBeStringOrNumericLiteralOrLiteralEnumReference:"A 'const' initializer in an ambient context must be a string or numeric literal or literal enum reference.",ConstructorHasTypeParameters:"Type parameters cannot appear on a constructor declaration.",DeclareAccessor:({kind:a})=>`'declare' is not allowed in ${a}ters.`,DeclareClassFieldHasInitializer:"Initializers are not allowed in ambient contexts.",DeclareFunctionHasImplementation:"An implementation cannot be declared in ambient contexts.",DuplicateAccessibilityModifier:({modifier:a})=>"Accessibility modifier already seen.",DuplicateModifier:({modifier:a})=>`Duplicate modifier: '${a}'.`,EmptyHeritageClauseType:({token:a})=>`'${a}' list cannot be empty.`,EmptyTypeArguments:"Type argument list cannot be empty.",EmptyTypeParameters:"Type parameter list cannot be empty.",ExpectedAmbientAfterExportDeclare:"'export declare' must be followed by an ambient declaration.",ImportAliasHasImportType:"An import alias can not use 'import type'.",ImportReflectionHasImportType:"An `import module` declaration can not use `type` modifier",IncompatibleModifiers:({modifiers:a})=>`'${a[0]}' modifier cannot be used with '${a[1]}' modifier.`,IndexSignatureHasAbstract:"Index signatures cannot have the 'abstract' modifier.",IndexSignatureHasAccessibility:({modifier:a})=>`Index signatures cannot have an accessibility modifier ('${a}').`,IndexSignatureHasDeclare:"Index signatures cannot have the 'declare' modifier.",IndexSignatureHasOverride:"'override' modifier cannot appear on an index signature.",IndexSignatureHasStatic:"Index signatures cannot have the 'static' modifier.",InitializerNotAllowedInAmbientContext:"Initializers are not allowed in ambient contexts.",InvalidModifierOnTypeMember:({modifier:a})=>`'${a}' modifier cannot appear on a type member.`,InvalidModifierOnTypeParameter:({modifier:a})=>`'${a}' modifier cannot appear on a type parameter.`,InvalidModifierOnTypeParameterPositions:({modifier:a})=>`'${a}' modifier can only appear on a type parameter of a class, interface or type alias.`,InvalidModifiersOrder:({orderedModifiers:a})=>`'${a[0]}' modifier must precede '${a[1]}' modifier.`,InvalidPropertyAccessAfterInstantiationExpression:"Invalid property access after an instantiation expression. You can either wrap the instantiation expression in parentheses, or delete the type arguments.",InvalidTupleMemberLabel:"Tuple members must be labeled with a simple identifier.",MissingInterfaceName:"'interface' declarations must be followed by an identifier.",MixedLabeledAndUnlabeledElements:"Tuple members must all have names or all not have names.",NonAbstractClassHasAbstractMethod:"Abstract methods can only appear within an abstract class.",NonClassMethodPropertyHasAbstractModifer:"'abstract' modifier can only appear on a class, method, or property declaration.",OptionalTypeBeforeRequired:"A required element cannot follow an optional element.",OverrideNotInSubClass:"This member cannot have an 'override' modifier because its containing class does not extend another class.",PatternIsOptional:"A binding pattern parameter cannot be optional in an implementation signature.",PrivateElementHasAbstract:"Private elements cannot have the 'abstract' modifier.",PrivateElementHasAccessibility:({modifier:a})=>`Private elements cannot have an accessibility modifier ('${a}').`,ReadonlyForMethodSignature:"'readonly' modifier can only appear on a property declaration or index signature.",ReservedArrowTypeParam:"This syntax is reserved in files with the .mts or .cts extension. Add a trailing comma, as in `<T,>() => ...`.",ReservedTypeAssertion:"This syntax is reserved in files with the .mts or .cts extension. Use an `as` expression instead.",SetAccesorCannotHaveOptionalParameter:"A 'set' accessor cannot have an optional parameter.",SetAccesorCannotHaveRestParameter:"A 'set' accessor cannot have rest parameter.",SetAccesorCannotHaveReturnType:"A 'set' accessor cannot have a return type annotation.",SingleTypeParameterWithoutTrailingComma:({typeParameterName:a})=>`Single type parameter ${a} should have a trailing comma. Example usage: <${a},>.`,StaticBlockCannotHaveModifier:"Static class blocks cannot have any modifier.",TupleOptionalAfterType:"A labeled tuple optional element must be declared using a question mark after the name and before the colon (`name?: type`), rather than after the type (`name: type?`).",TypeAnnotationAfterAssign:"Type annotations must come before default assignments, e.g. instead of `age = 25: number` use `age: number = 25`.",TypeImportCannotSpecifyDefaultAndNamed:"A type-only import can specify a default import or named bindings, but not both.",TypeModifierIsUsedInTypeExports:"The 'type' modifier cannot be used on a named export when 'export type' is used on its export statement.",TypeModifierIsUsedInTypeImports:"The 'type' modifier cannot be used on a named import when 'import type' is used on its import statement.",UnexpectedParameterModifier:"A parameter property is only allowed in a constructor implementation.",UnexpectedReadonly:"'readonly' type modifier is only permitted on array and tuple literal types.",UnexpectedTypeAnnotation:"Did not expect a type annotation here.",UnexpectedTypeCastInParameter:"Unexpected type cast in parameter position.",UnsupportedImportTypeArgument:"Argument in a type import must be a string literal.",UnsupportedParameterPropertyKind:"A parameter property may not be declared using a binding pattern.",UnsupportedSignatureParameterKind:({type:a})=>`Name in a signature must be an Identifier, ObjectPattern or ArrayPattern, instead got ${a}.`});function or(a){switch(a){case"any":return"TSAnyKeyword";case"boolean":return"TSBooleanKeyword";case"bigint":return"TSBigIntKeyword";case"never":return"TSNeverKeyword";case"number":return"TSNumberKeyword";case"object":return"TSObjectKeyword";case"string":return"TSStringKeyword";case"symbol":return"TSSymbolKeyword";case"undefined":return"TSUndefinedKeyword";case"unknown":return"TSUnknownKeyword";default:return}}function qt(a){return a==="private"||a==="public"||a==="protected"}function hr(a){return a==="in"||a==="out"}var lr=a=>class extends a{constructor(...e){super(...e),this.tsParseInOutModifiers=this.tsParseModifiers.bind(this,{allowedModifiers:["in","out"],disallowedModifiers:["const","public","private","protected","readonly","declare","abstract","override"],errorTemplate:y.InvalidModifierOnTypeParameter}),this.tsParseConstModifier=this.tsParseModifiers.bind(this,{allowedModifiers:["const"],disallowedModifiers:["in","out"],errorTemplate:y.InvalidModifierOnTypeParameterPositions}),this.tsParseInOutConstModifiers=this.tsParseModifiers.bind(this,{allowedModifiers:["in","out","const"],disallowedModifiers:["public","private","protected","readonly","declare","abstract","override"],errorTemplate:y.InvalidModifierOnTypeParameter})}getScopeHandler(){return mt}tsIsIdentifier(){return S(this.state.type)}tsTokenCanFollowModifier(){return(this.match(0)||this.match(5)||this.match(55)||this.match(21)||this.match(136)||this.isLiteralPropertyName())&&!this.hasPrecedingLineBreak()}tsNextTokenCanFollowModifier(){return this.next(),this.tsTokenCanFollowModifier()}tsParseModifier(e,s){if(!S(this.state.type)&&this.state.type!==58&&this.state.type!==75)return;let i=this.state.value;if(e.indexOf(i)!==-1){if(s&&this.tsIsStartOfStaticBlocks())return;if(this.tsTryParse(this.tsNextTokenCanFollowModifier.bind(this)))return i}}tsParseModifiers({allowedModifiers:e,disallowedModifiers:s,stopOnStartOfClassStaticBlock:i,errorTemplate:r=y.InvalidModifierOnTypeMember},n){let o=(l,c,u,f)=>{c===u&&n[f]&&this.raise(y.InvalidModifiersOrder,{at:l,orderedModifiers:[u,f]})},h=(l,c,u,f)=>{(n[u]&&c===f||n[f]&&c===u)&&this.raise(y.IncompatibleModifiers,{at:l,modifiers:[u,f]})};for(;;){let{startLoc:l}=this.state,c=this.tsParseModifier(e.concat(s??[]),i);if(!c)break;qt(c)?n.accessibility?this.raise(y.DuplicateAccessibilityModifier,{at:l,modifier:c}):(o(l,c,c,"override"),o(l,c,c,"static"),o(l,c,c,"readonly"),n.accessibility=c):hr(c)?(n[c]&&this.raise(y.DuplicateModifier,{at:l,modifier:c}),n[c]=!0,o(l,c,"in","out")):(Object.hasOwnProperty.call(n,c)?this.raise(y.DuplicateModifier,{at:l,modifier:c}):(o(l,c,"static","readonly"),o(l,c,"static","override"),o(l,c,"override","readonly"),o(l,c,"abstract","override"),h(l,c,"declare","override"),h(l,c,"static","abstract")),n[c]=!0),s!=null&&s.includes(c)&&this.raise(r,{at:l,modifier:c})}}tsIsListTerminator(e){switch(e){case"EnumMembers":case"TypeMembers":return this.match(8);case"HeritageClauseElement":return this.match(5);case"TupleElementTypes":return this.match(3);case"TypeParametersOrArguments":return this.match(48)}}tsParseList(e,s){let i=[];for(;!this.tsIsListTerminator(e);)i.push(s());return i}tsParseDelimitedList(e,s,i){return nr(this.tsParseDelimitedListWorker(e,s,!0,i))}tsParseDelimitedListWorker(e,s,i,r){let n=[],o=-1;for(;!this.tsIsListTerminator(e);){o=-1;let h=s();if(h==null)return;if(n.push(h),this.eat(12)){o=this.state.lastTokStart;continue}if(this.tsIsListTerminator(e))break;i&&this.expect(12);return}return r&&(r.value=o),n}tsParseBracketedList(e,s,i,r,n){r||(i?this.expect(0):this.expect(47));let o=this.tsParseDelimitedList(e,s,n);return i?this.expect(3):this.expect(48),o}tsParseImportType(){let e=this.startNode();return this.expect(83),this.expect(10),this.match(131)||this.raise(y.UnsupportedImportTypeArgument,{at:this.state.startLoc}),e.argument=super.parseExprAtom(),this.expect(11),this.eat(16)&&(e.qualifier=this.tsParseEntityName()),this.match(47)&&(e.typeParameters=this.tsParseTypeArguments()),this.finishNode(e,"TSImportType")}tsParseEntityName(e=!0){let s=this.parseIdentifier(e);for(;this.eat(16);){let i=this.startNodeAtNode(s);i.left=s,i.right=this.parseIdentifier(e),s=this.finishNode(i,"TSQualifiedName")}return s}tsParseTypeReference(){let e=this.startNode();return e.typeName=this.tsParseEntityName(),!this.hasPrecedingLineBreak()&&this.match(47)&&(e.typeParameters=this.tsParseTypeArguments()),this.finishNode(e,"TSTypeReference")}tsParseThisTypePredicate(e){this.next();let s=this.startNodeAtNode(e);return s.parameterName=e,s.typeAnnotation=this.tsParseTypeAnnotation(!1),s.asserts=!1,this.finishNode(s,"TSTypePredicate")}tsParseThisTypeNode(){let e=this.startNode();return this.next(),this.finishNode(e,"TSThisType")}tsParseTypeQuery(){let e=this.startNode();return this.expect(87),this.match(83)?e.exprName=this.tsParseImportType():e.exprName=this.tsParseEntityName(),!this.hasPrecedingLineBreak()&&this.match(47)&&(e.typeParameters=this.tsParseTypeArguments()),this.finishNode(e,"TSTypeQuery")}tsParseTypeParameter(e){let s=this.startNode();return e(s),s.name=this.tsParseTypeParameterName(),s.constraint=this.tsEatThenParseType(81),s.default=this.tsEatThenParseType(29),this.finishNode(s,"TSTypeParameter")}tsTryParseTypeParameters(e){if(this.match(47))return this.tsParseTypeParameters(e)}tsParseTypeParameters(e){let s=this.startNode();this.match(47)||this.match(140)?this.next():this.unexpected();let i={value:-1};return s.params=this.tsParseBracketedList("TypeParametersOrArguments",this.tsParseTypeParameter.bind(this,e),!1,!0,i),s.params.length===0&&this.raise(y.EmptyTypeParameters,{at:s}),i.value!==-1&&this.addExtra(s,"trailingComma",i.value),this.finishNode(s,"TSTypeParameterDeclaration")}tsFillSignature(e,s){let i=e===19,r="parameters",n="typeAnnotation";s.typeParameters=this.tsTryParseTypeParameters(this.tsParseConstModifier),this.expect(10),s[r]=this.tsParseBindingListForSignature(),i?s[n]=this.tsParseTypeOrTypePredicateAnnotation(e):this.match(e)&&(s[n]=this.tsParseTypeOrTypePredicateAnnotation(e))}tsParseBindingListForSignature(){let e=super.parseBindingList(11,41,2);for(let s of e){let{type:i}=s;(i==="AssignmentPattern"||i==="TSParameterProperty")&&this.raise(y.UnsupportedSignatureParameterKind,{at:s,type:i})}return e}tsParseTypeMemberSemicolon(){!this.eat(12)&&!this.isLineTerminator()&&this.expect(13)}tsParseSignatureMember(e,s){return this.tsFillSignature(14,s),this.tsParseTypeMemberSemicolon(),this.finishNode(s,e)}tsIsUnambiguouslyIndexSignature(){return this.next(),S(this.state.type)?(this.next(),this.match(14)):!1}tsTryParseIndexSignature(e){if(!(this.match(0)&&this.tsLookAhead(this.tsIsUnambiguouslyIndexSignature.bind(this))))return;this.expect(0);let s=this.parseIdentifier();s.typeAnnotation=this.tsParseTypeAnnotation(),this.resetEndLocation(s),this.expect(3),e.parameters=[s];let i=this.tsTryParseTypeAnnotation();return i&&(e.typeAnnotation=i),this.tsParseTypeMemberSemicolon(),this.finishNode(e,"TSIndexSignature")}tsParsePropertyOrMethodSignature(e,s){this.eat(17)&&(e.optional=!0);let i=e;if(this.match(10)||this.match(47)){s&&this.raise(y.ReadonlyForMethodSignature,{at:e});let r=i;r.kind&&this.match(47)&&this.raise(y.AccesorCannotHaveTypeParameters,{at:this.state.curPosition()}),this.tsFillSignature(14,r),this.tsParseTypeMemberSemicolon();let n="parameters",o="typeAnnotation";if(r.kind==="get")r[n].length>0&&(this.raise(p.BadGetterArity,{at:this.state.curPosition()}),this.isThisParam(r[n][0])&&this.raise(y.AccesorCannotDeclareThisParameter,{at:this.state.curPosition()}));else if(r.kind==="set"){if(r[n].length!==1)this.raise(p.BadSetterArity,{at:this.state.curPosition()});else{let h=r[n][0];this.isThisParam(h)&&this.raise(y.AccesorCannotDeclareThisParameter,{at:this.state.curPosition()}),h.type==="Identifier"&&h.optional&&this.raise(y.SetAccesorCannotHaveOptionalParameter,{at:this.state.curPosition()}),h.type==="RestElement"&&this.raise(y.SetAccesorCannotHaveRestParameter,{at:this.state.curPosition()})}r[o]&&this.raise(y.SetAccesorCannotHaveReturnType,{at:r[o]})}else r.kind="method";return this.finishNode(r,"TSMethodSignature")}else{let r=i;s&&(r.readonly=!0);let n=this.tsTryParseTypeAnnotation();return n&&(r.typeAnnotation=n),this.tsParseTypeMemberSemicolon(),this.finishNode(r,"TSPropertySignature")}}tsParseTypeMember(){let e=this.startNode();if(this.match(10)||this.match(47))return this.tsParseSignatureMember("TSCallSignatureDeclaration",e);if(this.match(77)){let i=this.startNode();return this.next(),this.match(10)||this.match(47)?this.tsParseSignatureMember("TSConstructSignatureDeclaration",e):(e.key=this.createIdentifier(i,"new"),this.tsParsePropertyOrMethodSignature(e,!1))}this.tsParseModifiers({allowedModifiers:["readonly"],disallowedModifiers:["declare","abstract","private","protected","public","static","override"]},e);let s=this.tsTryParseIndexSignature(e);return s||(super.parsePropertyName(e),!e.computed&&e.key.type==="Identifier"&&(e.key.name==="get"||e.key.name==="set")&&this.tsTokenCanFollowModifier()&&(e.kind=e.key.name,super.parsePropertyName(e)),this.tsParsePropertyOrMethodSignature(e,!!e.readonly))}tsParseTypeLiteral(){let e=this.startNode();return e.members=this.tsParseObjectTypeMembers(),this.finishNode(e,"TSTypeLiteral")}tsParseObjectTypeMembers(){this.expect(5);let e=this.tsParseList("TypeMembers",this.tsParseTypeMember.bind(this));return this.expect(8),e}tsIsStartOfMappedType(){return this.next(),this.eat(53)?this.isContextual(120):(this.isContextual(120)&&this.next(),!this.match(0)||(this.next(),!this.tsIsIdentifier())?!1:(this.next(),this.match(58)))}tsParseMappedTypeParameter(){let e=this.startNode();return e.name=this.tsParseTypeParameterName(),e.constraint=this.tsExpectThenParseType(58),this.finishNode(e,"TSTypeParameter")}tsParseMappedType(){let e=this.startNode();return this.expect(5),this.match(53)?(e.readonly=this.state.value,this.next(),this.expectContextual(120)):this.eatContextual(120)&&(e.readonly=!0),this.expect(0),e.typeParameter=this.tsParseMappedTypeParameter(),e.nameType=this.eatContextual(93)?this.tsParseType():null,this.expect(3),this.match(53)?(e.optional=this.state.value,this.next(),this.expect(17)):this.eat(17)&&(e.optional=!0),e.typeAnnotation=this.tsTryParseType(),this.semicolon(),this.expect(8),this.finishNode(e,"TSMappedType")}tsParseTupleType(){let e=this.startNode();e.elementTypes=this.tsParseBracketedList("TupleElementTypes",this.tsParseTupleElementType.bind(this),!0,!1);let s=!1,i=null;return e.elementTypes.forEach(r=>{var n;let{type:o}=r;s&&o!=="TSRestType"&&o!=="TSOptionalType"&&!(o==="TSNamedTupleMember"&&r.optional)&&this.raise(y.OptionalTypeBeforeRequired,{at:r}),s||(s=o==="TSNamedTupleMember"&&r.optional||o==="TSOptionalType");let h=o;o==="TSRestType"&&(r=r.typeAnnotation,h=r.type);let l=h==="TSNamedTupleMember";(n=i)!=null||(i=l),i!==l&&this.raise(y.MixedLabeledAndUnlabeledElements,{at:r})}),this.finishNode(e,"TSTupleType")}tsParseTupleElementType(){let{startLoc:e}=this.state,s=this.eat(21),i,r,n,o,l=M(this.state.type)?this.lookaheadCharCode():null;if(l===58)i=!0,n=!1,r=this.parseIdentifier(!0),this.expect(14),o=this.tsParseType();else if(l===63){n=!0;let c=this.state.startLoc,u=this.state.value,f=this.tsParseNonArrayType();this.lookaheadCharCode()===58?(i=!0,r=this.createIdentifier(this.startNodeAt(c),u),this.expect(17),this.expect(14),o=this.tsParseType()):(i=!1,o=f,this.expect(17))}else o=this.tsParseType(),n=this.eat(17),i=this.eat(14);if(i){let c;r?(c=this.startNodeAtNode(r),c.optional=n,c.label=r,c.elementType=o,this.eat(17)&&(c.optional=!0,this.raise(y.TupleOptionalAfterType,{at:this.state.lastTokStartLoc}))):(c=this.startNodeAtNode(o),c.optional=n,this.raise(y.InvalidTupleMemberLabel,{at:o}),c.label=o,c.elementType=this.tsParseType()),o=this.finishNode(c,"TSNamedTupleMember")}else if(n){let c=this.startNodeAtNode(o);c.typeAnnotation=o,o=this.finishNode(c,"TSOptionalType")}if(s){let c=this.startNodeAt(e);c.typeAnnotation=o,o=this.finishNode(c,"TSRestType")}return o}tsParseParenthesizedType(){let e=this.startNode();return this.expect(10),e.typeAnnotation=this.tsParseType(),this.expect(11),this.finishNode(e,"TSParenthesizedType")}tsParseFunctionOrConstructorType(e,s){let i=this.startNode();return e==="TSConstructorType"&&(i.abstract=!!s,s&&this.next(),this.next()),this.tsInAllowConditionalTypesContext(()=>this.tsFillSignature(19,i)),this.finishNode(i,e)}tsParseLiteralTypeNode(){let e=this.startNode();switch(this.state.type){case 132:case 133:case 131:case 85:case 86:e.literal=super.parseExprAtom();break;default:this.unexpected()}return this.finishNode(e,"TSLiteralType")}tsParseTemplateLiteralType(){let e=this.startNode();return e.literal=super.parseTemplate(!1),this.finishNode(e,"TSLiteralType")}parseTemplateSubstitution(){return this.state.inType?this.tsParseType():super.parseTemplateSubstitution()}tsParseThisTypeOrThisTypePredicate(){let e=this.tsParseThisTypeNode();return this.isContextual(114)&&!this.hasPrecedingLineBreak()?this.tsParseThisTypePredicate(e):e}tsParseNonArrayType(){switch(this.state.type){case 131:case 132:case 133:case 85:case 86:return this.tsParseLiteralTypeNode();case 53:if(this.state.value==="-"){let e=this.startNode(),s=this.lookahead();return s.type!==132&&s.type!==133&&this.unexpected(),e.literal=this.parseMaybeUnary(),this.finishNode(e,"TSLiteralType")}break;case 78:return this.tsParseThisTypeOrThisTypePredicate();case 87:return this.tsParseTypeQuery();case 83:return this.tsParseImportType();case 5:return this.tsLookAhead(this.tsIsStartOfMappedType.bind(this))?this.tsParseMappedType():this.tsParseTypeLiteral();case 0:return this.tsParseTupleType();case 10:return this.tsParseParenthesizedType();case 25:case 24:return this.tsParseTemplateLiteralType();default:{let{type:e}=this.state;if(S(e)||e===88||e===84){let s=e===88?"TSVoidKeyword":e===84?"TSNullKeyword":or(this.state.value);if(s!==void 0&&this.lookaheadCharCode()!==46){let i=this.startNode();return this.next(),this.finishNode(i,s)}return this.tsParseTypeReference()}}}this.unexpected()}tsParseArrayTypeOrHigher(){let e=this.tsParseNonArrayType();for(;!this.hasPrecedingLineBreak()&&this.eat(0);)if(this.match(3)){let s=this.startNodeAtNode(e);s.elementType=e,this.expect(3),e=this.finishNode(s,"TSArrayType")}else{let s=this.startNodeAtNode(e);s.objectType=e,s.indexType=this.tsParseType(),this.expect(3),e=this.finishNode(s,"TSIndexedAccessType")}return e}tsParseTypeOperator(){let e=this.startNode(),s=this.state.value;return this.next(),e.operator=s,e.typeAnnotation=this.tsParseTypeOperatorOrHigher(),s==="readonly"&&this.tsCheckTypeAnnotationForReadOnly(e),this.finishNode(e,"TSTypeOperator")}tsCheckTypeAnnotationForReadOnly(e){switch(e.typeAnnotation.type){case"TSTupleType":case"TSArrayType":return;default:this.raise(y.UnexpectedReadonly,{at:e})}}tsParseInferType(){let e=this.startNode();this.expectContextual(113);let s=this.startNode();return s.name=this.tsParseTypeParameterName(),s.constraint=this.tsTryParse(()=>this.tsParseConstraintForInferType()),e.typeParameter=this.finishNode(s,"TSTypeParameter"),this.finishNode(e,"TSInferType")}tsParseConstraintForInferType(){if(this.eat(81)){let e=this.tsInDisallowConditionalTypesContext(()=>this.tsParseType());if(this.state.inDisallowConditionalTypesContext||!this.match(17))return e}}tsParseTypeOperatorOrHigher(){return Ci(this.state.type)&&!this.state.containsEsc?this.tsParseTypeOperator():this.isContextual(113)?this.tsParseInferType():this.tsInAllowConditionalTypesContext(()=>this.tsParseArrayTypeOrHigher())}tsParseUnionOrIntersectionType(e,s,i){let r=this.startNode(),n=this.eat(i),o=[];do o.push(s());while(this.eat(i));return o.length===1&&!n?o[0]:(r.types=o,this.finishNode(r,e))}tsParseIntersectionTypeOrHigher(){return this.tsParseUnionOrIntersectionType("TSIntersectionType",this.tsParseTypeOperatorOrHigher.bind(this),45)}tsParseUnionTypeOrHigher(){return this.tsParseUnionOrIntersectionType("TSUnionType",this.tsParseIntersectionTypeOrHigher.bind(this),43)}tsIsStartOfFunctionType(){return this.match(47)?!0:this.match(10)&&this.tsLookAhead(this.tsIsUnambiguouslyStartOfFunctionType.bind(this))}tsSkipParameterStart(){if(S(this.state.type)||this.match(78))return this.next(),!0;if(this.match(5)){let{errors:e}=this.state,s=e.length;try{return this.parseObjectLike(8,!0),e.length===s}catch{return!1}}if(this.match(0)){this.next();let{errors:e}=this.state,s=e.length;try{return super.parseBindingList(3,93,1),e.length===s}catch{return!1}}return!1}tsIsUnambiguouslyStartOfFunctionType(){return this.next(),!!(this.match(11)||this.match(21)||this.tsSkipParameterStart()&&(this.match(14)||this.match(12)||this.match(17)||this.match(29)||this.match(11)&&(this.next(),this.match(19))))}tsParseTypeOrTypePredicateAnnotation(e){return this.tsInType(()=>{let s=this.startNode();this.expect(e);let i=this.startNode(),r=!!this.tsTryParse(this.tsParseTypePredicateAsserts.bind(this));if(r&&this.match(78)){let h=this.tsParseThisTypeOrThisTypePredicate();return h.type==="TSThisType"?(i.parameterName=h,i.asserts=!0,i.typeAnnotation=null,h=this.finishNode(i,"TSTypePredicate")):(this.resetStartLocationFromNode(h,i),h.asserts=!0),s.typeAnnotation=h,this.finishNode(s,"TSTypeAnnotation")}let n=this.tsIsIdentifier()&&this.tsTryParse(this.tsParseTypePredicatePrefix.bind(this));if(!n)return r?(i.parameterName=this.parseIdentifier(),i.asserts=r,i.typeAnnotation=null,s.typeAnnotation=this.finishNode(i,"TSTypePredicate"),this.finishNode(s,"TSTypeAnnotation")):this.tsParseTypeAnnotation(!1,s);let o=this.tsParseTypeAnnotation(!1);return i.parameterName=n,i.typeAnnotation=o,i.asserts=r,s.typeAnnotation=this.finishNode(i,"TSTypePredicate"),this.finishNode(s,"TSTypeAnnotation")})}tsTryParseTypeOrTypePredicateAnnotation(){if(this.match(14))return this.tsParseTypeOrTypePredicateAnnotation(14)}tsTryParseTypeAnnotation(){if(this.match(14))return this.tsParseTypeAnnotation()}tsTryParseType(){return this.tsEatThenParseType(14)}tsParseTypePredicatePrefix(){let e=this.parseIdentifier();if(this.isContextual(114)&&!this.hasPrecedingLineBreak())return this.next(),e}tsParseTypePredicateAsserts(){if(this.state.type!==107)return!1;let e=this.state.containsEsc;return this.next(),!S(this.state.type)&&!this.match(78)?!1:(e&&this.raise(p.InvalidEscapedReservedWord,{at:this.state.lastTokStartLoc,reservedWord:"asserts"}),!0)}tsParseTypeAnnotation(e=!0,s=this.startNode()){return this.tsInType(()=>{e&&this.expect(14),s.typeAnnotation=this.tsParseType()}),this.finishNode(s,"TSTypeAnnotation")}tsParseType(){Kt(this.state.inType);let e=this.tsParseNonConditionalType();if(this.state.inDisallowConditionalTypesContext||this.hasPrecedingLineBreak()||!this.eat(81))return e;let s=this.startNodeAtNode(e);return s.checkType=e,s.extendsType=this.tsInDisallowConditionalTypesContext(()=>this.tsParseNonConditionalType()),this.expect(17),s.trueType=this.tsInAllowConditionalTypesContext(()=>this.tsParseType()),this.expect(14),s.falseType=this.tsInAllowConditionalTypesContext(()=>this.tsParseType()),this.finishNode(s,"TSConditionalType")}isAbstractConstructorSignature(){return this.isContextual(122)&&this.lookahead().type===77}tsParseNonConditionalType(){return this.tsIsStartOfFunctionType()?this.tsParseFunctionOrConstructorType("TSFunctionType"):this.match(77)?this.tsParseFunctionOrConstructorType("TSConstructorType"):this.isAbstractConstructorSignature()?this.tsParseFunctionOrConstructorType("TSConstructorType",!0):this.tsParseUnionTypeOrHigher()}tsParseTypeAssertion(){this.getPluginOption("typescript","disallowAmbiguousJSXLike")&&this.raise(y.ReservedTypeAssertion,{at:this.state.startLoc});let e=this.startNode();return e.typeAnnotation=this.tsInType(()=>(this.next(),this.match(75)?this.tsParseTypeReference():this.tsParseType())),this.expect(48),e.expression=this.parseMaybeUnary(),this.finishNode(e,"TSTypeAssertion")}tsParseHeritageClause(e){let s=this.state.startLoc,i=this.tsParseDelimitedList("HeritageClauseElement",()=>{let r=this.startNode();return r.expression=this.tsParseEntityName(),this.match(47)&&(r.typeParameters=this.tsParseTypeArguments()),this.finishNode(r,"TSExpressionWithTypeArguments")});return i.length||this.raise(y.EmptyHeritageClauseType,{at:s,token:e}),i}tsParseInterfaceDeclaration(e,s={}){if(this.hasFollowingLineBreak())return null;this.expectContextual(127),s.declare&&(e.declare=!0),S(this.state.type)?(e.id=this.parseIdentifier(),this.checkIdentifier(e.id,130)):(e.id=null,this.raise(y.MissingInterfaceName,{at:this.state.startLoc})),e.typeParameters=this.tsTryParseTypeParameters(this.tsParseInOutConstModifiers),this.eat(81)&&(e.extends=this.tsParseHeritageClause("extends"));let i=this.startNode();return i.body=this.tsInType(this.tsParseObjectTypeMembers.bind(this)),e.body=this.finishNode(i,"TSInterfaceBody"),this.finishNode(e,"TSInterfaceDeclaration")}tsParseTypeAliasDeclaration(e){return e.id=this.parseIdentifier(),this.checkIdentifier(e.id,2),e.typeAnnotation=this.tsInType(()=>{if(e.typeParameters=this.tsTryParseTypeParameters(this.tsParseInOutModifiers),this.expect(29),this.isContextual(112)&&this.lookahead().type!==16){let s=this.startNode();return this.next(),this.finishNode(s,"TSIntrinsicKeyword")}return this.tsParseType()}),this.semicolon(),this.finishNode(e,"TSTypeAliasDeclaration")}tsInNoContext(e){let s=this.state.context;this.state.context=[s[0]];try{return e()}finally{this.state.context=s}}tsInType(e){let s=this.state.inType;this.state.inType=!0;try{return e()}finally{this.state.inType=s}}tsInDisallowConditionalTypesContext(e){let s=this.state.inDisallowConditionalTypesContext;this.state.inDisallowConditionalTypesContext=!0;try{return e()}finally{this.state.inDisallowConditionalTypesContext=s}}tsInAllowConditionalTypesContext(e){let s=this.state.inDisallowConditionalTypesContext;this.state.inDisallowConditionalTypesContext=!1;try{return e()}finally{this.state.inDisallowConditionalTypesContext=s}}tsEatThenParseType(e){if(this.match(e))return this.tsNextThenParseType()}tsExpectThenParseType(e){return this.tsInType(()=>(this.expect(e),this.tsParseType()))}tsNextThenParseType(){return this.tsInType(()=>(this.next(),this.tsParseType()))}tsParseEnumMember(){let e=this.startNode();return e.id=this.match(131)?super.parseStringLiteral(this.state.value):this.parseIdentifier(!0),this.eat(29)&&(e.initializer=super.parseMaybeAssignAllowIn()),this.finishNode(e,"TSEnumMember")}tsParseEnumDeclaration(e,s={}){return s.const&&(e.const=!0),s.declare&&(e.declare=!0),this.expectContextual(124),e.id=this.parseIdentifier(),this.checkIdentifier(e.id,e.const?8971:8459),this.expect(5),e.members=this.tsParseDelimitedList("EnumMembers",this.tsParseEnumMember.bind(this)),this.expect(8),this.finishNode(e,"TSEnumDeclaration")}tsParseModuleBlock(){let e=this.startNode();return this.scope.enter(0),this.expect(5),super.parseBlockOrModuleBlockBody(e.body=[],void 0,!0,8),this.scope.exit(),this.finishNode(e,"TSModuleBlock")}tsParseModuleOrNamespaceDeclaration(e,s=!1){if(e.id=this.parseIdentifier(),s||this.checkIdentifier(e.id,1024),this.eat(16)){let i=this.startNode();this.tsParseModuleOrNamespaceDeclaration(i,!0),e.body=i}else this.scope.enter(256),this.prodParam.enter(te),e.body=this.tsParseModuleBlock(),this.prodParam.exit(),this.scope.exit();return this.finishNode(e,"TSModuleDeclaration")}tsParseAmbientExternalModuleDeclaration(e){return this.isContextual(110)?(e.global=!0,e.id=this.parseIdentifier()):this.match(131)?e.id=super.parseStringLiteral(this.state.value):this.unexpected(),this.match(5)?(this.scope.enter(256),this.prodParam.enter(te),e.body=this.tsParseModuleBlock(),this.prodParam.exit(),this.scope.exit()):this.semicolon(),this.finishNode(e,"TSModuleDeclaration")}tsParseImportEqualsDeclaration(e,s,i){e.isExport=i||!1,e.id=s||this.parseIdentifier(),this.checkIdentifier(e.id,4096),this.expect(29);let r=this.tsParseModuleReference();return e.importKind==="type"&&r.type!=="TSExternalModuleReference"&&this.raise(y.ImportAliasHasImportType,{at:r}),e.moduleReference=r,this.semicolon(),this.finishNode(e,"TSImportEqualsDeclaration")}tsIsExternalModuleReference(){return this.isContextual(117)&&this.lookaheadCharCode()===40}tsParseModuleReference(){return this.tsIsExternalModuleReference()?this.tsParseExternalModuleReference():this.tsParseEntityName(!1)}tsParseExternalModuleReference(){let e=this.startNode();return this.expectContextual(117),this.expect(10),this.match(131)||this.unexpected(),e.expression=super.parseExprAtom(),this.expect(11),this.sawUnambiguousESM=!0,this.finishNode(e,"TSExternalModuleReference")}tsLookAhead(e){let s=this.state.clone(),i=e();return this.state=s,i}tsTryParseAndCatch(e){let s=this.tryParse(i=>e()||i());if(!(s.aborted||!s.node))return s.error&&(this.state=s.failState),s.node}tsTryParse(e){let s=this.state.clone(),i=e();if(i!==void 0&&i!==!1)return i;this.state=s}tsTryParseDeclare(e){if(this.isLineTerminator())return;let s=this.state.type,i;return this.isContextual(99)&&(s=74,i="let"),this.tsInAmbientContext(()=>{switch(s){case 68:return e.declare=!0,super.parseFunctionStatement(e,!1,!1);case 80:return e.declare=!0,this.parseClass(e,!0,!1);case 124:return this.tsParseEnumDeclaration(e,{declare:!0});case 110:return this.tsParseAmbientExternalModuleDeclaration(e);case 75:case 74:return!this.match(75)||!this.isLookaheadContextual("enum")?(e.declare=!0,this.parseVarStatement(e,i||this.state.value,!0)):(this.expect(75),this.tsParseEnumDeclaration(e,{const:!0,declare:!0}));case 127:{let r=this.tsParseInterfaceDeclaration(e,{declare:!0});if(r)return r}default:if(S(s))return this.tsParseDeclaration(e,this.state.value,!0,null)}})}tsTryParseExportDeclaration(){return this.tsParseDeclaration(this.startNode(),this.state.value,!0,null)}tsParseExpressionStatement(e,s,i){switch(s.name){case"declare":{let r=this.tsTryParseDeclare(e);return r&&(r.declare=!0),r}case"global":if(this.match(5)){this.scope.enter(256),this.prodParam.enter(te);let r=e;return r.global=!0,r.id=s,r.body=this.tsParseModuleBlock(),this.scope.exit(),this.prodParam.exit(),this.finishNode(r,"TSModuleDeclaration")}break;default:return this.tsParseDeclaration(e,s.name,!1,i)}}tsParseDeclaration(e,s,i,r){switch(s){case"abstract":if(this.tsCheckLineTerminator(i)&&(this.match(80)||S(this.state.type)))return this.tsParseAbstractDeclaration(e,r);break;case"module":if(this.tsCheckLineTerminator(i)){if(this.match(131))return this.tsParseAmbientExternalModuleDeclaration(e);if(S(this.state.type))return this.tsParseModuleOrNamespaceDeclaration(e)}break;case"namespace":if(this.tsCheckLineTerminator(i)&&S(this.state.type))return this.tsParseModuleOrNamespaceDeclaration(e);break;case"type":if(this.tsCheckLineTerminator(i)&&S(this.state.type))return this.tsParseTypeAliasDeclaration(e);break}}tsCheckLineTerminator(e){return e?this.hasFollowingLineBreak()?!1:(this.next(),!0):!this.isLineTerminator()}tsTryParseGenericAsyncArrowFunction(e){if(!this.match(47))return;let s=this.state.maybeInArrowParameters;this.state.maybeInArrowParameters=!0;let i=this.tsTryParseAndCatch(()=>{let r=this.startNodeAt(e);return r.typeParameters=this.tsParseTypeParameters(this.tsParseConstModifier),super.parseFunctionParams(r),r.returnType=this.tsTryParseTypeOrTypePredicateAnnotation(),this.expect(19),r});if(this.state.maybeInArrowParameters=s,!!i)return super.parseArrowExpression(i,null,!0)}tsParseTypeArgumentsInExpression(){if(this.reScan_lt()===47)return this.tsParseTypeArguments()}tsParseTypeArguments(){let e=this.startNode();return e.params=this.tsInType(()=>this.tsInNoContext(()=>(this.expect(47),this.tsParseDelimitedList("TypeParametersOrArguments",this.tsParseType.bind(this))))),e.params.length===0?this.raise(y.EmptyTypeArguments,{at:e}):!this.state.inType&&this.curContext()===w.brace&&this.reScan_lt_gt(),this.expect(48),this.finishNode(e,"TSTypeParameterInstantiation")}tsIsDeclarationStart(){return Ei(this.state.type)}isExportDefaultSpecifier(){return this.tsIsDeclarationStart()?!1:super.isExportDefaultSpecifier()}parseAssignableListItem(e,s){let i=this.state.startLoc,r={};this.tsParseModifiers({allowedModifiers:["public","private","protected","override","readonly"]},r);let n=r.accessibility,o=r.override,h=r.readonly;!(e&4)&&(n||h||o)&&this.raise(y.UnexpectedParameterModifier,{at:i});let l=this.parseMaybeDefault();this.parseAssignableListItemTypes(l,e);let c=this.parseMaybeDefault(l.loc.start,l);if(n||h||o){let u=this.startNodeAt(i);return s.length&&(u.decorators=s),n&&(u.accessibility=n),h&&(u.readonly=h),o&&(u.override=o),c.type!=="Identifier"&&c.type!=="AssignmentPattern"&&this.raise(y.UnsupportedParameterPropertyKind,{at:u}),u.parameter=c,this.finishNode(u,"TSParameterProperty")}return s.length&&(l.decorators=s),c}isSimpleParameter(e){return e.type==="TSParameterProperty"&&super.isSimpleParameter(e.parameter)||super.isSimpleParameter(e)}tsDisallowOptionalPattern(e){for(let s of e.params)s.type!=="Identifier"&&s.optional&&!this.state.isAmbientContext&&this.raise(y.PatternIsOptional,{at:s})}setArrowFunctionParameters(e,s,i){super.setArrowFunctionParameters(e,s,i),this.tsDisallowOptionalPattern(e)}parseFunctionBodyAndFinish(e,s,i=!1){this.match(14)&&(e.returnType=this.tsParseTypeOrTypePredicateAnnotation(14));let r=s==="FunctionDeclaration"?"TSDeclareFunction":s==="ClassMethod"||s==="ClassPrivateMethod"?"TSDeclareMethod":void 0;return r&&!this.match(5)&&this.isLineTerminator()?this.finishNode(e,r):r==="TSDeclareFunction"&&this.state.isAmbientContext&&(this.raise(y.DeclareFunctionHasImplementation,{at:e}),e.declare)?super.parseFunctionBodyAndFinish(e,r,i):(this.tsDisallowOptionalPattern(e),super.parseFunctionBodyAndFinish(e,s,i))}registerFunctionStatementId(e){!e.body&&e.id?this.checkIdentifier(e.id,1024):super.registerFunctionStatementId(e)}tsCheckForInvalidTypeCasts(e){e.forEach(s=>{(s==null?void 0:s.type)==="TSTypeCastExpression"&&this.raise(y.UnexpectedTypeAnnotation,{at:s.typeAnnotation})})}toReferencedList(e,s){return this.tsCheckForInvalidTypeCasts(e),e}parseArrayLike(e,s,i,r){let n=super.parseArrayLike(e,s,i,r);return n.type==="ArrayExpression"&&this.tsCheckForInvalidTypeCasts(n.elements),n}parseSubscript(e,s,i,r){if(!this.hasPrecedingLineBreak()&&this.match(35)){this.state.canStartJSXElement=!1,this.next();let o=this.startNodeAt(s);return o.expression=e,this.finishNode(o,"TSNonNullExpression")}let n=!1;if(this.match(18)&&this.lookaheadCharCode()===60){if(i)return r.stop=!0,e;r.optionalChainMember=n=!0,this.next()}if(this.match(47)||this.match(51)){let o,h=this.tsTryParseAndCatch(()=>{if(!i&&this.atPossibleAsyncArrow(e)){let f=this.tsTryParseGenericAsyncArrowFunction(s);if(f)return f}let l=this.tsParseTypeArgumentsInExpression();if(!l)return;if(n&&!this.match(10)){o=this.state.curPosition();return}if(Me(this.state.type)){let f=super.parseTaggedTemplateExpression(e,s,r);return f.typeParameters=l,f}if(!i&&this.eat(10)){let f=this.startNodeAt(s);return f.callee=e,f.arguments=this.parseCallExpressionArguments(11,!1),this.tsCheckForInvalidTypeCasts(f.arguments),f.typeParameters=l,r.optionalChainMember&&(f.optional=n),this.finishCallExpression(f,r.optionalChainMember)}let c=this.state.type;if(c===48||c===52||c!==10&&Ze(c)&&!this.hasPrecedingLineBreak())return;let u=this.startNodeAt(s);return u.expression=e,u.typeParameters=l,this.finishNode(u,"TSInstantiationExpression")});if(o&&this.unexpected(o,10),h)return h.type==="TSInstantiationExpression"&&(this.match(16)||this.match(18)&&this.lookaheadCharCode()!==40)&&this.raise(y.InvalidPropertyAccessAfterInstantiationExpression,{at:this.state.startLoc}),h}return super.parseSubscript(e,s,i,r)}parseNewCallee(e){var s;super.parseNewCallee(e);let{callee:i}=e;i.type==="TSInstantiationExpression"&&!((s=i.extra)!=null&&s.parenthesized)&&(e.typeParameters=i.typeParameters,e.callee=i.expression)}parseExprOp(e,s,i){let r;if(Ne(58)>i&&!this.hasPrecedingLineBreak()&&(this.isContextual(93)||(r=this.isContextual(118)))){let n=this.startNodeAt(s);return n.expression=e,n.typeAnnotation=this.tsInType(()=>(this.next(),this.match(75)?(r&&this.raise(p.UnexpectedKeyword,{at:this.state.startLoc,keyword:"const"}),this.tsParseTypeReference()):this.tsParseType())),this.finishNode(n,r?"TSSatisfiesExpression":"TSAsExpression"),this.reScan_lt_gt(),this.parseExprOp(n,s,i)}return super.parseExprOp(e,s,i)}checkReservedWord(e,s,i,r){this.state.isAmbientContext||super.checkReservedWord(e,s,i,r)}checkImportReflection(e){super.checkImportReflection(e),e.module&&e.importKind!=="value"&&this.raise(y.ImportReflectionHasImportType,{at:e.specifiers[0].loc.start})}checkDuplicateExports(){}isPotentialImportPhase(e){if(super.isPotentialImportPhase(e))return!0;if(this.isContextual(128)){let s=this.lookaheadCharCode();return e?s===123||s===42:s!==61}return!e&&this.isContextual(87)}applyImportPhase(e,s,i,r){super.applyImportPhase(e,s,i,r),s?e.exportKind=i==="type"?"type":"value":e.importKind=i==="type"||i==="typeof"?i:"value"}parseImport(e){if(this.match(131))return e.importKind="value",super.parseImport(e);let s;if(S(this.state.type)&&this.lookaheadCharCode()===61)return e.importKind="value",this.tsParseImportEqualsDeclaration(e);if(this.isContextual(128)){let i=this.parseMaybeImportPhase(e,!1);if(this.lookaheadCharCode()===61)return this.tsParseImportEqualsDeclaration(e,i);s=super.parseImportSpecifiersAndAfter(e,i)}else s=super.parseImport(e);return s.importKind==="type"&&s.specifiers.length>1&&s.specifiers[0].type==="ImportDefaultSpecifier"&&this.raise(y.TypeImportCannotSpecifyDefaultAndNamed,{at:s}),s}parseExport(e,s){if(this.match(83)){this.next();let i=null;return this.isContextual(128)&&this.isPotentialImportPhase(!1)?i=this.parseMaybeImportPhase(e,!1):e.importKind="value",this.tsParseImportEqualsDeclaration(e,i,!0)}else if(this.eat(29)){let i=e;return i.expression=super.parseExpression(),this.semicolon(),this.sawUnambiguousESM=!0,this.finishNode(i,"TSExportAssignment")}else if(this.eatContextual(93)){let i=e;return this.expectContextual(126),i.id=this.parseIdentifier(),this.semicolon(),this.finishNode(i,"TSNamespaceExportDeclaration")}else return super.parseExport(e,s)}isAbstractClass(){return this.isContextual(122)&&this.lookahead().type===80}parseExportDefaultExpression(){if(this.isAbstractClass()){let e=this.startNode();return this.next(),e.abstract=!0,this.parseClass(e,!0,!0)}if(this.match(127)){let e=this.tsParseInterfaceDeclaration(this.startNode());if(e)return e}return super.parseExportDefaultExpression()}parseVarStatement(e,s,i=!1){let{isAmbientContext:r}=this.state,n=super.parseVarStatement(e,s,i||r);if(!r)return n;for(let{id:o,init:h}of n.declarations)h&&(s!=="const"||o.typeAnnotation?this.raise(y.InitializerNotAllowedInAmbientContext,{at:h}):pr(h,this.hasPlugin("estree"))||this.raise(y.ConstInitiailizerMustBeStringOrNumericLiteralOrLiteralEnumReference,{at:h}));return n}parseStatementContent(e,s){if(this.match(75)&&this.isLookaheadContextual("enum")){let i=this.startNode();return this.expect(75),this.tsParseEnumDeclaration(i,{const:!0})}if(this.isContextual(124))return this.tsParseEnumDeclaration(this.startNode());if(this.isContextual(127)){let i=this.tsParseInterfaceDeclaration(this.startNode());if(i)return i}return super.parseStatementContent(e,s)}parseAccessModifier(){return this.tsParseModifier(["public","protected","private"])}tsHasSomeModifiers(e,s){return s.some(i=>qt(i)?e.accessibility===i:!!e[i])}tsIsStartOfStaticBlocks(){return this.isContextual(104)&&this.lookaheadCharCode()===123}parseClassMember(e,s,i){let r=["declare","private","public","protected","override","abstract","readonly","static"];this.tsParseModifiers({allowedModifiers:r,disallowedModifiers:["in","out"],stopOnStartOfClassStaticBlock:!0,errorTemplate:y.InvalidModifierOnTypeParameterPositions},s);let n=()=>{this.tsIsStartOfStaticBlocks()?(this.next(),this.next(),this.tsHasSomeModifiers(s,r)&&this.raise(y.StaticBlockCannotHaveModifier,{at:this.state.curPosition()}),super.parseClassStaticBlock(e,s)):this.parseClassMemberWithIsStatic(e,s,i,!!s.static)};s.declare?this.tsInAmbientContext(n):n()}parseClassMemberWithIsStatic(e,s,i,r){let n=this.tsTryParseIndexSignature(s);if(n){e.body.push(n),s.abstract&&this.raise(y.IndexSignatureHasAbstract,{at:s}),s.accessibility&&this.raise(y.IndexSignatureHasAccessibility,{at:s,modifier:s.accessibility}),s.declare&&this.raise(y.IndexSignatureHasDeclare,{at:s}),s.override&&this.raise(y.IndexSignatureHasOverride,{at:s});return}!this.state.inAbstractClass&&s.abstract&&this.raise(y.NonAbstractClassHasAbstractMethod,{at:s}),s.override&&(i.hadSuperClass||this.raise(y.OverrideNotInSubClass,{at:s})),super.parseClassMemberWithIsStatic(e,s,i,r)}parsePostMemberNameModifiers(e){this.eat(17)&&(e.optional=!0),e.readonly&&this.match(10)&&this.raise(y.ClassMethodHasReadonly,{at:e}),e.declare&&this.match(10)&&this.raise(y.ClassMethodHasDeclare,{at:e})}parseExpressionStatement(e,s,i){return(s.type==="Identifier"?this.tsParseExpressionStatement(e,s,i):void 0)||super.parseExpressionStatement(e,s,i)}shouldParseExportDeclaration(){return this.tsIsDeclarationStart()?!0:super.shouldParseExportDeclaration()}parseConditional(e,s,i){if(!this.state.maybeInArrowParameters||!this.match(17))return super.parseConditional(e,s,i);let r=this.tryParse(()=>super.parseConditional(e,s));return r.node?(r.error&&(this.state=r.failState),r.node):(r.error&&super.setOptionalParametersError(i,r.error),e)}parseParenItem(e,s){if(e=super.parseParenItem(e,s),this.eat(17)&&(e.optional=!0,this.resetEndLocation(e)),this.match(14)){let i=this.startNodeAt(s);return i.expression=e,i.typeAnnotation=this.tsParseTypeAnnotation(),this.finishNode(i,"TSTypeCastExpression")}return e}parseExportDeclaration(e){if(!this.state.isAmbientContext&&this.isContextual(123))return this.tsInAmbientContext(()=>this.parseExportDeclaration(e));let s=this.state.startLoc,i=this.eatContextual(123);if(i&&(this.isContextual(123)||!this.shouldParseExportDeclaration()))throw this.raise(y.ExpectedAmbientAfterExportDeclare,{at:this.state.startLoc});let n=S(this.state.type)&&this.tsTryParseExportDeclaration()||super.parseExportDeclaration(e);return n?((n.type==="TSInterfaceDeclaration"||n.type==="TSTypeAliasDeclaration"||i)&&(e.exportKind="type"),i&&(this.resetStartLocation(n,s),n.declare=!0),n):null}parseClassId(e,s,i,r){if((!s||i)&&this.isContextual(111))return;super.parseClassId(e,s,i,e.declare?1024:8331);let n=this.tsTryParseTypeParameters(this.tsParseInOutConstModifiers);n&&(e.typeParameters=n)}parseClassPropertyAnnotation(e){e.optional||(this.eat(35)?e.definite=!0:this.eat(17)&&(e.optional=!0));let s=this.tsTryParseTypeAnnotation();s&&(e.typeAnnotation=s)}parseClassProperty(e){if(this.parseClassPropertyAnnotation(e),this.state.isAmbientContext&&!(e.readonly&&!e.typeAnnotation)&&this.match(29)&&this.raise(y.DeclareClassFieldHasInitializer,{at:this.state.startLoc}),e.abstract&&this.match(29)){let{key:s}=e;this.raise(y.AbstractPropertyHasInitializer,{at:this.state.startLoc,propertyName:s.type==="Identifier"&&!e.computed?s.name:`[${this.input.slice(s.start,s.end)}]`})}return super.parseClassProperty(e)}parseClassPrivateProperty(e){return e.abstract&&this.raise(y.PrivateElementHasAbstract,{at:e}),e.accessibility&&this.raise(y.PrivateElementHasAccessibility,{at:e,modifier:e.accessibility}),this.parseClassPropertyAnnotation(e),super.parseClassPrivateProperty(e)}parseClassAccessorProperty(e){return this.parseClassPropertyAnnotation(e),e.optional&&this.raise(y.AccessorCannotBeOptional,{at:e}),super.parseClassAccessorProperty(e)}pushClassMethod(e,s,i,r,n,o){let h=this.tsTryParseTypeParameters(this.tsParseConstModifier);h&&n&&this.raise(y.ConstructorHasTypeParameters,{at:h});let{declare:l=!1,kind:c}=s;l&&(c==="get"||c==="set")&&this.raise(y.DeclareAccessor,{at:s,kind:c}),h&&(s.typeParameters=h),super.pushClassMethod(e,s,i,r,n,o)}pushClassPrivateMethod(e,s,i,r){let n=this.tsTryParseTypeParameters(this.tsParseConstModifier);n&&(s.typeParameters=n),super.pushClassPrivateMethod(e,s,i,r)}declareClassPrivateMethodInScope(e,s){e.type!=="TSDeclareMethod"&&(e.type==="MethodDefinition"&&!e.value.body||super.declareClassPrivateMethodInScope(e,s))}parseClassSuper(e){super.parseClassSuper(e),e.superClass&&(this.match(47)||this.match(51))&&(e.superTypeParameters=this.tsParseTypeArgumentsInExpression()),this.eatContextual(111)&&(e.implements=this.tsParseHeritageClause("implements"))}parseObjPropValue(e,s,i,r,n,o,h){let l=this.tsTryParseTypeParameters(this.tsParseConstModifier);return l&&(e.typeParameters=l),super.parseObjPropValue(e,s,i,r,n,o,h)}parseFunctionParams(e,s){let i=this.tsTryParseTypeParameters(this.tsParseConstModifier);i&&(e.typeParameters=i),super.parseFunctionParams(e,s)}parseVarId(e,s){super.parseVarId(e,s),e.id.type==="Identifier"&&!this.hasPrecedingLineBreak()&&this.eat(35)&&(e.definite=!0);let i=this.tsTryParseTypeAnnotation();i&&(e.id.typeAnnotation=i,this.resetEndLocation(e.id))}parseAsyncArrowFromCallExpression(e,s){return this.match(14)&&(e.returnType=this.tsParseTypeAnnotation()),super.parseAsyncArrowFromCallExpression(e,s)}parseMaybeAssign(e,s){var i,r,n,o,h;let l,c,u;if(this.hasPlugin("jsx")&&(this.match(140)||this.match(47))){if(l=this.state.clone(),c=this.tryParse(()=>super.parseMaybeAssign(e,s),l),!c.error)return c.node;let{context:x}=this.state,I=x[x.length-1];(I===w.j_oTag||I===w.j_expr)&&x.pop()}if(!((i=c)!=null&&i.error)&&!this.match(47))return super.parseMaybeAssign(e,s);(!l||l===this.state)&&(l=this.state.clone());let f,d=this.tryParse(x=>{var I,C;f=this.tsParseTypeParameters(this.tsParseConstModifier);let E=super.parseMaybeAssign(e,s);return(E.type!=="ArrowFunctionExpression"||(I=E.extra)!=null&&I.parenthesized)&&x(),((C=f)==null?void 0:C.params.length)!==0&&this.resetStartLocationFromNode(E,f),E.typeParameters=f,E},l);if(!d.error&&!d.aborted)return f&&this.reportReservedArrowTypeParam(f),d.node;if(!c&&(Kt(!this.hasPlugin("jsx")),u=this.tryParse(()=>super.parseMaybeAssign(e,s),l),!u.error))return u.node;if((r=c)!=null&&r.node)return this.state=c.failState,c.node;if(d.node)return this.state=d.failState,f&&this.reportReservedArrowTypeParam(f),d.node;if((n=u)!=null&&n.node)return this.state=u.failState,u.node;throw((o=c)==null?void 0:o.error)||d.error||((h=u)==null?void 0:h.error)}reportReservedArrowTypeParam(e){var s;e.params.length===1&&!e.params[0].constraint&&!((s=e.extra)!=null&&s.trailingComma)&&this.getPluginOption("typescript","disallowAmbiguousJSXLike")&&this.raise(y.ReservedArrowTypeParam,{at:e})}parseMaybeUnary(e,s){return!this.hasPlugin("jsx")&&this.match(47)?this.tsParseTypeAssertion():super.parseMaybeUnary(e,s)}parseArrow(e){if(this.match(14)){let s=this.tryParse(i=>{let r=this.tsParseTypeOrTypePredicateAnnotation(14);return(this.canInsertSemicolon()||!this.match(19))&&i(),r});if(s.aborted)return;s.thrown||(s.error&&(this.state=s.failState),e.returnType=s.node)}return super.parseArrow(e)}parseAssignableListItemTypes(e,s){if(!(s&2))return e;this.eat(17)&&(e.optional=!0);let i=this.tsTryParseTypeAnnotation();return i&&(e.typeAnnotation=i),this.resetEndLocation(e),e}isAssignable(e,s){switch(e.type){case"TSTypeCastExpression":return this.isAssignable(e.expression,s);case"TSParameterProperty":return!0;default:return super.isAssignable(e,s)}}toAssignable(e,s=!1){switch(e.type){case"ParenthesizedExpression":this.toAssignableParenthesizedExpression(e,s);break;case"TSAsExpression":case"TSSatisfiesExpression":case"TSNonNullExpression":case"TSTypeAssertion":s?this.expressionScope.recordArrowParameterBindingError(y.UnexpectedTypeCastInParameter,{at:e}):this.raise(y.UnexpectedTypeCastInParameter,{at:e}),this.toAssignable(e.expression,s);break;case"AssignmentExpression":!s&&e.left.type==="TSTypeCastExpression"&&(e.left=this.typeCastToParameter(e.left));default:super.toAssignable(e,s)}}toAssignableParenthesizedExpression(e,s){switch(e.expression.type){case"TSAsExpression":case"TSSatisfiesExpression":case"TSNonNullExpression":case"TSTypeAssertion":case"ParenthesizedExpression":this.toAssignable(e.expression,s);break;default:super.toAssignable(e,s)}}checkToRestConversion(e,s){switch(e.type){case"TSAsExpression":case"TSSatisfiesExpression":case"TSTypeAssertion":case"TSNonNullExpression":this.checkToRestConversion(e.expression,!1);break;default:super.checkToRestConversion(e,s)}}isValidLVal(e,s,i){return ar({TSTypeCastExpression:!0,TSParameterProperty:"parameter",TSNonNullExpression:"expression",TSAsExpression:(i!==64||!s)&&["expression",!0],TSSatisfiesExpression:(i!==64||!s)&&["expression",!0],TSTypeAssertion:(i!==64||!s)&&["expression",!0]},e)||super.isValidLVal(e,s,i)}parseBindingAtom(){return this.state.type===78?this.parseIdentifier(!0):super.parseBindingAtom()}parseMaybeDecoratorArguments(e){if(this.match(47)||this.match(51)){let s=this.tsParseTypeArgumentsInExpression();if(this.match(10)){let i=super.parseMaybeDecoratorArguments(e);return i.typeParameters=s,i}this.unexpected(null,10)}return super.parseMaybeDecoratorArguments(e)}checkCommaAfterRest(e){return this.state.isAmbientContext&&this.match(12)&&this.lookaheadCharCode()===e?(this.next(),!1):super.checkCommaAfterRest(e)}isClassMethod(){return this.match(47)||super.isClassMethod()}isClassProperty(){return this.match(35)||this.match(14)||super.isClassProperty()}parseMaybeDefault(e,s){let i=super.parseMaybeDefault(e,s);return i.type==="AssignmentPattern"&&i.typeAnnotation&&i.right.start<i.typeAnnotation.start&&this.raise(y.TypeAnnotationAfterAssign,{at:i.typeAnnotation}),i}getTokenFromCode(e){if(this.state.inType){if(e===62){this.finishOp(48,1);return}if(e===60){this.finishOp(47,1);return}}super.getTokenFromCode(e)}reScan_lt_gt(){let{type:e}=this.state;e===47?(this.state.pos-=1,this.readToken_lt()):e===48&&(this.state.pos-=1,this.readToken_gt())}reScan_lt(){let{type:e}=this.state;return e===51?(this.state.pos-=2,this.finishOp(47,1),47):e}toAssignableList(e,s,i){for(let r=0;r<e.length;r++){let n=e[r];(n==null?void 0:n.type)==="TSTypeCastExpression"&&(e[r]=this.typeCastToParameter(n))}super.toAssignableList(e,s,i)}typeCastToParameter(e){return e.expression.typeAnnotation=e.typeAnnotation,this.resetEndLocation(e.expression,e.typeAnnotation.loc.end),e.expression}shouldParseArrow(e){return this.match(14)?e.every(s=>this.isAssignable(s,!0)):super.shouldParseArrow(e)}shouldParseAsyncArrow(){return this.match(14)||super.shouldParseAsyncArrow()}canHaveLeadingDecorator(){return super.canHaveLeadingDecorator()||this.isAbstractClass()}jsxParseOpeningElementAfterName(e){if(this.match(47)||this.match(51)){let s=this.tsTryParseAndCatch(()=>this.tsParseTypeArgumentsInExpression());s&&(e.typeParameters=s)}return super.jsxParseOpeningElementAfterName(e)}getGetterSetterExpectedParamCount(e){let s=super.getGetterSetterExpectedParamCount(e),r=this.getObjectOrClassMethodParams(e)[0];return r&&this.isThisParam(r)?s+1:s}parseCatchClauseParam(){let e=super.parseCatchClauseParam(),s=this.tsTryParseTypeAnnotation();return s&&(e.typeAnnotation=s,this.resetEndLocation(e)),e}tsInAmbientContext(e){let s=this.state.isAmbientContext;this.state.isAmbientContext=!0;try{return e()}finally{this.state.isAmbientContext=s}}parseClass(e,s,i){let r=this.state.inAbstractClass;this.state.inAbstractClass=!!e.abstract;try{return super.parseClass(e,s,i)}finally{this.state.inAbstractClass=r}}tsParseAbstractDeclaration(e,s){if(this.match(80))return e.abstract=!0,this.maybeTakeDecorators(s,this.parseClass(e,!0,!1));if(this.isContextual(127)){if(!this.hasFollowingLineBreak())return e.abstract=!0,this.raise(y.NonClassMethodPropertyHasAbstractModifer,{at:e}),this.tsParseInterfaceDeclaration(e)}else this.unexpected(null,80)}parseMethod(e,s,i,r,n,o,h){let l=super.parseMethod(e,s,i,r,n,o,h);if(l.abstract&&(this.hasPlugin("estree")?!!l.value.body:!!l.body)){let{key:u}=l;this.raise(y.AbstractMethodHasImplementation,{at:l,methodName:u.type==="Identifier"&&!l.computed?u.name:`[${this.input.slice(u.start,u.end)}]`})}return l}tsParseTypeParameterName(){return this.parseIdentifier().name}shouldParseAsAmbientContext(){return!!this.getPluginOption("typescript","dts")}parse(){return this.shouldParseAsAmbientContext()&&(this.state.isAmbientContext=!0),super.parse()}getExpression(){return this.shouldParseAsAmbientContext()&&(this.state.isAmbientContext=!0),super.getExpression()}parseExportSpecifier(e,s,i,r){return!s&&r?(this.parseTypeOnlyImportExportSpecifier(e,!1,i),this.finishNode(e,"ExportSpecifier")):(e.exportKind="value",super.parseExportSpecifier(e,s,i,r))}parseImportSpecifier(e,s,i,r,n){return!s&&r?(this.parseTypeOnlyImportExportSpecifier(e,!0,i),this.finishNode(e,"ImportSpecifier")):(e.importKind="value",super.parseImportSpecifier(e,s,i,r,i?4098:4096))}parseTypeOnlyImportExportSpecifier(e,s,i){let r=s?"imported":"local",n=s?"local":"exported",o=e[r],h,l=!1,c=!0,u=o.loc.start;if(this.isContextual(93)){let d=this.parseIdentifier();if(this.isContextual(93)){let x=this.parseIdentifier();M(this.state.type)?(l=!0,o=d,h=s?this.parseIdentifier():this.parseModuleExportName(),c=!1):(h=x,c=!1)}else M(this.state.type)?(c=!1,h=s?this.parseIdentifier():this.parseModuleExportName()):(l=!0,o=d)}else M(this.state.type)&&(l=!0,s?(o=this.parseIdentifier(!0),this.isContextual(93)||this.checkReservedWord(o.name,o.loc.start,!0,!0)):o=this.parseModuleExportName());l&&i&&this.raise(s?y.TypeModifierIsUsedInTypeImports:y.TypeModifierIsUsedInTypeExports,{at:u}),e[r]=o,e[n]=h;let f=s?"importKind":"exportKind";e[f]=l?"type":"value",c&&this.eatContextual(93)&&(e[n]=s?this.parseIdentifier():this.parseModuleExportName()),e[n]||(e[n]=V(e[r])),s&&this.checkIdentifier(e[n],l?4098:4096)}};function cr(a){if(a.type!=="MemberExpression")return!1;let{computed:t,property:e}=a;return t&&e.type!=="StringLiteral"&&(e.type!=="TemplateLiteral"||e.expressions.length>0)?!1:ds(a.object)}function pr(a,t){var e;let{type:s}=a;if((e=a.extra)!=null&&e.parenthesized)return!1;if(t){if(s==="Literal"){let{value:i}=a;if(typeof i=="string"||typeof i=="boolean")return!0}}else if(s==="StringLiteral"||s==="BooleanLiteral")return!0;return!!(us(a,t)||ur(a,t)||s==="TemplateLiteral"&&a.expressions.length===0||cr(a))}function us(a,t){return t?a.type==="Literal"&&(typeof a.value=="number"||"bigint"in a):a.type==="NumericLiteral"||a.type==="BigIntLiteral"}function ur(a,t){if(a.type==="UnaryExpression"){let{operator:e,argument:s}=a;if(e==="-"&&us(s,t))return!0}return!1}function ds(a){return a.type==="Identifier"?!0:a.type!=="MemberExpression"||a.computed?!1:ds(a.object)}var Ht=$`placeholders`({ClassNameIsRequired:"A class name is required.",UnexpectedSpace:"Unexpected space in placeholder."}),dr=a=>class extends a{parsePlaceholder(e){if(this.match(142)){let s=this.startNode();return this.next(),this.assertNoSpace(),s.name=super.parseIdentifier(!0),this.assertNoSpace(),this.expect(142),this.finishPlaceholder(s,e)}}finishPlaceholder(e,s){let i=!!(e.expectedNode&&e.type==="Placeholder");return e.expectedNode=s,i?e:this.finishNode(e,"Placeholder")}getTokenFromCode(e){e===37&&this.input.charCodeAt(this.state.pos+1)===37?this.finishOp(142,2):super.getTokenFromCode(e)}parseExprAtom(e){return this.parsePlaceholder("Expression")||super.parseExprAtom(e)}parseIdentifier(e){return this.parsePlaceholder("Identifier")||super.parseIdentifier(e)}checkReservedWord(e,s,i,r){e!==void 0&&super.checkReservedWord(e,s,i,r)}parseBindingAtom(){return this.parsePlaceholder("Pattern")||super.parseBindingAtom()}isValidLVal(e,s,i){return e==="Placeholder"||super.isValidLVal(e,s,i)}toAssignable(e,s){e&&e.type==="Placeholder"&&e.expectedNode==="Expression"?e.expectedNode="Pattern":super.toAssignable(e,s)}chStartsBindingIdentifier(e,s){return!!(super.chStartsBindingIdentifier(e,s)||this.lookahead().type===142)}verifyBreakContinue(e,s){e.label&&e.label.type==="Placeholder"||super.verifyBreakContinue(e,s)}parseExpressionStatement(e,s){var i;if(s.type!=="Placeholder"||(i=s.extra)!=null&&i.parenthesized)return super.parseExpressionStatement(e,s);if(this.match(14)){let r=e;return r.label=this.finishPlaceholder(s,"Identifier"),this.next(),r.body=super.parseStatementOrSloppyAnnexBFunctionDeclaration(),this.finishNode(r,"LabeledStatement")}return this.semicolon(),e.name=s.name,this.finishPlaceholder(e,"Statement")}parseBlock(e,s,i){return this.parsePlaceholder("BlockStatement")||super.parseBlock(e,s,i)}parseFunctionId(e){return this.parsePlaceholder("Identifier")||super.parseFunctionId(e)}parseClass(e,s,i){let r=s?"ClassDeclaration":"ClassExpression";this.next();let n=this.state.strict,o=this.parsePlaceholder("Identifier");if(o)if(this.match(81)||this.match(142)||this.match(5))e.id=o;else{if(i||!s)return e.id=null,e.body=this.finishPlaceholder(o,"ClassBody"),this.finishNode(e,r);throw this.raise(Ht.ClassNameIsRequired,{at:this.state.startLoc})}else this.parseClassId(e,s,i);return super.parseClassSuper(e),e.body=this.parsePlaceholder("ClassBody")||super.parseClassBody(!!e.superClass,n),this.finishNode(e,r)}parseExport(e,s){let i=this.parsePlaceholder("Identifier");if(!i)return super.parseExport(e,s);if(!this.isContextual(97)&&!this.match(12))return e.specifiers=[],e.source=null,e.declaration=this.finishPlaceholder(i,"Declaration"),this.finishNode(e,"ExportNamedDeclaration");this.expectPlugin("exportDefaultFrom");let r=this.startNode();return r.exported=i,e.specifiers=[this.finishNode(r,"ExportDefaultSpecifier")],super.parseExport(e,s)}isExportDefaultSpecifier(){if(this.match(65)){let e=this.nextTokenStart();if(this.isUnparsedContextual(e,"from")&&this.input.startsWith(q(142),this.nextTokenStartSince(e+4)))return!0}return super.isExportDefaultSpecifier()}maybeParseExportDefaultSpecifier(e,s){var i;return(i=e.specifiers)!=null&&i.length?!0:super.maybeParseExportDefaultSpecifier(e,s)}checkExport(e){let{specifiers:s}=e;s!=null&&s.length&&(e.specifiers=s.filter(i=>i.exported.type==="Placeholder")),super.checkExport(e),e.specifiers=s}parseImport(e){let s=this.parsePlaceholder("Identifier");if(!s)return super.parseImport(e);if(e.specifiers=[],!this.isContextual(97)&&!this.match(12))return e.source=this.finishPlaceholder(s,"StringLiteral"),this.semicolon(),this.finishNode(e,"ImportDeclaration");let i=this.startNodeAtNode(s);return i.local=s,e.specifiers.push(this.finishNode(i,"ImportDefaultSpecifier")),this.eat(12)&&(this.maybeParseStarImportSpecifier(e)||this.parseNamedImportSpecifiers(e)),this.expectContextual(97),e.source=this.parseImportSource(),this.semicolon(),this.finishNode(e,"ImportDeclaration")}parseImportSource(){return this.parsePlaceholder("StringLiteral")||super.parseImportSource()}assertNoSpace(){this.state.start>this.state.lastTokEndLoc.index&&this.raise(Ht.UnexpectedSpace,{at:this.state.lastTokEndLoc})}},fr=a=>class extends a{parseV8Intrinsic(){if(this.match(54)){let e=this.state.startLoc,s=this.startNode();if(this.next(),S(this.state.type)){let i=this.parseIdentifierName(),r=this.createIdentifier(s,i);if(r.type="V8IntrinsicIdentifier",this.match(10))return r}this.unexpected(e)}}parseExprAtom(e){return this.parseV8Intrinsic()||super.parseExprAtom(e)}};function k(a,t){let[e,s]=typeof t=="string"?[t,{}]:t,i=Object.keys(s),r=i.length===0;return a.some(n=>{if(typeof n=="string")return r&&n===e;{let[o,h]=n;if(o!==e)return!1;for(let l of i)if(h[l]!==s[l])return!1;return!0}})}function J(a,t,e){let s=a.find(i=>Array.isArray(i)?i[0]===t:i===t);return s&&Array.isArray(s)&&s.length>1?s[1][e]:null}var Wt=["minimal","fsharp","hack","smart"],Jt=["^^","@@","^","%","#"],Xt=["hash","bar"];function mr(a){if(k(a,"decorators")){if(k(a,"decorators-legacy"))throw new Error("Cannot use the decorators and decorators-legacy plugin together");let t=J(a,"decorators","decoratorsBeforeExport");if(t!=null&&typeof t!="boolean")throw new Error("'decoratorsBeforeExport' must be a boolean, if specified.");let e=J(a,"decorators","allowCallParenthesized");if(e!=null&&typeof e!="boolean")throw new Error("'allowCallParenthesized' must be a boolean.")}if(k(a,"flow")&&k(a,"typescript"))throw new Error("Cannot combine flow and typescript plugins.");if(k(a,"placeholders")&&k(a,"v8intrinsic"))throw new Error("Cannot combine placeholders and v8intrinsic plugins.");if(k(a,"pipelineOperator")){let t=J(a,"pipelineOperator","proposal");if(!Wt.includes(t)){let s=Wt.map(i=>`"${i}"`).join(", ");throw new Error(`"pipelineOperator" requires "proposal" option whose value must be one of: ${s}.`)}let e=k(a,["recordAndTuple",{syntaxType:"hash"}]);if(t==="hack"){if(k(a,"placeholders"))throw new Error("Cannot combine placeholders plugin and Hack-style pipes.");if(k(a,"v8intrinsic"))throw new Error("Cannot combine v8intrinsic plugin and Hack-style pipes.");let s=J(a,"pipelineOperator","topicToken");if(!Jt.includes(s)){let i=Jt.map(r=>`"${r}"`).join(", ");throw new Error(`"pipelineOperator" in "proposal": "hack" mode also requires a "topicToken" option whose value must be one of: ${i}.`)}if(s==="#"&&e)throw new Error('Plugin conflict between `["pipelineOperator", { proposal: "hack", topicToken: "#" }]` and `["recordAndtuple", { syntaxType: "hash"}]`.')}else if(t==="smart"&&e)throw new Error('Plugin conflict between `["pipelineOperator", { proposal: "smart" }]` and `["recordAndtuple", { syntaxType: "hash"}]`.')}if(k(a,"moduleAttributes")){if(k(a,"importAssertions")||k(a,"importAttributes"))throw new Error("Cannot combine importAssertions, importAttributes and moduleAttributes plugins.");if(J(a,"moduleAttributes","version")!=="may-2020")throw new Error("The 'moduleAttributes' plugin requires a 'version' option, representing the last proposal update. Currently, the only supported value is 'may-2020'.")}if(k(a,"importAssertions")&&k(a,"importAttributes"))throw new Error("Cannot combine importAssertions and importAttributes plugins.");if(k(a,"recordAndTuple")&&J(a,"recordAndTuple","syntaxType")!=null&&!Xt.includes(J(a,"recordAndTuple","syntaxType")))throw new Error("The 'syntaxType' option of the 'recordAndTuple' plugin must be one of: "+Xt.map(t=>`'${t}'`).join(", "));if(k(a,"asyncDoExpressions")&&!k(a,"doExpressions")){let t=new Error("'asyncDoExpressions' requires 'doExpressions', please add 'doExpressions' to parser plugins.");throw t.missingPlugins="doExpressions",t}}var fs={estree:mi,jsx:ir,flow:sr,typescript:lr,v8intrinsic:fr,placeholders:dr},yr=Object.keys(fs),Je={sourceType:"script",sourceFilename:void 0,startColumn:0,startLine:1,allowAwaitOutsideFunction:!1,allowReturnOutsideFunction:!1,allowNewTargetOutsideFunction:!1,allowImportExportEverywhere:!1,allowSuperOutsideMethod:!1,allowUndeclaredExports:!1,plugins:[],strictMode:null,ranges:!1,tokens:!1,createParenthesizedExpressions:!1,errorRecovery:!1,attachComment:!0,annexB:!0};function xr(a){if(a==null)return Object.assign({},Je);if(a.annexB!=null&&a.annexB!==!1)throw new Error("The `annexB` option can only be set to `false`.");let t={};for(let s of Object.keys(Je)){var e;t[s]=(e=a[s])!=null?e:Je[s]}return t}var xt=class extends yt{checkProto(t,e,s,i){if(t.type==="SpreadElement"||this.isObjectMethod(t)||t.computed||t.shorthand)return;let r=t.key;if((r.type==="Identifier"?r.name:r.value)==="__proto__"){if(e){this.raise(p.RecordNoProto,{at:r});return}s.used&&(i?i.doubleProtoLoc===null&&(i.doubleProtoLoc=r.loc.start):this.raise(p.DuplicateProto,{at:r})),s.used=!0}}shouldExitDescending(t,e){return t.type==="ArrowFunctionExpression"&&t.start===e}getExpression(){this.enterInitialScopes(),this.nextToken();let t=this.parseExpression();return this.match(137)||this.unexpected(),this.finalizeRemainingComments(),t.comments=this.state.comments,t.errors=this.state.errors,this.options.tokens&&(t.tokens=this.tokens),t}parseExpression(t,e){return t?this.disallowInAnd(()=>this.parseExpressionBase(e)):this.allowInAnd(()=>this.parseExpressionBase(e))}parseExpressionBase(t){let e=this.state.startLoc,s=this.parseMaybeAssign(t);if(this.match(12)){let i=this.startNodeAt(e);for(i.expressions=[s];this.eat(12);)i.expressions.push(this.parseMaybeAssign(t));return this.toReferencedList(i.expressions),this.finishNode(i,"SequenceExpression")}return s}parseMaybeAssignDisallowIn(t,e){return this.disallowInAnd(()=>this.parseMaybeAssign(t,e))}parseMaybeAssignAllowIn(t,e){return this.allowInAnd(()=>this.parseMaybeAssign(t,e))}setOptionalParametersError(t,e){var s;t.optionalParametersLoc=(s=e==null?void 0:e.loc)!=null?s:this.state.startLoc}parseMaybeAssign(t,e){let s=this.state.startLoc;if(this.isContextual(106)&&this.prodParam.hasYield){let o=this.parseYield();return e&&(o=e.call(this,o,s)),o}let i;t?i=!1:(t=new se,i=!0);let{type:r}=this.state;(r===10||S(r))&&(this.state.potentialArrowAt=this.state.start);let n=this.parseMaybeConditional(t);if(e&&(n=e.call(this,n,s)),Ti(this.state.type)){let o=this.startNodeAt(s),h=this.state.value;if(o.operator=h,this.match(29)){this.toAssignable(n,!0),o.left=n;let l=s.index;t.doubleProtoLoc!=null&&t.doubleProtoLoc.index>=l&&(t.doubleProtoLoc=null),t.shorthandAssignLoc!=null&&t.shorthandAssignLoc.index>=l&&(t.shorthandAssignLoc=null),t.privateKeyLoc!=null&&t.privateKeyLoc.index>=l&&(this.checkDestructuringPrivate(t),t.privateKeyLoc=null)}else o.left=n;return this.next(),o.right=this.parseMaybeAssign(),this.checkLVal(n,{in:this.finishNode(o,"AssignmentExpression")}),o}else i&&this.checkExpressionErrors(t,!0);return n}parseMaybeConditional(t){let e=this.state.startLoc,s=this.state.potentialArrowAt,i=this.parseExprOps(t);return this.shouldExitDescending(i,s)?i:this.parseConditional(i,e,t)}parseConditional(t,e,s){if(this.eat(17)){let i=this.startNodeAt(e);return i.test=t,i.consequent=this.parseMaybeAssignAllowIn(),this.expect(14),i.alternate=this.parseMaybeAssign(),this.finishNode(i,"ConditionalExpression")}return t}parseMaybeUnaryOrPrivate(t){return this.match(136)?this.parsePrivateName():this.parseMaybeUnary(t)}parseExprOps(t){let e=this.state.startLoc,s=this.state.potentialArrowAt,i=this.parseMaybeUnaryOrPrivate(t);return this.shouldExitDescending(i,s)?i:this.parseExprOp(i,e,-1)}parseExprOp(t,e,s){if(this.isPrivateName(t)){let r=this.getPrivateNameSV(t);(s>=Ne(58)||!this.prodParam.hasIn||!this.match(58))&&this.raise(p.PrivateInExpectedIn,{at:t,identifierName:r}),this.classScope.usePrivateName(r,t.loc.start)}let i=this.state.type;if(Ai(i)&&(this.prodParam.hasIn||!this.match(58))){let r=Ne(i);if(r>s){if(i===39){if(this.expectPlugin("pipelineOperator"),this.state.inFSharpPipelineDirectBody)return t;this.checkPipelineAtInfixOperator(t,e)}let n=this.startNodeAt(e);n.left=t,n.operator=this.state.value;let o=i===41||i===42,h=i===40;if(h&&(r=Ne(42)),this.next(),i===39&&this.hasPlugin(["pipelineOperator",{proposal:"minimal"}])&&this.state.type===96&&this.prodParam.hasAwait)throw this.raise(p.UnexpectedAwaitAfterPipelineBody,{at:this.state.startLoc});n.right=this.parseExprOpRightExpr(i,r);let l=this.finishNode(n,o||h?"LogicalExpression":"BinaryExpression"),c=this.state.type;if(h&&(c===41||c===42)||o&&c===40)throw this.raise(p.MixingCoalesceWithLogical,{at:this.state.startLoc});return this.parseExprOp(l,e,s)}}return t}parseExprOpRightExpr(t,e){let s=this.state.startLoc;switch(t){case 39:switch(this.getPluginOption("pipelineOperator","proposal")){case"hack":return this.withTopicBindingContext(()=>this.parseHackPipeBody());case"smart":return this.withTopicBindingContext(()=>{if(this.prodParam.hasYield&&this.isContextual(106))throw this.raise(p.PipeBodyIsTighter,{at:this.state.startLoc});return this.parseSmartPipelineBodyInStyle(this.parseExprOpBaseRightExpr(t,e),s)});case"fsharp":return this.withSoloAwaitPermittingContext(()=>this.parseFSharpPipelineBody(e))}default:return this.parseExprOpBaseRightExpr(t,e)}}parseExprOpBaseRightExpr(t,e){let s=this.state.startLoc;return this.parseExprOp(this.parseMaybeUnaryOrPrivate(),s,Ii(t)?e-1:e)}parseHackPipeBody(){var t;let{startLoc:e}=this.state,s=this.parseMaybeAssign();return li.has(s.type)&&!((t=s.extra)!=null&&t.parenthesized)&&this.raise(p.PipeUnparenthesizedBody,{at:e,type:s.type}),this.topicReferenceWasUsedInCurrentContext()||this.raise(p.PipeTopicUnused,{at:e}),s}checkExponentialAfterUnary(t){this.match(57)&&this.raise(p.UnexpectedTokenUnaryExponentiation,{at:t.argument})}parseMaybeUnary(t,e){let s=this.state.startLoc,i=this.isContextual(96);if(i&&this.isAwaitAllowed()){this.next();let h=this.parseAwait(s);return e||this.checkExponentialAfterUnary(h),h}let r=this.match(34),n=this.startNode();if(wi(this.state.type)){n.operator=this.state.value,n.prefix=!0,this.match(72)&&this.expectPlugin("throwExpressions");let h=this.match(89);if(this.next(),n.argument=this.parseMaybeUnary(null,!0),this.checkExpressionErrors(t,!0),this.state.strict&&h){let l=n.argument;l.type==="Identifier"?this.raise(p.StrictDelete,{at:n}):this.hasPropertyAsPrivateName(l)&&this.raise(p.DeletePrivateField,{at:n})}if(!r)return e||this.checkExponentialAfterUnary(n),this.finishNode(n,"UnaryExpression")}let o=this.parseUpdate(n,r,t);if(i){let{type:h}=this.state;if((this.hasPlugin("v8intrinsic")?Ze(h):Ze(h)&&!this.match(54))&&!this.isAmbiguousAwait())return this.raiseOverwrite(p.AwaitNotInAsyncContext,{at:s}),this.parseAwait(s)}return o}parseUpdate(t,e,s){if(e){let n=t;return this.checkLVal(n.argument,{in:this.finishNode(n,"UpdateExpression")}),t}let i=this.state.startLoc,r=this.parseExprSubscripts(s);if(this.checkExpressionErrors(s,!1))return r;for(;Si(this.state.type)&&!this.canInsertSemicolon();){let n=this.startNodeAt(i);n.operator=this.state.value,n.prefix=!1,n.argument=r,this.next(),this.checkLVal(r,{in:r=this.finishNode(n,"UpdateExpression")})}return r}parseExprSubscripts(t){let e=this.state.startLoc,s=this.state.potentialArrowAt,i=this.parseExprAtom(t);return this.shouldExitDescending(i,s)?i:this.parseSubscripts(i,e)}parseSubscripts(t,e,s){let i={optionalChainMember:!1,maybeAsyncArrow:this.atPossibleAsyncArrow(t),stop:!1};do t=this.parseSubscript(t,e,s,i),i.maybeAsyncArrow=!1;while(!i.stop);return t}parseSubscript(t,e,s,i){let{type:r}=this.state;if(!s&&r===15)return this.parseBind(t,e,s,i);if(Me(r))return this.parseTaggedTemplateExpression(t,e,i);let n=!1;if(r===18){if(s&&(this.raise(p.OptionalChainingNoNew,{at:this.state.startLoc}),this.lookaheadCharCode()===40))return i.stop=!0,t;i.optionalChainMember=n=!0,this.next()}if(!s&&this.match(10))return this.parseCoverCallAndAsyncArrowHead(t,e,i,n);{let o=this.eat(0);return o||n||this.eat(16)?this.parseMember(t,e,i,o,n):(i.stop=!0,t)}}parseMember(t,e,s,i,r){let n=this.startNodeAt(e);return n.object=t,n.computed=i,i?(n.property=this.parseExpression(),this.expect(3)):this.match(136)?(t.type==="Super"&&this.raise(p.SuperPrivateField,{at:e}),this.classScope.usePrivateName(this.state.value,this.state.startLoc),n.property=this.parsePrivateName()):n.property=this.parseIdentifier(!0),s.optionalChainMember?(n.optional=r,this.finishNode(n,"OptionalMemberExpression")):this.finishNode(n,"MemberExpression")}parseBind(t,e,s,i){let r=this.startNodeAt(e);return r.object=t,this.next(),r.callee=this.parseNoCallExpr(),i.stop=!0,this.parseSubscripts(this.finishNode(r,"BindExpression"),e,s)}parseCoverCallAndAsyncArrowHead(t,e,s,i){let r=this.state.maybeInArrowParameters,n=null;this.state.maybeInArrowParameters=!0,this.next();let o=this.startNodeAt(e);o.callee=t;let{maybeAsyncArrow:h,optionalChainMember:l}=s;h&&(this.expressionScope.enter(Ji()),n=new se),l&&(o.optional=i),i?o.arguments=this.parseCallExpressionArguments(11):o.arguments=this.parseCallExpressionArguments(11,t.type==="Import",t.type!=="Super",h?o:null,n);let c=this.finishCallExpression(o,l);return h&&this.shouldParseAsyncArrow()&&!i?(s.stop=!0,this.checkDestructuringPrivate(n),this.expressionScope.validateAsPattern(),this.expressionScope.exit(),c=this.parseAsyncArrowFromCallExpression(this.startNodeAt(e),c)):(h&&(this.checkExpressionErrors(n,!0),this.expressionScope.exit()),this.toReferencedArguments(c)),this.state.maybeInArrowParameters=r,c}toReferencedArguments(t,e){this.toReferencedListDeep(t.arguments,e)}parseTaggedTemplateExpression(t,e,s){let i=this.startNodeAt(e);return i.tag=t,i.quasi=this.parseTemplate(!0),s.optionalChainMember&&this.raise(p.OptionalChainingNoTemplate,{at:e}),this.finishNode(i,"TaggedTemplateExpression")}atPossibleAsyncArrow(t){return t.type==="Identifier"&&t.name==="async"&&this.state.lastTokEndLoc.index===t.end&&!this.canInsertSemicolon()&&t.end-t.start===5&&t.start===this.state.potentialArrowAt}expectImportAttributesPlugin(){this.hasPlugin("importAssertions")||this.expectPlugin("importAttributes")}finishCallExpression(t,e){if(t.callee.type==="Import")if(t.arguments.length===2&&(this.hasPlugin("moduleAttributes")||this.expectImportAttributesPlugin()),t.arguments.length===0||t.arguments.length>2)this.raise(p.ImportCallArity,{at:t,maxArgumentCount:this.hasPlugin("importAttributes")||this.hasPlugin("importAssertions")||this.hasPlugin("moduleAttributes")?2:1});else for(let s of t.arguments)s.type==="SpreadElement"&&this.raise(p.ImportCallSpreadArgument,{at:s});return this.finishNode(t,e?"OptionalCallExpression":"CallExpression")}parseCallExpressionArguments(t,e,s,i,r){let n=[],o=!0,h=this.state.inFSharpPipelineDirectBody;for(this.state.inFSharpPipelineDirectBody=!1;!this.eat(t);){if(o)o=!1;else if(this.expect(12),this.match(t)){e&&!this.hasPlugin("importAttributes")&&!this.hasPlugin("importAssertions")&&!this.hasPlugin("moduleAttributes")&&this.raise(p.ImportCallArgumentTrailingComma,{at:this.state.lastTokStartLoc}),i&&this.addTrailingCommaExtraToNode(i),this.next();break}n.push(this.parseExprListItem(!1,r,s))}return this.state.inFSharpPipelineDirectBody=h,n}shouldParseAsyncArrow(){return this.match(19)&&!this.canInsertSemicolon()}parseAsyncArrowFromCallExpression(t,e){var s;return this.resetPreviousNodeTrailingComments(e),this.expect(19),this.parseArrowExpression(t,e.arguments,!0,(s=e.extra)==null?void 0:s.trailingCommaLoc),e.innerComments&&Te(t,e.innerComments),e.callee.trailingComments&&Te(t,e.callee.trailingComments),t}parseNoCallExpr(){let t=this.state.startLoc;return this.parseSubscripts(this.parseExprAtom(),t,!0)}parseExprAtom(t){let e,s=null,{type:i}=this.state;switch(i){case 79:return this.parseSuper();case 83:return e=this.startNode(),this.next(),this.match(16)?this.parseImportMetaProperty(e):(this.match(10)||this.raise(p.UnsupportedImport,{at:this.state.lastTokStartLoc}),this.finishNode(e,"Import"));case 78:return e=this.startNode(),this.next(),this.finishNode(e,"ThisExpression");case 90:return this.parseDo(this.startNode(),!1);case 56:case 31:return this.readRegexp(),this.parseRegExpLiteral(this.state.value);case 132:return this.parseNumericLiteral(this.state.value);case 133:return this.parseBigIntLiteral(this.state.value);case 134:return this.parseDecimalLiteral(this.state.value);case 131:return this.parseStringLiteral(this.state.value);case 84:return this.parseNullLiteral();case 85:return this.parseBooleanLiteral(!0);case 86:return this.parseBooleanLiteral(!1);case 10:{let r=this.state.potentialArrowAt===this.state.start;return this.parseParenAndDistinguishExpression(r)}case 2:case 1:return this.parseArrayLike(this.state.type===2?4:3,!1,!0);case 0:return this.parseArrayLike(3,!0,!1,t);case 6:case 7:return this.parseObjectLike(this.state.type===6?9:8,!1,!0);case 5:return this.parseObjectLike(8,!1,!1,t);case 68:return this.parseFunctionOrFunctionSent();case 26:s=this.parseDecorators();case 80:return this.parseClass(this.maybeTakeDecorators(s,this.startNode()),!1);case 77:return this.parseNewOrNewTarget();case 25:case 24:return this.parseTemplate(!1);case 15:{e=this.startNode(),this.next(),e.object=null;let r=e.callee=this.parseNoCallExpr();if(r.type==="MemberExpression")return this.finishNode(e,"BindExpression");throw this.raise(p.UnsupportedBind,{at:r})}case 136:return this.raise(p.PrivateInExpectedIn,{at:this.state.startLoc,identifierName:this.state.value}),this.parsePrivateName();case 33:return this.parseTopicReferenceThenEqualsSign(54,"%");case 32:return this.parseTopicReferenceThenEqualsSign(44,"^");case 37:case 38:return this.parseTopicReference("hack");case 44:case 54:case 27:{let r=this.getPluginOption("pipelineOperator","proposal");if(r)return this.parseTopicReference(r);this.unexpected();break}case 47:{let r=this.input.codePointAt(this.nextTokenStart());j(r)||r===62?this.expectOnePlugin(["jsx","flow","typescript"]):this.unexpected();break}default:if(S(i)){if(this.isContextual(125)&&this.lookaheadInLineCharCode()===123)return this.parseModuleExpression();let r=this.state.potentialArrowAt===this.state.start,n=this.state.containsEsc,o=this.parseIdentifier();if(!n&&o.name==="async"&&!this.canInsertSemicolon()){let{type:h}=this.state;if(h===68)return this.resetPreviousNodeTrailingComments(o),this.next(),this.parseAsyncFunctionExpression(this.startNodeAtNode(o));if(S(h))return this.lookaheadCharCode()===61?this.parseAsyncArrowUnaryFunction(this.startNodeAtNode(o)):o;if(h===90)return this.resetPreviousNodeTrailingComments(o),this.parseDo(this.startNodeAtNode(o),!0)}return r&&this.match(19)&&!this.canInsertSemicolon()?(this.next(),this.parseArrowExpression(this.startNodeAtNode(o),[o],!1)):o}else this.unexpected()}}parseTopicReferenceThenEqualsSign(t,e){let s=this.getPluginOption("pipelineOperator","proposal");if(s)return this.state.type=t,this.state.value=e,this.state.pos--,this.state.end--,this.state.endLoc=L(this.state.endLoc,-1),this.parseTopicReference(s);this.unexpected()}parseTopicReference(t){let e=this.startNode(),s=this.state.startLoc,i=this.state.type;return this.next(),this.finishTopicReference(e,s,t,i)}finishTopicReference(t,e,s,i){if(this.testTopicReferenceConfiguration(s,e,i)){let r=s==="smart"?"PipelinePrimaryTopicReference":"TopicReference";return this.topicReferenceIsAllowedInCurrentContext()||this.raise(s==="smart"?p.PrimaryTopicNotAllowed:p.PipeTopicUnbound,{at:e}),this.registerTopicReference(),this.finishNode(t,r)}else throw this.raise(p.PipeTopicUnconfiguredToken,{at:e,token:q(i)})}testTopicReferenceConfiguration(t,e,s){switch(t){case"hack":return this.hasPlugin(["pipelineOperator",{topicToken:q(s)}]);case"smart":return s===27;default:throw this.raise(p.PipeTopicRequiresHackPipes,{at:e})}}parseAsyncArrowUnaryFunction(t){this.prodParam.enter(ve(!0,this.prodParam.hasYield));let e=[this.parseIdentifier()];return this.prodParam.exit(),this.hasPrecedingLineBreak()&&this.raise(p.LineTerminatorBeforeArrow,{at:this.state.curPosition()}),this.expect(19),this.parseArrowExpression(t,e,!0)}parseDo(t,e){this.expectPlugin("doExpressions"),e&&this.expectPlugin("asyncDoExpressions"),t.async=e,this.next();let s=this.state.labels;return this.state.labels=[],e?(this.prodParam.enter(Be),t.body=this.parseBlock(),this.prodParam.exit()):t.body=this.parseBlock(),this.state.labels=s,this.finishNode(t,"DoExpression")}parseSuper(){let t=this.startNode();return this.next(),this.match(10)&&!this.scope.allowDirectSuper&&!this.options.allowSuperOutsideMethod?this.raise(p.SuperNotAllowed,{at:t}):!this.scope.allowSuper&&!this.options.allowSuperOutsideMethod&&this.raise(p.UnexpectedSuper,{at:t}),!this.match(10)&&!this.match(0)&&!this.match(16)&&this.raise(p.UnsupportedSuper,{at:t}),this.finishNode(t,"Super")}parsePrivateName(){let t=this.startNode(),e=this.startNodeAt(L(this.state.startLoc,1)),s=this.state.value;return this.next(),t.id=this.createIdentifier(e,s),this.finishNode(t,"PrivateName")}parseFunctionOrFunctionSent(){let t=this.startNode();if(this.next(),this.prodParam.hasYield&&this.match(16)){let e=this.createIdentifier(this.startNodeAtNode(t),"function");return this.next(),this.match(102)?this.expectPlugin("functionSent"):this.hasPlugin("functionSent")||this.unexpected(),this.parseMetaProperty(t,e,"sent")}return this.parseFunction(t)}parseMetaProperty(t,e,s){t.meta=e;let i=this.state.containsEsc;return t.property=this.parseIdentifier(!0),(t.property.name!==s||i)&&this.raise(p.UnsupportedMetaProperty,{at:t.property,target:e.name,onlyValidPropertyName:s}),this.finishNode(t,"MetaProperty")}parseImportMetaProperty(t){let e=this.createIdentifier(this.startNodeAtNode(t),"import");return this.next(),this.isContextual(100)&&(this.inModule||this.raise(p.ImportMetaOutsideModule,{at:e}),this.sawUnambiguousESM=!0),this.parseMetaProperty(t,e,"meta")}parseLiteralAtNode(t,e,s){return this.addExtra(s,"rawValue",t),this.addExtra(s,"raw",this.input.slice(s.start,this.state.end)),s.value=t,this.next(),this.finishNode(s,e)}parseLiteral(t,e){let s=this.startNode();return this.parseLiteralAtNode(t,e,s)}parseStringLiteral(t){return this.parseLiteral(t,"StringLiteral")}parseNumericLiteral(t){return this.parseLiteral(t,"NumericLiteral")}parseBigIntLiteral(t){return this.parseLiteral(t,"BigIntLiteral")}parseDecimalLiteral(t){return this.parseLiteral(t,"DecimalLiteral")}parseRegExpLiteral(t){let e=this.parseLiteral(t.value,"RegExpLiteral");return e.pattern=t.pattern,e.flags=t.flags,e}parseBooleanLiteral(t){let e=this.startNode();return e.value=t,this.next(),this.finishNode(e,"BooleanLiteral")}parseNullLiteral(){let t=this.startNode();return this.next(),this.finishNode(t,"NullLiteral")}parseParenAndDistinguishExpression(t){let e=this.state.startLoc,s;this.next(),this.expressionScope.enter(Wi());let i=this.state.maybeInArrowParameters,r=this.state.inFSharpPipelineDirectBody;this.state.maybeInArrowParameters=!0,this.state.inFSharpPipelineDirectBody=!1;let n=this.state.startLoc,o=[],h=new se,l=!0,c,u;for(;!this.match(11);){if(l)l=!1;else if(this.expect(12,h.optionalParametersLoc===null?null:h.optionalParametersLoc),this.match(11)){u=this.state.startLoc;break}if(this.match(21)){let x=this.state.startLoc;if(c=this.state.startLoc,o.push(this.parseParenItem(this.parseRestBinding(),x)),!this.checkCommaAfterRest(41))break}else o.push(this.parseMaybeAssignAllowIn(h,this.parseParenItem))}let f=this.state.lastTokEndLoc;this.expect(11),this.state.maybeInArrowParameters=i,this.state.inFSharpPipelineDirectBody=r;let d=this.startNodeAt(e);return t&&this.shouldParseArrow(o)&&(d=this.parseArrow(d))?(this.checkDestructuringPrivate(h),this.expressionScope.validateAsPattern(),this.expressionScope.exit(),this.parseArrowExpression(d,o,!1),d):(this.expressionScope.exit(),o.length||this.unexpected(this.state.lastTokStartLoc),u&&this.unexpected(u),c&&this.unexpected(c),this.checkExpressionErrors(h,!0),this.toReferencedListDeep(o,!0),o.length>1?(s=this.startNodeAt(n),s.expressions=o,this.finishNode(s,"SequenceExpression"),this.resetEndLocation(s,f)):s=o[0],this.wrapParenthesis(e,s))}wrapParenthesis(t,e){if(!this.options.createParenthesizedExpressions)return this.addExtra(e,"parenthesized",!0),this.addExtra(e,"parenStart",t.index),this.takeSurroundingComments(e,t.index,this.state.lastTokEndLoc.index),e;let s=this.startNodeAt(t);return s.expression=e,this.finishNode(s,"ParenthesizedExpression")}shouldParseArrow(t){return!this.canInsertSemicolon()}parseArrow(t){if(this.eat(19))return t}parseParenItem(t,e){return t}parseNewOrNewTarget(){let t=this.startNode();if(this.next(),this.match(16)){let e=this.createIdentifier(this.startNodeAtNode(t),"new");this.next();let s=this.parseMetaProperty(t,e,"target");return!this.scope.inNonArrowFunction&&!this.scope.inClass&&!this.options.allowNewTargetOutsideFunction&&this.raise(p.UnexpectedNewTarget,{at:s}),s}return this.parseNew(t)}parseNew(t){if(this.parseNewCallee(t),this.eat(10)){let e=this.parseExprList(11);this.toReferencedList(e),t.arguments=e}else t.arguments=[];return this.finishNode(t,"NewExpression")}parseNewCallee(t){t.callee=this.parseNoCallExpr(),t.callee.type==="Import"&&this.raise(p.ImportCallNotNewExpression,{at:t.callee})}parseTemplateElement(t){let{start:e,startLoc:s,end:i,value:r}=this.state,n=e+1,o=this.startNodeAt(L(s,1));r===null&&(t||this.raise(p.InvalidEscapeSequenceTemplate,{at:L(this.state.firstInvalidTemplateEscapePos,1)}));let h=this.match(24),l=h?-1:-2,c=i+l;o.value={raw:this.input.slice(n,c).replace(/\r\n?/g,`
8
+ `),cooked:r===null?null:r.slice(1,l)},o.tail=h,this.next();let u=this.finishNode(o,"TemplateElement");return this.resetEndLocation(u,L(this.state.lastTokEndLoc,l)),u}parseTemplate(t){let e=this.startNode();e.expressions=[];let s=this.parseTemplateElement(t);for(e.quasis=[s];!s.tail;)e.expressions.push(this.parseTemplateSubstitution()),this.readTemplateContinuation(),e.quasis.push(s=this.parseTemplateElement(t));return this.finishNode(e,"TemplateLiteral")}parseTemplateSubstitution(){return this.parseExpression()}parseObjectLike(t,e,s,i){s&&this.expectPlugin("recordAndTuple");let r=this.state.inFSharpPipelineDirectBody;this.state.inFSharpPipelineDirectBody=!1;let n=Object.create(null),o=!0,h=this.startNode();for(h.properties=[],this.next();!this.match(t);){if(o)o=!1;else if(this.expect(12),this.match(t)){this.addTrailingCommaExtraToNode(h);break}let c;e?c=this.parseBindingProperty():(c=this.parsePropertyDefinition(i),this.checkProto(c,s,n,i)),s&&!this.isObjectProperty(c)&&c.type!=="SpreadElement"&&this.raise(p.InvalidRecordProperty,{at:c}),c.shorthand&&this.addExtra(c,"shorthand",!0),h.properties.push(c)}this.next(),this.state.inFSharpPipelineDirectBody=r;let l="ObjectExpression";return e?l="ObjectPattern":s&&(l="RecordExpression"),this.finishNode(h,l)}addTrailingCommaExtraToNode(t){this.addExtra(t,"trailingComma",this.state.lastTokStart),this.addExtra(t,"trailingCommaLoc",this.state.lastTokStartLoc,!1)}maybeAsyncOrAccessorProp(t){return!t.computed&&t.key.type==="Identifier"&&(this.isLiteralPropertyName()||this.match(0)||this.match(55))}parsePropertyDefinition(t){let e=[];if(this.match(26))for(this.hasPlugin("decorators")&&this.raise(p.UnsupportedPropertyDecorator,{at:this.state.startLoc});this.match(26);)e.push(this.parseDecorator());let s=this.startNode(),i=!1,r=!1,n;if(this.match(21))return e.length&&this.unexpected(),this.parseSpread();e.length&&(s.decorators=e,e=[]),s.method=!1,t&&(n=this.state.startLoc);let o=this.eat(55);this.parsePropertyNamePrefixOperator(s);let h=this.state.containsEsc,l=this.parsePropertyName(s,t);if(!o&&!h&&this.maybeAsyncOrAccessorProp(s)){let c=l.name;c==="async"&&!this.hasPrecedingLineBreak()&&(i=!0,this.resetPreviousNodeTrailingComments(l),o=this.eat(55),this.parsePropertyName(s)),(c==="get"||c==="set")&&(r=!0,this.resetPreviousNodeTrailingComments(l),s.kind=c,this.match(55)&&(o=!0,this.raise(p.AccessorIsGenerator,{at:this.state.curPosition(),kind:c}),this.next()),this.parsePropertyName(s))}return this.parseObjPropValue(s,n,o,i,!1,r,t)}getGetterSetterExpectedParamCount(t){return t.kind==="get"?0:1}getObjectOrClassMethodParams(t){return t.params}checkGetterSetterParams(t){var e;let s=this.getGetterSetterExpectedParamCount(t),i=this.getObjectOrClassMethodParams(t);i.length!==s&&this.raise(t.kind==="get"?p.BadGetterArity:p.BadSetterArity,{at:t}),t.kind==="set"&&((e=i[i.length-1])==null?void 0:e.type)==="RestElement"&&this.raise(p.BadSetterRestParameter,{at:t})}parseObjectMethod(t,e,s,i,r){if(r){let n=this.parseMethod(t,e,!1,!1,!1,"ObjectMethod");return this.checkGetterSetterParams(n),n}if(s||e||this.match(10))return i&&this.unexpected(),t.kind="method",t.method=!0,this.parseMethod(t,e,s,!1,!1,"ObjectMethod")}parseObjectProperty(t,e,s,i){if(t.shorthand=!1,this.eat(14))return t.value=s?this.parseMaybeDefault(this.state.startLoc):this.parseMaybeAssignAllowIn(i),this.finishNode(t,"ObjectProperty");if(!t.computed&&t.key.type==="Identifier"){if(this.checkReservedWord(t.key.name,t.key.loc.start,!0,!1),s)t.value=this.parseMaybeDefault(e,V(t.key));else if(this.match(29)){let r=this.state.startLoc;i!=null?i.shorthandAssignLoc===null&&(i.shorthandAssignLoc=r):this.raise(p.InvalidCoverInitializedName,{at:r}),t.value=this.parseMaybeDefault(e,V(t.key))}else t.value=V(t.key);return t.shorthand=!0,this.finishNode(t,"ObjectProperty")}}parseObjPropValue(t,e,s,i,r,n,o){let h=this.parseObjectMethod(t,s,i,r,n)||this.parseObjectProperty(t,e,r,o);return h||this.unexpected(),h}parsePropertyName(t,e){if(this.eat(0))t.computed=!0,t.key=this.parseMaybeAssignAllowIn(),this.expect(3);else{let{type:s,value:i}=this.state,r;if(M(s))r=this.parseIdentifier(!0);else switch(s){case 132:r=this.parseNumericLiteral(i);break;case 131:r=this.parseStringLiteral(i);break;case 133:r=this.parseBigIntLiteral(i);break;case 134:r=this.parseDecimalLiteral(i);break;case 136:{let n=this.state.startLoc;e!=null?e.privateKeyLoc===null&&(e.privateKeyLoc=n):this.raise(p.UnexpectedPrivateField,{at:n}),r=this.parsePrivateName();break}default:this.unexpected()}t.key=r,s!==136&&(t.computed=!1)}return t.key}initFunction(t,e){t.id=null,t.generator=!1,t.async=e}parseMethod(t,e,s,i,r,n,o=!1){this.initFunction(t,s),t.generator=e,this.scope.enter(18|(o?64:0)|(r?32:0)),this.prodParam.enter(ve(s,t.generator)),this.parseFunctionParams(t,i);let h=this.parseFunctionBodyAndFinish(t,n,!0);return this.prodParam.exit(),this.scope.exit(),h}parseArrayLike(t,e,s,i){s&&this.expectPlugin("recordAndTuple");let r=this.state.inFSharpPipelineDirectBody;this.state.inFSharpPipelineDirectBody=!1;let n=this.startNode();return this.next(),n.elements=this.parseExprList(t,!s,i,n),this.state.inFSharpPipelineDirectBody=r,this.finishNode(n,s?"TupleExpression":"ArrayExpression")}parseArrowExpression(t,e,s,i){this.scope.enter(6);let r=ve(s,!1);!this.match(5)&&this.prodParam.hasIn&&(r|=Q),this.prodParam.enter(r),this.initFunction(t,s);let n=this.state.maybeInArrowParameters;return e&&(this.state.maybeInArrowParameters=!0,this.setArrowFunctionParameters(t,e,i)),this.state.maybeInArrowParameters=!1,this.parseFunctionBody(t,!0),this.prodParam.exit(),this.scope.exit(),this.state.maybeInArrowParameters=n,this.finishNode(t,"ArrowFunctionExpression")}setArrowFunctionParameters(t,e,s){this.toAssignableList(e,s,!1),t.params=e}parseFunctionBodyAndFinish(t,e,s=!1){return this.parseFunctionBody(t,!1,s),this.finishNode(t,e)}parseFunctionBody(t,e,s=!1){let i=e&&!this.match(5);if(this.expressionScope.enter(hs()),i)t.body=this.parseMaybeAssign(),this.checkParams(t,!1,e,!1);else{let r=this.state.strict,n=this.state.labels;this.state.labels=[],this.prodParam.enter(this.prodParam.currentFlags()|cs),t.body=this.parseBlock(!0,!1,o=>{let h=!this.isSimpleParamList(t.params);o&&h&&this.raise(p.IllegalLanguageModeDirective,{at:(t.kind==="method"||t.kind==="constructor")&&t.key?t.key.loc.end:t});let l=!r&&this.state.strict;this.checkParams(t,!this.state.strict&&!e&&!s&&!h,e,l),this.state.strict&&t.id&&this.checkIdentifier(t.id,65,l)}),this.prodParam.exit(),this.state.labels=n}this.expressionScope.exit()}isSimpleParameter(t){return t.type==="Identifier"}isSimpleParamList(t){for(let e=0,s=t.length;e<s;e++)if(!this.isSimpleParameter(t[e]))return!1;return!0}checkParams(t,e,s,i=!0){let r=!e&&new Set,n={type:"FormalParameters"};for(let o of t.params)this.checkLVal(o,{in:n,binding:5,checkClashes:r,strictModeChanged:i})}parseExprList(t,e,s,i){let r=[],n=!0;for(;!this.eat(t);){if(n)n=!1;else if(this.expect(12),this.match(t)){i&&this.addTrailingCommaExtraToNode(i),this.next();break}r.push(this.parseExprListItem(e,s))}return r}parseExprListItem(t,e,s){let i;if(this.match(12))t||this.raise(p.UnexpectedToken,{at:this.state.curPosition(),unexpected:","}),i=null;else if(this.match(21)){let r=this.state.startLoc;i=this.parseParenItem(this.parseSpread(e),r)}else if(this.match(17)){this.expectPlugin("partialApplication"),s||this.raise(p.UnexpectedArgumentPlaceholder,{at:this.state.startLoc});let r=this.startNode();this.next(),i=this.finishNode(r,"ArgumentPlaceholder")}else i=this.parseMaybeAssignAllowIn(e,this.parseParenItem);return i}parseIdentifier(t){let e=this.startNode(),s=this.parseIdentifierName(t);return this.createIdentifier(e,s)}createIdentifier(t,e){return t.name=e,t.loc.identifierName=e,this.finishNode(t,"Identifier")}parseIdentifierName(t){let e,{startLoc:s,type:i}=this.state;M(i)?e=this.state.value:this.unexpected();let r=Pi(i);return t?r&&this.replaceToken(130):this.checkReservedWord(e,s,r,!1),this.next(),e}checkReservedWord(t,e,s,i){if(t.length>10||!Ri(t))return;if(s&&Oi(t)){this.raise(p.UnexpectedKeyword,{at:e,keyword:t});return}if((this.state.strict?i?is:ts:es)(t,this.inModule)){this.raise(p.UnexpectedReservedWord,{at:e,reservedWord:t});return}else if(t==="yield"){if(this.prodParam.hasYield){this.raise(p.YieldBindingIdentifier,{at:e});return}}else if(t==="await"){if(this.prodParam.hasAwait){this.raise(p.AwaitBindingIdentifier,{at:e});return}if(this.scope.inStaticBlock){this.raise(p.AwaitBindingIdentifierInStaticBlock,{at:e});return}this.expressionScope.recordAsyncArrowParametersError({at:e})}else if(t==="arguments"&&this.scope.inClassAndNotInNonArrowFunction){this.raise(p.ArgumentsInClass,{at:e});return}}isAwaitAllowed(){return!!(this.prodParam.hasAwait||this.options.allowAwaitOutsideFunction&&!this.scope.inFunction)}parseAwait(t){let e=this.startNodeAt(t);return this.expressionScope.recordParameterInitializerError(p.AwaitExpressionFormalParameter,{at:e}),this.eat(55)&&this.raise(p.ObsoleteAwaitStar,{at:e}),!this.scope.inFunction&&!this.options.allowAwaitOutsideFunction&&(this.isAmbiguousAwait()?this.ambiguousScriptDifferentAst=!0:this.sawUnambiguousESM=!0),this.state.soloAwait||(e.argument=this.parseMaybeUnary(null,!0)),this.finishNode(e,"AwaitExpression")}isAmbiguousAwait(){if(this.hasPrecedingLineBreak())return!0;let{type:t}=this.state;return t===53||t===10||t===0||Me(t)||t===101&&!this.state.containsEsc||t===135||t===56||this.hasPlugin("v8intrinsic")&&t===54}parseYield(){let t=this.startNode();this.expressionScope.recordParameterInitializerError(p.YieldInParameter,{at:t}),this.next();let e=!1,s=null;if(!this.hasPrecedingLineBreak())switch(e=this.eat(55),this.state.type){case 13:case 137:case 8:case 11:case 3:case 9:case 14:case 12:if(!e)break;default:s=this.parseMaybeAssign()}return t.delegate=e,t.argument=s,this.finishNode(t,"YieldExpression")}checkPipelineAtInfixOperator(t,e){this.hasPlugin(["pipelineOperator",{proposal:"smart"}])&&t.type==="SequenceExpression"&&this.raise(p.PipelineHeadSequenceExpression,{at:e})}parseSmartPipelineBodyInStyle(t,e){if(this.isSimpleReference(t)){let s=this.startNodeAt(e);return s.callee=t,this.finishNode(s,"PipelineBareFunction")}else{let s=this.startNodeAt(e);return this.checkSmartPipeTopicBodyEarlyErrors(e),s.expression=t,this.finishNode(s,"PipelineTopicExpression")}}isSimpleReference(t){switch(t.type){case"MemberExpression":return!t.computed&&this.isSimpleReference(t.object);case"Identifier":return!0;default:return!1}}checkSmartPipeTopicBodyEarlyErrors(t){if(this.match(19))throw this.raise(p.PipelineBodyNoArrow,{at:this.state.startLoc});this.topicReferenceWasUsedInCurrentContext()||this.raise(p.PipelineTopicUnused,{at:t})}withTopicBindingContext(t){let e=this.state.topicContext;this.state.topicContext={maxNumOfResolvableTopics:1,maxTopicIndex:null};try{return t()}finally{this.state.topicContext=e}}withSmartMixTopicForbiddingContext(t){if(this.hasPlugin(["pipelineOperator",{proposal:"smart"}])){let e=this.state.topicContext;this.state.topicContext={maxNumOfResolvableTopics:0,maxTopicIndex:null};try{return t()}finally{this.state.topicContext=e}}else return t()}withSoloAwaitPermittingContext(t){let e=this.state.soloAwait;this.state.soloAwait=!0;try{return t()}finally{this.state.soloAwait=e}}allowInAnd(t){let e=this.prodParam.currentFlags();if(Q&~e){this.prodParam.enter(e|Q);try{return t()}finally{this.prodParam.exit()}}return t()}disallowInAnd(t){let e=this.prodParam.currentFlags();if(Q&e){this.prodParam.enter(e&~Q);try{return t()}finally{this.prodParam.exit()}}return t()}registerTopicReference(){this.state.topicContext.maxTopicIndex=0}topicReferenceIsAllowedInCurrentContext(){return this.state.topicContext.maxNumOfResolvableTopics>=1}topicReferenceWasUsedInCurrentContext(){return this.state.topicContext.maxTopicIndex!=null&&this.state.topicContext.maxTopicIndex>=0}parseFSharpPipelineBody(t){let e=this.state.startLoc;this.state.potentialArrowAt=this.state.start;let s=this.state.inFSharpPipelineDirectBody;this.state.inFSharpPipelineDirectBody=!0;let i=this.parseExprOp(this.parseMaybeUnaryOrPrivate(),e,t);return this.state.inFSharpPipelineDirectBody=s,i}parseModuleExpression(){this.expectPlugin("moduleBlocks");let t=this.startNode();this.next(),this.match(5)||this.unexpected(null,5);let e=this.startNodeAt(this.state.endLoc);this.next();let s=this.initializeScopes(!0);this.enterInitialScopes();try{t.body=this.parseProgram(e,8,"module")}finally{s()}return this.finishNode(t,"ModuleExpression")}parsePropertyNamePrefixOperator(t){}},Xe={kind:"loop"},Pr={kind:"switch"},gr=/[\uD800-\uDFFF]/u,Ge=/in(?:stanceof)?/y;function Tr(a,t){for(let e=0;e<a.length;e++){let s=a[e],{type:i}=s;if(typeof i=="number"){{if(i===136){let{loc:r,start:n,value:o,end:h}=s,l=n+1,c=L(r.start,1);a.splice(e,1,new O({type:_(27),value:"#",start:n,end:l,startLoc:r.start,endLoc:c}),new O({type:_(130),value:o,start:l,end:h,startLoc:c,endLoc:r.end})),e++;continue}if(Me(i)){let{loc:r,start:n,value:o,end:h}=s,l=n+1,c=L(r.start,1),u;t.charCodeAt(n)===96?u=new O({type:_(22),value:"`",start:n,end:l,startLoc:r.start,endLoc:c}):u=new O({type:_(8),value:"}",start:n,end:l,startLoc:r.start,endLoc:c});let f,d,x,I;i===24?(d=h-1,x=L(r.end,-1),f=o===null?null:o.slice(1,-1),I=new O({type:_(22),value:"`",start:d,end:h,startLoc:x,endLoc:r.end})):(d=h-2,x=L(r.end,-2),f=o===null?null:o.slice(1,-2),I=new O({type:_(23),value:"${",start:d,end:h,startLoc:x,endLoc:r.end})),a.splice(e,1,u,new O({type:_(20),value:f,start:l,end:d,startLoc:c,endLoc:x}),I),e+=2;continue}}s.type=_(i)}}return a}var Pt=class extends xt{parseTopLevel(t,e){return t.program=this.parseProgram(e),t.comments=this.state.comments,this.options.tokens&&(t.tokens=Tr(this.tokens,this.input)),this.finishNode(t,"File")}parseProgram(t,e=137,s=this.options.sourceType){if(t.sourceType=s,t.interpreter=this.parseInterpreterDirective(),this.parseBlockBody(t,!0,!0,e),this.inModule&&!this.options.allowUndeclaredExports&&this.scope.undefinedExports.size>0)for(let[r,n]of Array.from(this.scope.undefinedExports))this.raise(p.ModuleExportUndefined,{at:n,localName:r});let i;return e===137?i=this.finishNode(t,"Program"):i=this.finishNodeAt(t,"Program",L(this.state.startLoc,-1)),i}stmtToDirective(t){let e=t;e.type="Directive",e.value=e.expression,delete e.expression;let s=e.value,i=s.value,r=this.input.slice(s.start,s.end),n=s.value=r.slice(1,-1);return this.addExtra(s,"raw",r),this.addExtra(s,"rawValue",n),this.addExtra(s,"expressionValue",i),s.type="DirectiveLiteral",e}parseInterpreterDirective(){if(!this.match(28))return null;let t=this.startNode();return t.value=this.state.value,this.next(),this.finishNode(t,"InterpreterDirective")}isLet(){return this.isContextual(99)?this.hasFollowingBindingAtom():!1}chStartsBindingIdentifier(t,e){if(j(t)){if(Ge.lastIndex=e,Ge.test(this.input)){let s=this.codePointAtPos(Ge.lastIndex);if(!ee(s)&&s!==92)return!1}return!0}else return t===92}chStartsBindingPattern(t){return t===91||t===123}hasFollowingBindingAtom(){let t=this.nextTokenStart(),e=this.codePointAtPos(t);return this.chStartsBindingPattern(e)||this.chStartsBindingIdentifier(e,t)}hasInLineFollowingBindingIdentifier(){let t=this.nextTokenInLineStart(),e=this.codePointAtPos(t);return this.chStartsBindingIdentifier(e,t)}startsUsingForOf(){let{type:t,containsEsc:e}=this.lookahead();if(t===101&&!e)return!1;if(S(t)&&!this.hasFollowingLineBreak())return this.expectPlugin("explicitResourceManagement"),!0}startsAwaitUsing(){let t=this.nextTokenInLineStart();if(this.isUnparsedContextual(t,"using")){t=this.nextTokenInLineStartSince(t+5);let e=this.codePointAtPos(t);if(this.chStartsBindingIdentifier(e,t))return this.expectPlugin("explicitResourceManagement"),!0}return!1}parseModuleItem(){return this.parseStatementLike(15)}parseStatementListItem(){return this.parseStatementLike(6|(!this.options.annexB||this.state.strict?0:8))}parseStatementOrSloppyAnnexBFunctionDeclaration(t=!1){let e=0;return this.options.annexB&&!this.state.strict&&(e|=4,t&&(e|=8)),this.parseStatementLike(e)}parseStatement(){return this.parseStatementLike(0)}parseStatementLike(t){let e=null;return this.match(26)&&(e=this.parseDecorators(!0)),this.parseStatementContent(t,e)}parseStatementContent(t,e){let s=this.state.type,i=this.startNode(),r=!!(t&2),n=!!(t&4),o=t&1;switch(s){case 60:return this.parseBreakContinueStatement(i,!0);case 63:return this.parseBreakContinueStatement(i,!1);case 64:return this.parseDebuggerStatement(i);case 90:return this.parseDoWhileStatement(i);case 91:return this.parseForStatement(i);case 68:if(this.lookaheadCharCode()===46)break;return n||this.raise(this.state.strict?p.StrictFunction:this.options.annexB?p.SloppyFunctionAnnexB:p.SloppyFunction,{at:this.state.startLoc}),this.parseFunctionStatement(i,!1,!r&&n);case 80:return r||this.unexpected(),this.parseClass(this.maybeTakeDecorators(e,i),!0);case 69:return this.parseIfStatement(i);case 70:return this.parseReturnStatement(i);case 71:return this.parseSwitchStatement(i);case 72:return this.parseThrowStatement(i);case 73:return this.parseTryStatement(i);case 96:if(!this.state.containsEsc&&this.startsAwaitUsing())return this.isAwaitAllowed()?r||this.raise(p.UnexpectedLexicalDeclaration,{at:i}):this.raise(p.AwaitUsingNotInAsyncContext,{at:i}),this.next(),this.parseVarStatement(i,"await using");break;case 105:if(this.state.containsEsc||!this.hasInLineFollowingBindingIdentifier())break;return this.expectPlugin("explicitResourceManagement"),!this.scope.inModule&&this.scope.inTopLevel?this.raise(p.UnexpectedUsingDeclaration,{at:this.state.startLoc}):r||this.raise(p.UnexpectedLexicalDeclaration,{at:this.state.startLoc}),this.parseVarStatement(i,"using");case 99:{if(this.state.containsEsc)break;let c=this.nextTokenStart(),u=this.codePointAtPos(c);if(u!==91&&(!r&&this.hasFollowingLineBreak()||!this.chStartsBindingIdentifier(u,c)&&u!==123))break}case 75:r||this.raise(p.UnexpectedLexicalDeclaration,{at:this.state.startLoc});case 74:{let c=this.state.value;return this.parseVarStatement(i,c)}case 92:return this.parseWhileStatement(i);case 76:return this.parseWithStatement(i);case 5:return this.parseBlock();case 13:return this.parseEmptyStatement(i);case 83:{let c=this.lookaheadCharCode();if(c===40||c===46)break}case 82:{!this.options.allowImportExportEverywhere&&!o&&this.raise(p.UnexpectedImportExport,{at:this.state.startLoc}),this.next();let c;return s===83?(c=this.parseImport(i),c.type==="ImportDeclaration"&&(!c.importKind||c.importKind==="value")&&(this.sawUnambiguousESM=!0)):(c=this.parseExport(i,e),(c.type==="ExportNamedDeclaration"&&(!c.exportKind||c.exportKind==="value")||c.type==="ExportAllDeclaration"&&(!c.exportKind||c.exportKind==="value")||c.type==="ExportDefaultDeclaration")&&(this.sawUnambiguousESM=!0)),this.assertModuleNodeAllowed(c),c}default:if(this.isAsyncFunction())return r||this.raise(p.AsyncFunctionInSingleStatementContext,{at:this.state.startLoc}),this.next(),this.parseFunctionStatement(i,!0,!r&&n)}let h=this.state.value,l=this.parseExpression();return S(s)&&l.type==="Identifier"&&this.eat(14)?this.parseLabeledStatement(i,h,l,t):this.parseExpressionStatement(i,l,e)}assertModuleNodeAllowed(t){!this.options.allowImportExportEverywhere&&!this.inModule&&this.raise(p.ImportOutsideModule,{at:t})}decoratorsEnabledBeforeExport(){return this.hasPlugin("decorators-legacy")?!0:this.hasPlugin("decorators")&&this.getPluginOption("decorators","decoratorsBeforeExport")!==!1}maybeTakeDecorators(t,e,s){return t&&(e.decorators&&e.decorators.length>0?(typeof this.getPluginOption("decorators","decoratorsBeforeExport")!="boolean"&&this.raise(p.DecoratorsBeforeAfterExport,{at:e.decorators[0]}),e.decorators.unshift(...t)):e.decorators=t,this.resetStartLocationFromNode(e,t[0]),s&&this.resetStartLocationFromNode(s,e)),e}canHaveLeadingDecorator(){return this.match(80)}parseDecorators(t){let e=[];do e.push(this.parseDecorator());while(this.match(26));if(this.match(82))t||this.unexpected(),this.decoratorsEnabledBeforeExport()||this.raise(p.DecoratorExportClass,{at:this.state.startLoc});else if(!this.canHaveLeadingDecorator())throw this.raise(p.UnexpectedLeadingDecorator,{at:this.state.startLoc});return e}parseDecorator(){this.expectOnePlugin(["decorators","decorators-legacy"]);let t=this.startNode();if(this.next(),this.hasPlugin("decorators")){let e=this.state.startLoc,s;if(this.match(10)){let i=this.state.startLoc;this.next(),s=this.parseExpression(),this.expect(11),s=this.wrapParenthesis(i,s);let r=this.state.startLoc;t.expression=this.parseMaybeDecoratorArguments(s),this.getPluginOption("decorators","allowCallParenthesized")===!1&&t.expression!==s&&this.raise(p.DecoratorArgumentsOutsideParentheses,{at:r})}else{for(s=this.parseIdentifier(!1);this.eat(16);){let i=this.startNodeAt(e);i.object=s,this.match(136)?(this.classScope.usePrivateName(this.state.value,this.state.startLoc),i.property=this.parsePrivateName()):i.property=this.parseIdentifier(!0),i.computed=!1,s=this.finishNode(i,"MemberExpression")}t.expression=this.parseMaybeDecoratorArguments(s)}}else t.expression=this.parseExprSubscripts();return this.finishNode(t,"Decorator")}parseMaybeDecoratorArguments(t){if(this.eat(10)){let e=this.startNodeAtNode(t);return e.callee=t,e.arguments=this.parseCallExpressionArguments(11,!1),this.toReferencedList(e.arguments),this.finishNode(e,"CallExpression")}return t}parseBreakContinueStatement(t,e){return this.next(),this.isLineTerminator()?t.label=null:(t.label=this.parseIdentifier(),this.semicolon()),this.verifyBreakContinue(t,e),this.finishNode(t,e?"BreakStatement":"ContinueStatement")}verifyBreakContinue(t,e){let s;for(s=0;s<this.state.labels.length;++s){let i=this.state.labels[s];if((t.label==null||i.name===t.label.name)&&(i.kind!=null&&(e||i.kind==="loop")||t.label&&e))break}if(s===this.state.labels.length){let i=e?"BreakStatement":"ContinueStatement";this.raise(p.IllegalBreakContinue,{at:t,type:i})}}parseDebuggerStatement(t){return this.next(),this.semicolon(),this.finishNode(t,"DebuggerStatement")}parseHeaderExpression(){this.expect(10);let t=this.parseExpression();return this.expect(11),t}parseDoWhileStatement(t){return this.next(),this.state.labels.push(Xe),t.body=this.withSmartMixTopicForbiddingContext(()=>this.parseStatement()),this.state.labels.pop(),this.expect(92),t.test=this.parseHeaderExpression(),this.eat(13),this.finishNode(t,"DoWhileStatement")}parseForStatement(t){this.next(),this.state.labels.push(Xe);let e=null;if(this.isAwaitAllowed()&&this.eatContextual(96)&&(e=this.state.lastTokStartLoc),this.scope.enter(0),this.expect(10),this.match(13))return e!==null&&this.unexpected(e),this.parseFor(t,null);let s=this.isContextual(99);{let h=this.isContextual(96)&&this.startsAwaitUsing(),l=h||this.isContextual(105)&&this.startsUsingForOf(),c=s&&this.hasFollowingBindingAtom()||l;if(this.match(74)||this.match(75)||c){let u=this.startNode(),f;h?(f="await using",this.isAwaitAllowed()||this.raise(p.AwaitUsingNotInAsyncContext,{at:this.state.startLoc}),this.next()):f=this.state.value,this.next(),this.parseVar(u,!0,f);let d=this.finishNode(u,"VariableDeclaration"),x=this.match(58);return x&&l&&this.raise(p.ForInUsing,{at:d}),(x||this.isContextual(101))&&d.declarations.length===1?this.parseForIn(t,d,e):(e!==null&&this.unexpected(e),this.parseFor(t,d))}}let i=this.isContextual(95),r=new se,n=this.parseExpression(!0,r),o=this.isContextual(101);if(o&&(s&&this.raise(p.ForOfLet,{at:n}),e===null&&i&&n.type==="Identifier"&&this.raise(p.ForOfAsync,{at:n})),o||this.match(58)){this.checkDestructuringPrivate(r),this.toAssignable(n,!0);let h=o?"ForOfStatement":"ForInStatement";return this.checkLVal(n,{in:{type:h}}),this.parseForIn(t,n,e)}else this.checkExpressionErrors(r,!0);return e!==null&&this.unexpected(e),this.parseFor(t,n)}parseFunctionStatement(t,e,s){return this.next(),this.parseFunction(t,1|(s?2:0)|(e?8:0))}parseIfStatement(t){return this.next(),t.test=this.parseHeaderExpression(),t.consequent=this.parseStatementOrSloppyAnnexBFunctionDeclaration(),t.alternate=this.eat(66)?this.parseStatementOrSloppyAnnexBFunctionDeclaration():null,this.finishNode(t,"IfStatement")}parseReturnStatement(t){return!this.prodParam.hasReturn&&!this.options.allowReturnOutsideFunction&&this.raise(p.IllegalReturn,{at:this.state.startLoc}),this.next(),this.isLineTerminator()?t.argument=null:(t.argument=this.parseExpression(),this.semicolon()),this.finishNode(t,"ReturnStatement")}parseSwitchStatement(t){this.next(),t.discriminant=this.parseHeaderExpression();let e=t.cases=[];this.expect(5),this.state.labels.push(Pr),this.scope.enter(0);let s;for(let i;!this.match(8);)if(this.match(61)||this.match(65)){let r=this.match(61);s&&this.finishNode(s,"SwitchCase"),e.push(s=this.startNode()),s.consequent=[],this.next(),r?s.test=this.parseExpression():(i&&this.raise(p.MultipleDefaultsInSwitch,{at:this.state.lastTokStartLoc}),i=!0,s.test=null),this.expect(14)}else s?s.consequent.push(this.parseStatementListItem()):this.unexpected();return this.scope.exit(),s&&this.finishNode(s,"SwitchCase"),this.next(),this.state.labels.pop(),this.finishNode(t,"SwitchStatement")}parseThrowStatement(t){return this.next(),this.hasPrecedingLineBreak()&&this.raise(p.NewlineAfterThrow,{at:this.state.lastTokEndLoc}),t.argument=this.parseExpression(),this.semicolon(),this.finishNode(t,"ThrowStatement")}parseCatchClauseParam(){let t=this.parseBindingAtom();return this.scope.enter(this.options.annexB&&t.type==="Identifier"?8:0),this.checkLVal(t,{in:{type:"CatchClause"},binding:9}),t}parseTryStatement(t){if(this.next(),t.block=this.parseBlock(),t.handler=null,this.match(62)){let e=this.startNode();this.next(),this.match(10)?(this.expect(10),e.param=this.parseCatchClauseParam(),this.expect(11)):(e.param=null,this.scope.enter(0)),e.body=this.withSmartMixTopicForbiddingContext(()=>this.parseBlock(!1,!1)),this.scope.exit(),t.handler=this.finishNode(e,"CatchClause")}return t.finalizer=this.eat(67)?this.parseBlock():null,!t.handler&&!t.finalizer&&this.raise(p.NoCatchOrFinally,{at:t}),this.finishNode(t,"TryStatement")}parseVarStatement(t,e,s=!1){return this.next(),this.parseVar(t,!1,e,s),this.semicolon(),this.finishNode(t,"VariableDeclaration")}parseWhileStatement(t){return this.next(),t.test=this.parseHeaderExpression(),this.state.labels.push(Xe),t.body=this.withSmartMixTopicForbiddingContext(()=>this.parseStatement()),this.state.labels.pop(),this.finishNode(t,"WhileStatement")}parseWithStatement(t){return this.state.strict&&this.raise(p.StrictWith,{at:this.state.startLoc}),this.next(),t.object=this.parseHeaderExpression(),t.body=this.withSmartMixTopicForbiddingContext(()=>this.parseStatement()),this.finishNode(t,"WithStatement")}parseEmptyStatement(t){return this.next(),this.finishNode(t,"EmptyStatement")}parseLabeledStatement(t,e,s,i){for(let n of this.state.labels)n.name===e&&this.raise(p.LabelRedeclaration,{at:s,labelName:e});let r=bi(this.state.type)?"loop":this.match(71)?"switch":null;for(let n=this.state.labels.length-1;n>=0;n--){let o=this.state.labels[n];if(o.statementStart===t.start)o.statementStart=this.state.start,o.kind=r;else break}return this.state.labels.push({name:e,kind:r,statementStart:this.state.start}),t.body=i&8?this.parseStatementOrSloppyAnnexBFunctionDeclaration(!0):this.parseStatement(),this.state.labels.pop(),t.label=s,this.finishNode(t,"LabeledStatement")}parseExpressionStatement(t,e,s){return t.expression=e,this.semicolon(),this.finishNode(t,"ExpressionStatement")}parseBlock(t=!1,e=!0,s){let i=this.startNode();return t&&this.state.strictErrors.clear(),this.expect(5),e&&this.scope.enter(0),this.parseBlockBody(i,t,!1,8,s),e&&this.scope.exit(),this.finishNode(i,"BlockStatement")}isValidDirective(t){return t.type==="ExpressionStatement"&&t.expression.type==="StringLiteral"&&!t.expression.extra.parenthesized}parseBlockBody(t,e,s,i,r){let n=t.body=[],o=t.directives=[];this.parseBlockOrModuleBlockBody(n,e?o:void 0,s,i,r)}parseBlockOrModuleBlockBody(t,e,s,i,r){let n=this.state.strict,o=!1,h=!1;for(;!this.match(i);){let l=s?this.parseModuleItem():this.parseStatementListItem();if(e&&!h){if(this.isValidDirective(l)){let c=this.stmtToDirective(l);e.push(c),!o&&c.value.value==="use strict"&&(o=!0,this.setStrict(!0));continue}h=!0,this.state.strictErrors.clear()}t.push(l)}r==null||r.call(this,o),n||this.setStrict(!1),this.next()}parseFor(t,e){return t.init=e,this.semicolon(!1),t.test=this.match(13)?null:this.parseExpression(),this.semicolon(!1),t.update=this.match(11)?null:this.parseExpression(),this.expect(11),t.body=this.withSmartMixTopicForbiddingContext(()=>this.parseStatement()),this.scope.exit(),this.state.labels.pop(),this.finishNode(t,"ForStatement")}parseForIn(t,e,s){let i=this.match(58);return this.next(),i?s!==null&&this.unexpected(s):t.await=s!==null,e.type==="VariableDeclaration"&&e.declarations[0].init!=null&&(!i||!this.options.annexB||this.state.strict||e.kind!=="var"||e.declarations[0].id.type!=="Identifier")&&this.raise(p.ForInOfLoopInitializer,{at:e,type:i?"ForInStatement":"ForOfStatement"}),e.type==="AssignmentPattern"&&this.raise(p.InvalidLhs,{at:e,ancestor:{type:"ForStatement"}}),t.left=e,t.right=i?this.parseExpression():this.parseMaybeAssignAllowIn(),this.expect(11),t.body=this.withSmartMixTopicForbiddingContext(()=>this.parseStatement()),this.scope.exit(),this.state.labels.pop(),this.finishNode(t,i?"ForInStatement":"ForOfStatement")}parseVar(t,e,s,i=!1){let r=t.declarations=[];for(t.kind=s;;){let n=this.startNode();if(this.parseVarId(n,s),n.init=this.eat(29)?e?this.parseMaybeAssignDisallowIn():this.parseMaybeAssignAllowIn():null,n.init===null&&!i&&(n.id.type!=="Identifier"&&!(e&&(this.match(58)||this.isContextual(101)))?this.raise(p.DeclarationMissingInitializer,{at:this.state.lastTokEndLoc,kind:"destructuring"}):s==="const"&&!(this.match(58)||this.isContextual(101))&&this.raise(p.DeclarationMissingInitializer,{at:this.state.lastTokEndLoc,kind:"const"})),r.push(this.finishNode(n,"VariableDeclarator")),!this.eat(12))break}return t}parseVarId(t,e){let s=this.parseBindingAtom();this.checkLVal(s,{in:{type:"VariableDeclarator"},binding:e==="var"?5:8201}),t.id=s}parseAsyncFunctionExpression(t){return this.parseFunction(t,8)}parseFunction(t,e=0){let s=e&2,i=!!(e&1),r=i&&!(e&4),n=!!(e&8);this.initFunction(t,n),this.match(55)&&(s&&this.raise(p.GeneratorInSingleStatementContext,{at:this.state.startLoc}),this.next(),t.generator=!0),i&&(t.id=this.parseFunctionId(r));let o=this.state.maybeInArrowParameters;return this.state.maybeInArrowParameters=!1,this.scope.enter(2),this.prodParam.enter(ve(n,t.generator)),i||(t.id=this.parseFunctionId()),this.parseFunctionParams(t,!1),this.withSmartMixTopicForbiddingContext(()=>{this.parseFunctionBodyAndFinish(t,i?"FunctionDeclaration":"FunctionExpression")}),this.prodParam.exit(),this.scope.exit(),i&&!s&&this.registerFunctionStatementId(t),this.state.maybeInArrowParameters=o,t}parseFunctionId(t){return t||S(this.state.type)?this.parseIdentifier():null}parseFunctionParams(t,e){this.expect(10),this.expressionScope.enter(Hi()),t.params=this.parseBindingList(11,41,2|(e?4:0)),this.expressionScope.exit()}registerFunctionStatementId(t){t.id&&this.scope.declareName(t.id.name,!this.options.annexB||this.state.strict||t.generator||t.async?this.scope.treatFunctionsAsVar?5:8201:17,t.id.loc.start)}parseClass(t,e,s){this.next();let i=this.state.strict;return this.state.strict=!0,this.parseClassId(t,e,s),this.parseClassSuper(t),t.body=this.parseClassBody(!!t.superClass,i),this.finishNode(t,e?"ClassDeclaration":"ClassExpression")}isClassProperty(){return this.match(29)||this.match(13)||this.match(8)}isClassMethod(){return this.match(10)}isNonstaticConstructor(t){return!t.computed&&!t.static&&(t.key.name==="constructor"||t.key.value==="constructor")}parseClassBody(t,e){this.classScope.enter();let s={hadConstructor:!1,hadSuperClass:t},i=[],r=this.startNode();if(r.body=[],this.expect(5),this.withSmartMixTopicForbiddingContext(()=>{for(;!this.match(8);){if(this.eat(13)){if(i.length>0)throw this.raise(p.DecoratorSemicolon,{at:this.state.lastTokEndLoc});continue}if(this.match(26)){i.push(this.parseDecorator());continue}let n=this.startNode();i.length&&(n.decorators=i,this.resetStartLocationFromNode(n,i[0]),i=[]),this.parseClassMember(r,n,s),n.kind==="constructor"&&n.decorators&&n.decorators.length>0&&this.raise(p.DecoratorConstructor,{at:n})}}),this.state.strict=e,this.next(),i.length)throw this.raise(p.TrailingDecorator,{at:this.state.startLoc});return this.classScope.exit(),this.finishNode(r,"ClassBody")}parseClassMemberFromModifier(t,e){let s=this.parseIdentifier(!0);if(this.isClassMethod()){let i=e;return i.kind="method",i.computed=!1,i.key=s,i.static=!1,this.pushClassMethod(t,i,!1,!1,!1,!1),!0}else if(this.isClassProperty()){let i=e;return i.computed=!1,i.key=s,i.static=!1,t.body.push(this.parseClassProperty(i)),!0}return this.resetPreviousNodeTrailingComments(s),!1}parseClassMember(t,e,s){let i=this.isContextual(104);if(i){if(this.parseClassMemberFromModifier(t,e))return;if(this.eat(5)){this.parseClassStaticBlock(t,e);return}}this.parseClassMemberWithIsStatic(t,e,s,i)}parseClassMemberWithIsStatic(t,e,s,i){let r=e,n=e,o=e,h=e,l=e,c=r,u=r;if(e.static=i,this.parsePropertyNamePrefixOperator(e),this.eat(55)){c.kind="method";let C=this.match(136);if(this.parseClassElementName(c),C){this.pushClassPrivateMethod(t,n,!0,!1);return}this.isNonstaticConstructor(r)&&this.raise(p.ConstructorIsGenerator,{at:r.key}),this.pushClassMethod(t,r,!0,!1,!1,!1);return}let f=S(this.state.type)&&!this.state.containsEsc,d=this.match(136),x=this.parseClassElementName(e),I=this.state.startLoc;if(this.parsePostMemberNameModifiers(u),this.isClassMethod()){if(c.kind="method",d){this.pushClassPrivateMethod(t,n,!1,!1);return}let C=this.isNonstaticConstructor(r),E=!1;C&&(r.kind="constructor",s.hadConstructor&&!this.hasPlugin("typescript")&&this.raise(p.DuplicateConstructor,{at:x}),C&&this.hasPlugin("typescript")&&e.override&&this.raise(p.OverrideOnConstructor,{at:x}),s.hadConstructor=!0,E=s.hadSuperClass),this.pushClassMethod(t,r,!1,!1,C,E)}else if(this.isClassProperty())d?this.pushClassPrivateProperty(t,h):this.pushClassProperty(t,o);else if(f&&x.name==="async"&&!this.isLineTerminator()){this.resetPreviousNodeTrailingComments(x);let C=this.eat(55);u.optional&&this.unexpected(I),c.kind="method";let E=this.match(136);this.parseClassElementName(c),this.parsePostMemberNameModifiers(u),E?this.pushClassPrivateMethod(t,n,C,!0):(this.isNonstaticConstructor(r)&&this.raise(p.ConstructorIsAsync,{at:r.key}),this.pushClassMethod(t,r,C,!0,!1,!1))}else if(f&&(x.name==="get"||x.name==="set")&&!(this.match(55)&&this.isLineTerminator())){this.resetPreviousNodeTrailingComments(x),c.kind=x.name;let C=this.match(136);this.parseClassElementName(r),C?this.pushClassPrivateMethod(t,n,!1,!1):(this.isNonstaticConstructor(r)&&this.raise(p.ConstructorIsAccessor,{at:r.key}),this.pushClassMethod(t,r,!1,!1,!1,!1)),this.checkGetterSetterParams(r)}else if(f&&x.name==="accessor"&&!this.isLineTerminator()){this.expectPlugin("decoratorAutoAccessors"),this.resetPreviousNodeTrailingComments(x);let C=this.match(136);this.parseClassElementName(o),this.pushClassAccessorProperty(t,l,C)}else this.isLineTerminator()?d?this.pushClassPrivateProperty(t,h):this.pushClassProperty(t,o):this.unexpected()}parseClassElementName(t){let{type:e,value:s}=this.state;if((e===130||e===131)&&t.static&&s==="prototype"&&this.raise(p.StaticPrototype,{at:this.state.startLoc}),e===136){s==="constructor"&&this.raise(p.ConstructorClassPrivateField,{at:this.state.startLoc});let i=this.parsePrivateName();return t.key=i,i}return this.parsePropertyName(t)}parseClassStaticBlock(t,e){var s;this.scope.enter(208);let i=this.state.labels;this.state.labels=[],this.prodParam.enter(te);let r=e.body=[];this.parseBlockOrModuleBlockBody(r,void 0,!1,8),this.prodParam.exit(),this.scope.exit(),this.state.labels=i,t.body.push(this.finishNode(e,"StaticBlock")),(s=e.decorators)!=null&&s.length&&this.raise(p.DecoratorStaticBlock,{at:e})}pushClassProperty(t,e){!e.computed&&(e.key.name==="constructor"||e.key.value==="constructor")&&this.raise(p.ConstructorClassField,{at:e.key}),t.body.push(this.parseClassProperty(e))}pushClassPrivateProperty(t,e){let s=this.parseClassPrivateProperty(e);t.body.push(s),this.classScope.declarePrivateName(this.getPrivateNameSV(s.key),0,s.key.loc.start)}pushClassAccessorProperty(t,e,s){if(!s&&!e.computed){let r=e.key;(r.name==="constructor"||r.value==="constructor")&&this.raise(p.ConstructorClassField,{at:r})}let i=this.parseClassAccessorProperty(e);t.body.push(i),s&&this.classScope.declarePrivateName(this.getPrivateNameSV(i.key),0,i.key.loc.start)}pushClassMethod(t,e,s,i,r,n){t.body.push(this.parseMethod(e,s,i,r,n,"ClassMethod",!0))}pushClassPrivateMethod(t,e,s,i){let r=this.parseMethod(e,s,i,!1,!1,"ClassPrivateMethod",!0);t.body.push(r);let n=r.kind==="get"?r.static?6:2:r.kind==="set"?r.static?5:1:0;this.declareClassPrivateMethodInScope(r,n)}declareClassPrivateMethodInScope(t,e){this.classScope.declarePrivateName(this.getPrivateNameSV(t.key),e,t.key.loc.start)}parsePostMemberNameModifiers(t){}parseClassPrivateProperty(t){return this.parseInitializer(t),this.semicolon(),this.finishNode(t,"ClassPrivateProperty")}parseClassProperty(t){return this.parseInitializer(t),this.semicolon(),this.finishNode(t,"ClassProperty")}parseClassAccessorProperty(t){return this.parseInitializer(t),this.semicolon(),this.finishNode(t,"ClassAccessorProperty")}parseInitializer(t){this.scope.enter(80),this.expressionScope.enter(hs()),this.prodParam.enter(te),t.value=this.eat(29)?this.parseMaybeAssignAllowIn():null,this.expressionScope.exit(),this.prodParam.exit(),this.scope.exit()}parseClassId(t,e,s,i=8331){if(S(this.state.type))t.id=this.parseIdentifier(),e&&this.declareNameFromIdentifier(t.id,i);else if(s||!e)t.id=null;else throw this.raise(p.MissingClassName,{at:this.state.startLoc})}parseClassSuper(t){t.superClass=this.eat(81)?this.parseExprSubscripts():null}parseExport(t,e){let s=this.parseMaybeImportPhase(t,!0),i=this.maybeParseExportDefaultSpecifier(t,s),r=!i||this.eat(12),n=r&&this.eatExportStar(t),o=n&&this.maybeParseExportNamespaceSpecifier(t),h=r&&(!o||this.eat(12)),l=i||n;if(n&&!o){if(i&&this.unexpected(),e)throw this.raise(p.UnsupportedDecoratorExport,{at:t});return this.parseExportFrom(t,!0),this.finishNode(t,"ExportAllDeclaration")}let c=this.maybeParseExportNamedSpecifiers(t);i&&r&&!n&&!c&&this.unexpected(null,5),o&&h&&this.unexpected(null,97);let u;if(l||c){if(u=!1,e)throw this.raise(p.UnsupportedDecoratorExport,{at:t});this.parseExportFrom(t,l)}else u=this.maybeParseExportDeclaration(t);if(l||c||u){var f;let d=t;if(this.checkExport(d,!0,!1,!!d.source),((f=d.declaration)==null?void 0:f.type)==="ClassDeclaration")this.maybeTakeDecorators(e,d.declaration,d);else if(e)throw this.raise(p.UnsupportedDecoratorExport,{at:t});return this.finishNode(d,"ExportNamedDeclaration")}if(this.eat(65)){let d=t,x=this.parseExportDefaultExpression();if(d.declaration=x,x.type==="ClassDeclaration")this.maybeTakeDecorators(e,x,d);else if(e)throw this.raise(p.UnsupportedDecoratorExport,{at:t});return this.checkExport(d,!0,!0),this.finishNode(d,"ExportDefaultDeclaration")}this.unexpected(null,5)}eatExportStar(t){return this.eat(55)}maybeParseExportDefaultSpecifier(t,e){if(e||this.isExportDefaultSpecifier()){this.expectPlugin("exportDefaultFrom",e==null?void 0:e.loc.start);let s=e||this.parseIdentifier(!0),i=this.startNodeAtNode(s);return i.exported=s,t.specifiers=[this.finishNode(i,"ExportDefaultSpecifier")],!0}return!1}maybeParseExportNamespaceSpecifier(t){if(this.isContextual(93)){t.specifiers||(t.specifiers=[]);let e=this.startNodeAt(this.state.lastTokStartLoc);return this.next(),e.exported=this.parseModuleExportName(),t.specifiers.push(this.finishNode(e,"ExportNamespaceSpecifier")),!0}return!1}maybeParseExportNamedSpecifiers(t){if(this.match(5)){t.specifiers||(t.specifiers=[]);let e=t.exportKind==="type";return t.specifiers.push(...this.parseExportSpecifiers(e)),t.source=null,t.declaration=null,this.hasPlugin("importAssertions")&&(t.assertions=[]),!0}return!1}maybeParseExportDeclaration(t){return this.shouldParseExportDeclaration()?(t.specifiers=[],t.source=null,this.hasPlugin("importAssertions")&&(t.assertions=[]),t.declaration=this.parseExportDeclaration(t),!0):!1}isAsyncFunction(){if(!this.isContextual(95))return!1;let t=this.nextTokenInLineStart();return this.isUnparsedContextual(t,"function")}parseExportDefaultExpression(){let t=this.startNode();if(this.match(68))return this.next(),this.parseFunction(t,5);if(this.isAsyncFunction())return this.next(),this.next(),this.parseFunction(t,13);if(this.match(80))return this.parseClass(t,!0,!0);if(this.match(26))return this.hasPlugin("decorators")&&this.getPluginOption("decorators","decoratorsBeforeExport")===!0&&this.raise(p.DecoratorBeforeExport,{at:this.state.startLoc}),this.parseClass(this.maybeTakeDecorators(this.parseDecorators(!1),this.startNode()),!0,!0);if(this.match(75)||this.match(74)||this.isLet())throw this.raise(p.UnsupportedDefaultExport,{at:this.state.startLoc});let e=this.parseMaybeAssignAllowIn();return this.semicolon(),e}parseExportDeclaration(t){return this.match(80)?this.parseClass(this.startNode(),!0,!1):this.parseStatementListItem()}isExportDefaultSpecifier(){let{type:t}=this.state;if(S(t)){if(t===95&&!this.state.containsEsc||t===99)return!1;if((t===128||t===127)&&!this.state.containsEsc){let{type:i}=this.lookahead();if(S(i)&&i!==97||i===5)return this.expectOnePlugin(["flow","typescript"]),!1}}else if(!this.match(65))return!1;let e=this.nextTokenStart(),s=this.isUnparsedContextual(e,"from");if(this.input.charCodeAt(e)===44||S(this.state.type)&&s)return!0;if(this.match(65)&&s){let i=this.input.charCodeAt(this.nextTokenStartSince(e+4));return i===34||i===39}return!1}parseExportFrom(t,e){this.eatContextual(97)?(t.source=this.parseImportSource(),this.checkExport(t),this.maybeParseImportAttributes(t),this.checkJSONModuleImport(t)):e&&this.unexpected(),this.semicolon()}shouldParseExportDeclaration(){let{type:t}=this.state;return t===26&&(this.expectOnePlugin(["decorators","decorators-legacy"]),this.hasPlugin("decorators"))?(this.getPluginOption("decorators","decoratorsBeforeExport")===!0&&this.raise(p.DecoratorBeforeExport,{at:this.state.startLoc}),!0):t===74||t===75||t===68||t===80||this.isLet()||this.isAsyncFunction()}checkExport(t,e,s,i){if(e){var r;if(s){if(this.checkDuplicateExports(t,"default"),this.hasPlugin("exportDefaultFrom")){var n;let o=t.declaration;o.type==="Identifier"&&o.name==="from"&&o.end-o.start===4&&!((n=o.extra)!=null&&n.parenthesized)&&this.raise(p.ExportDefaultFromAsIdentifier,{at:o})}}else if((r=t.specifiers)!=null&&r.length)for(let o of t.specifiers){let{exported:h}=o,l=h.type==="Identifier"?h.name:h.value;if(this.checkDuplicateExports(o,l),!i&&o.local){let{local:c}=o;c.type!=="Identifier"?this.raise(p.ExportBindingIsString,{at:o,localName:c.value,exportName:l}):(this.checkReservedWord(c.name,c.loc.start,!0,!1),this.scope.checkLocalExport(c))}}else if(t.declaration){if(t.declaration.type==="FunctionDeclaration"||t.declaration.type==="ClassDeclaration"){let o=t.declaration.id;if(!o)throw new Error("Assertion failure");this.checkDuplicateExports(t,o.name)}else if(t.declaration.type==="VariableDeclaration")for(let o of t.declaration.declarations)this.checkDeclaration(o.id)}}}checkDeclaration(t){if(t.type==="Identifier")this.checkDuplicateExports(t,t.name);else if(t.type==="ObjectPattern")for(let e of t.properties)this.checkDeclaration(e);else if(t.type==="ArrayPattern")for(let e of t.elements)e&&this.checkDeclaration(e);else t.type==="ObjectProperty"?this.checkDeclaration(t.value):t.type==="RestElement"?this.checkDeclaration(t.argument):t.type==="AssignmentPattern"&&this.checkDeclaration(t.left)}checkDuplicateExports(t,e){this.exportedIdentifiers.has(e)&&(e==="default"?this.raise(p.DuplicateDefaultExport,{at:t}):this.raise(p.DuplicateExport,{at:t,exportName:e})),this.exportedIdentifiers.add(e)}parseExportSpecifiers(t){let e=[],s=!0;for(this.expect(5);!this.eat(8);){if(s)s=!1;else if(this.expect(12),this.eat(8))break;let i=this.isContextual(128),r=this.match(131),n=this.startNode();n.local=this.parseModuleExportName(),e.push(this.parseExportSpecifier(n,r,t,i))}return e}parseExportSpecifier(t,e,s,i){return this.eatContextual(93)?t.exported=this.parseModuleExportName():e?t.exported=Gi(t.local):t.exported||(t.exported=V(t.local)),this.finishNode(t,"ExportSpecifier")}parseModuleExportName(){if(this.match(131)){let t=this.parseStringLiteral(this.state.value),e=t.value.match(gr);return e&&this.raise(p.ModuleExportNameHasLoneSurrogate,{at:t,surrogateCharCode:e[0].charCodeAt(0)}),t}return this.parseIdentifier(!0)}isJSONModuleImport(t){return t.assertions!=null?t.assertions.some(({key:e,value:s})=>s.value==="json"&&(e.type==="Identifier"?e.name==="type":e.value==="type")):!1}checkImportReflection(t){if(t.module){var e;(t.specifiers.length!==1||t.specifiers[0].type!=="ImportDefaultSpecifier")&&this.raise(p.ImportReflectionNotBinding,{at:t.specifiers[0].loc.start}),((e=t.assertions)==null?void 0:e.length)>0&&this.raise(p.ImportReflectionHasAssertion,{at:t.specifiers[0].loc.start})}}checkJSONModuleImport(t){if(this.isJSONModuleImport(t)&&t.type!=="ExportAllDeclaration"){let{specifiers:e}=t;if(e!=null){let s=e.find(i=>{let r;if(i.type==="ExportSpecifier"?r=i.local:i.type==="ImportSpecifier"&&(r=i.imported),r!==void 0)return r.type==="Identifier"?r.name!=="default":r.value!=="default"});s!==void 0&&this.raise(p.ImportJSONBindingNotDefault,{at:s.loc.start})}}}isPotentialImportPhase(t){return!t&&this.isContextual(125)}applyImportPhase(t,e,s,i){e||(s==="module"?(this.expectPlugin("importReflection",i),t.module=!0):this.hasPlugin("importReflection")&&(t.module=!1))}parseMaybeImportPhase(t,e){if(!this.isPotentialImportPhase(e))return this.applyImportPhase(t,e,null),null;let s=this.parseIdentifier(!0),{type:i}=this.state;return(M(i)?i!==97||this.lookaheadCharCode()===102:i!==12)?(this.resetPreviousIdentifierLeadingComments(s),this.applyImportPhase(t,e,s.name,s.loc.start),null):(this.applyImportPhase(t,e,null),s)}isPrecedingIdImportPhase(t){let{type:e}=this.state;return S(e)?e!==97||this.lookaheadCharCode()===102:e!==12}parseImport(t){return this.match(131)?this.parseImportSourceAndAttributes(t):this.parseImportSpecifiersAndAfter(t,this.parseMaybeImportPhase(t,!1))}parseImportSpecifiersAndAfter(t,e){t.specifiers=[];let i=!this.maybeParseDefaultImportSpecifier(t,e)||this.eat(12),r=i&&this.maybeParseStarImportSpecifier(t);return i&&!r&&this.parseNamedImportSpecifiers(t),this.expectContextual(97),this.parseImportSourceAndAttributes(t)}parseImportSourceAndAttributes(t){var e;return(e=t.specifiers)!=null||(t.specifiers=[]),t.source=this.parseImportSource(),this.maybeParseImportAttributes(t),this.checkImportReflection(t),this.checkJSONModuleImport(t),this.semicolon(),this.finishNode(t,"ImportDeclaration")}parseImportSource(){return this.match(131)||this.unexpected(),this.parseExprAtom()}parseImportSpecifierLocal(t,e,s){e.local=this.parseIdentifier(),t.specifiers.push(this.finishImportSpecifier(e,s))}finishImportSpecifier(t,e,s=8201){return this.checkLVal(t.local,{in:{type:e},binding:s}),this.finishNode(t,e)}parseImportAttributes(){this.expect(5);let t=[],e=new Set;do{if(this.match(8))break;let s=this.startNode(),i=this.state.value;if(e.has(i)&&this.raise(p.ModuleAttributesWithDuplicateKeys,{at:this.state.startLoc,key:i}),e.add(i),this.match(131)?s.key=this.parseStringLiteral(i):s.key=this.parseIdentifier(!0),this.expect(14),!this.match(131))throw this.raise(p.ModuleAttributeInvalidValue,{at:this.state.startLoc});s.value=this.parseStringLiteral(this.state.value),t.push(this.finishNode(s,"ImportAttribute"))}while(this.eat(12));return this.expect(8),t}parseModuleAttributes(){let t=[],e=new Set;do{let s=this.startNode();if(s.key=this.parseIdentifier(!0),s.key.name!=="type"&&this.raise(p.ModuleAttributeDifferentFromType,{at:s.key}),e.has(s.key.name)&&this.raise(p.ModuleAttributesWithDuplicateKeys,{at:s.key,key:s.key.name}),e.add(s.key.name),this.expect(14),!this.match(131))throw this.raise(p.ModuleAttributeInvalidValue,{at:this.state.startLoc});s.value=this.parseStringLiteral(this.state.value),t.push(this.finishNode(s,"ImportAttribute"))}while(this.eat(12));return t}maybeParseImportAttributes(t){let e,s=!1;if(this.match(76)){if(this.hasPrecedingLineBreak()&&this.lookaheadCharCode()===40)return;this.next(),this.hasPlugin("moduleAttributes")?e=this.parseModuleAttributes():(this.expectImportAttributesPlugin(),e=this.parseImportAttributes()),s=!0}else if(this.isContextual(94)&&!this.hasPrecedingLineBreak())this.hasPlugin("importAttributes")?(this.getPluginOption("importAttributes","deprecatedAssertSyntax")!==!0&&this.raise(p.ImportAttributesUseAssert,{at:this.state.startLoc}),this.addExtra(t,"deprecatedAssertSyntax",!0)):this.expectOnePlugin(["importAttributes","importAssertions"]),this.next(),e=this.parseImportAttributes();else if(this.hasPlugin("importAttributes")||this.hasPlugin("importAssertions"))e=[];else if(this.hasPlugin("moduleAttributes"))e=[];else return;!s&&this.hasPlugin("importAssertions")?t.assertions=e:t.attributes=e}maybeParseDefaultImportSpecifier(t,e){if(e){let s=this.startNodeAtNode(e);return s.local=e,t.specifiers.push(this.finishImportSpecifier(s,"ImportDefaultSpecifier")),!0}else if(M(this.state.type))return this.parseImportSpecifierLocal(t,this.startNode(),"ImportDefaultSpecifier"),!0;return!1}maybeParseStarImportSpecifier(t){if(this.match(55)){let e=this.startNode();return this.next(),this.expectContextual(93),this.parseImportSpecifierLocal(t,e,"ImportNamespaceSpecifier"),!0}return!1}parseNamedImportSpecifiers(t){let e=!0;for(this.expect(5);!this.eat(8);){if(e)e=!1;else{if(this.eat(14))throw this.raise(p.DestructureNamedImport,{at:this.state.startLoc});if(this.expect(12),this.eat(8))break}let s=this.startNode(),i=this.match(131),r=this.isContextual(128);s.imported=this.parseModuleExportName();let n=this.parseImportSpecifier(s,i,t.importKind==="type"||t.importKind==="typeof",r,void 0);t.specifiers.push(n)}}parseImportSpecifier(t,e,s,i,r){if(this.eatContextual(93))t.local=this.parseIdentifier();else{let{imported:n}=t;if(e)throw this.raise(p.ImportBindingIsString,{at:t,importName:n.value});this.checkReservedWord(n.name,t.loc.start,!0,!0),t.local||(t.local=V(n))}return this.finishImportSpecifier(t,"ImportSpecifier",r)}isThisParam(t){return t.type==="Identifier"&&t.name==="this"}},Fe=class extends Pt{constructor(t,e){t=xr(t),super(t,e),this.options=t,this.initializeScopes(),this.plugins=br(this.options.plugins),this.filename=t.sourceFilename}getScopeHandler(){return ge}parse(){this.enterInitialScopes();let t=this.startNode(),e=this.startNode();return this.nextToken(),t.errors=null,this.parseTopLevel(t,e),t.errors=this.state.errors,t}};function br(a){let t=new Map;for(let e of a){let[s,i]=Array.isArray(e)?e:[e,{}];t.has(s)||t.set(s,i||{})}return t}function Ar(a,t){var e;if(((e=t)==null?void 0:e.sourceType)==="unambiguous"){t=Object.assign({},t);try{t.sourceType="module";let s=me(t,a),i=s.parse();if(s.sawUnambiguousESM)return i;if(s.ambiguousScriptDifferentAst)try{return t.sourceType="script",me(t,a).parse()}catch{}else i.program.sourceType="script";return i}catch(s){try{return t.sourceType="script",me(t,a).parse()}catch{}throw s}}else return me(t,a).parse()}function Sr(a,t){let e=me(t,a);return e.options.strictMode&&(e.state.strict=!0),e.getExpression()}function wr(a){let t={};for(let e of Object.keys(a))t[e]=_(a[e]);return t}var Cr=wr(xi);function me(a,t){let e=Fe;return a!=null&&a.plugins&&(mr(a.plugins),e=Er(a.plugins)),new e(a,t)}var Gt={};function Er(a){let t=yr.filter(i=>k(a,i)),e=t.join("/"),s=Gt[e];if(!s){s=Fe;for(let i of t)s=fs[i](s);Gt[e]=s}return s}Re.parse=Ar;Re.parseExpression=Sr;Re.tokTypes=Cr});var Ns=Bt(G=>{"use strict";Object.defineProperty(G,"__esModule",{value:!0});G.extract=_r;G.parse=jr;G.parseWithComments=Is;G.print=$r;G.strip=Ur;var Mr=/\*\/$/,Or=/^\/\*\*?/,Cs=/^\s*(\/\*\*?(.|\r?\n)*?\*\/)/,Fr=/(^|\s+)\/\/([^\r\n]*)/g,As=/^(\r?\n)+/,Br=/(?:^|\r?\n) *(@[^\r\n]*?) *\r?\n *(?![^@\r\n]*\/\/[^]*)([^@\r\n\s][^@\r\n]+?) *\r?\n/g,Ss=/(?:^|\r?\n) *@(\S+) *([^\r\n]*)/g,Rr=/(\r?\n|^) *\* ?/g,Es=[];function _r(a){let t=a.match(Cs);return t?t[0].trimLeft():""}function Ur(a){let t=a.match(Cs);return t&&t[0]?a.substring(t[0].length):a}function jr(a){return Is(a).pragmas}function Is(a){let t=`
9
+ `;a=a.replace(Or,"").replace(Mr,"").replace(Rr,"$1");let e="";for(;e!==a;)e=a,a=a.replace(Br,`${t}$1 $2${t}`);a=a.replace(As,"").trimRight();let s=Object.create(null),i=a.replace(Ss,"").replace(As,"").trimRight(),r;for(;r=Ss.exec(a);){let n=r[2].replace(Fr,"");typeof s[r[1]]=="string"||Array.isArray(s[r[1]])?s[r[1]]=Es.concat(s[r[1]],n):s[r[1]]=n}return{comments:i,pragmas:s}}function $r({comments:a="",pragmas:t={}}){let e=`
10
+ `,s="/**",i=" *",r=" */",n=Object.keys(t),o=n.map(l=>ws(l,t[l])).reduce((l,c)=>l.concat(c),[]).map(l=>`${i} ${l}${e}`).join("");if(!a){if(n.length===0)return"";if(n.length===1&&!Array.isArray(t[n[0]])){let l=t[n[0]];return`${s} ${ws(n[0],l)[0]}${r}`}}let h=a.split(e).map(l=>`${i} ${l}`).join(e)+e;return s+e+(a?h:"")+(a&&n.length?i+e:"")+o+r}function ws(a,t){return Es.concat(t).map(e=>`@${a} ${e}`.trim())}});var Ft={};si(Ft,{parsers:()=>da});var ze=qe(kt(),1);function Ir(a){let t=[];for(let e of a)try{return e()}catch(s){t.push(s)}throw Object.assign(new Error("All combinations failed"),{errors:t})}var ms=Ir;function Nr(a){if(!a.startsWith("#!"))return"";let t=a.indexOf(`
11
+ `);return t===-1?a:a.slice(0,t)}var _e=Nr;function kr(a,t){if(t===!1)return!1;if(a.charAt(t)==="/"&&a.charAt(t+1)==="*"){for(let e=t+2;e<a.length;++e)if(a.charAt(e)==="*"&&a.charAt(e+1)==="/")return e+2}return t}var ys=kr;function vr(a,t,e){let s=!!(e!=null&&e.backwards);if(t===!1)return!1;let i=a.charAt(t);if(s){if(a.charAt(t-1)==="\r"&&i===`
12
+ `)return t-2;if(i===`
13
+ `||i==="\r"||i==="\u2028"||i==="\u2029")return t-1}else{if(i==="\r"&&a.charAt(t+1)===`
14
+ `)return t+2;if(i===`
15
+ `||i==="\r"||i==="\u2028"||i==="\u2029")return t+1}return t}var xs=vr;function Ue(a){return(t,e,s)=>{let i=!!(s!=null&&s.backwards);if(e===!1)return!1;let{length:r}=t,n=e;for(;n>=0&&n<r;){let o=t.charAt(n);if(a instanceof RegExp){if(!a.test(o))return n}else if(!a.includes(o))return n;i?n--:n++}return n===-1||n===r?n:!1}}var Ea=Ue(/\s/),Ps=Ue(" "),Ia=Ue(",; "),gs=Ue(/[^\n\r]/);function Lr(a,t){return t===!1?!1:a.charAt(t)==="/"&&a.charAt(t+1)==="/"?gs(a,t):t}var Ts=Lr;function Dr(a,t){let e=null,s=t;for(;s!==e;)e=s,s=Ps(a,s),s=ys(a,s),s=Ts(a,s),s=xs(a,s);return s}var bs=Dr;var ne=qe(Ns(),1);function Vr(a){let t=_e(a);t&&(a=a.slice(t.length+1));let e=(0,ne.extract)(a),{pragmas:s,comments:i}=(0,ne.parseWithComments)(e);return{shebang:t,text:a,pragmas:s,comments:i}}function ks(a){let{pragmas:t}=Vr(a);return Object.prototype.hasOwnProperty.call(t,"prettier")||Object.prototype.hasOwnProperty.call(t,"format")}function zr(a){return Array.isArray(a)&&a.length>0}var Y=zr;function D(a){var s;let t=a.range?a.range[0]:a.start,e=((s=a.declaration)==null?void 0:s.decorators)??a.decorators;return Y(e)?Math.min(D(e[0]),t):t}function B(a){return a.range?a.range[1]:a.end}function Kr(a){return a=typeof a=="function"?{parse:a}:a,{astFormat:"estree",hasPragma:ks,locStart:D,locEnd:B,...a}}var oe=Kr;function qr(a,t){let e=new SyntaxError(a+" ("+t.loc.start.line+":"+t.loc.start.column+")");return Object.assign(e,t)}var je=qr;function Hr(a){let{message:t,loc:e}=a;return je(t.replace(/ \(.*\)$/,""),{loc:{start:{line:e?e.line:0,column:e?e.column+1:0}},cause:a})}var be=Hr;var Wr=(a,t,e)=>{if(!(a&&t==null))return Array.isArray(t)||typeof t=="string"?t[e<0?t.length+e:e]:t.at(e)},vt=Wr;function Jr(a){return a=new Set(a),t=>a.has(t==null?void 0:t.type)}var vs=Jr;var Xr=vs(["Block","CommentBlock","MultiLine"]),Ae=Xr;function Gr(a){return Ae(a)&&a.value[0]==="*"&&/@(?:type|satisfies)\b/.test(a.value)}var Ls=Gr;function Yr(a){let t=`*${a.value}*`.split(`
16
+ `);return t.length>1&&t.every(e=>e.trimStart()[0]==="*")}var Lt=Yr;var Se=null;function we(a){if(Se!==null&&typeof Se.property){let t=Se;return Se=we.prototype=null,t}return Se=we.prototype=a??Object.create(null),new we}var Qr=10;for(let a=0;a<=Qr;a++)we();function Dt(a){return we(a)}function Zr(a,t="type"){Dt(a);function e(s){let i=s[t],r=a[i];if(!Array.isArray(r))throw Object.assign(new Error(`Missing visitor keys for '${i}'.`),{node:s});return r}return e}var Ds=Zr;var Ms={ArrayExpression:["elements"],AssignmentExpression:["left","right"],BinaryExpression:["left","right"],InterpreterDirective:[],Directive:["value"],DirectiveLiteral:[],BlockStatement:["directives","body"],BreakStatement:["label"],CallExpression:["callee","arguments","typeParameters","typeArguments"],CatchClause:["param","body"],ConditionalExpression:["test","consequent","alternate"],ContinueStatement:["label"],DebuggerStatement:[],DoWhileStatement:["test","body"],EmptyStatement:[],ExpressionStatement:["expression"],File:["program"],ForInStatement:["left","right","body"],ForStatement:["init","test","update","body"],FunctionDeclaration:["id","params","body","returnType","typeParameters","predicate"],FunctionExpression:["id","params","body","returnType","typeParameters"],Identifier:["typeAnnotation","decorators"],IfStatement:["test","consequent","alternate"],LabeledStatement:["label","body"],StringLiteral:[],NumericLiteral:[],NullLiteral:[],BooleanLiteral:[],RegExpLiteral:[],LogicalExpression:["left","right"],MemberExpression:["object","property"],NewExpression:["callee","arguments","typeParameters","typeArguments"],Program:["directives","body"],ObjectExpression:["properties"],ObjectMethod:["key","params","body","decorators","returnType","typeParameters"],ObjectProperty:["key","value","decorators"],RestElement:["argument","typeAnnotation","decorators"],ReturnStatement:["argument"],SequenceExpression:["expressions"],ParenthesizedExpression:["expression"],SwitchCase:["test","consequent"],SwitchStatement:["discriminant","cases"],ThisExpression:[],ThrowStatement:["argument"],TryStatement:["block","handler","finalizer"],UnaryExpression:["argument"],UpdateExpression:["argument"],VariableDeclaration:["declarations"],VariableDeclarator:["id","init"],WhileStatement:["test","body"],WithStatement:["object","body"],AssignmentPattern:["left","right","decorators","typeAnnotation"],ArrayPattern:["elements","typeAnnotation","decorators"],ArrowFunctionExpression:["params","body","returnType","typeParameters","predicate"],ClassBody:["body"],ClassExpression:["id","body","superClass","mixins","typeParameters","superTypeParameters","implements","decorators","superTypeArguments"],ClassDeclaration:["id","body","superClass","mixins","typeParameters","superTypeParameters","implements","decorators","superTypeArguments"],ExportAllDeclaration:["source","attributes","assertions","exported"],ExportDefaultDeclaration:["declaration"],ExportNamedDeclaration:["declaration","specifiers","source","attributes","assertions"],ExportSpecifier:["local","exported"],ForOfStatement:["left","right","body"],ImportDeclaration:["specifiers","source","attributes","assertions"],ImportDefaultSpecifier:["local"],ImportNamespaceSpecifier:["local"],ImportSpecifier:["local","imported"],MetaProperty:["meta","property"],ClassMethod:["key","params","body","decorators","returnType","typeParameters"],ObjectPattern:["properties","typeAnnotation","decorators"],SpreadElement:["argument"],Super:[],TaggedTemplateExpression:["tag","quasi","typeParameters","typeArguments"],TemplateElement:[],TemplateLiteral:["quasis","expressions"],YieldExpression:["argument"],AwaitExpression:["argument"],Import:[],BigIntLiteral:[],ExportNamespaceSpecifier:["exported"],OptionalMemberExpression:["object","property"],OptionalCallExpression:["callee","arguments","typeParameters","typeArguments"],ClassProperty:["key","value","typeAnnotation","decorators","variance"],ClassAccessorProperty:["key","value","typeAnnotation","decorators"],ClassPrivateProperty:["key","value","decorators","typeAnnotation","variance"],ClassPrivateMethod:["key","params","body","decorators","returnType","typeParameters"],PrivateName:["id"],StaticBlock:["body"],AnyTypeAnnotation:[],ArrayTypeAnnotation:["elementType"],BooleanTypeAnnotation:[],BooleanLiteralTypeAnnotation:[],NullLiteralTypeAnnotation:[],ClassImplements:["id","typeParameters"],DeclareClass:["id","typeParameters","extends","mixins","implements","body"],DeclareFunction:["id","predicate"],DeclareInterface:["id","typeParameters","extends","body"],DeclareModule:["id","body"],DeclareModuleExports:["typeAnnotation"],DeclareTypeAlias:["id","typeParameters","right"],DeclareOpaqueType:["id","typeParameters","supertype"],DeclareVariable:["id"],DeclareExportDeclaration:["declaration","specifiers","source"],DeclareExportAllDeclaration:["source"],DeclaredPredicate:["value"],ExistsTypeAnnotation:[],FunctionTypeAnnotation:["typeParameters","params","rest","returnType","this"],FunctionTypeParam:["name","typeAnnotation"],GenericTypeAnnotation:["id","typeParameters"],InferredPredicate:[],InterfaceExtends:["id","typeParameters"],InterfaceDeclaration:["id","typeParameters","extends","body"],InterfaceTypeAnnotation:["extends","body"],IntersectionTypeAnnotation:["types"],MixedTypeAnnotation:[],EmptyTypeAnnotation:[],NullableTypeAnnotation:["typeAnnotation"],NumberLiteralTypeAnnotation:[],NumberTypeAnnotation:[],ObjectTypeAnnotation:["properties","indexers","callProperties","internalSlots"],ObjectTypeInternalSlot:["id","value","optional","static","method"],ObjectTypeCallProperty:["value"],ObjectTypeIndexer:["id","key","value","variance"],ObjectTypeProperty:["key","value","variance"],ObjectTypeSpreadProperty:["argument"],OpaqueType:["id","typeParameters","supertype","impltype"],QualifiedTypeIdentifier:["id","qualification"],StringLiteralTypeAnnotation:[],StringTypeAnnotation:[],SymbolTypeAnnotation:[],ThisTypeAnnotation:[],TupleTypeAnnotation:["types","elementTypes"],TypeofTypeAnnotation:["argument"],TypeAlias:["id","typeParameters","right"],TypeAnnotation:["typeAnnotation"],TypeCastExpression:["expression","typeAnnotation"],TypeParameter:["bound","default","variance"],TypeParameterDeclaration:["params"],TypeParameterInstantiation:["params"],UnionTypeAnnotation:["types"],Variance:[],VoidTypeAnnotation:[],EnumDeclaration:["id","body"],EnumBooleanBody:["members"],EnumNumberBody:["members"],EnumStringBody:["members"],EnumSymbolBody:["members"],EnumBooleanMember:["id","init"],EnumNumberMember:["id","init"],EnumStringMember:["id","init"],EnumDefaultedMember:["id"],IndexedAccessType:["objectType","indexType"],OptionalIndexedAccessType:["objectType","indexType"],JSXAttribute:["name","value"],JSXClosingElement:["name"],JSXElement:["openingElement","children","closingElement"],JSXEmptyExpression:[],JSXExpressionContainer:["expression"],JSXSpreadChild:["expression"],JSXIdentifier:[],JSXMemberExpression:["object","property"],JSXNamespacedName:["namespace","name"],JSXOpeningElement:["name","attributes","typeArguments","typeParameters"],JSXSpreadAttribute:["argument"],JSXText:[],JSXFragment:["openingFragment","children","closingFragment"],JSXOpeningFragment:[],JSXClosingFragment:[],Noop:[],Placeholder:[],V8IntrinsicIdentifier:[],ArgumentPlaceholder:[],BindExpression:["object","callee"],ImportAttribute:["key","value"],Decorator:["expression"],DoExpression:["body"],ExportDefaultSpecifier:["exported"],RecordExpression:["properties"],TupleExpression:["elements"],DecimalLiteral:[],ModuleExpression:["body"],TopicReference:[],PipelineTopicExpression:["expression"],PipelineBareFunction:["callee"],PipelinePrimaryTopicReference:[],TSParameterProperty:["parameter","decorators"],TSDeclareFunction:["id","typeParameters","params","returnType","body"],TSDeclareMethod:["decorators","key","typeParameters","params","returnType"],TSQualifiedName:["left","right"],TSCallSignatureDeclaration:["typeParameters","parameters","typeAnnotation","params","returnType"],TSConstructSignatureDeclaration:["typeParameters","parameters","typeAnnotation","params","returnType"],TSPropertySignature:["key","typeAnnotation"],TSMethodSignature:["key","typeParameters","parameters","typeAnnotation","params","returnType"],TSIndexSignature:["parameters","typeAnnotation"],TSAnyKeyword:[],TSBooleanKeyword:[],TSBigIntKeyword:[],TSIntrinsicKeyword:[],TSNeverKeyword:[],TSNullKeyword:[],TSNumberKeyword:[],TSObjectKeyword:[],TSStringKeyword:[],TSSymbolKeyword:[],TSUndefinedKeyword:[],TSUnknownKeyword:[],TSVoidKeyword:[],TSThisType:[],TSFunctionType:["typeParameters","parameters","typeAnnotation","params","returnType"],TSConstructorType:["typeParameters","parameters","typeAnnotation","params","returnType"],TSTypeReference:["typeName","typeParameters","typeArguments"],TSTypePredicate:["parameterName","typeAnnotation"],TSTypeQuery:["exprName","typeParameters","typeArguments"],TSTypeLiteral:["members"],TSArrayType:["elementType"],TSTupleType:["elementTypes"],TSOptionalType:["typeAnnotation"],TSRestType:["typeAnnotation"],TSNamedTupleMember:["label","elementType"],TSUnionType:["types"],TSIntersectionType:["types"],TSConditionalType:["checkType","extendsType","trueType","falseType"],TSInferType:["typeParameter"],TSParenthesizedType:["typeAnnotation"],TSTypeOperator:["typeAnnotation"],TSIndexedAccessType:["objectType","indexType"],TSMappedType:["typeParameter","typeAnnotation","nameType"],TSLiteralType:["literal"],TSExpressionWithTypeArguments:["expression","typeParameters"],TSInterfaceDeclaration:["id","typeParameters","extends","body"],TSInterfaceBody:["body"],TSTypeAliasDeclaration:["id","typeParameters","typeAnnotation"],TSInstantiationExpression:["expression","typeParameters","typeArguments"],TSAsExpression:["expression","typeAnnotation"],TSSatisfiesExpression:["expression","typeAnnotation"],TSTypeAssertion:["typeAnnotation","expression"],TSEnumDeclaration:["id","members"],TSEnumMember:["id","initializer"],TSModuleDeclaration:["id","body"],TSModuleBlock:["body"],TSImportType:["argument","qualifier","typeParameters","typeArguments"],TSImportEqualsDeclaration:["id","moduleReference"],TSExternalModuleReference:["expression"],TSNonNullExpression:["expression"],TSExportAssignment:["expression"],TSNamespaceExportDeclaration:["id"],TSTypeAnnotation:["typeAnnotation"],TSTypeParameterInstantiation:["params"],TSTypeParameterDeclaration:["params"],TSTypeParameter:["constraint","default","name"],ChainExpression:["expression"],ExperimentalRestProperty:["argument"],ExperimentalSpreadProperty:["argument"],ImportExpression:["source","attributes"],Literal:[],MethodDefinition:["decorators","key","value"],PrivateIdentifier:[],Property:["key","value"],PropertyDefinition:["decorators","key","typeAnnotation","value","variance"],AccessorProperty:["decorators","key","typeAnnotation","value"],TSAbstractAccessorProperty:["decorators","key","typeAnnotation"],TSAbstractKeyword:[],TSAbstractMethodDefinition:["key","value"],TSAbstractPropertyDefinition:["decorators","key","typeAnnotation"],TSAsyncKeyword:[],TSClassImplements:["expression","typeArguments","typeParameters"],TSDeclareKeyword:[],TSEmptyBodyFunctionExpression:["id","typeParameters","params","returnType"],TSExportKeyword:[],TSInterfaceHeritage:["expression","typeArguments","typeParameters"],TSPrivateKeyword:[],TSProtectedKeyword:[],TSPublicKeyword:[],TSReadonlyKeyword:[],TSStaticKeyword:[],TSTemplateLiteralType:["quasis","types"],BigIntLiteralTypeAnnotation:[],BigIntTypeAnnotation:[],ConditionalTypeAnnotation:["checkType","extendsType","trueType","falseType"],DeclareEnum:["id","body"],InferTypeAnnotation:["typeParameter"],KeyofTypeAnnotation:["argument"],ObjectTypeMappedTypeProperty:["keyTparam","propType","sourceType","variance"],QualifiedTypeofIdentifier:["qualification","id"],TupleTypeLabeledElement:["label","elementType","variance"],TupleTypeSpreadElement:["label","typeAnnotation"],TypePredicate:["parameterName","typeAnnotation","asserts"],NGRoot:["node"],NGPipeExpression:["left","right","arguments"],NGChainedExpression:["expressions"],NGEmptyExpression:[],NGMicrosyntax:["body"],NGMicrosyntaxKey:[],NGMicrosyntaxExpression:["expression","alias"],NGMicrosyntaxKeyedExpression:["key","expression"],NGMicrosyntaxLet:["key","value"],NGMicrosyntaxAs:["key","alias"],JsExpressionRoot:["node"],JsonRoot:["node"],TSJSDocAllType:[],TSJSDocUnknownType:[],TSJSDocNullableType:["typeAnnotation"],TSJSDocNonNullableType:["typeAnnotation"],NeverTypeAnnotation:[],UndefinedTypeAnnotation:[],UnknownTypeAnnotation:[]};var ea=Ds(Ms),Os=ea;function Mt(a,t){if(!(a!==null&&typeof a=="object"))return a;if(Array.isArray(a)){for(let s=0;s<a.length;s++)a[s]=Mt(a[s],t);return a}let e=Os(a);for(let s=0;s<e.length;s++)a[e[s]]=Mt(a[e[s]],t);return t(a)||a}var $e=Mt;function ta(a,t){let{parser:e,text:s}=t;if(a.type==="File"&&a.program.interpreter){let{program:{interpreter:r},comments:n}=a;delete a.program.interpreter,n.unshift(r)}if(e==="babel"){let r=new Set;a=$e(a,n=>{var o;(o=n.leadingComments)!=null&&o.some(Ls)&&r.add(D(n))}),a=$e(a,n=>{if(n.type==="ParenthesizedExpression"){let{expression:o}=n;if(o.type==="TypeCastExpression")return o.range=n.range,o;let h=D(n);if(!r.has(h))return o.extra={...o.extra,parenthesized:!0},o}})}if(a=$e(a,r=>{switch(r.type){case"LogicalExpression":if(Fs(r))return Ot(r);break;case"VariableDeclaration":{let n=vt(!1,r.declarations,-1);n!=null&&n.init&&i(r,n);break}case"TSParenthesizedType":return r.typeAnnotation;case"TSTypeParameter":if(typeof r.name=="string"){let n=D(r);r.name={type:"Identifier",name:r.name,range:[n,n+r.name.length]}}break;case"TopicReference":a.extra={...a.extra,__isUsingHackPipeline:!0};break;case"ExportAllDeclaration":{let{exported:n}=r;if(e==="meriyah"&&(n==null?void 0:n.type)==="Identifier"){let o=s.slice(D(n),B(n));(o.startsWith('"')||o.startsWith("'"))&&(r.exported={...r.exported,type:"Literal",value:r.exported.name,raw:o})}break}case"TSUnionType":case"TSIntersectionType":if(r.types.length===1)return r.types[0];break}}),Y(a.comments)){let r=vt(!1,a.comments,-1);for(let n=a.comments.length-2;n>=0;n--){let o=a.comments[n];B(o)===D(r)&&Ae(o)&&Ae(r)&&Lt(o)&&Lt(r)&&(a.comments.splice(n+1,1),o.value+="*//*"+r.value,o.range=[D(o),B(r)]),r=o}}return a.type==="Program"&&(a.range=[0,s.length]),a;function i(r,n){s[B(n)]!==";"&&(r.range=[D(r),B(n)])}}function Fs(a){return a.type==="LogicalExpression"&&a.right.type==="LogicalExpression"&&a.operator===a.right.operator}function Ot(a){return Fs(a)?Ot({type:"LogicalExpression",operator:a.operator,left:Ot({type:"LogicalExpression",operator:a.operator,left:a.left,right:a.right.left,range:[D(a.left),B(a.right.left)]}),right:a.right.right,range:[D(a),B(a)]}):a}var Bs=ta;function sa(a){let{filepath:t}=a;if(t){if(t=t.toLowerCase(),t.endsWith(".cjs"))return"script";if(t.endsWith(".mjs"))return"module"}}var Rs=sa;function ia(a,t){let{type:e="JsExpressionRoot",rootMarker:s,text:i}=t,{tokens:r,comments:n}=a;return delete a.tokens,delete a.comments,{tokens:r,comments:n,type:e,node:a,range:[0,i.length],rootMarker:s}}var Ve=ia;var he=a=>oe(la(a)),ra={sourceType:"module",allowImportExportEverywhere:!0,allowReturnOutsideFunction:!0,allowNewTargetOutsideFunction:!0,allowSuperOutsideMethod:!0,allowUndeclaredExports:!0,errorRecovery:!0,createParenthesizedExpressions:!0,plugins:["doExpressions","exportDefaultFrom","functionBind","functionSent","throwExpressions","partialApplication","decorators","decimal","moduleBlocks","asyncDoExpressions","regexpUnicodeSets","destructuringPrivate","decoratorAutoAccessors","importReflection","explicitResourceManagement",["importAttributes",{deprecatedAssertSyntax:!0}]],tokens:!0,ranges:!0},aa=["recordAndTuple",{syntaxType:"hash"}],_s="v8intrinsic",Us=[["pipelineOperator",{proposal:"hack",topicToken:"%"}],["pipelineOperator",{proposal:"minimal"}],["pipelineOperator",{proposal:"fsharp"}]],R=(a,t=ra)=>({...t,plugins:[...t.plugins,...a]}),na=/@(?:no)?flow\b/;function oa(a,t){var i;if((i=t.filepath)!=null&&i.endsWith(".js.flow"))return!0;let e=_e(a);e&&(a=a.slice(e.length));let s=bs(a,0);return s!==!1&&(a=a.slice(0,s)),na.test(a)}function ha(a,t,e){let s=a(t,e),i=s.errors.find(r=>!ca.has(r.reasonCode));if(i)throw i;return s}function la({isExpression:a=!1,optionsCombinations:t}){return(e,s={})=>{if((s.parser==="babel"||s.parser==="__babel_estree")&&oa(e,s))return s.parser="babel-flow",qs.parse(e,s);let i=t;(s.__babelSourceType??Rs(s))==="script"&&(i=i.map(l=>({...l,sourceType:"script"}))),/#[[{]/.test(e)&&(i=i.map(l=>R([aa],l)));let n=/%[A-Z]/.test(e);e.includes("|>")?i=(n?[...Us,_s]:Us).flatMap(c=>i.map(u=>R([c],u))):n&&(i=i.map(l=>R([_s],l)));let o=a?ze.parseExpression:ze.parse,h;try{h=ms(i.map(l=>()=>ha(o,e,l)))}catch({errors:[l]}){throw be(l)}return a&&(h=Ve(h,{text:e,rootMarker:s.rootMarker})),Bs(h,{parser:"babel",text:e})}}var ca=new Set(["StrictNumericEscape","StrictWith","StrictOctalLiteral","StrictDelete","StrictEvalArguments","StrictEvalArgumentsBinding","StrictFunction","EmptyTypeArguments","EmptyTypeParameters","ConstructorHasTypeParameters","UnsupportedParameterPropertyKind","MixedLabeledAndUnlabeledElements","DuplicateAccessibilityModifier","DecoratorExportClass","ParamDupe","InvalidDecimal","RestTrailingComma","UnsupportedParameterDecorator","UnterminatedJsxContent","UnexpectedReservedWord","ModuleAttributesWithDuplicateKeys","LineTerminatorBeforeArrow","InvalidEscapeSequenceTemplate","NonAbstractClassHasAbstractMethod","OptionalTypeBeforeRequired","PatternIsOptional","OptionalBindingPattern","DeclareClassFieldHasInitializer","TypeImportCannotSpecifyDefaultAndNamed","DeclareFunctionHasImplementation","ConstructorClassField","VarRedeclaration","InvalidPrivateFieldResolution","DuplicateExport"]),Ks=[R(["jsx"])],js=he({optionsCombinations:Ks}),$s=he({optionsCombinations:[R(["jsx","typescript"]),R(["typescript"])]}),Vs=he({isExpression:!0,optionsCombinations:[R(["jsx"])]}),zs=he({isExpression:!0,optionsCombinations:[R(["typescript"])]}),qs=he({optionsCombinations:[R(["jsx",["flow",{all:!0,enums:!0}],"flowComments"])]}),pa=he({optionsCombinations:Ks.map(a=>R(["estree"],a))}),Hs={babel:js,"babel-flow":qs,"babel-ts":$s,__js_expression:Vs,__ts_expression:zs,__vue_expression:Vs,__vue_ts_expression:zs,__vue_event_binding:js,__vue_ts_event_binding:$s,__babel_estree:pa};var Js=qe(kt(),1);function Xs(a={}){let{allowComments:t=!0}=a;return function(s){let i;try{i=(0,Js.parseExpression)(s,{tokens:!0,ranges:!0})}catch(r){throw(r==null?void 0:r.reasonCode)==="MissingPlugin"||(r==null?void 0:r.reasonCode)==="MissingOneOfPlugins"?be({message:"Unexpected token",loc:r.loc}):be(r)}if(!t&&Y(i.comments))throw H(i.comments[0],"Comment");return le(i),Ve(i,{type:"JsonRoot",text:s})}}function H(a,t){let[e,s]=[a.loc.start,a.loc.end].map(({line:i,column:r})=>({line:i,column:r+1}));return je(`${t} is not allowed in JSON.`,{loc:{start:e,end:s}})}function le(a){switch(a.type){case"ArrayExpression":for(let t of a.elements)t!==null&&le(t);return;case"ObjectExpression":for(let t of a.properties)le(t);return;case"ObjectProperty":if(a.computed)throw H(a.key,"Computed key");if(a.shorthand)throw H(a.key,"Shorthand property");a.key.type!=="Identifier"&&le(a.key),le(a.value);return;case"UnaryExpression":{let{operator:t,argument:e}=a;if(t!=="+"&&t!=="-")throw H(a,`Operator '${a.operator}'`);if(e.type==="NumericLiteral"||e.type==="Identifier"&&(e.name==="Infinity"||e.name==="NaN"))return;throw H(e,`Operator '${t}' before '${e.type}'`)}case"Identifier":if(a.name!=="Infinity"&&a.name!=="NaN"&&a.name!=="undefined")throw H(a,`Identifier '${a.name}'`);return;case"TemplateLiteral":if(Y(a.expressions))throw H(a.expressions[0],"'TemplateLiteral' with expression");for(let t of a.quasis)le(t);return;case"NullLiteral":case"BooleanLiteral":case"NumericLiteral":case"StringLiteral":case"TemplateElement":return;default:throw H(a,`'${a.type}'`)}}var Ws=Xs(),ua={json:oe({parse:Ws,hasPragma(){return!0}}),json5:oe(Ws),"json-stringify":oe({parse:Xs({allowComments:!1}),astFormat:"estree-json"})},Gs=ua;var da={...Hs,...Gs};var Kn=Ft;export{Kn as default,da as parsers};