xo 0.46.2 → 0.48.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1797) hide show
  1. package/config/plugins.cjs +2 -7
  2. package/index.js +12 -11
  3. package/lib/options-manager.js +108 -86
  4. package/node_modules/@nodelib/fs.scandir/LICENSE +21 -0
  5. package/node_modules/@nodelib/fs.scandir/README.md +171 -0
  6. package/node_modules/@nodelib/fs.scandir/out/adapters/fs.d.ts +20 -0
  7. package/node_modules/@nodelib/fs.scandir/out/adapters/fs.js +19 -0
  8. package/node_modules/@nodelib/fs.scandir/out/constants.d.ts +4 -0
  9. package/node_modules/@nodelib/fs.scandir/out/constants.js +17 -0
  10. package/node_modules/@nodelib/fs.scandir/out/index.d.ts +12 -0
  11. package/node_modules/@nodelib/fs.scandir/out/index.js +26 -0
  12. package/node_modules/@nodelib/fs.scandir/out/providers/async.d.ts +7 -0
  13. package/node_modules/@nodelib/fs.scandir/out/providers/async.js +104 -0
  14. package/node_modules/@nodelib/fs.scandir/out/providers/common.d.ts +1 -0
  15. package/node_modules/@nodelib/fs.scandir/out/providers/common.js +13 -0
  16. package/node_modules/@nodelib/fs.scandir/out/providers/sync.d.ts +5 -0
  17. package/node_modules/@nodelib/fs.scandir/out/providers/sync.js +54 -0
  18. package/node_modules/@nodelib/fs.scandir/out/settings.d.ts +20 -0
  19. package/node_modules/@nodelib/fs.scandir/out/settings.js +24 -0
  20. package/node_modules/@nodelib/fs.scandir/out/types/index.d.ts +20 -0
  21. package/node_modules/@nodelib/fs.scandir/out/types/index.js +2 -0
  22. package/node_modules/@nodelib/fs.scandir/out/utils/fs.d.ts +2 -0
  23. package/node_modules/@nodelib/fs.scandir/out/utils/fs.js +19 -0
  24. package/node_modules/@nodelib/fs.scandir/out/utils/index.d.ts +2 -0
  25. package/node_modules/@nodelib/fs.scandir/out/utils/index.js +5 -0
  26. package/node_modules/@nodelib/fs.scandir/package.json +44 -0
  27. package/node_modules/@nodelib/fs.stat/LICENSE +21 -0
  28. package/node_modules/@nodelib/fs.stat/README.md +126 -0
  29. package/node_modules/@nodelib/fs.stat/out/adapters/fs.d.ts +13 -0
  30. package/node_modules/@nodelib/fs.stat/out/adapters/fs.js +17 -0
  31. package/node_modules/@nodelib/fs.stat/out/index.d.ts +12 -0
  32. package/node_modules/@nodelib/fs.stat/out/index.js +26 -0
  33. package/node_modules/@nodelib/fs.stat/out/providers/async.d.ts +4 -0
  34. package/node_modules/@nodelib/fs.stat/out/providers/async.js +36 -0
  35. package/node_modules/@nodelib/fs.stat/out/providers/sync.d.ts +3 -0
  36. package/node_modules/@nodelib/fs.stat/out/providers/sync.js +23 -0
  37. package/node_modules/@nodelib/fs.stat/out/settings.d.ts +16 -0
  38. package/node_modules/@nodelib/fs.stat/out/settings.js +16 -0
  39. package/node_modules/@nodelib/fs.stat/out/types/index.d.ts +4 -0
  40. package/node_modules/@nodelib/fs.stat/out/types/index.js +2 -0
  41. package/node_modules/@nodelib/fs.stat/package.json +37 -0
  42. package/node_modules/@nodelib/fs.walk/LICENSE +21 -0
  43. package/node_modules/@nodelib/fs.walk/README.md +215 -0
  44. package/node_modules/@nodelib/fs.walk/out/index.d.ts +14 -0
  45. package/node_modules/@nodelib/fs.walk/out/index.js +34 -0
  46. package/node_modules/@nodelib/fs.walk/out/providers/async.d.ts +12 -0
  47. package/node_modules/@nodelib/fs.walk/out/providers/async.js +30 -0
  48. package/node_modules/@nodelib/fs.walk/out/providers/index.d.ts +4 -0
  49. package/node_modules/@nodelib/fs.walk/out/providers/index.js +9 -0
  50. package/node_modules/@nodelib/fs.walk/out/providers/stream.d.ts +12 -0
  51. package/node_modules/@nodelib/fs.walk/out/providers/stream.js +34 -0
  52. package/node_modules/@nodelib/fs.walk/out/providers/sync.d.ts +10 -0
  53. package/node_modules/@nodelib/fs.walk/out/providers/sync.js +14 -0
  54. package/node_modules/@nodelib/fs.walk/out/readers/async.d.ts +30 -0
  55. package/node_modules/@nodelib/fs.walk/out/readers/async.js +97 -0
  56. package/node_modules/@nodelib/fs.walk/out/readers/common.d.ts +7 -0
  57. package/node_modules/@nodelib/fs.walk/out/readers/common.js +31 -0
  58. package/node_modules/@nodelib/fs.walk/out/readers/reader.d.ts +6 -0
  59. package/node_modules/@nodelib/fs.walk/out/readers/reader.js +11 -0
  60. package/node_modules/@nodelib/fs.walk/out/readers/sync.d.ts +15 -0
  61. package/node_modules/@nodelib/fs.walk/out/readers/sync.js +59 -0
  62. package/node_modules/@nodelib/fs.walk/out/settings.d.ts +30 -0
  63. package/node_modules/@nodelib/fs.walk/out/settings.js +26 -0
  64. package/node_modules/@nodelib/fs.walk/out/types/index.d.ts +8 -0
  65. package/node_modules/@nodelib/fs.walk/out/types/index.js +2 -0
  66. package/node_modules/@nodelib/fs.walk/package.json +44 -0
  67. package/node_modules/@types/json-schema/LICENSE +21 -0
  68. package/node_modules/@types/json-schema/README.md +16 -0
  69. package/node_modules/@types/json-schema/index.d.ts +751 -0
  70. package/node_modules/@types/json-schema/package.json +45 -0
  71. package/node_modules/@typescript-eslint/eslint-plugin/LICENSE +21 -0
  72. package/node_modules/@typescript-eslint/eslint-plugin/README.md +239 -0
  73. package/node_modules/@typescript-eslint/eslint-plugin/dist/configs/all.js +167 -0
  74. package/node_modules/@typescript-eslint/eslint-plugin/dist/configs/all.js.map +1 -0
  75. package/node_modules/@typescript-eslint/eslint-plugin/dist/configs/base.js +10 -0
  76. package/node_modules/@typescript-eslint/eslint-plugin/dist/configs/base.js.map +1 -0
  77. package/node_modules/@typescript-eslint/eslint-plugin/dist/configs/eslint-recommended.js +32 -0
  78. package/node_modules/@typescript-eslint/eslint-plugin/dist/configs/eslint-recommended.js.map +1 -0
  79. package/node_modules/@typescript-eslint/eslint-plugin/dist/configs/recommended-requiring-type-checking.js +27 -0
  80. package/node_modules/@typescript-eslint/eslint-plugin/dist/configs/recommended-requiring-type-checking.js.map +1 -0
  81. package/node_modules/@typescript-eslint/eslint-plugin/dist/configs/recommended.js +37 -0
  82. package/node_modules/@typescript-eslint/eslint-plugin/dist/configs/recommended.js.map +1 -0
  83. package/node_modules/@typescript-eslint/eslint-plugin/dist/index.js +21 -0
  84. package/node_modules/@typescript-eslint/eslint-plugin/dist/index.js.map +1 -0
  85. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/adjacent-overload-signatures.js +154 -0
  86. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/adjacent-overload-signatures.js.map +1 -0
  87. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/array-type.js +232 -0
  88. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/array-type.js.map +1 -0
  89. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/await-thenable.js +58 -0
  90. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/await-thenable.js.map +1 -0
  91. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/ban-ts-comment.js +146 -0
  92. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/ban-ts-comment.js.map +1 -0
  93. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/ban-tslint-comment.js +74 -0
  94. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/ban-tslint-comment.js.map +1 -0
  95. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/ban-types.js +191 -0
  96. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/ban-types.js.map +1 -0
  97. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/brace-style.js +92 -0
  98. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/brace-style.js.map +1 -0
  99. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/class-literal-property-style.js +110 -0
  100. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/class-literal-property-style.js.map +1 -0
  101. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/comma-dangle.js +176 -0
  102. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/comma-dangle.js.map +1 -0
  103. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/comma-spacing.js +143 -0
  104. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/comma-spacing.js.map +1 -0
  105. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-indexed-object-style.js +127 -0
  106. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-indexed-object-style.js.map +1 -0
  107. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-type-assertions.js +153 -0
  108. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-type-assertions.js.map +1 -0
  109. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-type-definitions.js +119 -0
  110. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-type-definitions.js.map +1 -0
  111. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-type-exports.js +262 -0
  112. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-type-exports.js.map +1 -0
  113. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-type-imports.js +571 -0
  114. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-type-imports.js.map +1 -0
  115. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/default-param-last.js +64 -0
  116. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/default-param-last.js.map +1 -0
  117. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/dot-notation.js +121 -0
  118. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/dot-notation.js.map +1 -0
  119. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/explicit-function-return-type.js +160 -0
  120. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/explicit-function-return-type.js.map +1 -0
  121. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/explicit-member-accessibility.js +215 -0
  122. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/explicit-member-accessibility.js.map +1 -0
  123. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/explicit-module-boundary-types.js +380 -0
  124. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/explicit-module-boundary-types.js.map +1 -0
  125. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/func-call-spacing.js +164 -0
  126. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/func-call-spacing.js.map +1 -0
  127. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/indent-new-do-not-use/BinarySearchTree.js +55 -0
  128. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/indent-new-do-not-use/BinarySearchTree.js.map +1 -0
  129. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/indent-new-do-not-use/OffsetStorage.js +221 -0
  130. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/indent-new-do-not-use/OffsetStorage.js.map +1 -0
  131. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/indent-new-do-not-use/TokenInfo.js +49 -0
  132. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/indent-new-do-not-use/TokenInfo.js.map +1 -0
  133. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/indent-new-do-not-use/index.js +1140 -0
  134. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/indent-new-do-not-use/index.js.map +1 -0
  135. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/indent.js +406 -0
  136. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/indent.js.map +1 -0
  137. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/index.js +250 -0
  138. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/index.js.map +1 -0
  139. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/init-declarations.js +41 -0
  140. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/init-declarations.js.map +1 -0
  141. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/keyword-spacing.js +59 -0
  142. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/keyword-spacing.js.map +1 -0
  143. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/lines-between-class-members.js +73 -0
  144. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/lines-between-class-members.js.map +1 -0
  145. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/member-delimiter-style.js +242 -0
  146. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/member-delimiter-style.js.map +1 -0
  147. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/member-ordering.js +547 -0
  148. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/member-ordering.js.map +1 -0
  149. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/method-signature-style.js +194 -0
  150. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/method-signature-style.js.map +1 -0
  151. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/enums.js +94 -0
  152. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/enums.js.map +1 -0
  153. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/format.js +91 -0
  154. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/format.js.map +1 -0
  155. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/index.js +12 -0
  156. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/index.js.map +1 -0
  157. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/parse-options.js +90 -0
  158. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/parse-options.js.map +1 -0
  159. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/schema.js +259 -0
  160. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/schema.js.map +1 -0
  161. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/shared.js +18 -0
  162. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/shared.js.map +1 -0
  163. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/types.js +3 -0
  164. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/types.js.map +1 -0
  165. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/validator.js +371 -0
  166. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/validator.js.map +1 -0
  167. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention.js +430 -0
  168. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention.js.map +1 -0
  169. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-array-constructor.js +71 -0
  170. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-array-constructor.js.map +1 -0
  171. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-base-to-string.js +161 -0
  172. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-base-to-string.js.map +1 -0
  173. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-confusing-non-null-assertion.js +97 -0
  174. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-confusing-non-null-assertion.js.map +1 -0
  175. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-confusing-void-expression.js +272 -0
  176. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-confusing-void-expression.js.map +1 -0
  177. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-dupe-class-members.js +65 -0
  178. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-dupe-class-members.js.map +1 -0
  179. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-duplicate-imports.js +118 -0
  180. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-duplicate-imports.js.map +1 -0
  181. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-dynamic-delete.js +90 -0
  182. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-dynamic-delete.js.map +1 -0
  183. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-empty-function.js +146 -0
  184. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-empty-function.js.map +1 -0
  185. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-empty-interface.js +105 -0
  186. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-empty-interface.js.map +1 -0
  187. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-explicit-any.js +188 -0
  188. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-explicit-any.js.map +1 -0
  189. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-extra-non-null-assertion.js +55 -0
  190. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-extra-non-null-assertion.js.map +1 -0
  191. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-extra-parens.js +200 -0
  192. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-extra-parens.js.map +1 -0
  193. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-extra-semi.js +59 -0
  194. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-extra-semi.js.map +1 -0
  195. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-extraneous-class.js +128 -0
  196. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-extraneous-class.js.map +1 -0
  197. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-floating-promises.js +209 -0
  198. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-floating-promises.js.map +1 -0
  199. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-for-in-array.js +57 -0
  200. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-for-in-array.js.map +1 -0
  201. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-implicit-any-catch.js +98 -0
  202. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-implicit-any-catch.js.map +1 -0
  203. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-implied-eval.js +161 -0
  204. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-implied-eval.js.map +1 -0
  205. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-inferrable-types.js +196 -0
  206. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-inferrable-types.js.map +1 -0
  207. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-invalid-this.js +82 -0
  208. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-invalid-this.js.map +1 -0
  209. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-invalid-void-type.js +183 -0
  210. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-invalid-void-type.js.map +1 -0
  211. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-loop-func.js +191 -0
  212. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-loop-func.js.map +1 -0
  213. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-loss-of-precision.js +56 -0
  214. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-loss-of-precision.js.map +1 -0
  215. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-magic-numbers.js +204 -0
  216. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-magic-numbers.js.map +1 -0
  217. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-meaningless-void-operator.js +93 -0
  218. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-meaningless-void-operator.js.map +1 -0
  219. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-misused-new.js +102 -0
  220. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-misused-new.js.map +1 -0
  221. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-misused-promises.js +236 -0
  222. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-misused-promises.js.map +1 -0
  223. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-namespace.js +80 -0
  224. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-namespace.js.map +1 -0
  225. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-non-null-asserted-nullish-coalescing.js +94 -0
  226. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-non-null-asserted-nullish-coalescing.js.map +1 -0
  227. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-non-null-asserted-optional-chain.js +146 -0
  228. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-non-null-asserted-optional-chain.js.map +1 -0
  229. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-non-null-assertion.js +126 -0
  230. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-non-null-assertion.js.map +1 -0
  231. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-parameter-properties.js +105 -0
  232. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-parameter-properties.js.map +1 -0
  233. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-redeclare.js +219 -0
  234. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-redeclare.js.map +1 -0
  235. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-require-imports.js +60 -0
  236. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-require-imports.js.map +1 -0
  237. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-restricted-imports.js +157 -0
  238. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-restricted-imports.js.map +1 -0
  239. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-shadow.js +369 -0
  240. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-shadow.js.map +1 -0
  241. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-this-alias.js +82 -0
  242. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-this-alias.js.map +1 -0
  243. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-throw-literal.js +125 -0
  244. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-throw-literal.js.map +1 -0
  245. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-type-alias.js +261 -0
  246. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-type-alias.js.map +1 -0
  247. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-boolean-literal-compare.js +232 -0
  248. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-boolean-literal-compare.js.map +1 -0
  249. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-condition.js +474 -0
  250. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-condition.js.map +1 -0
  251. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-qualifier.js +148 -0
  252. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-qualifier.js.map +1 -0
  253. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-type-arguments.js +118 -0
  254. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-type-arguments.js.map +1 -0
  255. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-type-assertion.js +242 -0
  256. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-type-assertion.js.map +1 -0
  257. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-type-constraint.js +89 -0
  258. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-type-constraint.js.map +1 -0
  259. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-argument.js +225 -0
  260. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-argument.js.map +1 -0
  261. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-assignment.js +282 -0
  262. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-assignment.js.map +1 -0
  263. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-call.js +82 -0
  264. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-call.js.map +1 -0
  265. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-member-access.js +122 -0
  266. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-member-access.js.map +1 -0
  267. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-return.js +155 -0
  268. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-return.js.map +1 -0
  269. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unused-expressions.js +74 -0
  270. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unused-expressions.js.map +1 -0
  271. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unused-vars.js +501 -0
  272. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unused-vars.js.map +1 -0
  273. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-use-before-define.js +294 -0
  274. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-use-before-define.js.map +1 -0
  275. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-useless-constructor.js +86 -0
  276. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-useless-constructor.js.map +1 -0
  277. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-var-requires.js +66 -0
  278. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-var-requires.js.map +1 -0
  279. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/non-nullable-type-assertion-style.js +120 -0
  280. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/non-nullable-type-assertion-style.js.map +1 -0
  281. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/object-curly-spacing.js +216 -0
  282. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/object-curly-spacing.js.map +1 -0
  283. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/padding-line-between-statements.js +647 -0
  284. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/padding-line-between-statements.js.map +1 -0
  285. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-as-const.js +88 -0
  286. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-as-const.js.map +1 -0
  287. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-enum-initializers.js +85 -0
  288. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-enum-initializers.js.map +1 -0
  289. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-for-of.js +178 -0
  290. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-for-of.js.map +1 -0
  291. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-function-type.js +207 -0
  292. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-function-type.js.map +1 -0
  293. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-includes.js +207 -0
  294. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-includes.js.map +1 -0
  295. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-literal-enum-member.js +72 -0
  296. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-literal-enum-member.js.map +1 -0
  297. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-namespace-keyword.js +64 -0
  298. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-namespace-keyword.js.map +1 -0
  299. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-nullish-coalescing.js +160 -0
  300. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-nullish-coalescing.js.map +1 -0
  301. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-optional-chain.js +319 -0
  302. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-optional-chain.js.map +1 -0
  303. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-readonly-parameter-types.js +93 -0
  304. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-readonly-parameter-types.js.map +1 -0
  305. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-readonly.js +260 -0
  306. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-readonly.js.map +1 -0
  307. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-reduce-type-parameter.js +96 -0
  308. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-reduce-type-parameter.js.map +1 -0
  309. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-regexp-exec.js +150 -0
  310. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-regexp-exec.js.map +1 -0
  311. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-return-this-type.js +137 -0
  312. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-return-this-type.js.map +1 -0
  313. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-string-starts-ends-with.js +489 -0
  314. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-string-starts-ends-with.js.map +1 -0
  315. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-ts-expect-error.js +80 -0
  316. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-ts-expect-error.js.map +1 -0
  317. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/promise-function-async.js +177 -0
  318. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/promise-function-async.js.map +1 -0
  319. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/quotes.js +85 -0
  320. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/quotes.js.map +1 -0
  321. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/require-array-sort-compare.js +80 -0
  322. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/require-array-sort-compare.js.map +1 -0
  323. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/require-await.js +201 -0
  324. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/require-await.js.map +1 -0
  325. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/restrict-plus-operands.js +158 -0
  326. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/restrict-plus-operands.js.map +1 -0
  327. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/restrict-template-expressions.js +115 -0
  328. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/restrict-template-expressions.js.map +1 -0
  329. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/return-await.js +250 -0
  330. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/return-await.js.map +1 -0
  331. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/semi.js +83 -0
  332. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/semi.js.map +1 -0
  333. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/sort-type-union-intersection-members.js +227 -0
  334. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/sort-type-union-intersection-members.js.map +1 -0
  335. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/space-before-function-paren.js +157 -0
  336. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/space-before-function-paren.js.map +1 -0
  337. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/space-infix-ops.js +143 -0
  338. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/space-infix-ops.js.map +1 -0
  339. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/strict-boolean-expressions.js +715 -0
  340. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/strict-boolean-expressions.js.map +1 -0
  341. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/switch-exhaustiveness-check.js +144 -0
  342. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/switch-exhaustiveness-check.js.map +1 -0
  343. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/triple-slash-reference.js +125 -0
  344. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/triple-slash-reference.js.map +1 -0
  345. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/type-annotation-spacing.js +237 -0
  346. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/type-annotation-spacing.js.map +1 -0
  347. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/typedef.js +196 -0
  348. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/typedef.js.map +1 -0
  349. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/unbound-method.js +281 -0
  350. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/unbound-method.js.map +1 -0
  351. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/unified-signatures.js +395 -0
  352. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/unified-signatures.js.map +1 -0
  353. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/astUtils.js +85 -0
  354. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/astUtils.js.map +1 -0
  355. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/collectUnusedVariables.js +565 -0
  356. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/collectUnusedVariables.js.map +1 -0
  357. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/createRule.js +6 -0
  358. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/createRule.js.map +1 -0
  359. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/escapeRegExp.js +16 -0
  360. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/escapeRegExp.js.map +1 -0
  361. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/explicitReturnTypeUtils.js +232 -0
  362. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/explicitReturnTypeUtils.js.map +1 -0
  363. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/getESLintCoreRule.js +41 -0
  364. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/getESLintCoreRule.js.map +1 -0
  365. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/getFunctionHeadLoc.js +55 -0
  366. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/getFunctionHeadLoc.js.map +1 -0
  367. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/getThisExpression.js +26 -0
  368. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/getThisExpression.js.map +1 -0
  369. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/getWrappingFixer.js +140 -0
  370. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/getWrappingFixer.js.map +1 -0
  371. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/index.js +32 -0
  372. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/index.js.map +1 -0
  373. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/misc.js +116 -0
  374. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/misc.js.map +1 -0
  375. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/objectIterators.js +27 -0
  376. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/objectIterators.js.map +1 -0
  377. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/README.md +159 -0
  378. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/TEMPLATE.md +57 -0
  379. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/adjacent-overload-signatures.md +112 -0
  380. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/array-type.md +130 -0
  381. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/await-thenable.md +58 -0
  382. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/ban-ts-comment.md +150 -0
  383. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/ban-tslint-comment.md +41 -0
  384. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/ban-types.md +194 -0
  385. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/brace-style.md +34 -0
  386. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/camelcase.md +8 -0
  387. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/class-literal-property-style.md +116 -0
  388. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/comma-dangle.md +46 -0
  389. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/comma-spacing.md +34 -0
  390. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/consistent-indexed-object-style.md +90 -0
  391. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/consistent-type-assertions.md +124 -0
  392. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/consistent-type-definitions.md +92 -0
  393. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/consistent-type-exports.md +87 -0
  394. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/consistent-type-imports.md +72 -0
  395. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/default-param-last.md +70 -0
  396. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/dot-notation.md +95 -0
  397. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/explicit-function-return-type.md +298 -0
  398. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/explicit-member-accessibility.md +356 -0
  399. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/explicit-module-boundary-types.md +293 -0
  400. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/func-call-spacing.md +34 -0
  401. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/indent.md +38 -0
  402. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/init-declarations.md +34 -0
  403. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/keyword-spacing.md +34 -0
  404. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/lines-between-class-members.md +85 -0
  405. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/member-delimiter-style.md +216 -0
  406. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/member-ordering.md +1101 -0
  407. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/method-signature-style.md +112 -0
  408. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/naming-convention.md +708 -0
  409. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-array-constructor.md +57 -0
  410. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-base-to-string.md +97 -0
  411. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-confusing-non-null-assertion.md +56 -0
  412. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-confusing-void-expression.md +159 -0
  413. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-dupe-class-members.md +34 -0
  414. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-duplicate-imports.md +34 -0
  415. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-dynamic-delete.md +59 -0
  416. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-empty-function.md +100 -0
  417. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-empty-interface.md +76 -0
  418. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-explicit-any.md +191 -0
  419. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-extra-non-null-assertion.md +66 -0
  420. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-extra-parens.md +34 -0
  421. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-extra-semi.md +34 -0
  422. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-extraneous-class.md +92 -0
  423. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-floating-promises.md +116 -0
  424. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-for-in-array.md +69 -0
  425. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-implicit-any-catch.md +88 -0
  426. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-implied-eval.md +121 -0
  427. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-inferrable-types.md +160 -0
  428. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-invalid-this.md +38 -0
  429. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-invalid-void-type.md +138 -0
  430. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-loop-func.md +34 -0
  431. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-loss-of-precision.md +31 -0
  432. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-magic-numbers.md +131 -0
  433. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-meaningless-void-operator.md +62 -0
  434. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-misused-new.md +58 -0
  435. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-misused-promises.md +190 -0
  436. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-namespace.md +143 -0
  437. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-non-null-asserted-nullish-coalescing.md +61 -0
  438. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-non-null-asserted-optional-chain.md +73 -0
  439. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-non-null-assertion.md +60 -0
  440. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-parameter-properties.md +407 -0
  441. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-redeclare.md +92 -0
  442. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-require-imports.md +46 -0
  443. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-restricted-imports.md +76 -0
  444. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-shadow.md +99 -0
  445. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-this-alias.md +68 -0
  446. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-throw-literal.md +124 -0
  447. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-type-alias.md +604 -0
  448. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-unnecessary-boolean-literal-compare.md +158 -0
  449. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-unnecessary-condition.md +120 -0
  450. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-unnecessary-qualifier.md +91 -0
  451. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-unnecessary-type-arguments.md +65 -0
  452. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-unnecessary-type-assertion.md +85 -0
  453. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-unnecessary-type-constraint.md +80 -0
  454. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-unsafe-argument.md +96 -0
  455. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-unsafe-assignment.md +99 -0
  456. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-unsafe-call.md +73 -0
  457. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-unsafe-member-access.md +79 -0
  458. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-unsafe-return.md +116 -0
  459. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-unused-expressions.md +34 -0
  460. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-unused-vars.md +34 -0
  461. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-use-before-define.md +120 -0
  462. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-useless-constructor.md +43 -0
  463. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-var-requires.md +54 -0
  464. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/non-nullable-type-assertion-style.md +39 -0
  465. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/object-curly-spacing.md +34 -0
  466. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/padding-line-between-statements.md +62 -0
  467. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/prefer-as-const.md +55 -0
  468. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/prefer-enum-initializers.md +82 -0
  469. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/prefer-for-of.md +53 -0
  470. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/prefer-function-type.md +93 -0
  471. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/prefer-includes.md +85 -0
  472. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/prefer-literal-enum-member.md +104 -0
  473. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/prefer-namespace-keyword.md +43 -0
  474. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/prefer-nullish-coalescing.md +149 -0
  475. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/prefer-optional-chain.md +94 -0
  476. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/prefer-readonly-parameter-types.md +285 -0
  477. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/prefer-readonly.md +97 -0
  478. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/prefer-reduce-type-parameter.md +66 -0
  479. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/prefer-regexp-exec.md +63 -0
  480. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/prefer-return-this-type.md +104 -0
  481. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/prefer-string-starts-ends-with.md +66 -0
  482. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/prefer-ts-expect-error.md +77 -0
  483. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/promise-function-async.md +78 -0
  484. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/quotes.md +34 -0
  485. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/require-array-sort-compare.md +105 -0
  486. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/require-await.md +44 -0
  487. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/restrict-plus-operands.md +112 -0
  488. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/restrict-template-expressions.md +116 -0
  489. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/return-await.md +228 -0
  490. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/semi.md +38 -0
  491. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/sort-type-union-intersection-members.md +159 -0
  492. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/space-before-function-paren.md +34 -0
  493. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/space-infix-ops.md +38 -0
  494. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/strict-boolean-expressions.md +205 -0
  495. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/switch-exhaustiveness-check.md +117 -0
  496. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/triple-slash-reference.md +64 -0
  497. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/type-annotation-spacing.md +319 -0
  498. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/typedef.md +348 -0
  499. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/unbound-method.md +126 -0
  500. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/unified-signatures.md +43 -0
  501. package/node_modules/@typescript-eslint/eslint-plugin/index.d.ts +4 -0
  502. package/node_modules/@typescript-eslint/eslint-plugin/node_modules/ignore/LICENSE-MIT +21 -0
  503. package/node_modules/@typescript-eslint/eslint-plugin/node_modules/ignore/README.md +412 -0
  504. package/node_modules/@typescript-eslint/eslint-plugin/node_modules/ignore/index.d.ts +61 -0
  505. package/node_modules/@typescript-eslint/eslint-plugin/node_modules/ignore/index.js +603 -0
  506. package/node_modules/@typescript-eslint/eslint-plugin/node_modules/ignore/legacy.js +498 -0
  507. package/node_modules/@typescript-eslint/eslint-plugin/node_modules/ignore/package.json +71 -0
  508. package/node_modules/@typescript-eslint/eslint-plugin/package.json +83 -0
  509. package/node_modules/@typescript-eslint/parser/LICENSE +22 -0
  510. package/node_modules/@typescript-eslint/parser/README.md +290 -0
  511. package/node_modules/@typescript-eslint/parser/dist/index.d.ts +4 -0
  512. package/node_modules/@typescript-eslint/parser/dist/index.d.ts.map +1 -0
  513. package/node_modules/@typescript-eslint/parser/dist/index.js +13 -0
  514. package/node_modules/@typescript-eslint/parser/dist/index.js.map +1 -0
  515. package/node_modules/@typescript-eslint/parser/dist/parser.d.ts +17 -0
  516. package/node_modules/@typescript-eslint/parser/dist/parser.d.ts.map +1 -0
  517. package/node_modules/@typescript-eslint/parser/dist/parser.js +133 -0
  518. package/node_modules/@typescript-eslint/parser/dist/parser.js.map +1 -0
  519. package/node_modules/@typescript-eslint/parser/package.json +74 -0
  520. package/node_modules/@typescript-eslint/scope-manager/LICENSE +21 -0
  521. package/node_modules/@typescript-eslint/scope-manager/README.md +120 -0
  522. package/node_modules/@typescript-eslint/scope-manager/dist/ID.d.ts +4 -0
  523. package/node_modules/@typescript-eslint/scope-manager/dist/ID.d.ts.map +1 -0
  524. package/node_modules/@typescript-eslint/scope-manager/dist/ID.js +22 -0
  525. package/node_modules/@typescript-eslint/scope-manager/dist/ID.js.map +1 -0
  526. package/node_modules/@typescript-eslint/scope-manager/dist/ScopeManager.d.ts +72 -0
  527. package/node_modules/@typescript-eslint/scope-manager/dist/ScopeManager.d.ts.map +1 -0
  528. package/node_modules/@typescript-eslint/scope-manager/dist/ScopeManager.js +189 -0
  529. package/node_modules/@typescript-eslint/scope-manager/dist/ScopeManager.js.map +1 -0
  530. package/node_modules/@typescript-eslint/scope-manager/dist/analyze.d.ts +62 -0
  531. package/node_modules/@typescript-eslint/scope-manager/dist/analyze.d.ts.map +1 -0
  532. package/node_modules/@typescript-eslint/scope-manager/dist/analyze.js +58 -0
  533. package/node_modules/@typescript-eslint/scope-manager/dist/analyze.js.map +1 -0
  534. package/node_modules/@typescript-eslint/scope-manager/dist/assert.d.ts +3 -0
  535. package/node_modules/@typescript-eslint/scope-manager/dist/assert.d.ts.map +1 -0
  536. package/node_modules/@typescript-eslint/scope-manager/dist/assert.js +11 -0
  537. package/node_modules/@typescript-eslint/scope-manager/dist/assert.js.map +1 -0
  538. package/node_modules/@typescript-eslint/scope-manager/dist/definition/CatchClauseDefinition.d.ts +10 -0
  539. package/node_modules/@typescript-eslint/scope-manager/dist/definition/CatchClauseDefinition.d.ts.map +1 -0
  540. package/node_modules/@typescript-eslint/scope-manager/dist/definition/CatchClauseDefinition.js +14 -0
  541. package/node_modules/@typescript-eslint/scope-manager/dist/definition/CatchClauseDefinition.js.map +1 -0
  542. package/node_modules/@typescript-eslint/scope-manager/dist/definition/ClassNameDefinition.d.ts +10 -0
  543. package/node_modules/@typescript-eslint/scope-manager/dist/definition/ClassNameDefinition.d.ts.map +1 -0
  544. package/node_modules/@typescript-eslint/scope-manager/dist/definition/ClassNameDefinition.js +14 -0
  545. package/node_modules/@typescript-eslint/scope-manager/dist/definition/ClassNameDefinition.js.map +1 -0
  546. package/node_modules/@typescript-eslint/scope-manager/dist/definition/Definition.d.ts +14 -0
  547. package/node_modules/@typescript-eslint/scope-manager/dist/definition/Definition.d.ts.map +1 -0
  548. package/node_modules/@typescript-eslint/scope-manager/dist/definition/Definition.js +3 -0
  549. package/node_modules/@typescript-eslint/scope-manager/dist/definition/Definition.js.map +1 -0
  550. package/node_modules/@typescript-eslint/scope-manager/dist/definition/DefinitionBase.d.ts +39 -0
  551. package/node_modules/@typescript-eslint/scope-manager/dist/definition/DefinitionBase.d.ts.map +1 -0
  552. package/node_modules/@typescript-eslint/scope-manager/dist/definition/DefinitionBase.js +19 -0
  553. package/node_modules/@typescript-eslint/scope-manager/dist/definition/DefinitionBase.js.map +1 -0
  554. package/node_modules/@typescript-eslint/scope-manager/dist/definition/DefinitionType.d.ts +15 -0
  555. package/node_modules/@typescript-eslint/scope-manager/dist/definition/DefinitionType.d.ts.map +1 -0
  556. package/node_modules/@typescript-eslint/scope-manager/dist/definition/DefinitionType.js +19 -0
  557. package/node_modules/@typescript-eslint/scope-manager/dist/definition/DefinitionType.js.map +1 -0
  558. package/node_modules/@typescript-eslint/scope-manager/dist/definition/FunctionNameDefinition.d.ts +10 -0
  559. package/node_modules/@typescript-eslint/scope-manager/dist/definition/FunctionNameDefinition.d.ts.map +1 -0
  560. package/node_modules/@typescript-eslint/scope-manager/dist/definition/FunctionNameDefinition.js +14 -0
  561. package/node_modules/@typescript-eslint/scope-manager/dist/definition/FunctionNameDefinition.js.map +1 -0
  562. package/node_modules/@typescript-eslint/scope-manager/dist/definition/ImplicitGlobalVariableDefinition.d.ts +10 -0
  563. package/node_modules/@typescript-eslint/scope-manager/dist/definition/ImplicitGlobalVariableDefinition.d.ts.map +1 -0
  564. package/node_modules/@typescript-eslint/scope-manager/dist/definition/ImplicitGlobalVariableDefinition.js +14 -0
  565. package/node_modules/@typescript-eslint/scope-manager/dist/definition/ImplicitGlobalVariableDefinition.js.map +1 -0
  566. package/node_modules/@typescript-eslint/scope-manager/dist/definition/ImportBindingDefinition.d.ts +11 -0
  567. package/node_modules/@typescript-eslint/scope-manager/dist/definition/ImportBindingDefinition.d.ts.map +1 -0
  568. package/node_modules/@typescript-eslint/scope-manager/dist/definition/ImportBindingDefinition.js +14 -0
  569. package/node_modules/@typescript-eslint/scope-manager/dist/definition/ImportBindingDefinition.js.map +1 -0
  570. package/node_modules/@typescript-eslint/scope-manager/dist/definition/ParameterDefinition.d.ts +14 -0
  571. package/node_modules/@typescript-eslint/scope-manager/dist/definition/ParameterDefinition.d.ts.map +1 -0
  572. package/node_modules/@typescript-eslint/scope-manager/dist/definition/ParameterDefinition.js +15 -0
  573. package/node_modules/@typescript-eslint/scope-manager/dist/definition/ParameterDefinition.js.map +1 -0
  574. package/node_modules/@typescript-eslint/scope-manager/dist/definition/TSEnumMemberDefinition.d.ts +10 -0
  575. package/node_modules/@typescript-eslint/scope-manager/dist/definition/TSEnumMemberDefinition.d.ts.map +1 -0
  576. package/node_modules/@typescript-eslint/scope-manager/dist/definition/TSEnumMemberDefinition.js +14 -0
  577. package/node_modules/@typescript-eslint/scope-manager/dist/definition/TSEnumMemberDefinition.js.map +1 -0
  578. package/node_modules/@typescript-eslint/scope-manager/dist/definition/TSEnumNameDefinition.d.ts +10 -0
  579. package/node_modules/@typescript-eslint/scope-manager/dist/definition/TSEnumNameDefinition.d.ts.map +1 -0
  580. package/node_modules/@typescript-eslint/scope-manager/dist/definition/TSEnumNameDefinition.js +14 -0
  581. package/node_modules/@typescript-eslint/scope-manager/dist/definition/TSEnumNameDefinition.js.map +1 -0
  582. package/node_modules/@typescript-eslint/scope-manager/dist/definition/TSModuleNameDefinition.d.ts +10 -0
  583. package/node_modules/@typescript-eslint/scope-manager/dist/definition/TSModuleNameDefinition.d.ts.map +1 -0
  584. package/node_modules/@typescript-eslint/scope-manager/dist/definition/TSModuleNameDefinition.js +14 -0
  585. package/node_modules/@typescript-eslint/scope-manager/dist/definition/TSModuleNameDefinition.js.map +1 -0
  586. package/node_modules/@typescript-eslint/scope-manager/dist/definition/TypeDefinition.d.ts +10 -0
  587. package/node_modules/@typescript-eslint/scope-manager/dist/definition/TypeDefinition.d.ts.map +1 -0
  588. package/node_modules/@typescript-eslint/scope-manager/dist/definition/TypeDefinition.js +14 -0
  589. package/node_modules/@typescript-eslint/scope-manager/dist/definition/TypeDefinition.js.map +1 -0
  590. package/node_modules/@typescript-eslint/scope-manager/dist/definition/VariableDefinition.d.ts +10 -0
  591. package/node_modules/@typescript-eslint/scope-manager/dist/definition/VariableDefinition.d.ts.map +1 -0
  592. package/node_modules/@typescript-eslint/scope-manager/dist/definition/VariableDefinition.js +14 -0
  593. package/node_modules/@typescript-eslint/scope-manager/dist/definition/VariableDefinition.js.map +1 -0
  594. package/node_modules/@typescript-eslint/scope-manager/dist/definition/index.d.ts +14 -0
  595. package/node_modules/@typescript-eslint/scope-manager/dist/definition/index.d.ts.map +1 -0
  596. package/node_modules/@typescript-eslint/scope-manager/dist/definition/index.js +26 -0
  597. package/node_modules/@typescript-eslint/scope-manager/dist/definition/index.js.map +1 -0
  598. package/node_modules/@typescript-eslint/scope-manager/dist/index.d.ts +9 -0
  599. package/node_modules/@typescript-eslint/scope-manager/dist/index.d.ts.map +1 -0
  600. package/node_modules/@typescript-eslint/scope-manager/dist/index.js +27 -0
  601. package/node_modules/@typescript-eslint/scope-manager/dist/index.js.map +1 -0
  602. package/node_modules/@typescript-eslint/scope-manager/dist/lib/base-config.d.ts +16 -0
  603. package/node_modules/@typescript-eslint/scope-manager/dist/lib/base-config.d.ts.map +1 -0
  604. package/node_modules/@typescript-eslint/scope-manager/dist/lib/base-config.js +22 -0
  605. package/node_modules/@typescript-eslint/scope-manager/dist/lib/base-config.js.map +1 -0
  606. package/node_modules/@typescript-eslint/scope-manager/dist/lib/dom.d.ts +3 -0
  607. package/node_modules/@typescript-eslint/scope-manager/dist/lib/dom.d.ts.map +1 -0
  608. package/node_modules/@typescript-eslint/scope-manager/dist/lib/dom.iterable.d.ts +3 -0
  609. package/node_modules/@typescript-eslint/scope-manager/dist/lib/dom.iterable.d.ts.map +1 -0
  610. package/node_modules/@typescript-eslint/scope-manager/dist/lib/dom.iterable.js +62 -0
  611. package/node_modules/@typescript-eslint/scope-manager/dist/lib/dom.iterable.js.map +1 -0
  612. package/node_modules/@typescript-eslint/scope-manager/dist/lib/dom.js +1238 -0
  613. package/node_modules/@typescript-eslint/scope-manager/dist/lib/dom.js.map +1 -0
  614. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.collection.d.ts +3 -0
  615. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.collection.d.ts.map +1 -0
  616. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.collection.js +20 -0
  617. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.collection.js.map +1 -0
  618. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.core.d.ts +3 -0
  619. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.core.d.ts.map +1 -0
  620. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.core.js +22 -0
  621. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.core.js.map +1 -0
  622. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.d.ts +3 -0
  623. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.d.ts.map +1 -0
  624. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.generator.d.ts +3 -0
  625. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.generator.d.ts.map +1 -0
  626. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.generator.js +10 -0
  627. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.generator.js.map +1 -0
  628. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.iterable.d.ts +3 -0
  629. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.iterable.d.ts.map +1 -0
  630. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.iterable.js +10 -0
  631. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.iterable.js.map +1 -0
  632. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.js +18 -0
  633. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.js.map +1 -0
  634. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.promise.d.ts +3 -0
  635. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.promise.d.ts.map +1 -0
  636. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.promise.js +11 -0
  637. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.promise.js.map +1 -0
  638. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.proxy.d.ts +3 -0
  639. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.proxy.d.ts.map +1 -0
  640. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.proxy.js +12 -0
  641. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.proxy.js.map +1 -0
  642. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.reflect.d.ts +3 -0
  643. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.reflect.d.ts.map +1 -0
  644. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.reflect.js +11 -0
  645. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.reflect.js.map +1 -0
  646. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.symbol.d.ts +3 -0
  647. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.symbol.d.ts.map +1 -0
  648. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.symbol.js +11 -0
  649. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.symbol.js.map +1 -0
  650. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.symbol.wellknown.d.ts +3 -0
  651. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.symbol.wellknown.d.ts.map +1 -0
  652. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.symbol.wellknown.js +10 -0
  653. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.symbol.wellknown.js.map +1 -0
  654. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.array.include.d.ts +3 -0
  655. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.array.include.d.ts.map +1 -0
  656. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.array.include.js +21 -0
  657. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.array.include.js.map +1 -0
  658. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.d.ts +3 -0
  659. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.d.ts.map +1 -0
  660. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.full.d.ts +3 -0
  661. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.full.d.ts.map +1 -0
  662. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.full.js +13 -0
  663. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.full.js.map +1 -0
  664. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.js +10 -0
  665. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.js.map +1 -0
  666. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.d.ts +3 -0
  667. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.d.ts.map +1 -0
  668. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.full.d.ts +3 -0
  669. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.full.d.ts.map +1 -0
  670. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.full.js +13 -0
  671. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.full.js.map +1 -0
  672. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.intl.d.ts +3 -0
  673. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.intl.d.ts.map +1 -0
  674. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.intl.js +11 -0
  675. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.intl.js.map +1 -0
  676. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.js +14 -0
  677. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.js.map +1 -0
  678. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.object.d.ts +3 -0
  679. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.object.d.ts.map +1 -0
  680. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.object.js +11 -0
  681. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.object.js.map +1 -0
  682. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.sharedmemory.d.ts +3 -0
  683. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.sharedmemory.d.ts.map +1 -0
  684. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.sharedmemory.js +11 -0
  685. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.sharedmemory.js.map +1 -0
  686. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.string.d.ts +3 -0
  687. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.string.d.ts.map +1 -0
  688. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.string.js +11 -0
  689. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.string.js.map +1 -0
  690. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.typedarrays.d.ts +3 -0
  691. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.typedarrays.d.ts.map +1 -0
  692. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.typedarrays.js +19 -0
  693. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.typedarrays.js.map +1 -0
  694. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.asyncgenerator.d.ts +3 -0
  695. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.asyncgenerator.d.ts.map +1 -0
  696. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.asyncgenerator.js +10 -0
  697. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.asyncgenerator.js.map +1 -0
  698. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.asynciterable.d.ts +3 -0
  699. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.asynciterable.d.ts.map +1 -0
  700. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.asynciterable.js +11 -0
  701. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.asynciterable.js.map +1 -0
  702. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.d.ts +3 -0
  703. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.d.ts.map +1 -0
  704. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.full.d.ts +3 -0
  705. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.full.d.ts.map +1 -0
  706. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.full.js +13 -0
  707. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.full.js.map +1 -0
  708. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.intl.d.ts +3 -0
  709. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.intl.d.ts.map +1 -0
  710. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.intl.js +11 -0
  711. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.intl.js.map +1 -0
  712. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.js +14 -0
  713. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.js.map +1 -0
  714. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.promise.d.ts +3 -0
  715. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.promise.d.ts.map +1 -0
  716. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.promise.js +11 -0
  717. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.promise.js.map +1 -0
  718. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.regexp.d.ts +3 -0
  719. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.regexp.d.ts.map +1 -0
  720. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.regexp.js +13 -0
  721. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.regexp.js.map +1 -0
  722. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.array.d.ts +3 -0
  723. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.array.d.ts.map +1 -0
  724. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.array.js +13 -0
  725. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.array.js.map +1 -0
  726. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.d.ts +3 -0
  727. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.d.ts.map +1 -0
  728. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.full.d.ts +3 -0
  729. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.full.d.ts.map +1 -0
  730. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.full.js +13 -0
  731. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.full.js.map +1 -0
  732. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.js +13 -0
  733. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.js.map +1 -0
  734. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.object.d.ts +3 -0
  735. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.object.d.ts.map +1 -0
  736. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.object.js +10 -0
  737. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.object.js.map +1 -0
  738. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.string.d.ts +3 -0
  739. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.string.d.ts.map +1 -0
  740. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.string.js +11 -0
  741. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.string.js.map +1 -0
  742. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.symbol.d.ts +3 -0
  743. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.symbol.d.ts.map +1 -0
  744. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.symbol.js +11 -0
  745. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.symbol.js.map +1 -0
  746. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.bigint.d.ts +3 -0
  747. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.bigint.d.ts.map +1 -0
  748. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.bigint.js +19 -0
  749. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.bigint.js.map +1 -0
  750. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.d.ts +3 -0
  751. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.d.ts.map +1 -0
  752. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.full.d.ts +3 -0
  753. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.full.d.ts.map +1 -0
  754. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.full.js +13 -0
  755. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.full.js.map +1 -0
  756. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.intl.d.ts +3 -0
  757. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.intl.d.ts.map +1 -0
  758. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.intl.js +11 -0
  759. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.intl.js.map +1 -0
  760. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.js +15 -0
  761. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.js.map +1 -0
  762. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.promise.d.ts +3 -0
  763. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.promise.d.ts.map +1 -0
  764. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.promise.js +14 -0
  765. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.promise.js.map +1 -0
  766. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.sharedmemory.d.ts +3 -0
  767. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.sharedmemory.d.ts.map +1 -0
  768. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.sharedmemory.js +11 -0
  769. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.sharedmemory.js.map +1 -0
  770. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.string.d.ts +3 -0
  771. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.string.d.ts.map +1 -0
  772. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.string.js +10 -0
  773. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.string.js.map +1 -0
  774. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.symbol.wellknown.d.ts +3 -0
  775. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.symbol.wellknown.d.ts.map +1 -0
  776. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.symbol.wellknown.js +11 -0
  777. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.symbol.wellknown.js.map +1 -0
  778. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.d.ts +3 -0
  779. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.d.ts.map +1 -0
  780. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.full.d.ts +3 -0
  781. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.full.d.ts.map +1 -0
  782. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.full.js +13 -0
  783. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.full.js.map +1 -0
  784. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.intl.d.ts +3 -0
  785. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.intl.d.ts.map +1 -0
  786. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.intl.js +11 -0
  787. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.intl.js.map +1 -0
  788. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.js +13 -0
  789. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.js.map +1 -0
  790. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.promise.d.ts +3 -0
  791. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.promise.d.ts.map +1 -0
  792. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.promise.js +13 -0
  793. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.promise.js.map +1 -0
  794. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.string.d.ts +3 -0
  795. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.string.d.ts.map +1 -0
  796. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.string.js +11 -0
  797. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.string.js.map +1 -0
  798. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.weakref.d.ts +3 -0
  799. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.weakref.d.ts.map +1 -0
  800. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.weakref.js +14 -0
  801. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.weakref.js.map +1 -0
  802. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es5.d.ts +3 -0
  803. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es5.d.ts.map +1 -0
  804. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es5.js +113 -0
  805. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es5.js.map +1 -0
  806. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es6.d.ts +3 -0
  807. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es6.d.ts.map +1 -0
  808. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es6.js +18 -0
  809. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es6.js.map +1 -0
  810. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es7.d.ts +3 -0
  811. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es7.d.ts.map +1 -0
  812. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es7.js +10 -0
  813. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es7.js.map +1 -0
  814. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.array.d.ts +3 -0
  815. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.array.d.ts.map +1 -0
  816. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.array.js +13 -0
  817. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.array.js.map +1 -0
  818. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.asynciterable.d.ts +3 -0
  819. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.asynciterable.d.ts.map +1 -0
  820. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.asynciterable.js +11 -0
  821. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.asynciterable.js.map +1 -0
  822. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.bigint.d.ts +3 -0
  823. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.bigint.d.ts.map +1 -0
  824. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.bigint.js +19 -0
  825. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.bigint.js.map +1 -0
  826. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.d.ts +3 -0
  827. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.d.ts.map +1 -0
  828. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.full.d.ts +3 -0
  829. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.full.d.ts.map +1 -0
  830. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.full.js +13 -0
  831. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.full.js.map +1 -0
  832. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.intl.d.ts +3 -0
  833. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.intl.d.ts.map +1 -0
  834. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.intl.js +11 -0
  835. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.intl.js.map +1 -0
  836. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.js +10 -0
  837. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.js.map +1 -0
  838. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.promise.d.ts +3 -0
  839. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.promise.d.ts.map +1 -0
  840. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.promise.js +13 -0
  841. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.promise.js.map +1 -0
  842. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.string.d.ts +3 -0
  843. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.string.d.ts.map +1 -0
  844. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.string.js +11 -0
  845. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.string.js.map +1 -0
  846. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.symbol.d.ts +3 -0
  847. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.symbol.d.ts.map +1 -0
  848. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.symbol.js +11 -0
  849. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.symbol.js.map +1 -0
  850. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.weakref.d.ts +3 -0
  851. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.weakref.d.ts.map +1 -0
  852. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.weakref.js +14 -0
  853. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.weakref.js.map +1 -0
  854. package/node_modules/@typescript-eslint/scope-manager/dist/lib/index.d.ts +71 -0
  855. package/node_modules/@typescript-eslint/scope-manager/dist/lib/index.d.ts.map +1 -0
  856. package/node_modules/@typescript-eslint/scope-manager/dist/lib/index.js +144 -0
  857. package/node_modules/@typescript-eslint/scope-manager/dist/lib/index.js.map +1 -0
  858. package/node_modules/@typescript-eslint/scope-manager/dist/lib/lib.d.ts +3 -0
  859. package/node_modules/@typescript-eslint/scope-manager/dist/lib/lib.d.ts.map +1 -0
  860. package/node_modules/@typescript-eslint/scope-manager/dist/lib/lib.js +12 -0
  861. package/node_modules/@typescript-eslint/scope-manager/dist/lib/lib.js.map +1 -0
  862. package/node_modules/@typescript-eslint/scope-manager/dist/lib/scripthost.d.ts +3 -0
  863. package/node_modules/@typescript-eslint/scope-manager/dist/lib/scripthost.d.ts.map +1 -0
  864. package/node_modules/@typescript-eslint/scope-manager/dist/lib/scripthost.js +23 -0
  865. package/node_modules/@typescript-eslint/scope-manager/dist/lib/scripthost.js.map +1 -0
  866. package/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.d.ts +3 -0
  867. package/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.d.ts.map +1 -0
  868. package/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.importscripts.d.ts +3 -0
  869. package/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.importscripts.d.ts.map +1 -0
  870. package/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.importscripts.js +8 -0
  871. package/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.importscripts.js.map +1 -0
  872. package/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.iterable.d.ts +3 -0
  873. package/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.iterable.d.ts.map +1 -0
  874. package/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.iterable.js +26 -0
  875. package/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.iterable.js.map +1 -0
  876. package/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.js +424 -0
  877. package/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.js.map +1 -0
  878. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/ClassVisitor.d.ts +26 -0
  879. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/ClassVisitor.d.ts.map +1 -0
  880. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/ClassVisitor.js +314 -0
  881. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/ClassVisitor.js.map +1 -0
  882. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/ExportVisitor.d.ts +15 -0
  883. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/ExportVisitor.d.ts.map +1 -0
  884. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/ExportVisitor.js +84 -0
  885. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/ExportVisitor.js.map +1 -0
  886. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/ImportVisitor.d.ts +14 -0
  887. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/ImportVisitor.d.ts.map +1 -0
  888. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/ImportVisitor.js +50 -0
  889. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/ImportVisitor.js.map +1 -0
  890. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/PatternVisitor.d.ts +28 -0
  891. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/PatternVisitor.d.ts.map +1 -0
  892. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/PatternVisitor.js +111 -0
  893. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/PatternVisitor.js.map +1 -0
  894. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/Reference.d.ts +89 -0
  895. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/Reference.d.ts.map +1 -0
  896. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/Reference.js +109 -0
  897. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/Reference.js.map +1 -0
  898. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/Referencer.d.ts +83 -0
  899. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/Referencer.d.ts.map +1 -0
  900. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/Referencer.js +531 -0
  901. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/Referencer.js.map +1 -0
  902. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/TypeVisitor.d.ts +33 -0
  903. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/TypeVisitor.d.ts.map +1 -0
  904. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/TypeVisitor.js +222 -0
  905. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/TypeVisitor.js.map +1 -0
  906. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/Visitor.d.ts +13 -0
  907. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/Visitor.d.ts.map +1 -0
  908. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/Visitor.js +41 -0
  909. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/Visitor.js.map +1 -0
  910. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/VisitorBase.d.ts +22 -0
  911. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/VisitorBase.d.ts.map +1 -0
  912. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/VisitorBase.js +82 -0
  913. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/VisitorBase.js.map +1 -0
  914. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/index.d.ts +2 -0
  915. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/index.d.ts.map +1 -0
  916. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/index.js +6 -0
  917. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/index.js.map +1 -0
  918. package/node_modules/@typescript-eslint/scope-manager/dist/scope/BlockScope.d.ts +10 -0
  919. package/node_modules/@typescript-eslint/scope-manager/dist/scope/BlockScope.d.ts.map +1 -0
  920. package/node_modules/@typescript-eslint/scope-manager/dist/scope/BlockScope.js +12 -0
  921. package/node_modules/@typescript-eslint/scope-manager/dist/scope/BlockScope.js.map +1 -0
  922. package/node_modules/@typescript-eslint/scope-manager/dist/scope/CatchScope.d.ts +10 -0
  923. package/node_modules/@typescript-eslint/scope-manager/dist/scope/CatchScope.d.ts.map +1 -0
  924. package/node_modules/@typescript-eslint/scope-manager/dist/scope/CatchScope.js +12 -0
  925. package/node_modules/@typescript-eslint/scope-manager/dist/scope/CatchScope.js.map +1 -0
  926. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ClassFieldInitializerScope.d.ts +10 -0
  927. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ClassFieldInitializerScope.d.ts.map +1 -0
  928. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ClassFieldInitializerScope.js +12 -0
  929. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ClassFieldInitializerScope.js.map +1 -0
  930. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ClassScope.d.ts +10 -0
  931. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ClassScope.d.ts.map +1 -0
  932. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ClassScope.js +12 -0
  933. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ClassScope.js.map +1 -0
  934. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ClassStaticBlockScope.d.ts +10 -0
  935. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ClassStaticBlockScope.d.ts.map +1 -0
  936. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ClassStaticBlockScope.js +12 -0
  937. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ClassStaticBlockScope.js.map +1 -0
  938. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ConditionalTypeScope.d.ts +10 -0
  939. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ConditionalTypeScope.d.ts.map +1 -0
  940. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ConditionalTypeScope.js +12 -0
  941. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ConditionalTypeScope.js.map +1 -0
  942. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ForScope.d.ts +10 -0
  943. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ForScope.d.ts.map +1 -0
  944. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ForScope.js +12 -0
  945. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ForScope.js.map +1 -0
  946. package/node_modules/@typescript-eslint/scope-manager/dist/scope/FunctionExpressionNameScope.d.ts +11 -0
  947. package/node_modules/@typescript-eslint/scope-manager/dist/scope/FunctionExpressionNameScope.d.ts.map +1 -0
  948. package/node_modules/@typescript-eslint/scope-manager/dist/scope/FunctionExpressionNameScope.js +17 -0
  949. package/node_modules/@typescript-eslint/scope-manager/dist/scope/FunctionExpressionNameScope.js.map +1 -0
  950. package/node_modules/@typescript-eslint/scope-manager/dist/scope/FunctionScope.d.ts +13 -0
  951. package/node_modules/@typescript-eslint/scope-manager/dist/scope/FunctionScope.d.ts.map +1 -0
  952. package/node_modules/@typescript-eslint/scope-manager/dist/scope/FunctionScope.js +37 -0
  953. package/node_modules/@typescript-eslint/scope-manager/dist/scope/FunctionScope.js.map +1 -0
  954. package/node_modules/@typescript-eslint/scope-manager/dist/scope/FunctionTypeScope.d.ts +10 -0
  955. package/node_modules/@typescript-eslint/scope-manager/dist/scope/FunctionTypeScope.d.ts.map +1 -0
  956. package/node_modules/@typescript-eslint/scope-manager/dist/scope/FunctionTypeScope.js +12 -0
  957. package/node_modules/@typescript-eslint/scope-manager/dist/scope/FunctionTypeScope.js.map +1 -0
  958. package/node_modules/@typescript-eslint/scope-manager/dist/scope/GlobalScope.d.ts +18 -0
  959. package/node_modules/@typescript-eslint/scope-manager/dist/scope/GlobalScope.d.ts.map +1 -0
  960. package/node_modules/@typescript-eslint/scope-manager/dist/scope/GlobalScope.js +39 -0
  961. package/node_modules/@typescript-eslint/scope-manager/dist/scope/GlobalScope.js.map +1 -0
  962. package/node_modules/@typescript-eslint/scope-manager/dist/scope/MappedTypeScope.d.ts +10 -0
  963. package/node_modules/@typescript-eslint/scope-manager/dist/scope/MappedTypeScope.d.ts.map +1 -0
  964. package/node_modules/@typescript-eslint/scope-manager/dist/scope/MappedTypeScope.js +12 -0
  965. package/node_modules/@typescript-eslint/scope-manager/dist/scope/MappedTypeScope.js.map +1 -0
  966. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ModuleScope.d.ts +10 -0
  967. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ModuleScope.d.ts.map +1 -0
  968. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ModuleScope.js +12 -0
  969. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ModuleScope.js.map +1 -0
  970. package/node_modules/@typescript-eslint/scope-manager/dist/scope/Scope.d.ts +21 -0
  971. package/node_modules/@typescript-eslint/scope-manager/dist/scope/Scope.d.ts.map +1 -0
  972. package/node_modules/@typescript-eslint/scope-manager/dist/scope/Scope.js +3 -0
  973. package/node_modules/@typescript-eslint/scope-manager/dist/scope/Scope.js.map +1 -0
  974. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ScopeBase.d.ts +106 -0
  975. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ScopeBase.d.ts.map +1 -0
  976. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ScopeBase.js +367 -0
  977. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ScopeBase.js.map +1 -0
  978. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ScopeType.d.ts +22 -0
  979. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ScopeType.d.ts.map +1 -0
  980. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ScopeType.js +26 -0
  981. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ScopeType.js.map +1 -0
  982. package/node_modules/@typescript-eslint/scope-manager/dist/scope/SwitchScope.d.ts +10 -0
  983. package/node_modules/@typescript-eslint/scope-manager/dist/scope/SwitchScope.d.ts.map +1 -0
  984. package/node_modules/@typescript-eslint/scope-manager/dist/scope/SwitchScope.js +12 -0
  985. package/node_modules/@typescript-eslint/scope-manager/dist/scope/SwitchScope.js.map +1 -0
  986. package/node_modules/@typescript-eslint/scope-manager/dist/scope/TSEnumScope.d.ts +10 -0
  987. package/node_modules/@typescript-eslint/scope-manager/dist/scope/TSEnumScope.d.ts.map +1 -0
  988. package/node_modules/@typescript-eslint/scope-manager/dist/scope/TSEnumScope.js +12 -0
  989. package/node_modules/@typescript-eslint/scope-manager/dist/scope/TSEnumScope.js.map +1 -0
  990. package/node_modules/@typescript-eslint/scope-manager/dist/scope/TSModuleScope.d.ts +10 -0
  991. package/node_modules/@typescript-eslint/scope-manager/dist/scope/TSModuleScope.d.ts.map +1 -0
  992. package/node_modules/@typescript-eslint/scope-manager/dist/scope/TSModuleScope.js +12 -0
  993. package/node_modules/@typescript-eslint/scope-manager/dist/scope/TSModuleScope.js.map +1 -0
  994. package/node_modules/@typescript-eslint/scope-manager/dist/scope/TypeScope.d.ts +10 -0
  995. package/node_modules/@typescript-eslint/scope-manager/dist/scope/TypeScope.d.ts.map +1 -0
  996. package/node_modules/@typescript-eslint/scope-manager/dist/scope/TypeScope.js +12 -0
  997. package/node_modules/@typescript-eslint/scope-manager/dist/scope/TypeScope.js.map +1 -0
  998. package/node_modules/@typescript-eslint/scope-manager/dist/scope/WithScope.d.ts +11 -0
  999. package/node_modules/@typescript-eslint/scope-manager/dist/scope/WithScope.d.ts.map +1 -0
  1000. package/node_modules/@typescript-eslint/scope-manager/dist/scope/WithScope.js +25 -0
  1001. package/node_modules/@typescript-eslint/scope-manager/dist/scope/WithScope.js.map +1 -0
  1002. package/node_modules/@typescript-eslint/scope-manager/dist/scope/index.d.ts +20 -0
  1003. package/node_modules/@typescript-eslint/scope-manager/dist/scope/index.d.ts.map +1 -0
  1004. package/node_modules/@typescript-eslint/scope-manager/dist/scope/index.js +32 -0
  1005. package/node_modules/@typescript-eslint/scope-manager/dist/scope/index.js.map +1 -0
  1006. package/node_modules/@typescript-eslint/scope-manager/dist/variable/ESLintScopeVariable.d.ts +34 -0
  1007. package/node_modules/@typescript-eslint/scope-manager/dist/variable/ESLintScopeVariable.d.ts.map +1 -0
  1008. package/node_modules/@typescript-eslint/scope-manager/dist/variable/ESLintScopeVariable.js +12 -0
  1009. package/node_modules/@typescript-eslint/scope-manager/dist/variable/ESLintScopeVariable.js.map +1 -0
  1010. package/node_modules/@typescript-eslint/scope-manager/dist/variable/ImplicitLibVariable.d.ts +25 -0
  1011. package/node_modules/@typescript-eslint/scope-manager/dist/variable/ImplicitLibVariable.d.ts.map +1 -0
  1012. package/node_modules/@typescript-eslint/scope-manager/dist/variable/ImplicitLibVariable.js +19 -0
  1013. package/node_modules/@typescript-eslint/scope-manager/dist/variable/ImplicitLibVariable.js.map +1 -0
  1014. package/node_modules/@typescript-eslint/scope-manager/dist/variable/Variable.d.ts +18 -0
  1015. package/node_modules/@typescript-eslint/scope-manager/dist/variable/Variable.d.ts.map +1 -0
  1016. package/node_modules/@typescript-eslint/scope-manager/dist/variable/Variable.js +33 -0
  1017. package/node_modules/@typescript-eslint/scope-manager/dist/variable/Variable.js.map +1 -0
  1018. package/node_modules/@typescript-eslint/scope-manager/dist/variable/VariableBase.d.ts +44 -0
  1019. package/node_modules/@typescript-eslint/scope-manager/dist/variable/VariableBase.d.ts.map +1 -0
  1020. package/node_modules/@typescript-eslint/scope-manager/dist/variable/VariableBase.js +39 -0
  1021. package/node_modules/@typescript-eslint/scope-manager/dist/variable/VariableBase.js.map +1 -0
  1022. package/node_modules/@typescript-eslint/scope-manager/dist/variable/index.d.ts +4 -0
  1023. package/node_modules/@typescript-eslint/scope-manager/dist/variable/index.d.ts.map +1 -0
  1024. package/node_modules/@typescript-eslint/scope-manager/dist/variable/index.js +10 -0
  1025. package/node_modules/@typescript-eslint/scope-manager/dist/variable/index.js.map +1 -0
  1026. package/node_modules/@typescript-eslint/scope-manager/package.json +68 -0
  1027. package/node_modules/@typescript-eslint/type-utils/LICENSE +21 -0
  1028. package/node_modules/@typescript-eslint/type-utils/README.md +15 -0
  1029. package/node_modules/@typescript-eslint/type-utils/dist/containsAllTypesByName.d.ts +8 -0
  1030. package/node_modules/@typescript-eslint/type-utils/dist/containsAllTypesByName.d.ts.map +1 -0
  1031. package/node_modules/@typescript-eslint/type-utils/dist/containsAllTypesByName.js +51 -0
  1032. package/node_modules/@typescript-eslint/type-utils/dist/containsAllTypesByName.js.map +1 -0
  1033. package/node_modules/@typescript-eslint/type-utils/dist/getConstrainedTypeAtLocation.d.ts +6 -0
  1034. package/node_modules/@typescript-eslint/type-utils/dist/getConstrainedTypeAtLocation.d.ts.map +1 -0
  1035. package/node_modules/@typescript-eslint/type-utils/dist/getConstrainedTypeAtLocation.js +13 -0
  1036. package/node_modules/@typescript-eslint/type-utils/dist/getConstrainedTypeAtLocation.js.map +1 -0
  1037. package/node_modules/@typescript-eslint/type-utils/dist/getContextualType.d.ts +8 -0
  1038. package/node_modules/@typescript-eslint/type-utils/dist/getContextualType.d.ts.map +1 -0
  1039. package/node_modules/@typescript-eslint/type-utils/dist/getContextualType.js +66 -0
  1040. package/node_modules/@typescript-eslint/type-utils/dist/getContextualType.js.map +1 -0
  1041. package/node_modules/@typescript-eslint/type-utils/dist/getDeclaration.d.ts +6 -0
  1042. package/node_modules/@typescript-eslint/type-utils/dist/getDeclaration.d.ts.map +1 -0
  1043. package/node_modules/@typescript-eslint/type-utils/dist/getDeclaration.js +17 -0
  1044. package/node_modules/@typescript-eslint/type-utils/dist/getDeclaration.js.map +1 -0
  1045. package/node_modules/@typescript-eslint/type-utils/dist/getSourceFileOfNode.d.ts +6 -0
  1046. package/node_modules/@typescript-eslint/type-utils/dist/getSourceFileOfNode.d.ts.map +1 -0
  1047. package/node_modules/@typescript-eslint/type-utils/dist/getSourceFileOfNode.js +34 -0
  1048. package/node_modules/@typescript-eslint/type-utils/dist/getSourceFileOfNode.js.map +1 -0
  1049. package/node_modules/@typescript-eslint/type-utils/dist/getTokenAtPosition.d.ts +3 -0
  1050. package/node_modules/@typescript-eslint/type-utils/dist/getTokenAtPosition.d.ts.map +1 -0
  1051. package/node_modules/@typescript-eslint/type-utils/dist/getTokenAtPosition.js +47 -0
  1052. package/node_modules/@typescript-eslint/type-utils/dist/getTokenAtPosition.js.map +1 -0
  1053. package/node_modules/@typescript-eslint/type-utils/dist/getTypeArguments.d.ts +3 -0
  1054. package/node_modules/@typescript-eslint/type-utils/dist/getTypeArguments.d.ts.map +1 -0
  1055. package/node_modules/@typescript-eslint/type-utils/dist/getTypeArguments.js +13 -0
  1056. package/node_modules/@typescript-eslint/type-utils/dist/getTypeArguments.js.map +1 -0
  1057. package/node_modules/@typescript-eslint/type-utils/dist/getTypeName.d.ts +8 -0
  1058. package/node_modules/@typescript-eslint/type-utils/dist/getTypeName.d.ts.map +1 -0
  1059. package/node_modules/@typescript-eslint/type-utils/dist/getTypeName.js +70 -0
  1060. package/node_modules/@typescript-eslint/type-utils/dist/getTypeName.js.map +1 -0
  1061. package/node_modules/@typescript-eslint/type-utils/dist/index.d.ts +15 -0
  1062. package/node_modules/@typescript-eslint/type-utils/dist/index.d.ts.map +1 -0
  1063. package/node_modules/@typescript-eslint/type-utils/dist/index.js +27 -0
  1064. package/node_modules/@typescript-eslint/type-utils/dist/index.js.map +1 -0
  1065. package/node_modules/@typescript-eslint/type-utils/dist/isTypeReadonly.d.ts +20 -0
  1066. package/node_modules/@typescript-eslint/type-utils/dist/isTypeReadonly.d.ts.map +1 -0
  1067. package/node_modules/@typescript-eslint/type-utils/dist/isTypeReadonly.js +205 -0
  1068. package/node_modules/@typescript-eslint/type-utils/dist/isTypeReadonly.js.map +1 -0
  1069. package/node_modules/@typescript-eslint/type-utils/dist/isUnsafeAssignment.d.ts +17 -0
  1070. package/node_modules/@typescript-eslint/type-utils/dist/isUnsafeAssignment.d.ts.map +1 -0
  1071. package/node_modules/@typescript-eslint/type-utils/dist/isUnsafeAssignment.js +71 -0
  1072. package/node_modules/@typescript-eslint/type-utils/dist/isUnsafeAssignment.js.map +1 -0
  1073. package/node_modules/@typescript-eslint/type-utils/dist/predicates.d.ts +45 -0
  1074. package/node_modules/@typescript-eslint/type-utils/dist/predicates.d.ts.map +1 -0
  1075. package/node_modules/@typescript-eslint/type-utils/dist/predicates.js +145 -0
  1076. package/node_modules/@typescript-eslint/type-utils/dist/predicates.js.map +1 -0
  1077. package/node_modules/@typescript-eslint/type-utils/dist/propertyTypes.d.ts +4 -0
  1078. package/node_modules/@typescript-eslint/type-utils/dist/propertyTypes.d.ts.map +1 -0
  1079. package/node_modules/@typescript-eslint/type-utils/dist/propertyTypes.js +23 -0
  1080. package/node_modules/@typescript-eslint/type-utils/dist/propertyTypes.js.map +1 -0
  1081. package/node_modules/@typescript-eslint/type-utils/dist/requiresQuoting.d.ts +4 -0
  1082. package/node_modules/@typescript-eslint/type-utils/dist/requiresQuoting.d.ts.map +1 -0
  1083. package/node_modules/@typescript-eslint/type-utils/dist/requiresQuoting.js +39 -0
  1084. package/node_modules/@typescript-eslint/type-utils/dist/requiresQuoting.js.map +1 -0
  1085. package/node_modules/@typescript-eslint/type-utils/dist/typeFlagUtils.d.ts +11 -0
  1086. package/node_modules/@typescript-eslint/type-utils/dist/typeFlagUtils.d.ts.map +1 -0
  1087. package/node_modules/@typescript-eslint/type-utils/dist/typeFlagUtils.js +48 -0
  1088. package/node_modules/@typescript-eslint/type-utils/dist/typeFlagUtils.js.map +1 -0
  1089. package/node_modules/@typescript-eslint/type-utils/package.json +70 -0
  1090. package/node_modules/@typescript-eslint/types/LICENSE +21 -0
  1091. package/node_modules/@typescript-eslint/types/README.md +17 -0
  1092. package/node_modules/@typescript-eslint/types/dist/ast-spec.d.ts +1384 -0
  1093. package/node_modules/@typescript-eslint/types/dist/ast-spec.d.ts.map +1 -0
  1094. package/node_modules/@typescript-eslint/types/dist/ast-spec.js +198 -0
  1095. package/node_modules/@typescript-eslint/types/dist/ast-spec.js.map +1 -0
  1096. package/node_modules/@typescript-eslint/types/dist/index.d.ts +6 -0
  1097. package/node_modules/@typescript-eslint/types/dist/index.d.ts.map +1 -0
  1098. package/node_modules/@typescript-eslint/types/dist/index.js +21 -0
  1099. package/node_modules/@typescript-eslint/types/dist/index.js.map +1 -0
  1100. package/node_modules/@typescript-eslint/types/dist/lib.d.ts +3 -0
  1101. package/node_modules/@typescript-eslint/types/dist/lib.d.ts.map +1 -0
  1102. package/node_modules/@typescript-eslint/types/dist/lib.js +6 -0
  1103. package/node_modules/@typescript-eslint/types/dist/lib.js.map +1 -0
  1104. package/node_modules/@typescript-eslint/types/dist/parser-options.d.ts +35 -0
  1105. package/node_modules/@typescript-eslint/types/dist/parser-options.d.ts.map +1 -0
  1106. package/node_modules/@typescript-eslint/types/dist/parser-options.js +3 -0
  1107. package/node_modules/@typescript-eslint/types/dist/parser-options.js.map +1 -0
  1108. package/node_modules/@typescript-eslint/types/dist/ts-estree.d.ts +8 -0
  1109. package/node_modules/@typescript-eslint/types/dist/ts-estree.d.ts.map +1 -0
  1110. package/node_modules/@typescript-eslint/types/dist/ts-estree.js +24 -0
  1111. package/node_modules/@typescript-eslint/types/dist/ts-estree.js.map +1 -0
  1112. package/node_modules/@typescript-eslint/types/package.json +56 -0
  1113. package/node_modules/@typescript-eslint/typescript-estree/LICENSE +26 -0
  1114. package/node_modules/@typescript-eslint/typescript-estree/README.md +383 -0
  1115. package/node_modules/@typescript-eslint/typescript-estree/dist/ast-converter.d.ts +9 -0
  1116. package/node_modules/@typescript-eslint/typescript-estree/dist/ast-converter.d.ts.map +1 -0
  1117. package/node_modules/@typescript-eslint/typescript-estree/dist/ast-converter.js +60 -0
  1118. package/node_modules/@typescript-eslint/typescript-estree/dist/ast-converter.js.map +1 -0
  1119. package/node_modules/@typescript-eslint/typescript-estree/dist/convert-comments.d.ts +11 -0
  1120. package/node_modules/@typescript-eslint/typescript-estree/dist/convert-comments.d.ts.map +1 -0
  1121. package/node_modules/@typescript-eslint/typescript-estree/dist/convert-comments.js +59 -0
  1122. package/node_modules/@typescript-eslint/typescript-estree/dist/convert-comments.js.map +1 -0
  1123. package/node_modules/@typescript-eslint/typescript-estree/dist/convert.d.ts +157 -0
  1124. package/node_modules/@typescript-eslint/typescript-estree/dist/convert.d.ts.map +1 -0
  1125. package/node_modules/@typescript-eslint/typescript-estree/dist/convert.js +2299 -0
  1126. package/node_modules/@typescript-eslint/typescript-estree/dist/convert.js.map +1 -0
  1127. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/WatchCompilerHostOfConfigFile.d.ts +13 -0
  1128. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/WatchCompilerHostOfConfigFile.d.ts.map +1 -0
  1129. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/WatchCompilerHostOfConfigFile.js +6 -0
  1130. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/WatchCompilerHostOfConfigFile.js.map +1 -0
  1131. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createDefaultProgram.d.ts +12 -0
  1132. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createDefaultProgram.d.ts.map +1 -0
  1133. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createDefaultProgram.js +62 -0
  1134. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createDefaultProgram.js.map +1 -0
  1135. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createIsolatedProgram.d.ts +9 -0
  1136. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createIsolatedProgram.d.ts.map +1 -0
  1137. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createIsolatedProgram.js +78 -0
  1138. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createIsolatedProgram.js.map +1 -0
  1139. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createProjectProgram.d.ts +11 -0
  1140. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createProjectProgram.d.ts.map +1 -0
  1141. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createProjectProgram.js +61 -0
  1142. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createProjectProgram.js.map +1 -0
  1143. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createSourceFile.d.ts +5 -0
  1144. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createSourceFile.d.ts.map +1 -0
  1145. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createSourceFile.js +36 -0
  1146. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createSourceFile.js.map +1 -0
  1147. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createWatchProgram.d.ts +19 -0
  1148. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createWatchProgram.d.ts.map +1 -0
  1149. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createWatchProgram.js +410 -0
  1150. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createWatchProgram.js.map +1 -0
  1151. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/shared.d.ts +23 -0
  1152. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/shared.d.ts.map +1 -0
  1153. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/shared.js +127 -0
  1154. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/shared.js.map +1 -0
  1155. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/useProvidedPrograms.d.ts +13 -0
  1156. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/useProvidedPrograms.d.ts.map +1 -0
  1157. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/useProvidedPrograms.js +89 -0
  1158. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/useProvidedPrograms.js.map +1 -0
  1159. package/node_modules/@typescript-eslint/typescript-estree/dist/index.d.ts +9 -0
  1160. package/node_modules/@typescript-eslint/typescript-estree/dist/index.d.ts.map +1 -0
  1161. package/node_modules/@typescript-eslint/typescript-estree/dist/index.js +32 -0
  1162. package/node_modules/@typescript-eslint/typescript-estree/dist/index.js.map +1 -0
  1163. package/node_modules/@typescript-eslint/typescript-estree/dist/jsx/xhtml-entities.d.ts +2 -0
  1164. package/node_modules/@typescript-eslint/typescript-estree/dist/jsx/xhtml-entities.d.ts.map +1 -0
  1165. package/node_modules/@typescript-eslint/typescript-estree/dist/jsx/xhtml-entities.js +259 -0
  1166. package/node_modules/@typescript-eslint/typescript-estree/dist/jsx/xhtml-entities.js.map +1 -0
  1167. package/node_modules/@typescript-eslint/typescript-estree/dist/node-utils.d.ts +224 -0
  1168. package/node_modules/@typescript-eslint/typescript-estree/dist/node-utils.d.ts.map +1 -0
  1169. package/node_modules/@typescript-eslint/typescript-estree/dist/node-utils.js +559 -0
  1170. package/node_modules/@typescript-eslint/typescript-estree/dist/node-utils.js.map +1 -0
  1171. package/node_modules/@typescript-eslint/typescript-estree/dist/parser-options.d.ts +188 -0
  1172. package/node_modules/@typescript-eslint/typescript-estree/dist/parser-options.d.ts.map +1 -0
  1173. package/node_modules/@typescript-eslint/typescript-estree/dist/parser-options.js +3 -0
  1174. package/node_modules/@typescript-eslint/typescript-estree/dist/parser-options.js.map +1 -0
  1175. package/node_modules/@typescript-eslint/typescript-estree/dist/parser.d.ts +25 -0
  1176. package/node_modules/@typescript-eslint/typescript-estree/dist/parser.d.ts.map +1 -0
  1177. package/node_modules/@typescript-eslint/typescript-estree/dist/parser.js +522 -0
  1178. package/node_modules/@typescript-eslint/typescript-estree/dist/parser.js.map +1 -0
  1179. package/node_modules/@typescript-eslint/typescript-estree/dist/semantic-or-syntactic-errors.d.ts +13 -0
  1180. package/node_modules/@typescript-eslint/typescript-estree/dist/semantic-or-syntactic-errors.d.ts.map +1 -0
  1181. package/node_modules/@typescript-eslint/typescript-estree/dist/semantic-or-syntactic-errors.js +93 -0
  1182. package/node_modules/@typescript-eslint/typescript-estree/dist/semantic-or-syntactic-errors.js.map +1 -0
  1183. package/node_modules/@typescript-eslint/typescript-estree/dist/simple-traverse.d.ts +9 -0
  1184. package/node_modules/@typescript-eslint/typescript-estree/dist/simple-traverse.d.ts.map +1 -0
  1185. package/node_modules/@typescript-eslint/typescript-estree/dist/simple-traverse.js +54 -0
  1186. package/node_modules/@typescript-eslint/typescript-estree/dist/simple-traverse.js.map +1 -0
  1187. package/node_modules/@typescript-eslint/typescript-estree/dist/ts-estree/estree-to-ts-node-types.d.ts +174 -0
  1188. package/node_modules/@typescript-eslint/typescript-estree/dist/ts-estree/estree-to-ts-node-types.d.ts.map +1 -0
  1189. package/node_modules/@typescript-eslint/typescript-estree/dist/ts-estree/estree-to-ts-node-types.js +4 -0
  1190. package/node_modules/@typescript-eslint/typescript-estree/dist/ts-estree/estree-to-ts-node-types.js.map +1 -0
  1191. package/node_modules/@typescript-eslint/typescript-estree/dist/ts-estree/index.d.ts +4 -0
  1192. package/node_modules/@typescript-eslint/typescript-estree/dist/ts-estree/index.d.ts.map +1 -0
  1193. package/node_modules/@typescript-eslint/typescript-estree/dist/ts-estree/index.js +21 -0
  1194. package/node_modules/@typescript-eslint/typescript-estree/dist/ts-estree/index.js.map +1 -0
  1195. package/node_modules/@typescript-eslint/typescript-estree/dist/ts-estree/ts-nodes.d.ts +18 -0
  1196. package/node_modules/@typescript-eslint/typescript-estree/dist/ts-estree/ts-nodes.d.ts.map +1 -0
  1197. package/node_modules/@typescript-eslint/typescript-estree/dist/ts-estree/ts-nodes.js +3 -0
  1198. package/node_modules/@typescript-eslint/typescript-estree/dist/ts-estree/ts-nodes.js.map +1 -0
  1199. package/node_modules/@typescript-eslint/typescript-estree/dist/version-check.d.ts +3 -0
  1200. package/node_modules/@typescript-eslint/typescript-estree/dist/version-check.d.ts.map +1 -0
  1201. package/node_modules/@typescript-eslint/typescript-estree/dist/version-check.js +42 -0
  1202. package/node_modules/@typescript-eslint/typescript-estree/dist/version-check.js.map +1 -0
  1203. package/node_modules/@typescript-eslint/typescript-estree/node_modules/globby/gitignore.js +120 -0
  1204. package/node_modules/@typescript-eslint/typescript-estree/node_modules/globby/index.d.ts +186 -0
  1205. package/node_modules/@typescript-eslint/typescript-estree/node_modules/globby/index.js +181 -0
  1206. package/node_modules/@typescript-eslint/typescript-estree/node_modules/globby/license +9 -0
  1207. package/node_modules/@typescript-eslint/typescript-estree/node_modules/globby/package.json +82 -0
  1208. package/node_modules/@typescript-eslint/typescript-estree/node_modules/globby/readme.md +170 -0
  1209. package/node_modules/@typescript-eslint/typescript-estree/node_modules/globby/stream-utils.js +46 -0
  1210. package/node_modules/@typescript-eslint/typescript-estree/node_modules/ignore/LICENSE-MIT +21 -0
  1211. package/node_modules/@typescript-eslint/typescript-estree/node_modules/ignore/README.md +412 -0
  1212. package/node_modules/@typescript-eslint/typescript-estree/node_modules/ignore/index.d.ts +61 -0
  1213. package/node_modules/@typescript-eslint/typescript-estree/node_modules/ignore/index.js +603 -0
  1214. package/node_modules/@typescript-eslint/typescript-estree/node_modules/ignore/legacy.js +498 -0
  1215. package/node_modules/@typescript-eslint/typescript-estree/node_modules/ignore/package.json +71 -0
  1216. package/node_modules/@typescript-eslint/typescript-estree/node_modules/slash/index.d.ts +25 -0
  1217. package/node_modules/@typescript-eslint/typescript-estree/node_modules/slash/index.js +11 -0
  1218. package/node_modules/@typescript-eslint/typescript-estree/node_modules/slash/license +9 -0
  1219. package/node_modules/@typescript-eslint/typescript-estree/node_modules/slash/package.json +35 -0
  1220. package/node_modules/@typescript-eslint/typescript-estree/node_modules/slash/readme.md +44 -0
  1221. package/node_modules/@typescript-eslint/typescript-estree/package.json +86 -0
  1222. package/node_modules/@typescript-eslint/utils/LICENSE +21 -0
  1223. package/node_modules/@typescript-eslint/utils/README.md +27 -0
  1224. package/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/PatternMatcher.d.ts +48 -0
  1225. package/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/PatternMatcher.d.ts.map +1 -0
  1226. package/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/PatternMatcher.js +32 -0
  1227. package/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/PatternMatcher.js.map +1 -0
  1228. package/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/ReferenceTracker.d.ts +76 -0
  1229. package/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/ReferenceTracker.d.ts.map +1 -0
  1230. package/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/ReferenceTracker.js +36 -0
  1231. package/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/ReferenceTracker.js.map +1 -0
  1232. package/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/astUtilities.d.ts +76 -0
  1233. package/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/astUtilities.d.ts.map +1 -0
  1234. package/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/astUtilities.js +95 -0
  1235. package/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/astUtilities.js.map +1 -0
  1236. package/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/index.d.ts +6 -0
  1237. package/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/index.d.ts.map +1 -0
  1238. package/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/index.js +18 -0
  1239. package/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/index.js.map +1 -0
  1240. package/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/predicates.d.ts +32 -0
  1241. package/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/predicates.d.ts.map +1 -0
  1242. package/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/predicates.js +68 -0
  1243. package/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/predicates.js.map +1 -0
  1244. package/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/scopeAnalysis.d.ts +18 -0
  1245. package/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/scopeAnalysis.d.ts.map +1 -0
  1246. package/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/scopeAnalysis.js +40 -0
  1247. package/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/scopeAnalysis.js.map +1 -0
  1248. package/node_modules/@typescript-eslint/utils/dist/ast-utils/helpers.d.ts +18 -0
  1249. package/node_modules/@typescript-eslint/utils/dist/ast-utils/helpers.d.ts.map +1 -0
  1250. package/node_modules/@typescript-eslint/utils/dist/ast-utils/helpers.js +20 -0
  1251. package/node_modules/@typescript-eslint/utils/dist/ast-utils/helpers.js.map +1 -0
  1252. package/node_modules/@typescript-eslint/utils/dist/ast-utils/index.d.ts +4 -0
  1253. package/node_modules/@typescript-eslint/utils/dist/ast-utils/index.d.ts.map +1 -0
  1254. package/node_modules/@typescript-eslint/utils/dist/ast-utils/index.js +16 -0
  1255. package/node_modules/@typescript-eslint/utils/dist/ast-utils/index.js.map +1 -0
  1256. package/node_modules/@typescript-eslint/utils/dist/ast-utils/misc.d.ts +8 -0
  1257. package/node_modules/@typescript-eslint/utils/dist/ast-utils/misc.d.ts.map +1 -0
  1258. package/node_modules/@typescript-eslint/utils/dist/ast-utils/misc.js +13 -0
  1259. package/node_modules/@typescript-eslint/utils/dist/ast-utils/misc.js.map +1 -0
  1260. package/node_modules/@typescript-eslint/utils/dist/ast-utils/predicates.d.ts +180 -0
  1261. package/node_modules/@typescript-eslint/utils/dist/ast-utils/predicates.d.ts.map +1 -0
  1262. package/node_modules/@typescript-eslint/utils/dist/ast-utils/predicates.js +125 -0
  1263. package/node_modules/@typescript-eslint/utils/dist/ast-utils/predicates.js.map +1 -0
  1264. package/node_modules/@typescript-eslint/utils/dist/eslint-utils/InferTypesFromRule.d.ts +11 -0
  1265. package/node_modules/@typescript-eslint/utils/dist/eslint-utils/InferTypesFromRule.d.ts.map +1 -0
  1266. package/node_modules/@typescript-eslint/utils/dist/eslint-utils/InferTypesFromRule.js +3 -0
  1267. package/node_modules/@typescript-eslint/utils/dist/eslint-utils/InferTypesFromRule.js.map +1 -0
  1268. package/node_modules/@typescript-eslint/utils/dist/eslint-utils/RuleCreator.d.ts +35 -0
  1269. package/node_modules/@typescript-eslint/utils/dist/eslint-utils/RuleCreator.d.ts.map +1 -0
  1270. package/node_modules/@typescript-eslint/utils/dist/eslint-utils/RuleCreator.js +47 -0
  1271. package/node_modules/@typescript-eslint/utils/dist/eslint-utils/RuleCreator.js.map +1 -0
  1272. package/node_modules/@typescript-eslint/utils/dist/eslint-utils/RuleTester.d.ts +18 -0
  1273. package/node_modules/@typescript-eslint/utils/dist/eslint-utils/RuleTester.d.ts.map +1 -0
  1274. package/node_modules/@typescript-eslint/utils/dist/eslint-utils/RuleTester.js +127 -0
  1275. package/node_modules/@typescript-eslint/utils/dist/eslint-utils/RuleTester.js.map +1 -0
  1276. package/node_modules/@typescript-eslint/utils/dist/eslint-utils/applyDefault.d.ts +10 -0
  1277. package/node_modules/@typescript-eslint/utils/dist/eslint-utils/applyDefault.d.ts.map +1 -0
  1278. package/node_modules/@typescript-eslint/utils/dist/eslint-utils/applyDefault.js +32 -0
  1279. package/node_modules/@typescript-eslint/utils/dist/eslint-utils/applyDefault.js.map +1 -0
  1280. package/node_modules/@typescript-eslint/utils/dist/eslint-utils/batchedSingleLineTests.d.ts +24 -0
  1281. package/node_modules/@typescript-eslint/utils/dist/eslint-utils/batchedSingleLineTests.d.ts.map +1 -0
  1282. package/node_modules/@typescript-eslint/utils/dist/eslint-utils/batchedSingleLineTests.js +26 -0
  1283. package/node_modules/@typescript-eslint/utils/dist/eslint-utils/batchedSingleLineTests.js.map +1 -0
  1284. package/node_modules/@typescript-eslint/utils/dist/eslint-utils/deepMerge.d.ts +17 -0
  1285. package/node_modules/@typescript-eslint/utils/dist/eslint-utils/deepMerge.d.ts.map +1 -0
  1286. package/node_modules/@typescript-eslint/utils/dist/eslint-utils/deepMerge.js +48 -0
  1287. package/node_modules/@typescript-eslint/utils/dist/eslint-utils/deepMerge.js.map +1 -0
  1288. package/node_modules/@typescript-eslint/utils/dist/eslint-utils/getParserServices.d.ts +8 -0
  1289. package/node_modules/@typescript-eslint/utils/dist/eslint-utils/getParserServices.d.ts.map +1 -0
  1290. package/node_modules/@typescript-eslint/utils/dist/eslint-utils/getParserServices.js +28 -0
  1291. package/node_modules/@typescript-eslint/utils/dist/eslint-utils/getParserServices.js.map +1 -0
  1292. package/node_modules/@typescript-eslint/utils/dist/eslint-utils/index.d.ts +9 -0
  1293. package/node_modules/@typescript-eslint/utils/dist/eslint-utils/index.d.ts.map +1 -0
  1294. package/node_modules/@typescript-eslint/utils/dist/eslint-utils/index.js +21 -0
  1295. package/node_modules/@typescript-eslint/utils/dist/eslint-utils/index.js.map +1 -0
  1296. package/node_modules/@typescript-eslint/utils/dist/eslint-utils/nullThrows.d.ts +14 -0
  1297. package/node_modules/@typescript-eslint/utils/dist/eslint-utils/nullThrows.d.ts.map +1 -0
  1298. package/node_modules/@typescript-eslint/utils/dist/eslint-utils/nullThrows.js +28 -0
  1299. package/node_modules/@typescript-eslint/utils/dist/eslint-utils/nullThrows.js.map +1 -0
  1300. package/node_modules/@typescript-eslint/utils/dist/index.d.ts +8 -0
  1301. package/node_modules/@typescript-eslint/utils/dist/index.d.ts.map +1 -0
  1302. package/node_modules/@typescript-eslint/utils/dist/index.js +37 -0
  1303. package/node_modules/@typescript-eslint/utils/dist/index.js.map +1 -0
  1304. package/node_modules/@typescript-eslint/utils/dist/json-schema.d.ts +2 -0
  1305. package/node_modules/@typescript-eslint/utils/dist/json-schema.d.ts.map +1 -0
  1306. package/node_modules/@typescript-eslint/utils/dist/json-schema.js +6 -0
  1307. package/node_modules/@typescript-eslint/utils/dist/json-schema.js.map +1 -0
  1308. package/node_modules/@typescript-eslint/utils/dist/ts-eslint/AST.d.ts +9 -0
  1309. package/node_modules/@typescript-eslint/utils/dist/ts-eslint/AST.d.ts.map +1 -0
  1310. package/node_modules/@typescript-eslint/utils/dist/ts-eslint/AST.js +4 -0
  1311. package/node_modules/@typescript-eslint/utils/dist/ts-eslint/AST.js.map +1 -0
  1312. package/node_modules/@typescript-eslint/utils/dist/ts-eslint/CLIEngine.d.ts +137 -0
  1313. package/node_modules/@typescript-eslint/utils/dist/ts-eslint/CLIEngine.d.ts.map +1 -0
  1314. package/node_modules/@typescript-eslint/utils/dist/ts-eslint/CLIEngine.js +17 -0
  1315. package/node_modules/@typescript-eslint/utils/dist/ts-eslint/CLIEngine.js.map +1 -0
  1316. package/node_modules/@typescript-eslint/utils/dist/ts-eslint/ESLint.d.ts +338 -0
  1317. package/node_modules/@typescript-eslint/utils/dist/ts-eslint/ESLint.d.ts.map +1 -0
  1318. package/node_modules/@typescript-eslint/utils/dist/ts-eslint/ESLint.js +23 -0
  1319. package/node_modules/@typescript-eslint/utils/dist/ts-eslint/ESLint.js.map +1 -0
  1320. package/node_modules/@typescript-eslint/utils/dist/ts-eslint/Linter.d.ts +323 -0
  1321. package/node_modules/@typescript-eslint/utils/dist/ts-eslint/Linter.d.ts.map +1 -0
  1322. package/node_modules/@typescript-eslint/utils/dist/ts-eslint/Linter.js +14 -0
  1323. package/node_modules/@typescript-eslint/utils/dist/ts-eslint/Linter.js.map +1 -0
  1324. package/node_modules/@typescript-eslint/utils/dist/ts-eslint/ParserOptions.d.ts +2 -0
  1325. package/node_modules/@typescript-eslint/utils/dist/ts-eslint/ParserOptions.d.ts.map +1 -0
  1326. package/node_modules/@typescript-eslint/utils/dist/ts-eslint/ParserOptions.js +3 -0
  1327. package/node_modules/@typescript-eslint/utils/dist/ts-eslint/ParserOptions.js.map +1 -0
  1328. package/node_modules/@typescript-eslint/utils/dist/ts-eslint/Rule.d.ts +389 -0
  1329. package/node_modules/@typescript-eslint/utils/dist/ts-eslint/Rule.d.ts.map +1 -0
  1330. package/node_modules/@typescript-eslint/utils/dist/ts-eslint/Rule.js +3 -0
  1331. package/node_modules/@typescript-eslint/utils/dist/ts-eslint/Rule.js.map +1 -0
  1332. package/node_modules/@typescript-eslint/utils/dist/ts-eslint/RuleTester.d.ts +152 -0
  1333. package/node_modules/@typescript-eslint/utils/dist/ts-eslint/RuleTester.d.ts.map +1 -0
  1334. package/node_modules/@typescript-eslint/utils/dist/ts-eslint/RuleTester.js +8 -0
  1335. package/node_modules/@typescript-eslint/utils/dist/ts-eslint/RuleTester.js.map +1 -0
  1336. package/node_modules/@typescript-eslint/utils/dist/ts-eslint/Scope.d.ts +44 -0
  1337. package/node_modules/@typescript-eslint/utils/dist/ts-eslint/Scope.d.ts.map +1 -0
  1338. package/node_modules/@typescript-eslint/utils/dist/ts-eslint/Scope.js +31 -0
  1339. package/node_modules/@typescript-eslint/utils/dist/ts-eslint/Scope.js.map +1 -0
  1340. package/node_modules/@typescript-eslint/utils/dist/ts-eslint/SourceCode.d.ts +343 -0
  1341. package/node_modules/@typescript-eslint/utils/dist/ts-eslint/SourceCode.d.ts.map +1 -0
  1342. package/node_modules/@typescript-eslint/utils/dist/ts-eslint/SourceCode.js +9 -0
  1343. package/node_modules/@typescript-eslint/utils/dist/ts-eslint/SourceCode.js.map +1 -0
  1344. package/node_modules/@typescript-eslint/utils/dist/ts-eslint/index.d.ts +10 -0
  1345. package/node_modules/@typescript-eslint/utils/dist/ts-eslint/index.d.ts.map +1 -0
  1346. package/node_modules/@typescript-eslint/utils/dist/ts-eslint/index.js +22 -0
  1347. package/node_modules/@typescript-eslint/utils/dist/ts-eslint/index.js.map +1 -0
  1348. package/node_modules/@typescript-eslint/utils/dist/ts-eslint-scope/Definition.d.ts +19 -0
  1349. package/node_modules/@typescript-eslint/utils/dist/ts-eslint-scope/Definition.d.ts.map +1 -0
  1350. package/node_modules/@typescript-eslint/utils/dist/ts-eslint-scope/Definition.js +9 -0
  1351. package/node_modules/@typescript-eslint/utils/dist/ts-eslint-scope/Definition.js.map +1 -0
  1352. package/node_modules/@typescript-eslint/utils/dist/ts-eslint-scope/Options.d.ts +15 -0
  1353. package/node_modules/@typescript-eslint/utils/dist/ts-eslint-scope/Options.d.ts.map +1 -0
  1354. package/node_modules/@typescript-eslint/utils/dist/ts-eslint-scope/Options.js +3 -0
  1355. package/node_modules/@typescript-eslint/utils/dist/ts-eslint-scope/Options.js.map +1 -0
  1356. package/node_modules/@typescript-eslint/utils/dist/ts-eslint-scope/PatternVisitor.d.ts +25 -0
  1357. package/node_modules/@typescript-eslint/utils/dist/ts-eslint-scope/PatternVisitor.d.ts.map +1 -0
  1358. package/node_modules/@typescript-eslint/utils/dist/ts-eslint-scope/PatternVisitor.js +10 -0
  1359. package/node_modules/@typescript-eslint/utils/dist/ts-eslint-scope/PatternVisitor.js.map +1 -0
  1360. package/node_modules/@typescript-eslint/utils/dist/ts-eslint-scope/Reference.d.ts +28 -0
  1361. package/node_modules/@typescript-eslint/utils/dist/ts-eslint-scope/Reference.d.ts.map +1 -0
  1362. package/node_modules/@typescript-eslint/utils/dist/ts-eslint-scope/Reference.js +10 -0
  1363. package/node_modules/@typescript-eslint/utils/dist/ts-eslint-scope/Reference.js.map +1 -0
  1364. package/node_modules/@typescript-eslint/utils/dist/ts-eslint-scope/Referencer.d.ts +55 -0
  1365. package/node_modules/@typescript-eslint/utils/dist/ts-eslint-scope/Referencer.d.ts.map +1 -0
  1366. package/node_modules/@typescript-eslint/utils/dist/ts-eslint-scope/Referencer.js +11 -0
  1367. package/node_modules/@typescript-eslint/utils/dist/ts-eslint-scope/Referencer.js.map +1 -0
  1368. package/node_modules/@typescript-eslint/utils/dist/ts-eslint-scope/Scope.d.ts +103 -0
  1369. package/node_modules/@typescript-eslint/utils/dist/ts-eslint-scope/Scope.d.ts.map +1 -0
  1370. package/node_modules/@typescript-eslint/utils/dist/ts-eslint-scope/Scope.js +28 -0
  1371. package/node_modules/@typescript-eslint/utils/dist/ts-eslint-scope/Scope.js.map +1 -0
  1372. package/node_modules/@typescript-eslint/utils/dist/ts-eslint-scope/ScopeManager.d.ts +50 -0
  1373. package/node_modules/@typescript-eslint/utils/dist/ts-eslint-scope/ScopeManager.d.ts.map +1 -0
  1374. package/node_modules/@typescript-eslint/utils/dist/ts-eslint-scope/ScopeManager.js +10 -0
  1375. package/node_modules/@typescript-eslint/utils/dist/ts-eslint-scope/ScopeManager.js.map +1 -0
  1376. package/node_modules/@typescript-eslint/utils/dist/ts-eslint-scope/Variable.d.ts +17 -0
  1377. package/node_modules/@typescript-eslint/utils/dist/ts-eslint-scope/Variable.d.ts.map +1 -0
  1378. package/node_modules/@typescript-eslint/utils/dist/ts-eslint-scope/Variable.js +10 -0
  1379. package/node_modules/@typescript-eslint/utils/dist/ts-eslint-scope/Variable.js.map +1 -0
  1380. package/node_modules/@typescript-eslint/utils/dist/ts-eslint-scope/analyze.d.ts +16 -0
  1381. package/node_modules/@typescript-eslint/utils/dist/ts-eslint-scope/analyze.d.ts.map +1 -0
  1382. package/node_modules/@typescript-eslint/utils/dist/ts-eslint-scope/analyze.js +7 -0
  1383. package/node_modules/@typescript-eslint/utils/dist/ts-eslint-scope/analyze.js.map +1 -0
  1384. package/node_modules/@typescript-eslint/utils/dist/ts-eslint-scope/index.d.ts +11 -0
  1385. package/node_modules/@typescript-eslint/utils/dist/ts-eslint-scope/index.d.ts.map +1 -0
  1386. package/node_modules/@typescript-eslint/utils/dist/ts-eslint-scope/index.js +25 -0
  1387. package/node_modules/@typescript-eslint/utils/dist/ts-eslint-scope/index.js.map +1 -0
  1388. package/node_modules/@typescript-eslint/utils/dist/ts-estree.d.ts +3 -0
  1389. package/node_modules/@typescript-eslint/utils/dist/ts-estree.d.ts.map +1 -0
  1390. package/node_modules/@typescript-eslint/utils/dist/ts-estree.js +10 -0
  1391. package/node_modules/@typescript-eslint/utils/dist/ts-estree.js.map +1 -0
  1392. package/node_modules/@typescript-eslint/utils/package.json +67 -0
  1393. package/node_modules/@typescript-eslint/visitor-keys/LICENSE +21 -0
  1394. package/node_modules/@typescript-eslint/visitor-keys/README.md +13 -0
  1395. package/node_modules/@typescript-eslint/visitor-keys/dist/get-keys.d.ts +4 -0
  1396. package/node_modules/@typescript-eslint/visitor-keys/dist/get-keys.d.ts.map +1 -0
  1397. package/node_modules/@typescript-eslint/visitor-keys/dist/get-keys.js +7 -0
  1398. package/node_modules/@typescript-eslint/visitor-keys/dist/get-keys.js.map +1 -0
  1399. package/node_modules/@typescript-eslint/visitor-keys/dist/index.d.ts +3 -0
  1400. package/node_modules/@typescript-eslint/visitor-keys/dist/index.d.ts.map +1 -0
  1401. package/node_modules/@typescript-eslint/visitor-keys/dist/index.js +8 -0
  1402. package/node_modules/@typescript-eslint/visitor-keys/dist/index.js.map +1 -0
  1403. package/node_modules/@typescript-eslint/visitor-keys/dist/visitor-keys.d.ts +6 -0
  1404. package/node_modules/@typescript-eslint/visitor-keys/dist/visitor-keys.d.ts.map +1 -0
  1405. package/node_modules/@typescript-eslint/visitor-keys/dist/visitor-keys.js +155 -0
  1406. package/node_modules/@typescript-eslint/visitor-keys/dist/visitor-keys.js.map +1 -0
  1407. package/node_modules/@typescript-eslint/visitor-keys/package.json +59 -0
  1408. package/node_modules/array-union/index.d.ts +25 -0
  1409. package/node_modules/array-union/index.js +5 -0
  1410. package/node_modules/array-union/license +9 -0
  1411. package/node_modules/array-union/package.json +38 -0
  1412. package/node_modules/array-union/readme.md +34 -0
  1413. package/node_modules/braces/CHANGELOG.md +184 -0
  1414. package/node_modules/braces/LICENSE +21 -0
  1415. package/node_modules/braces/README.md +593 -0
  1416. package/node_modules/braces/index.js +170 -0
  1417. package/node_modules/braces/lib/compile.js +57 -0
  1418. package/node_modules/braces/lib/constants.js +57 -0
  1419. package/node_modules/braces/lib/expand.js +113 -0
  1420. package/node_modules/braces/lib/parse.js +333 -0
  1421. package/node_modules/braces/lib/stringify.js +32 -0
  1422. package/node_modules/braces/lib/utils.js +112 -0
  1423. package/node_modules/braces/package.json +77 -0
  1424. package/node_modules/debug/LICENSE +20 -0
  1425. package/node_modules/debug/README.md +478 -0
  1426. package/node_modules/debug/node_modules/ms/index.js +162 -0
  1427. package/node_modules/debug/node_modules/ms/license.md +21 -0
  1428. package/node_modules/debug/node_modules/ms/package.json +37 -0
  1429. package/node_modules/debug/node_modules/ms/readme.md +60 -0
  1430. package/node_modules/debug/package.json +59 -0
  1431. package/node_modules/debug/src/browser.js +269 -0
  1432. package/node_modules/debug/src/common.js +274 -0
  1433. package/node_modules/debug/src/index.js +10 -0
  1434. package/node_modules/debug/src/node.js +263 -0
  1435. package/node_modules/dir-glob/index.js +75 -0
  1436. package/node_modules/dir-glob/license +9 -0
  1437. package/node_modules/dir-glob/package.json +38 -0
  1438. package/node_modules/dir-glob/readme.md +76 -0
  1439. package/node_modules/eslint-config-xo-typescript/index.js +694 -0
  1440. package/node_modules/eslint-config-xo-typescript/license +9 -0
  1441. package/node_modules/eslint-config-xo-typescript/package.json +58 -0
  1442. package/node_modules/eslint-config-xo-typescript/readme.md +67 -0
  1443. package/node_modules/eslint-config-xo-typescript/space.js +15 -0
  1444. package/node_modules/eslint-scope/CHANGELOG.md +70 -0
  1445. package/node_modules/eslint-scope/LICENSE +22 -0
  1446. package/node_modules/eslint-scope/README.md +54 -0
  1447. package/node_modules/eslint-scope/lib/definition.js +86 -0
  1448. package/node_modules/eslint-scope/lib/index.js +165 -0
  1449. package/node_modules/eslint-scope/lib/pattern-visitor.js +152 -0
  1450. package/node_modules/eslint-scope/lib/reference.js +167 -0
  1451. package/node_modules/eslint-scope/lib/referencer.js +629 -0
  1452. package/node_modules/eslint-scope/lib/scope-manager.js +247 -0
  1453. package/node_modules/eslint-scope/lib/scope.js +748 -0
  1454. package/node_modules/eslint-scope/lib/variable.js +88 -0
  1455. package/node_modules/eslint-scope/node_modules/estraverse/.jshintrc +16 -0
  1456. package/node_modules/eslint-scope/node_modules/estraverse/LICENSE.BSD +19 -0
  1457. package/node_modules/eslint-scope/node_modules/estraverse/README.md +153 -0
  1458. package/node_modules/eslint-scope/node_modules/estraverse/estraverse.js +782 -0
  1459. package/node_modules/eslint-scope/node_modules/estraverse/gulpfile.js +70 -0
  1460. package/node_modules/eslint-scope/node_modules/estraverse/package.json +40 -0
  1461. package/node_modules/eslint-scope/package.json +48 -0
  1462. package/node_modules/eslint-utils/LICENSE +21 -0
  1463. package/node_modules/eslint-utils/README.md +38 -0
  1464. package/node_modules/eslint-utils/index.js +1956 -0
  1465. package/node_modules/eslint-utils/index.js.map +1 -0
  1466. package/node_modules/eslint-utils/index.mjs +1914 -0
  1467. package/node_modules/eslint-utils/index.mjs.map +1 -0
  1468. package/node_modules/eslint-utils/node_modules/eslint-visitor-keys/CHANGELOG.md +36 -0
  1469. package/node_modules/eslint-utils/node_modules/eslint-visitor-keys/LICENSE +201 -0
  1470. package/node_modules/eslint-utils/node_modules/eslint-visitor-keys/README.md +98 -0
  1471. package/node_modules/eslint-utils/node_modules/eslint-visitor-keys/lib/index.js +81 -0
  1472. package/node_modules/eslint-utils/node_modules/eslint-visitor-keys/lib/visitor-keys.json +289 -0
  1473. package/node_modules/eslint-utils/node_modules/eslint-visitor-keys/package.json +39 -0
  1474. package/node_modules/eslint-utils/package.json +78 -0
  1475. package/node_modules/eslint-visitor-keys/LICENSE +201 -0
  1476. package/node_modules/eslint-visitor-keys/README.md +107 -0
  1477. package/node_modules/eslint-visitor-keys/dist/eslint-visitor-keys.cjs +369 -0
  1478. package/node_modules/eslint-visitor-keys/lib/index.js +59 -0
  1479. package/node_modules/eslint-visitor-keys/lib/visitor-keys.js +305 -0
  1480. package/node_modules/eslint-visitor-keys/package.json +55 -0
  1481. package/node_modules/esrecurse/.babelrc +3 -0
  1482. package/node_modules/esrecurse/README.md +171 -0
  1483. package/node_modules/esrecurse/esrecurse.js +117 -0
  1484. package/node_modules/esrecurse/gulpfile.babel.js +92 -0
  1485. package/node_modules/esrecurse/package.json +52 -0
  1486. package/node_modules/estraverse/.jshintrc +16 -0
  1487. package/node_modules/estraverse/LICENSE.BSD +19 -0
  1488. package/node_modules/estraverse/README.md +153 -0
  1489. package/node_modules/estraverse/estraverse.js +805 -0
  1490. package/node_modules/estraverse/gulpfile.js +70 -0
  1491. package/node_modules/estraverse/package.json +40 -0
  1492. package/node_modules/fast-glob/LICENSE +21 -0
  1493. package/node_modules/fast-glob/README.md +795 -0
  1494. package/node_modules/fast-glob/out/index.d.ts +27 -0
  1495. package/node_modules/fast-glob/out/index.js +68 -0
  1496. package/node_modules/fast-glob/out/managers/patterns.d.ts +6 -0
  1497. package/node_modules/fast-glob/out/managers/patterns.js +21 -0
  1498. package/node_modules/fast-glob/out/managers/tasks.d.ts +22 -0
  1499. package/node_modules/fast-glob/out/managers/tasks.js +80 -0
  1500. package/node_modules/fast-glob/out/providers/async.d.ts +11 -0
  1501. package/node_modules/fast-glob/out/providers/async.js +28 -0
  1502. package/node_modules/fast-glob/out/providers/filters/deep.d.ts +16 -0
  1503. package/node_modules/fast-glob/out/providers/filters/deep.js +62 -0
  1504. package/node_modules/fast-glob/out/providers/filters/entry.d.ts +20 -0
  1505. package/node_modules/fast-glob/out/providers/filters/entry.js +60 -0
  1506. package/node_modules/fast-glob/out/providers/filters/error.d.ts +8 -0
  1507. package/node_modules/fast-glob/out/providers/filters/error.js +15 -0
  1508. package/node_modules/fast-glob/out/providers/matchers/matcher.d.ts +33 -0
  1509. package/node_modules/fast-glob/out/providers/matchers/matcher.js +50 -0
  1510. package/node_modules/fast-glob/out/providers/matchers/partial.d.ts +4 -0
  1511. package/node_modules/fast-glob/out/providers/matchers/partial.js +38 -0
  1512. package/node_modules/fast-glob/out/providers/provider.d.ts +19 -0
  1513. package/node_modules/fast-glob/out/providers/provider.js +48 -0
  1514. package/node_modules/fast-glob/out/providers/stream.d.ts +11 -0
  1515. package/node_modules/fast-glob/out/providers/stream.js +31 -0
  1516. package/node_modules/fast-glob/out/providers/sync.d.ts +9 -0
  1517. package/node_modules/fast-glob/out/providers/sync.js +23 -0
  1518. package/node_modules/fast-glob/out/providers/transformers/entry.d.ts +8 -0
  1519. package/node_modules/fast-glob/out/providers/transformers/entry.js +26 -0
  1520. package/node_modules/fast-glob/out/readers/reader.d.ts +15 -0
  1521. package/node_modules/fast-glob/out/readers/reader.js +33 -0
  1522. package/node_modules/fast-glob/out/readers/stream.d.ts +14 -0
  1523. package/node_modules/fast-glob/out/readers/stream.js +55 -0
  1524. package/node_modules/fast-glob/out/readers/sync.d.ts +12 -0
  1525. package/node_modules/fast-glob/out/readers/sync.js +43 -0
  1526. package/node_modules/fast-glob/out/settings.d.ts +164 -0
  1527. package/node_modules/fast-glob/out/settings.js +57 -0
  1528. package/node_modules/fast-glob/out/types/index.d.ts +31 -0
  1529. package/node_modules/fast-glob/out/types/index.js +2 -0
  1530. package/node_modules/fast-glob/out/utils/array.d.ts +2 -0
  1531. package/node_modules/fast-glob/out/utils/array.js +22 -0
  1532. package/node_modules/fast-glob/out/utils/errno.d.ts +2 -0
  1533. package/node_modules/fast-glob/out/utils/errno.js +7 -0
  1534. package/node_modules/fast-glob/out/utils/fs.d.ts +4 -0
  1535. package/node_modules/fast-glob/out/utils/fs.js +19 -0
  1536. package/node_modules/fast-glob/out/utils/index.d.ts +8 -0
  1537. package/node_modules/fast-glob/out/utils/index.js +17 -0
  1538. package/node_modules/fast-glob/out/utils/path.d.ts +8 -0
  1539. package/node_modules/fast-glob/out/utils/path.js +33 -0
  1540. package/node_modules/fast-glob/out/utils/pattern.d.ts +42 -0
  1541. package/node_modules/fast-glob/out/utils/pattern.js +169 -0
  1542. package/node_modules/fast-glob/out/utils/stream.d.ts +3 -0
  1543. package/node_modules/fast-glob/out/utils/stream.js +17 -0
  1544. package/node_modules/fast-glob/out/utils/string.d.ts +2 -0
  1545. package/node_modules/fast-glob/out/utils/string.js +11 -0
  1546. package/node_modules/fast-glob/package.json +94 -0
  1547. package/node_modules/fastq/.github/dependabot.yml +11 -0
  1548. package/node_modules/fastq/.github/workflows/ci.yml +50 -0
  1549. package/node_modules/fastq/LICENSE +13 -0
  1550. package/node_modules/fastq/README.md +309 -0
  1551. package/node_modules/fastq/bench.js +66 -0
  1552. package/node_modules/fastq/example.js +14 -0
  1553. package/node_modules/fastq/example.mjs +11 -0
  1554. package/node_modules/fastq/index.d.ts +37 -0
  1555. package/node_modules/fastq/package.json +52 -0
  1556. package/node_modules/fastq/queue.js +283 -0
  1557. package/node_modules/fastq/test/example.ts +81 -0
  1558. package/node_modules/fastq/test/promise.js +221 -0
  1559. package/node_modules/fastq/test/test.js +566 -0
  1560. package/node_modules/fastq/test/tsconfig.json +11 -0
  1561. package/node_modules/fill-range/LICENSE +21 -0
  1562. package/node_modules/fill-range/README.md +237 -0
  1563. package/node_modules/fill-range/index.js +249 -0
  1564. package/node_modules/fill-range/package.json +69 -0
  1565. package/node_modules/functional-red-black-tree/.npmignore +16 -0
  1566. package/node_modules/functional-red-black-tree/LICENSE +22 -0
  1567. package/node_modules/functional-red-black-tree/README.md +237 -0
  1568. package/node_modules/functional-red-black-tree/bench/test.js +11 -0
  1569. package/node_modules/functional-red-black-tree/package.json +40 -0
  1570. package/node_modules/functional-red-black-tree/rbtree.js +996 -0
  1571. package/node_modules/functional-red-black-tree/test/test.js +479 -0
  1572. package/node_modules/glob-parent/CHANGELOG.md +110 -0
  1573. package/node_modules/glob-parent/LICENSE +15 -0
  1574. package/node_modules/glob-parent/README.md +137 -0
  1575. package/node_modules/glob-parent/index.js +42 -0
  1576. package/node_modules/glob-parent/package.json +48 -0
  1577. package/node_modules/is-extglob/LICENSE +21 -0
  1578. package/node_modules/is-extglob/README.md +107 -0
  1579. package/node_modules/is-extglob/index.js +20 -0
  1580. package/node_modules/is-extglob/package.json +69 -0
  1581. package/node_modules/is-glob/LICENSE +21 -0
  1582. package/node_modules/is-glob/README.md +206 -0
  1583. package/node_modules/is-glob/index.js +150 -0
  1584. package/node_modules/is-glob/package.json +81 -0
  1585. package/node_modules/is-number/LICENSE +21 -0
  1586. package/node_modules/is-number/README.md +187 -0
  1587. package/node_modules/is-number/index.js +18 -0
  1588. package/node_modules/is-number/package.json +82 -0
  1589. package/node_modules/lru-cache/LICENSE +15 -0
  1590. package/node_modules/lru-cache/README.md +166 -0
  1591. package/node_modules/lru-cache/index.js +334 -0
  1592. package/node_modules/lru-cache/package.json +34 -0
  1593. package/node_modules/merge2/LICENSE +21 -0
  1594. package/node_modules/merge2/README.md +144 -0
  1595. package/node_modules/merge2/index.js +144 -0
  1596. package/node_modules/merge2/package.json +43 -0
  1597. package/node_modules/micromatch/CHANGELOG.md +109 -0
  1598. package/node_modules/micromatch/LICENSE +21 -0
  1599. package/node_modules/micromatch/README.md +1008 -0
  1600. package/node_modules/micromatch/index.js +467 -0
  1601. package/node_modules/micromatch/package.json +119 -0
  1602. package/node_modules/path-type/index.d.ts +51 -0
  1603. package/node_modules/path-type/index.js +43 -0
  1604. package/node_modules/path-type/license +9 -0
  1605. package/node_modules/path-type/package.json +45 -0
  1606. package/node_modules/path-type/readme.md +72 -0
  1607. package/node_modules/picomatch/CHANGELOG.md +136 -0
  1608. package/node_modules/picomatch/LICENSE +21 -0
  1609. package/node_modules/picomatch/README.md +708 -0
  1610. package/node_modules/picomatch/index.js +3 -0
  1611. package/node_modules/picomatch/lib/constants.js +179 -0
  1612. package/node_modules/picomatch/lib/parse.js +1091 -0
  1613. package/node_modules/picomatch/lib/picomatch.js +342 -0
  1614. package/node_modules/picomatch/lib/scan.js +391 -0
  1615. package/node_modules/picomatch/lib/utils.js +64 -0
  1616. package/node_modules/picomatch/package.json +81 -0
  1617. package/node_modules/queue-microtask/LICENSE +20 -0
  1618. package/node_modules/queue-microtask/README.md +90 -0
  1619. package/node_modules/queue-microtask/index.d.ts +2 -0
  1620. package/node_modules/queue-microtask/index.js +9 -0
  1621. package/node_modules/queue-microtask/package.json +55 -0
  1622. package/node_modules/regexpp/LICENSE +21 -0
  1623. package/node_modules/regexpp/README.md +178 -0
  1624. package/node_modules/regexpp/index.d.ts +248 -0
  1625. package/node_modules/regexpp/index.js +2096 -0
  1626. package/node_modules/regexpp/index.js.map +1 -0
  1627. package/node_modules/regexpp/index.mjs +2087 -0
  1628. package/node_modules/regexpp/index.mjs.map +1 -0
  1629. package/node_modules/regexpp/package.json +91 -0
  1630. package/node_modules/reusify/.coveralls.yml +1 -0
  1631. package/node_modules/reusify/.travis.yml +28 -0
  1632. package/node_modules/reusify/LICENSE +22 -0
  1633. package/node_modules/reusify/README.md +145 -0
  1634. package/node_modules/reusify/benchmarks/createNoCodeFunction.js +30 -0
  1635. package/node_modules/reusify/benchmarks/fib.js +13 -0
  1636. package/node_modules/reusify/benchmarks/reuseNoCodeFunction.js +38 -0
  1637. package/node_modules/reusify/package.json +45 -0
  1638. package/node_modules/reusify/reusify.js +33 -0
  1639. package/node_modules/reusify/test.js +66 -0
  1640. package/node_modules/run-parallel/LICENSE +20 -0
  1641. package/node_modules/run-parallel/README.md +85 -0
  1642. package/node_modules/run-parallel/index.js +51 -0
  1643. package/node_modules/run-parallel/package.json +58 -0
  1644. package/node_modules/semver/CHANGELOG.md +111 -0
  1645. package/node_modules/semver/LICENSE +15 -0
  1646. package/node_modules/semver/README.md +566 -0
  1647. package/node_modules/semver/bin/semver.js +173 -0
  1648. package/node_modules/semver/classes/comparator.js +135 -0
  1649. package/node_modules/semver/classes/index.js +5 -0
  1650. package/node_modules/semver/classes/range.js +510 -0
  1651. package/node_modules/semver/classes/semver.js +287 -0
  1652. package/node_modules/semver/functions/clean.js +6 -0
  1653. package/node_modules/semver/functions/cmp.js +48 -0
  1654. package/node_modules/semver/functions/coerce.js +51 -0
  1655. package/node_modules/semver/functions/compare-build.js +7 -0
  1656. package/node_modules/semver/functions/compare-loose.js +3 -0
  1657. package/node_modules/semver/functions/compare.js +5 -0
  1658. package/node_modules/semver/functions/diff.js +23 -0
  1659. package/node_modules/semver/functions/eq.js +3 -0
  1660. package/node_modules/semver/functions/gt.js +3 -0
  1661. package/node_modules/semver/functions/gte.js +3 -0
  1662. package/node_modules/semver/functions/inc.js +15 -0
  1663. package/node_modules/semver/functions/lt.js +3 -0
  1664. package/node_modules/semver/functions/lte.js +3 -0
  1665. package/node_modules/semver/functions/major.js +3 -0
  1666. package/node_modules/semver/functions/minor.js +3 -0
  1667. package/node_modules/semver/functions/neq.js +3 -0
  1668. package/node_modules/semver/functions/parse.js +33 -0
  1669. package/node_modules/semver/functions/patch.js +3 -0
  1670. package/node_modules/semver/functions/prerelease.js +6 -0
  1671. package/node_modules/semver/functions/rcompare.js +3 -0
  1672. package/node_modules/semver/functions/rsort.js +3 -0
  1673. package/node_modules/semver/functions/satisfies.js +10 -0
  1674. package/node_modules/semver/functions/sort.js +3 -0
  1675. package/node_modules/semver/functions/valid.js +6 -0
  1676. package/node_modules/semver/index.js +48 -0
  1677. package/node_modules/semver/internal/constants.js +17 -0
  1678. package/node_modules/semver/internal/debug.js +9 -0
  1679. package/node_modules/semver/internal/identifiers.js +23 -0
  1680. package/node_modules/semver/internal/parse-options.js +11 -0
  1681. package/node_modules/semver/internal/re.js +182 -0
  1682. package/node_modules/semver/package.json +41 -0
  1683. package/node_modules/semver/preload.js +2 -0
  1684. package/node_modules/semver/range.bnf +16 -0
  1685. package/node_modules/semver/ranges/gtr.js +4 -0
  1686. package/node_modules/semver/ranges/intersects.js +7 -0
  1687. package/node_modules/semver/ranges/ltr.js +4 -0
  1688. package/node_modules/semver/ranges/max-satisfying.js +25 -0
  1689. package/node_modules/semver/ranges/min-satisfying.js +24 -0
  1690. package/node_modules/semver/ranges/min-version.js +60 -0
  1691. package/node_modules/semver/ranges/outside.js +80 -0
  1692. package/node_modules/semver/ranges/simplify.js +44 -0
  1693. package/node_modules/semver/ranges/subset.js +222 -0
  1694. package/node_modules/semver/ranges/to-comparators.js +8 -0
  1695. package/node_modules/semver/ranges/valid.js +11 -0
  1696. package/node_modules/to-regex-range/LICENSE +21 -0
  1697. package/node_modules/to-regex-range/README.md +305 -0
  1698. package/node_modules/to-regex-range/index.js +288 -0
  1699. package/node_modules/to-regex-range/package.json +88 -0
  1700. package/node_modules/tslib/CopyrightNotice.txt +15 -0
  1701. package/node_modules/tslib/LICENSE.txt +12 -0
  1702. package/node_modules/tslib/README.md +142 -0
  1703. package/node_modules/tslib/modules/index.js +51 -0
  1704. package/node_modules/tslib/modules/package.json +3 -0
  1705. package/node_modules/tslib/package.json +37 -0
  1706. package/node_modules/tslib/test/validateModuleExportsMatchCommonJS/index.js +23 -0
  1707. package/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +6 -0
  1708. package/node_modules/tslib/tslib.d.ts +37 -0
  1709. package/node_modules/tslib/tslib.es6.html +1 -0
  1710. package/node_modules/tslib/tslib.es6.js +218 -0
  1711. package/node_modules/tslib/tslib.html +1 -0
  1712. package/node_modules/tslib/tslib.js +284 -0
  1713. package/node_modules/tsutils/CHANGELOG.md +811 -0
  1714. package/node_modules/tsutils/LICENSE +21 -0
  1715. package/node_modules/tsutils/README.md +61 -0
  1716. package/node_modules/tsutils/index.d.ts +2 -0
  1717. package/node_modules/tsutils/index.js +6 -0
  1718. package/node_modules/tsutils/index.js.map +1 -0
  1719. package/node_modules/tsutils/package.json +63 -0
  1720. package/node_modules/tsutils/typeguard/2.8/index.d.ts +2 -0
  1721. package/node_modules/tsutils/typeguard/2.8/index.js +6 -0
  1722. package/node_modules/tsutils/typeguard/2.8/index.js.map +1 -0
  1723. package/node_modules/tsutils/typeguard/2.8/node.d.ts +155 -0
  1724. package/node_modules/tsutils/typeguard/2.8/node.js +714 -0
  1725. package/node_modules/tsutils/typeguard/2.8/node.js.map +1 -0
  1726. package/node_modules/tsutils/typeguard/2.8/type.d.ts +18 -0
  1727. package/node_modules/tsutils/typeguard/2.8/type.js +77 -0
  1728. package/node_modules/tsutils/typeguard/2.8/type.js.map +1 -0
  1729. package/node_modules/tsutils/typeguard/2.9/index.d.ts +2 -0
  1730. package/node_modules/tsutils/typeguard/2.9/index.js +6 -0
  1731. package/node_modules/tsutils/typeguard/2.9/index.js.map +1 -0
  1732. package/node_modules/tsutils/typeguard/2.9/node.d.ts +3 -0
  1733. package/node_modules/tsutils/typeguard/2.9/node.js +11 -0
  1734. package/node_modules/tsutils/typeguard/2.9/node.js.map +1 -0
  1735. package/node_modules/tsutils/typeguard/2.9/type.d.ts +1 -0
  1736. package/node_modules/tsutils/typeguard/2.9/type.js +5 -0
  1737. package/node_modules/tsutils/typeguard/2.9/type.js.map +1 -0
  1738. package/node_modules/tsutils/typeguard/3.0/index.d.ts +2 -0
  1739. package/node_modules/tsutils/typeguard/3.0/index.js +6 -0
  1740. package/node_modules/tsutils/typeguard/3.0/index.js.map +1 -0
  1741. package/node_modules/tsutils/typeguard/3.0/node.d.ts +5 -0
  1742. package/node_modules/tsutils/typeguard/3.0/node.js +19 -0
  1743. package/node_modules/tsutils/typeguard/3.0/node.js.map +1 -0
  1744. package/node_modules/tsutils/typeguard/3.0/type.d.ts +6 -0
  1745. package/node_modules/tsutils/typeguard/3.0/type.js +16 -0
  1746. package/node_modules/tsutils/typeguard/3.0/type.js.map +1 -0
  1747. package/node_modules/tsutils/typeguard/3.2/index.d.ts +2 -0
  1748. package/node_modules/tsutils/typeguard/3.2/index.js +6 -0
  1749. package/node_modules/tsutils/typeguard/3.2/index.js.map +1 -0
  1750. package/node_modules/tsutils/typeguard/3.2/node.d.ts +3 -0
  1751. package/node_modules/tsutils/typeguard/3.2/node.js +11 -0
  1752. package/node_modules/tsutils/typeguard/3.2/node.js.map +1 -0
  1753. package/node_modules/tsutils/typeguard/3.2/type.d.ts +1 -0
  1754. package/node_modules/tsutils/typeguard/3.2/type.js +5 -0
  1755. package/node_modules/tsutils/typeguard/3.2/type.js.map +1 -0
  1756. package/node_modules/tsutils/typeguard/index.d.ts +2 -0
  1757. package/node_modules/tsutils/typeguard/index.js +6 -0
  1758. package/node_modules/tsutils/typeguard/index.js.map +1 -0
  1759. package/node_modules/tsutils/typeguard/next/index.d.ts +2 -0
  1760. package/node_modules/tsutils/typeguard/next/index.js +6 -0
  1761. package/node_modules/tsutils/typeguard/next/index.js.map +1 -0
  1762. package/node_modules/tsutils/typeguard/next/node.d.ts +1 -0
  1763. package/node_modules/tsutils/typeguard/next/node.js +5 -0
  1764. package/node_modules/tsutils/typeguard/next/node.js.map +1 -0
  1765. package/node_modules/tsutils/typeguard/next/type.d.ts +1 -0
  1766. package/node_modules/tsutils/typeguard/next/type.js +5 -0
  1767. package/node_modules/tsutils/typeguard/next/type.js.map +1 -0
  1768. package/node_modules/tsutils/typeguard/node.d.ts +1 -0
  1769. package/node_modules/tsutils/typeguard/node.js +5 -0
  1770. package/node_modules/tsutils/typeguard/node.js.map +1 -0
  1771. package/node_modules/tsutils/typeguard/type.d.ts +1 -0
  1772. package/node_modules/tsutils/typeguard/type.js +5 -0
  1773. package/node_modules/tsutils/typeguard/type.js.map +1 -0
  1774. package/node_modules/tsutils/util/control-flow.d.ts +24 -0
  1775. package/node_modules/tsutils/util/control-flow.js +296 -0
  1776. package/node_modules/tsutils/util/control-flow.js.map +1 -0
  1777. package/node_modules/tsutils/util/convert-ast.d.ts +33 -0
  1778. package/node_modules/tsutils/util/convert-ast.js +79 -0
  1779. package/node_modules/tsutils/util/convert-ast.js.map +1 -0
  1780. package/node_modules/tsutils/util/index.d.ts +5 -0
  1781. package/node_modules/tsutils/util/index.js +9 -0
  1782. package/node_modules/tsutils/util/index.js.map +1 -0
  1783. package/node_modules/tsutils/util/type.d.ts +35 -0
  1784. package/node_modules/tsutils/util/type.js +331 -0
  1785. package/node_modules/tsutils/util/type.js.map +1 -0
  1786. package/node_modules/tsutils/util/usage.d.ts +30 -0
  1787. package/node_modules/tsutils/util/usage.js +658 -0
  1788. package/node_modules/tsutils/util/usage.js.map +1 -0
  1789. package/node_modules/tsutils/util/util.d.ts +265 -0
  1790. package/node_modules/tsutils/util/util.js +1686 -0
  1791. package/node_modules/tsutils/util/util.js.map +1 -0
  1792. package/node_modules/yallist/LICENSE +15 -0
  1793. package/node_modules/yallist/README.md +204 -0
  1794. package/node_modules/yallist/iterator.js +8 -0
  1795. package/node_modules/yallist/package.json +29 -0
  1796. package/node_modules/yallist/yallist.js +426 -0
  1797. package/package.json +25 -24
@@ -0,0 +1,2096 @@
1
+ /*! @author Toru Nagashima <https://github.com/mysticatea> */
2
+ 'use strict';
3
+
4
+ Object.defineProperty(exports, '__esModule', { value: true });
5
+
6
+
7
+
8
+ var ast = /*#__PURE__*/Object.freeze({
9
+
10
+ });
11
+
12
+ let largeIdStartRanges = undefined;
13
+ let largeIdContinueRanges = undefined;
14
+ function isIdStart(cp) {
15
+ if (cp < 0x41)
16
+ return false;
17
+ if (cp < 0x5b)
18
+ return true;
19
+ if (cp < 0x61)
20
+ return false;
21
+ if (cp < 0x7b)
22
+ return true;
23
+ return isLargeIdStart(cp);
24
+ }
25
+ function isIdContinue(cp) {
26
+ if (cp < 0x30)
27
+ return false;
28
+ if (cp < 0x3a)
29
+ return true;
30
+ if (cp < 0x41)
31
+ return false;
32
+ if (cp < 0x5b)
33
+ return true;
34
+ if (cp === 0x5f)
35
+ return true;
36
+ if (cp < 0x61)
37
+ return false;
38
+ if (cp < 0x7b)
39
+ return true;
40
+ return isLargeIdStart(cp) || isLargeIdContinue(cp);
41
+ }
42
+ function isLargeIdStart(cp) {
43
+ return isInRange(cp, largeIdStartRanges || (largeIdStartRanges = initLargeIdStartRanges()));
44
+ }
45
+ function isLargeIdContinue(cp) {
46
+ return isInRange(cp, largeIdContinueRanges ||
47
+ (largeIdContinueRanges = initLargeIdContinueRanges()));
48
+ }
49
+ function initLargeIdStartRanges() {
50
+ return restoreRanges("4q 0 b 0 5 0 6 m 2 u 2 cp 5 b f 4 8 0 2 0 3m 4 2 1 3 3 2 0 7 0 2 2 2 0 2 j 2 2a 2 3u 9 4l 2 11 3 0 7 14 20 q 5 3 1a 16 10 1 2 2q 2 0 g 1 8 1 b 2 3 0 h 0 2 t u 2g c 0 p w a 1 5 0 6 l 5 0 a 0 4 0 o o 8 a 1i k 2 h 1p 1h 4 0 j 0 8 9 g f 5 7 3 1 3 l 2 6 2 0 4 3 4 0 h 0 e 1 2 2 f 1 b 0 9 5 5 1 3 l 2 6 2 1 2 1 2 1 w 3 2 0 k 2 h 8 2 2 2 l 2 6 2 1 2 4 4 0 j 0 g 1 o 0 c 7 3 1 3 l 2 6 2 1 2 4 4 0 v 1 2 2 g 0 i 0 2 5 4 2 2 3 4 1 2 0 2 1 4 1 4 2 4 b n 0 1h 7 2 2 2 m 2 f 4 0 r 2 6 1 v 0 5 7 2 2 2 m 2 9 2 4 4 0 x 0 2 1 g 1 i 8 2 2 2 14 3 0 h 0 6 2 9 2 p 5 6 h 4 n 2 8 2 0 3 6 1n 1b 2 1 d 6 1n 1 2 0 2 4 2 n 2 0 2 9 2 1 a 0 3 4 2 0 m 3 x 0 1s 7 2 z s 4 38 16 l 0 h 5 5 3 4 0 4 1 8 2 5 c d 0 i 11 2 0 6 0 3 16 2 98 2 3 3 6 2 0 2 3 3 14 2 3 3 w 2 3 3 6 2 0 2 3 3 e 2 1k 2 3 3 1u 12 f h 2d 3 5 4 h7 3 g 2 p 6 22 4 a 8 c 2 3 f h f h f c 2 2 g 1f 10 0 5 0 1w 2g 8 14 2 0 6 1x b u 1e t 3 4 c 17 5 p 1j m a 1g 2b 0 2m 1a i 6 1k t e 1 b 17 r z 16 2 b z 3 8 8 16 3 2 16 3 2 5 2 1 4 0 6 5b 1t 7p 3 5 3 11 3 5 3 7 2 0 2 0 2 0 2 u 3 1g 2 6 2 0 4 2 2 6 4 3 3 5 5 c 6 2 2 6 39 0 e 0 h c 2u 0 5 0 3 9 2 0 3 5 7 0 2 0 2 0 2 f 3 3 6 4 5 0 i 14 22g 1a 2 1a 2 3o 7 3 4 1 d 11 2 0 6 0 3 1j 8 0 h m a 6 2 6 2 6 2 6 2 6 2 6 2 6 2 6 fb 2 q 8 8 4 3 4 5 2d 5 4 2 2h 2 3 6 16 2 2l i v 1d f e9 533 1t g70 4 wc 1w 19 3 7g 4 f b 1 l 1a h u 3 27 14 8 3 2u 3 1g 3 8 17 c 2 2 2 3 2 m u 1f f 1d 1r 5 4 0 2 1 c r b m q s 8 1a t 0 h 4 2 9 b 4 2 14 o 2 2 7 l m 4 0 4 1d 2 0 4 1 3 4 3 0 2 0 p 2 3 a 8 2 d 5 3 5 3 5 a 6 2 6 2 16 2 d 7 36 u 8mb d m 5 1c 6it a5 3 2x 13 6 d 4 6 0 2 9 2 c 2 4 2 0 2 1 2 1 2 2z y a2 j 1r 3 1h 15 b 39 4 2 3q 11 p 7 p c 2g 4 5 3 5 3 5 3 2 10 b 2 p 2 i 2 1 2 e 3 d z 3e 1y 1g 7g s 4 1c 1c v e t 6 11 b t 3 z 5 7 2 4 17 4d j z 5 z 5 13 9 1f 4d 8m a l b 7 49 5 3 0 2 17 2 1 4 0 3 m b m a u 1u i 2 1 b l b p 1z 1j 7 1 1t 0 g 3 2 2 2 s 17 s 4 s 10 7 2 r s 1h b l b i e h 33 20 1k 1e e 1e e z 9p 15 7 1 27 s b 0 9 l 2z k s m d 1g 24 18 x o r z u 0 3 0 9 y 4 0 d 1b f 3 m 0 2 0 10 h 2 o 2d 6 2 0 2 3 2 e 2 9 8 1a 13 7 3 1 3 l 2 6 2 1 2 4 4 0 j 0 d 4 4f 1g j 3 l 2 v 1b l 1 2 0 55 1a 16 3 11 1b l 0 1o 16 e 0 20 q 6e 17 39 1r w 7 3 0 3 7 2 1 2 n g 0 2 0 2n 7 3 12 h 0 2 0 t 0 b 13 8 0 m 0 c 19 k 0 z 1k 7c 8 2 10 i 0 1e t 35 6 2 1 2 11 m 0 q 5 2 1 2 v f 0 94 i 5a 0 28 pl 2v 32 i 5f 24d tq 34i g6 6nu fs 8 u 36 t j 1b h 3 w k 6 i j5 1r 3l 22 6 0 1v c 1t 1 2 0 t 4qf 9 yd 17 8 6wo 7y 1e 2 i 3 9 az 1s5 2y 6 c 4 8 8 9 4mf 2c 2 1y 2 1 3 0 3 1 3 3 2 b 2 0 2 6 2 1s 2 3 3 7 2 6 2 r 2 3 2 4 2 0 4 6 2 9f 3 o 2 o 2 u 2 o 2 u 2 o 2 u 2 o 2 u 2 o 2 7 1th 18 b 6 h 0 aa 17 105 5g 1o 1v 8 0 xh 3 2 q 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 g 6 2 2 4 2 g 3et wyl z 378 c 65 3 4g1 f 5rk 2e8 f1 15v 3t6");
51
+ }
52
+ function initLargeIdContinueRanges() {
53
+ return restoreRanges("53 0 g9 33 o 0 70 4 7e 18 2 0 2 1 2 1 2 0 21 a 1d u 7 0 2u 6 3 5 3 1 2 3 3 9 o 0 v q 2k a g 9 y 8 a 0 p 3 2 8 2 2 2 4 18 2 3c e 2 w 1j 2 2 h 2 6 b 1 3 9 i 2 1l 0 2 6 3 1 3 2 a 0 b 1 3 9 f 0 3 2 1l 0 2 4 5 1 3 2 4 0 l b 4 0 c 2 1l 0 2 7 2 2 2 2 l 1 3 9 b 5 2 2 1l 0 2 6 3 1 3 2 8 2 b 1 3 9 j 0 1o 4 4 2 2 3 a 0 f 9 h 4 1m 6 2 2 2 3 8 1 c 1 3 9 i 2 1l 0 2 6 2 2 2 3 8 1 c 1 3 9 h 3 1k 1 2 6 2 2 2 3 a 0 b 1 3 9 i 2 1z 0 5 5 2 0 2 7 7 9 3 1 1q 0 3 6 d 7 2 9 2g 0 3 8 c 5 3 9 1r 1 7 9 c 0 2 0 2 0 5 1 1e j 2 1 6 a 2 z a 0 2t j 2 9 d 3 5 2 2 2 3 6 4 3 e b 2 e jk 2 a 8 pt 2 u 2 u 1 v 1 1t v a 0 3 9 y 2 3 9 40 0 3b b 5 b b 9 3l a 1p 4 1m 9 2 s 3 a 7 9 n d 2 1 1s 4 1c g c 9 i 8 d 2 v c 3 9 19 d 1d j 9 9 7 9 3b 2 2 k 5 0 7 0 3 2 5j 1l 2 4 g0 1 k 0 3g c 5 0 4 b 2db 2 3y 0 2p v ff 5 2y 1 n7q 9 1y 0 5 9 x 1 29 1 7l 0 4 0 5 0 o 4 5 0 2c 1 1f h b 9 7 h e a t 7 q c 19 3 1c d g 9 c 0 b 9 1c d d 0 9 1 3 9 y 2 1f 0 2 2 3 1 6 1 2 0 16 4 6 1 6l 7 2 1 3 9 fmt 0 ki f h f 4 1 p 2 5d 9 12 0 ji 0 6b 0 46 4 86 9 120 2 2 1 6 3 15 2 5 0 4m 1 fy 3 9 9 aa 1 4a a 4w 2 1i e w 9 g 3 1a a 1i 9 7 2 11 d 2 9 6 1 19 0 d 2 1d d 9 3 2 b 2b b 7 0 4h b 6 9 7 3 1k 1 2 6 3 1 3 2 a 0 b 1 3 6 4 4 5d h a 9 5 0 2a j d 9 5y 6 3 8 s 1 2b g g 9 2a c 9 9 2c e 5 9 6r e 4m 9 1z 5 2 1 3 3 2 0 2 1 d 9 3c 6 3 6 4 0 t 9 15 6 2 3 9 0 a a 1b f ba 7 2 7 h 9 1l l 2 d 3f 5 4 0 2 1 2 6 2 0 9 9 1d 4 2 1 2 4 9 9 96 3 ewa 9 3r 4 1o 6 q 9 s6 0 2 1i 8 3 2a 0 c 1 f58 1 43r 4 4 5 9 7 3 6 v 3 45 2 13e 1d e9 1i 5 1d 9 0 f 0 n 4 2 e 11t 6 2 g 3 6 2 1 2 4 7a 6 a 9 bn d 15j 6 32 6 6 9 3o7 9 gvt3 6n");
54
+ }
55
+ function isInRange(cp, ranges) {
56
+ let l = 0, r = (ranges.length / 2) | 0, i = 0, min = 0, max = 0;
57
+ while (l < r) {
58
+ i = ((l + r) / 2) | 0;
59
+ min = ranges[2 * i];
60
+ max = ranges[2 * i + 1];
61
+ if (cp < min) {
62
+ r = i;
63
+ }
64
+ else if (cp > max) {
65
+ l = i + 1;
66
+ }
67
+ else {
68
+ return true;
69
+ }
70
+ }
71
+ return false;
72
+ }
73
+ function restoreRanges(data) {
74
+ let last = 0;
75
+ return data.split(" ").map(s => (last += parseInt(s, 36) | 0));
76
+ }
77
+
78
+ class DataSet {
79
+ constructor(raw2018, raw2019, raw2020, raw2021) {
80
+ this._raw2018 = raw2018;
81
+ this._raw2019 = raw2019;
82
+ this._raw2020 = raw2020;
83
+ this._raw2021 = raw2021;
84
+ }
85
+ get es2018() {
86
+ return (this._set2018 || (this._set2018 = new Set(this._raw2018.split(" "))));
87
+ }
88
+ get es2019() {
89
+ return (this._set2019 || (this._set2019 = new Set(this._raw2019.split(" "))));
90
+ }
91
+ get es2020() {
92
+ return (this._set2020 || (this._set2020 = new Set(this._raw2020.split(" "))));
93
+ }
94
+ get es2021() {
95
+ return (this._set2021 || (this._set2021 = new Set(this._raw2021.split(" "))));
96
+ }
97
+ }
98
+ const gcNameSet = new Set(["General_Category", "gc"]);
99
+ const scNameSet = new Set(["Script", "Script_Extensions", "sc", "scx"]);
100
+ const gcValueSets = new DataSet("C Cased_Letter Cc Cf Close_Punctuation Cn Co Combining_Mark Connector_Punctuation Control Cs Currency_Symbol Dash_Punctuation Decimal_Number Enclosing_Mark Final_Punctuation Format Initial_Punctuation L LC Letter Letter_Number Line_Separator Ll Lm Lo Lowercase_Letter Lt Lu M Mark Math_Symbol Mc Me Mn Modifier_Letter Modifier_Symbol N Nd Nl No Nonspacing_Mark Number Open_Punctuation Other Other_Letter Other_Number Other_Punctuation Other_Symbol P Paragraph_Separator Pc Pd Pe Pf Pi Po Private_Use Ps Punctuation S Sc Separator Sk Sm So Space_Separator Spacing_Mark Surrogate Symbol Titlecase_Letter Unassigned Uppercase_Letter Z Zl Zp Zs cntrl digit punct", "", "", "");
101
+ const scValueSets = new DataSet("Adlam Adlm Aghb Ahom Anatolian_Hieroglyphs Arab Arabic Armenian Armi Armn Avestan Avst Bali Balinese Bamu Bamum Bass Bassa_Vah Batak Batk Beng Bengali Bhaiksuki Bhks Bopo Bopomofo Brah Brahmi Brai Braille Bugi Buginese Buhd Buhid Cakm Canadian_Aboriginal Cans Cari Carian Caucasian_Albanian Chakma Cham Cher Cherokee Common Copt Coptic Cprt Cuneiform Cypriot Cyrillic Cyrl Deseret Deva Devanagari Dsrt Dupl Duployan Egyp Egyptian_Hieroglyphs Elba Elbasan Ethi Ethiopic Geor Georgian Glag Glagolitic Gonm Goth Gothic Gran Grantha Greek Grek Gujarati Gujr Gurmukhi Guru Han Hang Hangul Hani Hano Hanunoo Hatr Hatran Hebr Hebrew Hira Hiragana Hluw Hmng Hung Imperial_Aramaic Inherited Inscriptional_Pahlavi Inscriptional_Parthian Ital Java Javanese Kaithi Kali Kana Kannada Katakana Kayah_Li Khar Kharoshthi Khmer Khmr Khoj Khojki Khudawadi Knda Kthi Lana Lao Laoo Latin Latn Lepc Lepcha Limb Limbu Lina Linb Linear_A Linear_B Lisu Lyci Lycian Lydi Lydian Mahajani Mahj Malayalam Mand Mandaic Mani Manichaean Marc Marchen Masaram_Gondi Meetei_Mayek Mend Mende_Kikakui Merc Mero Meroitic_Cursive Meroitic_Hieroglyphs Miao Mlym Modi Mong Mongolian Mro Mroo Mtei Mult Multani Myanmar Mymr Nabataean Narb Nbat New_Tai_Lue Newa Nko Nkoo Nshu Nushu Ogam Ogham Ol_Chiki Olck Old_Hungarian Old_Italic Old_North_Arabian Old_Permic Old_Persian Old_South_Arabian Old_Turkic Oriya Orkh Orya Osage Osge Osma Osmanya Pahawh_Hmong Palm Palmyrene Pau_Cin_Hau Pauc Perm Phag Phags_Pa Phli Phlp Phnx Phoenician Plrd Prti Psalter_Pahlavi Qaac Qaai Rejang Rjng Runic Runr Samaritan Samr Sarb Saur Saurashtra Sgnw Sharada Shavian Shaw Shrd Sidd Siddham SignWriting Sind Sinh Sinhala Sora Sora_Sompeng Soyo Soyombo Sund Sundanese Sylo Syloti_Nagri Syrc Syriac Tagalog Tagb Tagbanwa Tai_Le Tai_Tham Tai_Viet Takr Takri Tale Talu Tamil Taml Tang Tangut Tavt Telu Telugu Tfng Tglg Thaa Thaana Thai Tibetan Tibt Tifinagh Tirh Tirhuta Ugar Ugaritic Vai Vaii Wara Warang_Citi Xpeo Xsux Yi Yiii Zanabazar_Square Zanb Zinh Zyyy", "Dogr Dogra Gong Gunjala_Gondi Hanifi_Rohingya Maka Makasar Medefaidrin Medf Old_Sogdian Rohg Sogd Sogdian Sogo", "Elym Elymaic Hmnp Nand Nandinagari Nyiakeng_Puachue_Hmong Wancho Wcho", "Chorasmian Chrs Diak Dives_Akuru Khitan_Small_Script Kits Yezi Yezidi");
102
+ const binPropertySets = new DataSet("AHex ASCII ASCII_Hex_Digit Alpha Alphabetic Any Assigned Bidi_C Bidi_Control Bidi_M Bidi_Mirrored CI CWCF CWCM CWKCF CWL CWT CWU Case_Ignorable Cased Changes_When_Casefolded Changes_When_Casemapped Changes_When_Lowercased Changes_When_NFKC_Casefolded Changes_When_Titlecased Changes_When_Uppercased DI Dash Default_Ignorable_Code_Point Dep Deprecated Dia Diacritic Emoji Emoji_Component Emoji_Modifier Emoji_Modifier_Base Emoji_Presentation Ext Extender Gr_Base Gr_Ext Grapheme_Base Grapheme_Extend Hex Hex_Digit IDC IDS IDSB IDST IDS_Binary_Operator IDS_Trinary_Operator ID_Continue ID_Start Ideo Ideographic Join_C Join_Control LOE Logical_Order_Exception Lower Lowercase Math NChar Noncharacter_Code_Point Pat_Syn Pat_WS Pattern_Syntax Pattern_White_Space QMark Quotation_Mark RI Radical Regional_Indicator SD STerm Sentence_Terminal Soft_Dotted Term Terminal_Punctuation UIdeo Unified_Ideograph Upper Uppercase VS Variation_Selector White_Space XIDC XIDS XID_Continue XID_Start space", "Extended_Pictographic", "", "EBase EComp EMod EPres ExtPict");
103
+ function isValidUnicodeProperty(version, name, value) {
104
+ if (gcNameSet.has(name)) {
105
+ return version >= 2018 && gcValueSets.es2018.has(value);
106
+ }
107
+ if (scNameSet.has(name)) {
108
+ return ((version >= 2018 && scValueSets.es2018.has(value)) ||
109
+ (version >= 2019 && scValueSets.es2019.has(value)) ||
110
+ (version >= 2020 && scValueSets.es2020.has(value)) ||
111
+ (version >= 2021 && scValueSets.es2021.has(value)));
112
+ }
113
+ return false;
114
+ }
115
+ function isValidLoneUnicodeProperty(version, value) {
116
+ return ((version >= 2018 && binPropertySets.es2018.has(value)) ||
117
+ (version >= 2019 && binPropertySets.es2019.has(value)) ||
118
+ (version >= 2021 && binPropertySets.es2021.has(value)));
119
+ }
120
+
121
+ const Backspace = 0x08;
122
+ const CharacterTabulation = 0x09;
123
+ const LineFeed = 0x0a;
124
+ const LineTabulation = 0x0b;
125
+ const FormFeed = 0x0c;
126
+ const CarriageReturn = 0x0d;
127
+ const ExclamationMark = 0x21;
128
+ const DollarSign = 0x24;
129
+ const LeftParenthesis = 0x28;
130
+ const RightParenthesis = 0x29;
131
+ const Asterisk = 0x2a;
132
+ const PlusSign = 0x2b;
133
+ const Comma = 0x2c;
134
+ const HyphenMinus = 0x2d;
135
+ const FullStop = 0x2e;
136
+ const Solidus = 0x2f;
137
+ const DigitZero = 0x30;
138
+ const DigitOne = 0x31;
139
+ const DigitSeven = 0x37;
140
+ const DigitNine = 0x39;
141
+ const Colon = 0x3a;
142
+ const LessThanSign = 0x3c;
143
+ const EqualsSign = 0x3d;
144
+ const GreaterThanSign = 0x3e;
145
+ const QuestionMark = 0x3f;
146
+ const LatinCapitalLetterA = 0x41;
147
+ const LatinCapitalLetterB = 0x42;
148
+ const LatinCapitalLetterD = 0x44;
149
+ const LatinCapitalLetterF = 0x46;
150
+ const LatinCapitalLetterP = 0x50;
151
+ const LatinCapitalLetterS = 0x53;
152
+ const LatinCapitalLetterW = 0x57;
153
+ const LatinCapitalLetterZ = 0x5a;
154
+ const LowLine = 0x5f;
155
+ const LatinSmallLetterA = 0x61;
156
+ const LatinSmallLetterB = 0x62;
157
+ const LatinSmallLetterC = 0x63;
158
+ const LatinSmallLetterD = 0x64;
159
+ const LatinSmallLetterF = 0x66;
160
+ const LatinSmallLetterG = 0x67;
161
+ const LatinSmallLetterI = 0x69;
162
+ const LatinSmallLetterK = 0x6b;
163
+ const LatinSmallLetterM = 0x6d;
164
+ const LatinSmallLetterN = 0x6e;
165
+ const LatinSmallLetterP = 0x70;
166
+ const LatinSmallLetterR = 0x72;
167
+ const LatinSmallLetterS = 0x73;
168
+ const LatinSmallLetterT = 0x74;
169
+ const LatinSmallLetterU = 0x75;
170
+ const LatinSmallLetterV = 0x76;
171
+ const LatinSmallLetterW = 0x77;
172
+ const LatinSmallLetterX = 0x78;
173
+ const LatinSmallLetterY = 0x79;
174
+ const LatinSmallLetterZ = 0x7a;
175
+ const LeftSquareBracket = 0x5b;
176
+ const ReverseSolidus = 0x5c;
177
+ const RightSquareBracket = 0x5d;
178
+ const CircumflexAccent = 0x5e;
179
+ const LeftCurlyBracket = 0x7b;
180
+ const VerticalLine = 0x7c;
181
+ const RightCurlyBracket = 0x7d;
182
+ const ZeroWidthNonJoiner = 0x200c;
183
+ const ZeroWidthJoiner = 0x200d;
184
+ const LineSeparator = 0x2028;
185
+ const ParagraphSeparator = 0x2029;
186
+ const MinCodePoint = 0x00;
187
+ const MaxCodePoint = 0x10ffff;
188
+ function isLatinLetter(code) {
189
+ return ((code >= LatinCapitalLetterA && code <= LatinCapitalLetterZ) ||
190
+ (code >= LatinSmallLetterA && code <= LatinSmallLetterZ));
191
+ }
192
+ function isDecimalDigit(code) {
193
+ return code >= DigitZero && code <= DigitNine;
194
+ }
195
+ function isOctalDigit(code) {
196
+ return code >= DigitZero && code <= DigitSeven;
197
+ }
198
+ function isHexDigit(code) {
199
+ return ((code >= DigitZero && code <= DigitNine) ||
200
+ (code >= LatinCapitalLetterA && code <= LatinCapitalLetterF) ||
201
+ (code >= LatinSmallLetterA && code <= LatinSmallLetterF));
202
+ }
203
+ function isLineTerminator(code) {
204
+ return (code === LineFeed ||
205
+ code === CarriageReturn ||
206
+ code === LineSeparator ||
207
+ code === ParagraphSeparator);
208
+ }
209
+ function isValidUnicode(code) {
210
+ return code >= MinCodePoint && code <= MaxCodePoint;
211
+ }
212
+ function digitToInt(code) {
213
+ if (code >= LatinSmallLetterA && code <= LatinSmallLetterF) {
214
+ return code - LatinSmallLetterA + 10;
215
+ }
216
+ if (code >= LatinCapitalLetterA && code <= LatinCapitalLetterF) {
217
+ return code - LatinCapitalLetterA + 10;
218
+ }
219
+ return code - DigitZero;
220
+ }
221
+ function isLeadSurrogate(code) {
222
+ return code >= 0xd800 && code <= 0xdbff;
223
+ }
224
+ function isTrailSurrogate(code) {
225
+ return code >= 0xdc00 && code <= 0xdfff;
226
+ }
227
+ function combineSurrogatePair(lead, trail) {
228
+ return (lead - 0xd800) * 0x400 + (trail - 0xdc00) + 0x10000;
229
+ }
230
+
231
+ const legacyImpl = {
232
+ at(s, end, i) {
233
+ return i < end ? s.charCodeAt(i) : -1;
234
+ },
235
+ width(c) {
236
+ return 1;
237
+ },
238
+ };
239
+ const unicodeImpl = {
240
+ at(s, end, i) {
241
+ return i < end ? s.codePointAt(i) : -1;
242
+ },
243
+ width(c) {
244
+ return c > 0xffff ? 2 : 1;
245
+ },
246
+ };
247
+ class Reader {
248
+ constructor() {
249
+ this._impl = legacyImpl;
250
+ this._s = "";
251
+ this._i = 0;
252
+ this._end = 0;
253
+ this._cp1 = -1;
254
+ this._w1 = 1;
255
+ this._cp2 = -1;
256
+ this._w2 = 1;
257
+ this._cp3 = -1;
258
+ this._w3 = 1;
259
+ this._cp4 = -1;
260
+ }
261
+ get source() {
262
+ return this._s;
263
+ }
264
+ get index() {
265
+ return this._i;
266
+ }
267
+ get currentCodePoint() {
268
+ return this._cp1;
269
+ }
270
+ get nextCodePoint() {
271
+ return this._cp2;
272
+ }
273
+ get nextCodePoint2() {
274
+ return this._cp3;
275
+ }
276
+ get nextCodePoint3() {
277
+ return this._cp4;
278
+ }
279
+ reset(source, start, end, uFlag) {
280
+ this._impl = uFlag ? unicodeImpl : legacyImpl;
281
+ this._s = source;
282
+ this._end = end;
283
+ this.rewind(start);
284
+ }
285
+ rewind(index) {
286
+ const impl = this._impl;
287
+ this._i = index;
288
+ this._cp1 = impl.at(this._s, this._end, index);
289
+ this._w1 = impl.width(this._cp1);
290
+ this._cp2 = impl.at(this._s, this._end, index + this._w1);
291
+ this._w2 = impl.width(this._cp2);
292
+ this._cp3 = impl.at(this._s, this._end, index + this._w1 + this._w2);
293
+ this._w3 = impl.width(this._cp3);
294
+ this._cp4 = impl.at(this._s, this._end, index + this._w1 + this._w2 + this._w3);
295
+ }
296
+ advance() {
297
+ if (this._cp1 !== -1) {
298
+ const impl = this._impl;
299
+ this._i += this._w1;
300
+ this._cp1 = this._cp2;
301
+ this._w1 = this._w2;
302
+ this._cp2 = this._cp3;
303
+ this._w2 = impl.width(this._cp2);
304
+ this._cp3 = this._cp4;
305
+ this._w3 = impl.width(this._cp3);
306
+ this._cp4 = impl.at(this._s, this._end, this._i + this._w1 + this._w2 + this._w3);
307
+ }
308
+ }
309
+ eat(cp) {
310
+ if (this._cp1 === cp) {
311
+ this.advance();
312
+ return true;
313
+ }
314
+ return false;
315
+ }
316
+ eat2(cp1, cp2) {
317
+ if (this._cp1 === cp1 && this._cp2 === cp2) {
318
+ this.advance();
319
+ this.advance();
320
+ return true;
321
+ }
322
+ return false;
323
+ }
324
+ eat3(cp1, cp2, cp3) {
325
+ if (this._cp1 === cp1 && this._cp2 === cp2 && this._cp3 === cp3) {
326
+ this.advance();
327
+ this.advance();
328
+ this.advance();
329
+ return true;
330
+ }
331
+ return false;
332
+ }
333
+ }
334
+
335
+ class RegExpSyntaxError extends SyntaxError {
336
+ constructor(source, uFlag, index, message) {
337
+ if (source) {
338
+ if (!source.startsWith("/")) {
339
+ source = `/${source}/${uFlag ? "u" : ""}`;
340
+ }
341
+ source = `: ${source}`;
342
+ }
343
+ super(`Invalid regular expression${source}: ${message}`);
344
+ this.index = index;
345
+ }
346
+ }
347
+
348
+ function isSyntaxCharacter(cp) {
349
+ return (cp === CircumflexAccent ||
350
+ cp === DollarSign ||
351
+ cp === ReverseSolidus ||
352
+ cp === FullStop ||
353
+ cp === Asterisk ||
354
+ cp === PlusSign ||
355
+ cp === QuestionMark ||
356
+ cp === LeftParenthesis ||
357
+ cp === RightParenthesis ||
358
+ cp === LeftSquareBracket ||
359
+ cp === RightSquareBracket ||
360
+ cp === LeftCurlyBracket ||
361
+ cp === RightCurlyBracket ||
362
+ cp === VerticalLine);
363
+ }
364
+ function isRegExpIdentifierStart(cp) {
365
+ return isIdStart(cp) || cp === DollarSign || cp === LowLine;
366
+ }
367
+ function isRegExpIdentifierPart(cp) {
368
+ return (isIdContinue(cp) ||
369
+ cp === DollarSign ||
370
+ cp === LowLine ||
371
+ cp === ZeroWidthNonJoiner ||
372
+ cp === ZeroWidthJoiner);
373
+ }
374
+ function isUnicodePropertyNameCharacter(cp) {
375
+ return isLatinLetter(cp) || cp === LowLine;
376
+ }
377
+ function isUnicodePropertyValueCharacter(cp) {
378
+ return isUnicodePropertyNameCharacter(cp) || isDecimalDigit(cp);
379
+ }
380
+ class RegExpValidator {
381
+ constructor(options) {
382
+ this._reader = new Reader();
383
+ this._uFlag = false;
384
+ this._nFlag = false;
385
+ this._lastIntValue = 0;
386
+ this._lastMinValue = 0;
387
+ this._lastMaxValue = 0;
388
+ this._lastStrValue = "";
389
+ this._lastKeyValue = "";
390
+ this._lastValValue = "";
391
+ this._lastAssertionIsQuantifiable = false;
392
+ this._numCapturingParens = 0;
393
+ this._groupNames = new Set();
394
+ this._backreferenceNames = new Set();
395
+ this._options = options || {};
396
+ }
397
+ validateLiteral(source, start = 0, end = source.length) {
398
+ this._uFlag = this._nFlag = false;
399
+ this.reset(source, start, end);
400
+ this.onLiteralEnter(start);
401
+ if (this.eat(Solidus) && this.eatRegExpBody() && this.eat(Solidus)) {
402
+ const flagStart = this.index;
403
+ const uFlag = source.includes("u", flagStart);
404
+ this.validateFlags(source, flagStart, end);
405
+ this.validatePattern(source, start + 1, flagStart - 1, uFlag);
406
+ }
407
+ else if (start >= end) {
408
+ this.raise("Empty");
409
+ }
410
+ else {
411
+ const c = String.fromCodePoint(this.currentCodePoint);
412
+ this.raise(`Unexpected character '${c}'`);
413
+ }
414
+ this.onLiteralLeave(start, end);
415
+ }
416
+ validateFlags(source, start = 0, end = source.length) {
417
+ const existingFlags = new Set();
418
+ let global = false;
419
+ let ignoreCase = false;
420
+ let multiline = false;
421
+ let sticky = false;
422
+ let unicode = false;
423
+ let dotAll = false;
424
+ let hasIndices = false;
425
+ for (let i = start; i < end; ++i) {
426
+ const flag = source.charCodeAt(i);
427
+ if (existingFlags.has(flag)) {
428
+ this.raise(`Duplicated flag '${source[i]}'`);
429
+ }
430
+ existingFlags.add(flag);
431
+ if (flag === LatinSmallLetterG) {
432
+ global = true;
433
+ }
434
+ else if (flag === LatinSmallLetterI) {
435
+ ignoreCase = true;
436
+ }
437
+ else if (flag === LatinSmallLetterM) {
438
+ multiline = true;
439
+ }
440
+ else if (flag === LatinSmallLetterU && this.ecmaVersion >= 2015) {
441
+ unicode = true;
442
+ }
443
+ else if (flag === LatinSmallLetterY && this.ecmaVersion >= 2015) {
444
+ sticky = true;
445
+ }
446
+ else if (flag === LatinSmallLetterS && this.ecmaVersion >= 2018) {
447
+ dotAll = true;
448
+ }
449
+ else if (flag === LatinSmallLetterD && this.ecmaVersion >= 2022) {
450
+ hasIndices = true;
451
+ }
452
+ else {
453
+ this.raise(`Invalid flag '${source[i]}'`);
454
+ }
455
+ }
456
+ this.onFlags(start, end, global, ignoreCase, multiline, unicode, sticky, dotAll, hasIndices);
457
+ }
458
+ validatePattern(source, start = 0, end = source.length, uFlag = false) {
459
+ this._uFlag = uFlag && this.ecmaVersion >= 2015;
460
+ this._nFlag = uFlag && this.ecmaVersion >= 2018;
461
+ this.reset(source, start, end);
462
+ this.consumePattern();
463
+ if (!this._nFlag &&
464
+ this.ecmaVersion >= 2018 &&
465
+ this._groupNames.size > 0) {
466
+ this._nFlag = true;
467
+ this.rewind(start);
468
+ this.consumePattern();
469
+ }
470
+ }
471
+ get strict() {
472
+ return Boolean(this._options.strict || this._uFlag);
473
+ }
474
+ get ecmaVersion() {
475
+ return this._options.ecmaVersion || 2022;
476
+ }
477
+ onLiteralEnter(start) {
478
+ if (this._options.onLiteralEnter) {
479
+ this._options.onLiteralEnter(start);
480
+ }
481
+ }
482
+ onLiteralLeave(start, end) {
483
+ if (this._options.onLiteralLeave) {
484
+ this._options.onLiteralLeave(start, end);
485
+ }
486
+ }
487
+ onFlags(start, end, global, ignoreCase, multiline, unicode, sticky, dotAll, hasIndices) {
488
+ if (this._options.onFlags) {
489
+ this._options.onFlags(start, end, global, ignoreCase, multiline, unicode, sticky, dotAll, hasIndices);
490
+ }
491
+ }
492
+ onPatternEnter(start) {
493
+ if (this._options.onPatternEnter) {
494
+ this._options.onPatternEnter(start);
495
+ }
496
+ }
497
+ onPatternLeave(start, end) {
498
+ if (this._options.onPatternLeave) {
499
+ this._options.onPatternLeave(start, end);
500
+ }
501
+ }
502
+ onDisjunctionEnter(start) {
503
+ if (this._options.onDisjunctionEnter) {
504
+ this._options.onDisjunctionEnter(start);
505
+ }
506
+ }
507
+ onDisjunctionLeave(start, end) {
508
+ if (this._options.onDisjunctionLeave) {
509
+ this._options.onDisjunctionLeave(start, end);
510
+ }
511
+ }
512
+ onAlternativeEnter(start, index) {
513
+ if (this._options.onAlternativeEnter) {
514
+ this._options.onAlternativeEnter(start, index);
515
+ }
516
+ }
517
+ onAlternativeLeave(start, end, index) {
518
+ if (this._options.onAlternativeLeave) {
519
+ this._options.onAlternativeLeave(start, end, index);
520
+ }
521
+ }
522
+ onGroupEnter(start) {
523
+ if (this._options.onGroupEnter) {
524
+ this._options.onGroupEnter(start);
525
+ }
526
+ }
527
+ onGroupLeave(start, end) {
528
+ if (this._options.onGroupLeave) {
529
+ this._options.onGroupLeave(start, end);
530
+ }
531
+ }
532
+ onCapturingGroupEnter(start, name) {
533
+ if (this._options.onCapturingGroupEnter) {
534
+ this._options.onCapturingGroupEnter(start, name);
535
+ }
536
+ }
537
+ onCapturingGroupLeave(start, end, name) {
538
+ if (this._options.onCapturingGroupLeave) {
539
+ this._options.onCapturingGroupLeave(start, end, name);
540
+ }
541
+ }
542
+ onQuantifier(start, end, min, max, greedy) {
543
+ if (this._options.onQuantifier) {
544
+ this._options.onQuantifier(start, end, min, max, greedy);
545
+ }
546
+ }
547
+ onLookaroundAssertionEnter(start, kind, negate) {
548
+ if (this._options.onLookaroundAssertionEnter) {
549
+ this._options.onLookaroundAssertionEnter(start, kind, negate);
550
+ }
551
+ }
552
+ onLookaroundAssertionLeave(start, end, kind, negate) {
553
+ if (this._options.onLookaroundAssertionLeave) {
554
+ this._options.onLookaroundAssertionLeave(start, end, kind, negate);
555
+ }
556
+ }
557
+ onEdgeAssertion(start, end, kind) {
558
+ if (this._options.onEdgeAssertion) {
559
+ this._options.onEdgeAssertion(start, end, kind);
560
+ }
561
+ }
562
+ onWordBoundaryAssertion(start, end, kind, negate) {
563
+ if (this._options.onWordBoundaryAssertion) {
564
+ this._options.onWordBoundaryAssertion(start, end, kind, negate);
565
+ }
566
+ }
567
+ onAnyCharacterSet(start, end, kind) {
568
+ if (this._options.onAnyCharacterSet) {
569
+ this._options.onAnyCharacterSet(start, end, kind);
570
+ }
571
+ }
572
+ onEscapeCharacterSet(start, end, kind, negate) {
573
+ if (this._options.onEscapeCharacterSet) {
574
+ this._options.onEscapeCharacterSet(start, end, kind, negate);
575
+ }
576
+ }
577
+ onUnicodePropertyCharacterSet(start, end, kind, key, value, negate) {
578
+ if (this._options.onUnicodePropertyCharacterSet) {
579
+ this._options.onUnicodePropertyCharacterSet(start, end, kind, key, value, negate);
580
+ }
581
+ }
582
+ onCharacter(start, end, value) {
583
+ if (this._options.onCharacter) {
584
+ this._options.onCharacter(start, end, value);
585
+ }
586
+ }
587
+ onBackreference(start, end, ref) {
588
+ if (this._options.onBackreference) {
589
+ this._options.onBackreference(start, end, ref);
590
+ }
591
+ }
592
+ onCharacterClassEnter(start, negate) {
593
+ if (this._options.onCharacterClassEnter) {
594
+ this._options.onCharacterClassEnter(start, negate);
595
+ }
596
+ }
597
+ onCharacterClassLeave(start, end, negate) {
598
+ if (this._options.onCharacterClassLeave) {
599
+ this._options.onCharacterClassLeave(start, end, negate);
600
+ }
601
+ }
602
+ onCharacterClassRange(start, end, min, max) {
603
+ if (this._options.onCharacterClassRange) {
604
+ this._options.onCharacterClassRange(start, end, min, max);
605
+ }
606
+ }
607
+ get source() {
608
+ return this._reader.source;
609
+ }
610
+ get index() {
611
+ return this._reader.index;
612
+ }
613
+ get currentCodePoint() {
614
+ return this._reader.currentCodePoint;
615
+ }
616
+ get nextCodePoint() {
617
+ return this._reader.nextCodePoint;
618
+ }
619
+ get nextCodePoint2() {
620
+ return this._reader.nextCodePoint2;
621
+ }
622
+ get nextCodePoint3() {
623
+ return this._reader.nextCodePoint3;
624
+ }
625
+ reset(source, start, end) {
626
+ this._reader.reset(source, start, end, this._uFlag);
627
+ }
628
+ rewind(index) {
629
+ this._reader.rewind(index);
630
+ }
631
+ advance() {
632
+ this._reader.advance();
633
+ }
634
+ eat(cp) {
635
+ return this._reader.eat(cp);
636
+ }
637
+ eat2(cp1, cp2) {
638
+ return this._reader.eat2(cp1, cp2);
639
+ }
640
+ eat3(cp1, cp2, cp3) {
641
+ return this._reader.eat3(cp1, cp2, cp3);
642
+ }
643
+ raise(message) {
644
+ throw new RegExpSyntaxError(this.source, this._uFlag, this.index, message);
645
+ }
646
+ eatRegExpBody() {
647
+ const start = this.index;
648
+ let inClass = false;
649
+ let escaped = false;
650
+ for (;;) {
651
+ const cp = this.currentCodePoint;
652
+ if (cp === -1 || isLineTerminator(cp)) {
653
+ const kind = inClass ? "character class" : "regular expression";
654
+ this.raise(`Unterminated ${kind}`);
655
+ }
656
+ if (escaped) {
657
+ escaped = false;
658
+ }
659
+ else if (cp === ReverseSolidus) {
660
+ escaped = true;
661
+ }
662
+ else if (cp === LeftSquareBracket) {
663
+ inClass = true;
664
+ }
665
+ else if (cp === RightSquareBracket) {
666
+ inClass = false;
667
+ }
668
+ else if ((cp === Solidus && !inClass) ||
669
+ (cp === Asterisk && this.index === start)) {
670
+ break;
671
+ }
672
+ this.advance();
673
+ }
674
+ return this.index !== start;
675
+ }
676
+ consumePattern() {
677
+ const start = this.index;
678
+ this._numCapturingParens = this.countCapturingParens();
679
+ this._groupNames.clear();
680
+ this._backreferenceNames.clear();
681
+ this.onPatternEnter(start);
682
+ this.consumeDisjunction();
683
+ const cp = this.currentCodePoint;
684
+ if (this.currentCodePoint !== -1) {
685
+ if (cp === RightParenthesis) {
686
+ this.raise("Unmatched ')'");
687
+ }
688
+ if (cp === ReverseSolidus) {
689
+ this.raise("\\ at end of pattern");
690
+ }
691
+ if (cp === RightSquareBracket || cp === RightCurlyBracket) {
692
+ this.raise("Lone quantifier brackets");
693
+ }
694
+ const c = String.fromCodePoint(cp);
695
+ this.raise(`Unexpected character '${c}'`);
696
+ }
697
+ for (const name of this._backreferenceNames) {
698
+ if (!this._groupNames.has(name)) {
699
+ this.raise("Invalid named capture referenced");
700
+ }
701
+ }
702
+ this.onPatternLeave(start, this.index);
703
+ }
704
+ countCapturingParens() {
705
+ const start = this.index;
706
+ let inClass = false;
707
+ let escaped = false;
708
+ let count = 0;
709
+ let cp = 0;
710
+ while ((cp = this.currentCodePoint) !== -1) {
711
+ if (escaped) {
712
+ escaped = false;
713
+ }
714
+ else if (cp === ReverseSolidus) {
715
+ escaped = true;
716
+ }
717
+ else if (cp === LeftSquareBracket) {
718
+ inClass = true;
719
+ }
720
+ else if (cp === RightSquareBracket) {
721
+ inClass = false;
722
+ }
723
+ else if (cp === LeftParenthesis &&
724
+ !inClass &&
725
+ (this.nextCodePoint !== QuestionMark ||
726
+ (this.nextCodePoint2 === LessThanSign &&
727
+ this.nextCodePoint3 !== EqualsSign &&
728
+ this.nextCodePoint3 !== ExclamationMark))) {
729
+ count += 1;
730
+ }
731
+ this.advance();
732
+ }
733
+ this.rewind(start);
734
+ return count;
735
+ }
736
+ consumeDisjunction() {
737
+ const start = this.index;
738
+ let i = 0;
739
+ this.onDisjunctionEnter(start);
740
+ do {
741
+ this.consumeAlternative(i++);
742
+ } while (this.eat(VerticalLine));
743
+ if (this.consumeQuantifier(true)) {
744
+ this.raise("Nothing to repeat");
745
+ }
746
+ if (this.eat(LeftCurlyBracket)) {
747
+ this.raise("Lone quantifier brackets");
748
+ }
749
+ this.onDisjunctionLeave(start, this.index);
750
+ }
751
+ consumeAlternative(i) {
752
+ const start = this.index;
753
+ this.onAlternativeEnter(start, i);
754
+ while (this.currentCodePoint !== -1 && this.consumeTerm()) {
755
+ }
756
+ this.onAlternativeLeave(start, this.index, i);
757
+ }
758
+ consumeTerm() {
759
+ if (this._uFlag || this.strict) {
760
+ return (this.consumeAssertion() ||
761
+ (this.consumeAtom() && this.consumeOptionalQuantifier()));
762
+ }
763
+ return ((this.consumeAssertion() &&
764
+ (!this._lastAssertionIsQuantifiable ||
765
+ this.consumeOptionalQuantifier())) ||
766
+ (this.consumeExtendedAtom() && this.consumeOptionalQuantifier()));
767
+ }
768
+ consumeOptionalQuantifier() {
769
+ this.consumeQuantifier();
770
+ return true;
771
+ }
772
+ consumeAssertion() {
773
+ const start = this.index;
774
+ this._lastAssertionIsQuantifiable = false;
775
+ if (this.eat(CircumflexAccent)) {
776
+ this.onEdgeAssertion(start, this.index, "start");
777
+ return true;
778
+ }
779
+ if (this.eat(DollarSign)) {
780
+ this.onEdgeAssertion(start, this.index, "end");
781
+ return true;
782
+ }
783
+ if (this.eat2(ReverseSolidus, LatinCapitalLetterB)) {
784
+ this.onWordBoundaryAssertion(start, this.index, "word", true);
785
+ return true;
786
+ }
787
+ if (this.eat2(ReverseSolidus, LatinSmallLetterB)) {
788
+ this.onWordBoundaryAssertion(start, this.index, "word", false);
789
+ return true;
790
+ }
791
+ if (this.eat2(LeftParenthesis, QuestionMark)) {
792
+ const lookbehind = this.ecmaVersion >= 2018 && this.eat(LessThanSign);
793
+ let negate = false;
794
+ if (this.eat(EqualsSign) || (negate = this.eat(ExclamationMark))) {
795
+ const kind = lookbehind ? "lookbehind" : "lookahead";
796
+ this.onLookaroundAssertionEnter(start, kind, negate);
797
+ this.consumeDisjunction();
798
+ if (!this.eat(RightParenthesis)) {
799
+ this.raise("Unterminated group");
800
+ }
801
+ this._lastAssertionIsQuantifiable = !lookbehind && !this.strict;
802
+ this.onLookaroundAssertionLeave(start, this.index, kind, negate);
803
+ return true;
804
+ }
805
+ this.rewind(start);
806
+ }
807
+ return false;
808
+ }
809
+ consumeQuantifier(noConsume = false) {
810
+ const start = this.index;
811
+ let min = 0;
812
+ let max = 0;
813
+ let greedy = false;
814
+ if (this.eat(Asterisk)) {
815
+ min = 0;
816
+ max = Number.POSITIVE_INFINITY;
817
+ }
818
+ else if (this.eat(PlusSign)) {
819
+ min = 1;
820
+ max = Number.POSITIVE_INFINITY;
821
+ }
822
+ else if (this.eat(QuestionMark)) {
823
+ min = 0;
824
+ max = 1;
825
+ }
826
+ else if (this.eatBracedQuantifier(noConsume)) {
827
+ min = this._lastMinValue;
828
+ max = this._lastMaxValue;
829
+ }
830
+ else {
831
+ return false;
832
+ }
833
+ greedy = !this.eat(QuestionMark);
834
+ if (!noConsume) {
835
+ this.onQuantifier(start, this.index, min, max, greedy);
836
+ }
837
+ return true;
838
+ }
839
+ eatBracedQuantifier(noError) {
840
+ const start = this.index;
841
+ if (this.eat(LeftCurlyBracket)) {
842
+ this._lastMinValue = 0;
843
+ this._lastMaxValue = Number.POSITIVE_INFINITY;
844
+ if (this.eatDecimalDigits()) {
845
+ this._lastMinValue = this._lastMaxValue = this._lastIntValue;
846
+ if (this.eat(Comma)) {
847
+ this._lastMaxValue = this.eatDecimalDigits()
848
+ ? this._lastIntValue
849
+ : Number.POSITIVE_INFINITY;
850
+ }
851
+ if (this.eat(RightCurlyBracket)) {
852
+ if (!noError && this._lastMaxValue < this._lastMinValue) {
853
+ this.raise("numbers out of order in {} quantifier");
854
+ }
855
+ return true;
856
+ }
857
+ }
858
+ if (!noError && (this._uFlag || this.strict)) {
859
+ this.raise("Incomplete quantifier");
860
+ }
861
+ this.rewind(start);
862
+ }
863
+ return false;
864
+ }
865
+ consumeAtom() {
866
+ return (this.consumePatternCharacter() ||
867
+ this.consumeDot() ||
868
+ this.consumeReverseSolidusAtomEscape() ||
869
+ this.consumeCharacterClass() ||
870
+ this.consumeUncapturingGroup() ||
871
+ this.consumeCapturingGroup());
872
+ }
873
+ consumeDot() {
874
+ if (this.eat(FullStop)) {
875
+ this.onAnyCharacterSet(this.index - 1, this.index, "any");
876
+ return true;
877
+ }
878
+ return false;
879
+ }
880
+ consumeReverseSolidusAtomEscape() {
881
+ const start = this.index;
882
+ if (this.eat(ReverseSolidus)) {
883
+ if (this.consumeAtomEscape()) {
884
+ return true;
885
+ }
886
+ this.rewind(start);
887
+ }
888
+ return false;
889
+ }
890
+ consumeUncapturingGroup() {
891
+ const start = this.index;
892
+ if (this.eat3(LeftParenthesis, QuestionMark, Colon)) {
893
+ this.onGroupEnter(start);
894
+ this.consumeDisjunction();
895
+ if (!this.eat(RightParenthesis)) {
896
+ this.raise("Unterminated group");
897
+ }
898
+ this.onGroupLeave(start, this.index);
899
+ return true;
900
+ }
901
+ return false;
902
+ }
903
+ consumeCapturingGroup() {
904
+ const start = this.index;
905
+ if (this.eat(LeftParenthesis)) {
906
+ let name = null;
907
+ if (this.ecmaVersion >= 2018) {
908
+ if (this.consumeGroupSpecifier()) {
909
+ name = this._lastStrValue;
910
+ }
911
+ }
912
+ else if (this.currentCodePoint === QuestionMark) {
913
+ this.raise("Invalid group");
914
+ }
915
+ this.onCapturingGroupEnter(start, name);
916
+ this.consumeDisjunction();
917
+ if (!this.eat(RightParenthesis)) {
918
+ this.raise("Unterminated group");
919
+ }
920
+ this.onCapturingGroupLeave(start, this.index, name);
921
+ return true;
922
+ }
923
+ return false;
924
+ }
925
+ consumeExtendedAtom() {
926
+ return (this.consumeDot() ||
927
+ this.consumeReverseSolidusAtomEscape() ||
928
+ this.consumeReverseSolidusFollowedByC() ||
929
+ this.consumeCharacterClass() ||
930
+ this.consumeUncapturingGroup() ||
931
+ this.consumeCapturingGroup() ||
932
+ this.consumeInvalidBracedQuantifier() ||
933
+ this.consumeExtendedPatternCharacter());
934
+ }
935
+ consumeReverseSolidusFollowedByC() {
936
+ const start = this.index;
937
+ if (this.currentCodePoint === ReverseSolidus &&
938
+ this.nextCodePoint === LatinSmallLetterC) {
939
+ this._lastIntValue = this.currentCodePoint;
940
+ this.advance();
941
+ this.onCharacter(start, this.index, ReverseSolidus);
942
+ return true;
943
+ }
944
+ return false;
945
+ }
946
+ consumeInvalidBracedQuantifier() {
947
+ if (this.eatBracedQuantifier(true)) {
948
+ this.raise("Nothing to repeat");
949
+ }
950
+ return false;
951
+ }
952
+ consumePatternCharacter() {
953
+ const start = this.index;
954
+ const cp = this.currentCodePoint;
955
+ if (cp !== -1 && !isSyntaxCharacter(cp)) {
956
+ this.advance();
957
+ this.onCharacter(start, this.index, cp);
958
+ return true;
959
+ }
960
+ return false;
961
+ }
962
+ consumeExtendedPatternCharacter() {
963
+ const start = this.index;
964
+ const cp = this.currentCodePoint;
965
+ if (cp !== -1 &&
966
+ cp !== CircumflexAccent &&
967
+ cp !== DollarSign &&
968
+ cp !== ReverseSolidus &&
969
+ cp !== FullStop &&
970
+ cp !== Asterisk &&
971
+ cp !== PlusSign &&
972
+ cp !== QuestionMark &&
973
+ cp !== LeftParenthesis &&
974
+ cp !== RightParenthesis &&
975
+ cp !== LeftSquareBracket &&
976
+ cp !== VerticalLine) {
977
+ this.advance();
978
+ this.onCharacter(start, this.index, cp);
979
+ return true;
980
+ }
981
+ return false;
982
+ }
983
+ consumeGroupSpecifier() {
984
+ if (this.eat(QuestionMark)) {
985
+ if (this.eatGroupName()) {
986
+ if (!this._groupNames.has(this._lastStrValue)) {
987
+ this._groupNames.add(this._lastStrValue);
988
+ return true;
989
+ }
990
+ this.raise("Duplicate capture group name");
991
+ }
992
+ this.raise("Invalid group");
993
+ }
994
+ return false;
995
+ }
996
+ consumeAtomEscape() {
997
+ if (this.consumeBackreference() ||
998
+ this.consumeCharacterClassEscape() ||
999
+ this.consumeCharacterEscape() ||
1000
+ (this._nFlag && this.consumeKGroupName())) {
1001
+ return true;
1002
+ }
1003
+ if (this.strict || this._uFlag) {
1004
+ this.raise("Invalid escape");
1005
+ }
1006
+ return false;
1007
+ }
1008
+ consumeBackreference() {
1009
+ const start = this.index;
1010
+ if (this.eatDecimalEscape()) {
1011
+ const n = this._lastIntValue;
1012
+ if (n <= this._numCapturingParens) {
1013
+ this.onBackreference(start - 1, this.index, n);
1014
+ return true;
1015
+ }
1016
+ if (this.strict || this._uFlag) {
1017
+ this.raise("Invalid escape");
1018
+ }
1019
+ this.rewind(start);
1020
+ }
1021
+ return false;
1022
+ }
1023
+ consumeCharacterClassEscape() {
1024
+ const start = this.index;
1025
+ if (this.eat(LatinSmallLetterD)) {
1026
+ this._lastIntValue = -1;
1027
+ this.onEscapeCharacterSet(start - 1, this.index, "digit", false);
1028
+ return true;
1029
+ }
1030
+ if (this.eat(LatinCapitalLetterD)) {
1031
+ this._lastIntValue = -1;
1032
+ this.onEscapeCharacterSet(start - 1, this.index, "digit", true);
1033
+ return true;
1034
+ }
1035
+ if (this.eat(LatinSmallLetterS)) {
1036
+ this._lastIntValue = -1;
1037
+ this.onEscapeCharacterSet(start - 1, this.index, "space", false);
1038
+ return true;
1039
+ }
1040
+ if (this.eat(LatinCapitalLetterS)) {
1041
+ this._lastIntValue = -1;
1042
+ this.onEscapeCharacterSet(start - 1, this.index, "space", true);
1043
+ return true;
1044
+ }
1045
+ if (this.eat(LatinSmallLetterW)) {
1046
+ this._lastIntValue = -1;
1047
+ this.onEscapeCharacterSet(start - 1, this.index, "word", false);
1048
+ return true;
1049
+ }
1050
+ if (this.eat(LatinCapitalLetterW)) {
1051
+ this._lastIntValue = -1;
1052
+ this.onEscapeCharacterSet(start - 1, this.index, "word", true);
1053
+ return true;
1054
+ }
1055
+ let negate = false;
1056
+ if (this._uFlag &&
1057
+ this.ecmaVersion >= 2018 &&
1058
+ (this.eat(LatinSmallLetterP) ||
1059
+ (negate = this.eat(LatinCapitalLetterP)))) {
1060
+ this._lastIntValue = -1;
1061
+ if (this.eat(LeftCurlyBracket) &&
1062
+ this.eatUnicodePropertyValueExpression() &&
1063
+ this.eat(RightCurlyBracket)) {
1064
+ this.onUnicodePropertyCharacterSet(start - 1, this.index, "property", this._lastKeyValue, this._lastValValue || null, negate);
1065
+ return true;
1066
+ }
1067
+ this.raise("Invalid property name");
1068
+ }
1069
+ return false;
1070
+ }
1071
+ consumeCharacterEscape() {
1072
+ const start = this.index;
1073
+ if (this.eatControlEscape() ||
1074
+ this.eatCControlLetter() ||
1075
+ this.eatZero() ||
1076
+ this.eatHexEscapeSequence() ||
1077
+ this.eatRegExpUnicodeEscapeSequence() ||
1078
+ (!this.strict &&
1079
+ !this._uFlag &&
1080
+ this.eatLegacyOctalEscapeSequence()) ||
1081
+ this.eatIdentityEscape()) {
1082
+ this.onCharacter(start - 1, this.index, this._lastIntValue);
1083
+ return true;
1084
+ }
1085
+ return false;
1086
+ }
1087
+ consumeKGroupName() {
1088
+ const start = this.index;
1089
+ if (this.eat(LatinSmallLetterK)) {
1090
+ if (this.eatGroupName()) {
1091
+ const groupName = this._lastStrValue;
1092
+ this._backreferenceNames.add(groupName);
1093
+ this.onBackreference(start - 1, this.index, groupName);
1094
+ return true;
1095
+ }
1096
+ this.raise("Invalid named reference");
1097
+ }
1098
+ return false;
1099
+ }
1100
+ consumeCharacterClass() {
1101
+ const start = this.index;
1102
+ if (this.eat(LeftSquareBracket)) {
1103
+ const negate = this.eat(CircumflexAccent);
1104
+ this.onCharacterClassEnter(start, negate);
1105
+ this.consumeClassRanges();
1106
+ if (!this.eat(RightSquareBracket)) {
1107
+ this.raise("Unterminated character class");
1108
+ }
1109
+ this.onCharacterClassLeave(start, this.index, negate);
1110
+ return true;
1111
+ }
1112
+ return false;
1113
+ }
1114
+ consumeClassRanges() {
1115
+ const strict = this.strict || this._uFlag;
1116
+ for (;;) {
1117
+ const rangeStart = this.index;
1118
+ if (!this.consumeClassAtom()) {
1119
+ break;
1120
+ }
1121
+ const min = this._lastIntValue;
1122
+ if (!this.eat(HyphenMinus)) {
1123
+ continue;
1124
+ }
1125
+ this.onCharacter(this.index - 1, this.index, HyphenMinus);
1126
+ if (!this.consumeClassAtom()) {
1127
+ break;
1128
+ }
1129
+ const max = this._lastIntValue;
1130
+ if (min === -1 || max === -1) {
1131
+ if (strict) {
1132
+ this.raise("Invalid character class");
1133
+ }
1134
+ continue;
1135
+ }
1136
+ if (min > max) {
1137
+ this.raise("Range out of order in character class");
1138
+ }
1139
+ this.onCharacterClassRange(rangeStart, this.index, min, max);
1140
+ }
1141
+ }
1142
+ consumeClassAtom() {
1143
+ const start = this.index;
1144
+ const cp = this.currentCodePoint;
1145
+ if (cp !== -1 && cp !== ReverseSolidus && cp !== RightSquareBracket) {
1146
+ this.advance();
1147
+ this._lastIntValue = cp;
1148
+ this.onCharacter(start, this.index, this._lastIntValue);
1149
+ return true;
1150
+ }
1151
+ if (this.eat(ReverseSolidus)) {
1152
+ if (this.consumeClassEscape()) {
1153
+ return true;
1154
+ }
1155
+ if (!this.strict && this.currentCodePoint === LatinSmallLetterC) {
1156
+ this._lastIntValue = ReverseSolidus;
1157
+ this.onCharacter(start, this.index, this._lastIntValue);
1158
+ return true;
1159
+ }
1160
+ if (this.strict || this._uFlag) {
1161
+ this.raise("Invalid escape");
1162
+ }
1163
+ this.rewind(start);
1164
+ }
1165
+ return false;
1166
+ }
1167
+ consumeClassEscape() {
1168
+ const start = this.index;
1169
+ if (this.eat(LatinSmallLetterB)) {
1170
+ this._lastIntValue = Backspace;
1171
+ this.onCharacter(start - 1, this.index, this._lastIntValue);
1172
+ return true;
1173
+ }
1174
+ if (this._uFlag && this.eat(HyphenMinus)) {
1175
+ this._lastIntValue = HyphenMinus;
1176
+ this.onCharacter(start - 1, this.index, this._lastIntValue);
1177
+ return true;
1178
+ }
1179
+ let cp = 0;
1180
+ if (!this.strict &&
1181
+ !this._uFlag &&
1182
+ this.currentCodePoint === LatinSmallLetterC &&
1183
+ (isDecimalDigit((cp = this.nextCodePoint)) || cp === LowLine)) {
1184
+ this.advance();
1185
+ this.advance();
1186
+ this._lastIntValue = cp % 0x20;
1187
+ this.onCharacter(start - 1, this.index, this._lastIntValue);
1188
+ return true;
1189
+ }
1190
+ return (this.consumeCharacterClassEscape() || this.consumeCharacterEscape());
1191
+ }
1192
+ eatGroupName() {
1193
+ if (this.eat(LessThanSign)) {
1194
+ if (this.eatRegExpIdentifierName() && this.eat(GreaterThanSign)) {
1195
+ return true;
1196
+ }
1197
+ this.raise("Invalid capture group name");
1198
+ }
1199
+ return false;
1200
+ }
1201
+ eatRegExpIdentifierName() {
1202
+ if (this.eatRegExpIdentifierStart()) {
1203
+ this._lastStrValue = String.fromCodePoint(this._lastIntValue);
1204
+ while (this.eatRegExpIdentifierPart()) {
1205
+ this._lastStrValue += String.fromCodePoint(this._lastIntValue);
1206
+ }
1207
+ return true;
1208
+ }
1209
+ return false;
1210
+ }
1211
+ eatRegExpIdentifierStart() {
1212
+ const start = this.index;
1213
+ const forceUFlag = !this._uFlag && this.ecmaVersion >= 2020;
1214
+ let cp = this.currentCodePoint;
1215
+ this.advance();
1216
+ if (cp === ReverseSolidus &&
1217
+ this.eatRegExpUnicodeEscapeSequence(forceUFlag)) {
1218
+ cp = this._lastIntValue;
1219
+ }
1220
+ else if (forceUFlag &&
1221
+ isLeadSurrogate(cp) &&
1222
+ isTrailSurrogate(this.currentCodePoint)) {
1223
+ cp = combineSurrogatePair(cp, this.currentCodePoint);
1224
+ this.advance();
1225
+ }
1226
+ if (isRegExpIdentifierStart(cp)) {
1227
+ this._lastIntValue = cp;
1228
+ return true;
1229
+ }
1230
+ if (this.index !== start) {
1231
+ this.rewind(start);
1232
+ }
1233
+ return false;
1234
+ }
1235
+ eatRegExpIdentifierPart() {
1236
+ const start = this.index;
1237
+ const forceUFlag = !this._uFlag && this.ecmaVersion >= 2020;
1238
+ let cp = this.currentCodePoint;
1239
+ this.advance();
1240
+ if (cp === ReverseSolidus &&
1241
+ this.eatRegExpUnicodeEscapeSequence(forceUFlag)) {
1242
+ cp = this._lastIntValue;
1243
+ }
1244
+ else if (forceUFlag &&
1245
+ isLeadSurrogate(cp) &&
1246
+ isTrailSurrogate(this.currentCodePoint)) {
1247
+ cp = combineSurrogatePair(cp, this.currentCodePoint);
1248
+ this.advance();
1249
+ }
1250
+ if (isRegExpIdentifierPart(cp)) {
1251
+ this._lastIntValue = cp;
1252
+ return true;
1253
+ }
1254
+ if (this.index !== start) {
1255
+ this.rewind(start);
1256
+ }
1257
+ return false;
1258
+ }
1259
+ eatCControlLetter() {
1260
+ const start = this.index;
1261
+ if (this.eat(LatinSmallLetterC)) {
1262
+ if (this.eatControlLetter()) {
1263
+ return true;
1264
+ }
1265
+ this.rewind(start);
1266
+ }
1267
+ return false;
1268
+ }
1269
+ eatZero() {
1270
+ if (this.currentCodePoint === DigitZero &&
1271
+ !isDecimalDigit(this.nextCodePoint)) {
1272
+ this._lastIntValue = 0;
1273
+ this.advance();
1274
+ return true;
1275
+ }
1276
+ return false;
1277
+ }
1278
+ eatControlEscape() {
1279
+ if (this.eat(LatinSmallLetterF)) {
1280
+ this._lastIntValue = FormFeed;
1281
+ return true;
1282
+ }
1283
+ if (this.eat(LatinSmallLetterN)) {
1284
+ this._lastIntValue = LineFeed;
1285
+ return true;
1286
+ }
1287
+ if (this.eat(LatinSmallLetterR)) {
1288
+ this._lastIntValue = CarriageReturn;
1289
+ return true;
1290
+ }
1291
+ if (this.eat(LatinSmallLetterT)) {
1292
+ this._lastIntValue = CharacterTabulation;
1293
+ return true;
1294
+ }
1295
+ if (this.eat(LatinSmallLetterV)) {
1296
+ this._lastIntValue = LineTabulation;
1297
+ return true;
1298
+ }
1299
+ return false;
1300
+ }
1301
+ eatControlLetter() {
1302
+ const cp = this.currentCodePoint;
1303
+ if (isLatinLetter(cp)) {
1304
+ this.advance();
1305
+ this._lastIntValue = cp % 0x20;
1306
+ return true;
1307
+ }
1308
+ return false;
1309
+ }
1310
+ eatRegExpUnicodeEscapeSequence(forceUFlag = false) {
1311
+ const start = this.index;
1312
+ const uFlag = forceUFlag || this._uFlag;
1313
+ if (this.eat(LatinSmallLetterU)) {
1314
+ if ((uFlag && this.eatRegExpUnicodeSurrogatePairEscape()) ||
1315
+ this.eatFixedHexDigits(4) ||
1316
+ (uFlag && this.eatRegExpUnicodeCodePointEscape())) {
1317
+ return true;
1318
+ }
1319
+ if (this.strict || uFlag) {
1320
+ this.raise("Invalid unicode escape");
1321
+ }
1322
+ this.rewind(start);
1323
+ }
1324
+ return false;
1325
+ }
1326
+ eatRegExpUnicodeSurrogatePairEscape() {
1327
+ const start = this.index;
1328
+ if (this.eatFixedHexDigits(4)) {
1329
+ const lead = this._lastIntValue;
1330
+ if (isLeadSurrogate(lead) &&
1331
+ this.eat(ReverseSolidus) &&
1332
+ this.eat(LatinSmallLetterU) &&
1333
+ this.eatFixedHexDigits(4)) {
1334
+ const trail = this._lastIntValue;
1335
+ if (isTrailSurrogate(trail)) {
1336
+ this._lastIntValue = combineSurrogatePair(lead, trail);
1337
+ return true;
1338
+ }
1339
+ }
1340
+ this.rewind(start);
1341
+ }
1342
+ return false;
1343
+ }
1344
+ eatRegExpUnicodeCodePointEscape() {
1345
+ const start = this.index;
1346
+ if (this.eat(LeftCurlyBracket) &&
1347
+ this.eatHexDigits() &&
1348
+ this.eat(RightCurlyBracket) &&
1349
+ isValidUnicode(this._lastIntValue)) {
1350
+ return true;
1351
+ }
1352
+ this.rewind(start);
1353
+ return false;
1354
+ }
1355
+ eatIdentityEscape() {
1356
+ const cp = this.currentCodePoint;
1357
+ if (this.isValidIdentityEscape(cp)) {
1358
+ this._lastIntValue = cp;
1359
+ this.advance();
1360
+ return true;
1361
+ }
1362
+ return false;
1363
+ }
1364
+ isValidIdentityEscape(cp) {
1365
+ if (cp === -1) {
1366
+ return false;
1367
+ }
1368
+ if (this._uFlag) {
1369
+ return isSyntaxCharacter(cp) || cp === Solidus;
1370
+ }
1371
+ if (this.strict) {
1372
+ return !isIdContinue(cp);
1373
+ }
1374
+ if (this._nFlag) {
1375
+ return !(cp === LatinSmallLetterC || cp === LatinSmallLetterK);
1376
+ }
1377
+ return cp !== LatinSmallLetterC;
1378
+ }
1379
+ eatDecimalEscape() {
1380
+ this._lastIntValue = 0;
1381
+ let cp = this.currentCodePoint;
1382
+ if (cp >= DigitOne && cp <= DigitNine) {
1383
+ do {
1384
+ this._lastIntValue = 10 * this._lastIntValue + (cp - DigitZero);
1385
+ this.advance();
1386
+ } while ((cp = this.currentCodePoint) >= DigitZero &&
1387
+ cp <= DigitNine);
1388
+ return true;
1389
+ }
1390
+ return false;
1391
+ }
1392
+ eatUnicodePropertyValueExpression() {
1393
+ const start = this.index;
1394
+ if (this.eatUnicodePropertyName() && this.eat(EqualsSign)) {
1395
+ this._lastKeyValue = this._lastStrValue;
1396
+ if (this.eatUnicodePropertyValue()) {
1397
+ this._lastValValue = this._lastStrValue;
1398
+ if (isValidUnicodeProperty(this.ecmaVersion, this._lastKeyValue, this._lastValValue)) {
1399
+ return true;
1400
+ }
1401
+ this.raise("Invalid property name");
1402
+ }
1403
+ }
1404
+ this.rewind(start);
1405
+ if (this.eatLoneUnicodePropertyNameOrValue()) {
1406
+ const nameOrValue = this._lastStrValue;
1407
+ if (isValidUnicodeProperty(this.ecmaVersion, "General_Category", nameOrValue)) {
1408
+ this._lastKeyValue = "General_Category";
1409
+ this._lastValValue = nameOrValue;
1410
+ return true;
1411
+ }
1412
+ if (isValidLoneUnicodeProperty(this.ecmaVersion, nameOrValue)) {
1413
+ this._lastKeyValue = nameOrValue;
1414
+ this._lastValValue = "";
1415
+ return true;
1416
+ }
1417
+ this.raise("Invalid property name");
1418
+ }
1419
+ return false;
1420
+ }
1421
+ eatUnicodePropertyName() {
1422
+ this._lastStrValue = "";
1423
+ while (isUnicodePropertyNameCharacter(this.currentCodePoint)) {
1424
+ this._lastStrValue += String.fromCodePoint(this.currentCodePoint);
1425
+ this.advance();
1426
+ }
1427
+ return this._lastStrValue !== "";
1428
+ }
1429
+ eatUnicodePropertyValue() {
1430
+ this._lastStrValue = "";
1431
+ while (isUnicodePropertyValueCharacter(this.currentCodePoint)) {
1432
+ this._lastStrValue += String.fromCodePoint(this.currentCodePoint);
1433
+ this.advance();
1434
+ }
1435
+ return this._lastStrValue !== "";
1436
+ }
1437
+ eatLoneUnicodePropertyNameOrValue() {
1438
+ return this.eatUnicodePropertyValue();
1439
+ }
1440
+ eatHexEscapeSequence() {
1441
+ const start = this.index;
1442
+ if (this.eat(LatinSmallLetterX)) {
1443
+ if (this.eatFixedHexDigits(2)) {
1444
+ return true;
1445
+ }
1446
+ if (this._uFlag || this.strict) {
1447
+ this.raise("Invalid escape");
1448
+ }
1449
+ this.rewind(start);
1450
+ }
1451
+ return false;
1452
+ }
1453
+ eatDecimalDigits() {
1454
+ const start = this.index;
1455
+ this._lastIntValue = 0;
1456
+ while (isDecimalDigit(this.currentCodePoint)) {
1457
+ this._lastIntValue =
1458
+ 10 * this._lastIntValue + digitToInt(this.currentCodePoint);
1459
+ this.advance();
1460
+ }
1461
+ return this.index !== start;
1462
+ }
1463
+ eatHexDigits() {
1464
+ const start = this.index;
1465
+ this._lastIntValue = 0;
1466
+ while (isHexDigit(this.currentCodePoint)) {
1467
+ this._lastIntValue =
1468
+ 16 * this._lastIntValue + digitToInt(this.currentCodePoint);
1469
+ this.advance();
1470
+ }
1471
+ return this.index !== start;
1472
+ }
1473
+ eatLegacyOctalEscapeSequence() {
1474
+ if (this.eatOctalDigit()) {
1475
+ const n1 = this._lastIntValue;
1476
+ if (this.eatOctalDigit()) {
1477
+ const n2 = this._lastIntValue;
1478
+ if (n1 <= 3 && this.eatOctalDigit()) {
1479
+ this._lastIntValue = n1 * 64 + n2 * 8 + this._lastIntValue;
1480
+ }
1481
+ else {
1482
+ this._lastIntValue = n1 * 8 + n2;
1483
+ }
1484
+ }
1485
+ else {
1486
+ this._lastIntValue = n1;
1487
+ }
1488
+ return true;
1489
+ }
1490
+ return false;
1491
+ }
1492
+ eatOctalDigit() {
1493
+ const cp = this.currentCodePoint;
1494
+ if (isOctalDigit(cp)) {
1495
+ this.advance();
1496
+ this._lastIntValue = cp - DigitZero;
1497
+ return true;
1498
+ }
1499
+ this._lastIntValue = 0;
1500
+ return false;
1501
+ }
1502
+ eatFixedHexDigits(length) {
1503
+ const start = this.index;
1504
+ this._lastIntValue = 0;
1505
+ for (let i = 0; i < length; ++i) {
1506
+ const cp = this.currentCodePoint;
1507
+ if (!isHexDigit(cp)) {
1508
+ this.rewind(start);
1509
+ return false;
1510
+ }
1511
+ this._lastIntValue = 16 * this._lastIntValue + digitToInt(cp);
1512
+ this.advance();
1513
+ }
1514
+ return true;
1515
+ }
1516
+ }
1517
+
1518
+ const DummyPattern = {};
1519
+ const DummyFlags = {};
1520
+ const DummyCapturingGroup = {};
1521
+ class RegExpParserState {
1522
+ constructor(options) {
1523
+ this._node = DummyPattern;
1524
+ this._flags = DummyFlags;
1525
+ this._backreferences = [];
1526
+ this._capturingGroups = [];
1527
+ this.source = "";
1528
+ this.strict = Boolean(options && options.strict);
1529
+ this.ecmaVersion = (options && options.ecmaVersion) || 2022;
1530
+ }
1531
+ get pattern() {
1532
+ if (this._node.type !== "Pattern") {
1533
+ throw new Error("UnknownError");
1534
+ }
1535
+ return this._node;
1536
+ }
1537
+ get flags() {
1538
+ if (this._flags.type !== "Flags") {
1539
+ throw new Error("UnknownError");
1540
+ }
1541
+ return this._flags;
1542
+ }
1543
+ onFlags(start, end, global, ignoreCase, multiline, unicode, sticky, dotAll, hasIndices) {
1544
+ this._flags = {
1545
+ type: "Flags",
1546
+ parent: null,
1547
+ start,
1548
+ end,
1549
+ raw: this.source.slice(start, end),
1550
+ global,
1551
+ ignoreCase,
1552
+ multiline,
1553
+ unicode,
1554
+ sticky,
1555
+ dotAll,
1556
+ hasIndices,
1557
+ };
1558
+ }
1559
+ onPatternEnter(start) {
1560
+ this._node = {
1561
+ type: "Pattern",
1562
+ parent: null,
1563
+ start,
1564
+ end: start,
1565
+ raw: "",
1566
+ alternatives: [],
1567
+ };
1568
+ this._backreferences.length = 0;
1569
+ this._capturingGroups.length = 0;
1570
+ }
1571
+ onPatternLeave(start, end) {
1572
+ this._node.end = end;
1573
+ this._node.raw = this.source.slice(start, end);
1574
+ for (const reference of this._backreferences) {
1575
+ const ref = reference.ref;
1576
+ const group = typeof ref === "number"
1577
+ ? this._capturingGroups[ref - 1]
1578
+ : this._capturingGroups.find(g => g.name === ref);
1579
+ reference.resolved = group;
1580
+ group.references.push(reference);
1581
+ }
1582
+ }
1583
+ onAlternativeEnter(start) {
1584
+ const parent = this._node;
1585
+ if (parent.type !== "Assertion" &&
1586
+ parent.type !== "CapturingGroup" &&
1587
+ parent.type !== "Group" &&
1588
+ parent.type !== "Pattern") {
1589
+ throw new Error("UnknownError");
1590
+ }
1591
+ this._node = {
1592
+ type: "Alternative",
1593
+ parent,
1594
+ start,
1595
+ end: start,
1596
+ raw: "",
1597
+ elements: [],
1598
+ };
1599
+ parent.alternatives.push(this._node);
1600
+ }
1601
+ onAlternativeLeave(start, end) {
1602
+ const node = this._node;
1603
+ if (node.type !== "Alternative") {
1604
+ throw new Error("UnknownError");
1605
+ }
1606
+ node.end = end;
1607
+ node.raw = this.source.slice(start, end);
1608
+ this._node = node.parent;
1609
+ }
1610
+ onGroupEnter(start) {
1611
+ const parent = this._node;
1612
+ if (parent.type !== "Alternative") {
1613
+ throw new Error("UnknownError");
1614
+ }
1615
+ this._node = {
1616
+ type: "Group",
1617
+ parent,
1618
+ start,
1619
+ end: start,
1620
+ raw: "",
1621
+ alternatives: [],
1622
+ };
1623
+ parent.elements.push(this._node);
1624
+ }
1625
+ onGroupLeave(start, end) {
1626
+ const node = this._node;
1627
+ if (node.type !== "Group" || node.parent.type !== "Alternative") {
1628
+ throw new Error("UnknownError");
1629
+ }
1630
+ node.end = end;
1631
+ node.raw = this.source.slice(start, end);
1632
+ this._node = node.parent;
1633
+ }
1634
+ onCapturingGroupEnter(start, name) {
1635
+ const parent = this._node;
1636
+ if (parent.type !== "Alternative") {
1637
+ throw new Error("UnknownError");
1638
+ }
1639
+ this._node = {
1640
+ type: "CapturingGroup",
1641
+ parent,
1642
+ start,
1643
+ end: start,
1644
+ raw: "",
1645
+ name,
1646
+ alternatives: [],
1647
+ references: [],
1648
+ };
1649
+ parent.elements.push(this._node);
1650
+ this._capturingGroups.push(this._node);
1651
+ }
1652
+ onCapturingGroupLeave(start, end) {
1653
+ const node = this._node;
1654
+ if (node.type !== "CapturingGroup" ||
1655
+ node.parent.type !== "Alternative") {
1656
+ throw new Error("UnknownError");
1657
+ }
1658
+ node.end = end;
1659
+ node.raw = this.source.slice(start, end);
1660
+ this._node = node.parent;
1661
+ }
1662
+ onQuantifier(start, end, min, max, greedy) {
1663
+ const parent = this._node;
1664
+ if (parent.type !== "Alternative") {
1665
+ throw new Error("UnknownError");
1666
+ }
1667
+ const element = parent.elements.pop();
1668
+ if (element == null ||
1669
+ element.type === "Quantifier" ||
1670
+ (element.type === "Assertion" && element.kind !== "lookahead")) {
1671
+ throw new Error("UnknownError");
1672
+ }
1673
+ const node = {
1674
+ type: "Quantifier",
1675
+ parent,
1676
+ start: element.start,
1677
+ end,
1678
+ raw: this.source.slice(element.start, end),
1679
+ min,
1680
+ max,
1681
+ greedy,
1682
+ element,
1683
+ };
1684
+ parent.elements.push(node);
1685
+ element.parent = node;
1686
+ }
1687
+ onLookaroundAssertionEnter(start, kind, negate) {
1688
+ const parent = this._node;
1689
+ if (parent.type !== "Alternative") {
1690
+ throw new Error("UnknownError");
1691
+ }
1692
+ const node = (this._node = {
1693
+ type: "Assertion",
1694
+ parent,
1695
+ start,
1696
+ end: start,
1697
+ raw: "",
1698
+ kind,
1699
+ negate,
1700
+ alternatives: [],
1701
+ });
1702
+ parent.elements.push(node);
1703
+ }
1704
+ onLookaroundAssertionLeave(start, end) {
1705
+ const node = this._node;
1706
+ if (node.type !== "Assertion" || node.parent.type !== "Alternative") {
1707
+ throw new Error("UnknownError");
1708
+ }
1709
+ node.end = end;
1710
+ node.raw = this.source.slice(start, end);
1711
+ this._node = node.parent;
1712
+ }
1713
+ onEdgeAssertion(start, end, kind) {
1714
+ const parent = this._node;
1715
+ if (parent.type !== "Alternative") {
1716
+ throw new Error("UnknownError");
1717
+ }
1718
+ parent.elements.push({
1719
+ type: "Assertion",
1720
+ parent,
1721
+ start,
1722
+ end,
1723
+ raw: this.source.slice(start, end),
1724
+ kind,
1725
+ });
1726
+ }
1727
+ onWordBoundaryAssertion(start, end, kind, negate) {
1728
+ const parent = this._node;
1729
+ if (parent.type !== "Alternative") {
1730
+ throw new Error("UnknownError");
1731
+ }
1732
+ parent.elements.push({
1733
+ type: "Assertion",
1734
+ parent,
1735
+ start,
1736
+ end,
1737
+ raw: this.source.slice(start, end),
1738
+ kind,
1739
+ negate,
1740
+ });
1741
+ }
1742
+ onAnyCharacterSet(start, end, kind) {
1743
+ const parent = this._node;
1744
+ if (parent.type !== "Alternative") {
1745
+ throw new Error("UnknownError");
1746
+ }
1747
+ parent.elements.push({
1748
+ type: "CharacterSet",
1749
+ parent,
1750
+ start,
1751
+ end,
1752
+ raw: this.source.slice(start, end),
1753
+ kind,
1754
+ });
1755
+ }
1756
+ onEscapeCharacterSet(start, end, kind, negate) {
1757
+ const parent = this._node;
1758
+ if (parent.type !== "Alternative" && parent.type !== "CharacterClass") {
1759
+ throw new Error("UnknownError");
1760
+ }
1761
+ parent.elements.push({
1762
+ type: "CharacterSet",
1763
+ parent,
1764
+ start,
1765
+ end,
1766
+ raw: this.source.slice(start, end),
1767
+ kind,
1768
+ negate,
1769
+ });
1770
+ }
1771
+ onUnicodePropertyCharacterSet(start, end, kind, key, value, negate) {
1772
+ const parent = this._node;
1773
+ if (parent.type !== "Alternative" && parent.type !== "CharacterClass") {
1774
+ throw new Error("UnknownError");
1775
+ }
1776
+ parent.elements.push({
1777
+ type: "CharacterSet",
1778
+ parent,
1779
+ start,
1780
+ end,
1781
+ raw: this.source.slice(start, end),
1782
+ kind,
1783
+ key,
1784
+ value,
1785
+ negate,
1786
+ });
1787
+ }
1788
+ onCharacter(start, end, value) {
1789
+ const parent = this._node;
1790
+ if (parent.type !== "Alternative" && parent.type !== "CharacterClass") {
1791
+ throw new Error("UnknownError");
1792
+ }
1793
+ parent.elements.push({
1794
+ type: "Character",
1795
+ parent,
1796
+ start,
1797
+ end,
1798
+ raw: this.source.slice(start, end),
1799
+ value,
1800
+ });
1801
+ }
1802
+ onBackreference(start, end, ref) {
1803
+ const parent = this._node;
1804
+ if (parent.type !== "Alternative") {
1805
+ throw new Error("UnknownError");
1806
+ }
1807
+ const node = {
1808
+ type: "Backreference",
1809
+ parent,
1810
+ start,
1811
+ end,
1812
+ raw: this.source.slice(start, end),
1813
+ ref,
1814
+ resolved: DummyCapturingGroup,
1815
+ };
1816
+ parent.elements.push(node);
1817
+ this._backreferences.push(node);
1818
+ }
1819
+ onCharacterClassEnter(start, negate) {
1820
+ const parent = this._node;
1821
+ if (parent.type !== "Alternative") {
1822
+ throw new Error("UnknownError");
1823
+ }
1824
+ this._node = {
1825
+ type: "CharacterClass",
1826
+ parent,
1827
+ start,
1828
+ end: start,
1829
+ raw: "",
1830
+ negate,
1831
+ elements: [],
1832
+ };
1833
+ parent.elements.push(this._node);
1834
+ }
1835
+ onCharacterClassLeave(start, end) {
1836
+ const node = this._node;
1837
+ if (node.type !== "CharacterClass" ||
1838
+ node.parent.type !== "Alternative") {
1839
+ throw new Error("UnknownError");
1840
+ }
1841
+ node.end = end;
1842
+ node.raw = this.source.slice(start, end);
1843
+ this._node = node.parent;
1844
+ }
1845
+ onCharacterClassRange(start, end) {
1846
+ const parent = this._node;
1847
+ if (parent.type !== "CharacterClass") {
1848
+ throw new Error("UnknownError");
1849
+ }
1850
+ const elements = parent.elements;
1851
+ const max = elements.pop();
1852
+ const hyphen = elements.pop();
1853
+ const min = elements.pop();
1854
+ if (!min ||
1855
+ !max ||
1856
+ !hyphen ||
1857
+ min.type !== "Character" ||
1858
+ max.type !== "Character" ||
1859
+ hyphen.type !== "Character" ||
1860
+ hyphen.value !== HyphenMinus) {
1861
+ throw new Error("UnknownError");
1862
+ }
1863
+ const node = {
1864
+ type: "CharacterClassRange",
1865
+ parent,
1866
+ start,
1867
+ end,
1868
+ raw: this.source.slice(start, end),
1869
+ min,
1870
+ max,
1871
+ };
1872
+ min.parent = node;
1873
+ max.parent = node;
1874
+ elements.push(node);
1875
+ }
1876
+ }
1877
+ class RegExpParser {
1878
+ constructor(options) {
1879
+ this._state = new RegExpParserState(options);
1880
+ this._validator = new RegExpValidator(this._state);
1881
+ }
1882
+ parseLiteral(source, start = 0, end = source.length) {
1883
+ this._state.source = source;
1884
+ this._validator.validateLiteral(source, start, end);
1885
+ const pattern = this._state.pattern;
1886
+ const flags = this._state.flags;
1887
+ const literal = {
1888
+ type: "RegExpLiteral",
1889
+ parent: null,
1890
+ start,
1891
+ end,
1892
+ raw: source,
1893
+ pattern,
1894
+ flags,
1895
+ };
1896
+ pattern.parent = literal;
1897
+ flags.parent = literal;
1898
+ return literal;
1899
+ }
1900
+ parseFlags(source, start = 0, end = source.length) {
1901
+ this._state.source = source;
1902
+ this._validator.validateFlags(source, start, end);
1903
+ return this._state.flags;
1904
+ }
1905
+ parsePattern(source, start = 0, end = source.length, uFlag = false) {
1906
+ this._state.source = source;
1907
+ this._validator.validatePattern(source, start, end, uFlag);
1908
+ return this._state.pattern;
1909
+ }
1910
+ }
1911
+
1912
+ class RegExpVisitor {
1913
+ constructor(handlers) {
1914
+ this._handlers = handlers;
1915
+ }
1916
+ visit(node) {
1917
+ switch (node.type) {
1918
+ case "Alternative":
1919
+ this.visitAlternative(node);
1920
+ break;
1921
+ case "Assertion":
1922
+ this.visitAssertion(node);
1923
+ break;
1924
+ case "Backreference":
1925
+ this.visitBackreference(node);
1926
+ break;
1927
+ case "CapturingGroup":
1928
+ this.visitCapturingGroup(node);
1929
+ break;
1930
+ case "Character":
1931
+ this.visitCharacter(node);
1932
+ break;
1933
+ case "CharacterClass":
1934
+ this.visitCharacterClass(node);
1935
+ break;
1936
+ case "CharacterClassRange":
1937
+ this.visitCharacterClassRange(node);
1938
+ break;
1939
+ case "CharacterSet":
1940
+ this.visitCharacterSet(node);
1941
+ break;
1942
+ case "Flags":
1943
+ this.visitFlags(node);
1944
+ break;
1945
+ case "Group":
1946
+ this.visitGroup(node);
1947
+ break;
1948
+ case "Pattern":
1949
+ this.visitPattern(node);
1950
+ break;
1951
+ case "Quantifier":
1952
+ this.visitQuantifier(node);
1953
+ break;
1954
+ case "RegExpLiteral":
1955
+ this.visitRegExpLiteral(node);
1956
+ break;
1957
+ default:
1958
+ throw new Error(`Unknown type: ${node.type}`);
1959
+ }
1960
+ }
1961
+ visitAlternative(node) {
1962
+ if (this._handlers.onAlternativeEnter) {
1963
+ this._handlers.onAlternativeEnter(node);
1964
+ }
1965
+ node.elements.forEach(this.visit, this);
1966
+ if (this._handlers.onAlternativeLeave) {
1967
+ this._handlers.onAlternativeLeave(node);
1968
+ }
1969
+ }
1970
+ visitAssertion(node) {
1971
+ if (this._handlers.onAssertionEnter) {
1972
+ this._handlers.onAssertionEnter(node);
1973
+ }
1974
+ if (node.kind === "lookahead" || node.kind === "lookbehind") {
1975
+ node.alternatives.forEach(this.visit, this);
1976
+ }
1977
+ if (this._handlers.onAssertionLeave) {
1978
+ this._handlers.onAssertionLeave(node);
1979
+ }
1980
+ }
1981
+ visitBackreference(node) {
1982
+ if (this._handlers.onBackreferenceEnter) {
1983
+ this._handlers.onBackreferenceEnter(node);
1984
+ }
1985
+ if (this._handlers.onBackreferenceLeave) {
1986
+ this._handlers.onBackreferenceLeave(node);
1987
+ }
1988
+ }
1989
+ visitCapturingGroup(node) {
1990
+ if (this._handlers.onCapturingGroupEnter) {
1991
+ this._handlers.onCapturingGroupEnter(node);
1992
+ }
1993
+ node.alternatives.forEach(this.visit, this);
1994
+ if (this._handlers.onCapturingGroupLeave) {
1995
+ this._handlers.onCapturingGroupLeave(node);
1996
+ }
1997
+ }
1998
+ visitCharacter(node) {
1999
+ if (this._handlers.onCharacterEnter) {
2000
+ this._handlers.onCharacterEnter(node);
2001
+ }
2002
+ if (this._handlers.onCharacterLeave) {
2003
+ this._handlers.onCharacterLeave(node);
2004
+ }
2005
+ }
2006
+ visitCharacterClass(node) {
2007
+ if (this._handlers.onCharacterClassEnter) {
2008
+ this._handlers.onCharacterClassEnter(node);
2009
+ }
2010
+ node.elements.forEach(this.visit, this);
2011
+ if (this._handlers.onCharacterClassLeave) {
2012
+ this._handlers.onCharacterClassLeave(node);
2013
+ }
2014
+ }
2015
+ visitCharacterClassRange(node) {
2016
+ if (this._handlers.onCharacterClassRangeEnter) {
2017
+ this._handlers.onCharacterClassRangeEnter(node);
2018
+ }
2019
+ this.visitCharacter(node.min);
2020
+ this.visitCharacter(node.max);
2021
+ if (this._handlers.onCharacterClassRangeLeave) {
2022
+ this._handlers.onCharacterClassRangeLeave(node);
2023
+ }
2024
+ }
2025
+ visitCharacterSet(node) {
2026
+ if (this._handlers.onCharacterSetEnter) {
2027
+ this._handlers.onCharacterSetEnter(node);
2028
+ }
2029
+ if (this._handlers.onCharacterSetLeave) {
2030
+ this._handlers.onCharacterSetLeave(node);
2031
+ }
2032
+ }
2033
+ visitFlags(node) {
2034
+ if (this._handlers.onFlagsEnter) {
2035
+ this._handlers.onFlagsEnter(node);
2036
+ }
2037
+ if (this._handlers.onFlagsLeave) {
2038
+ this._handlers.onFlagsLeave(node);
2039
+ }
2040
+ }
2041
+ visitGroup(node) {
2042
+ if (this._handlers.onGroupEnter) {
2043
+ this._handlers.onGroupEnter(node);
2044
+ }
2045
+ node.alternatives.forEach(this.visit, this);
2046
+ if (this._handlers.onGroupLeave) {
2047
+ this._handlers.onGroupLeave(node);
2048
+ }
2049
+ }
2050
+ visitPattern(node) {
2051
+ if (this._handlers.onPatternEnter) {
2052
+ this._handlers.onPatternEnter(node);
2053
+ }
2054
+ node.alternatives.forEach(this.visit, this);
2055
+ if (this._handlers.onPatternLeave) {
2056
+ this._handlers.onPatternLeave(node);
2057
+ }
2058
+ }
2059
+ visitQuantifier(node) {
2060
+ if (this._handlers.onQuantifierEnter) {
2061
+ this._handlers.onQuantifierEnter(node);
2062
+ }
2063
+ this.visit(node.element);
2064
+ if (this._handlers.onQuantifierLeave) {
2065
+ this._handlers.onQuantifierLeave(node);
2066
+ }
2067
+ }
2068
+ visitRegExpLiteral(node) {
2069
+ if (this._handlers.onRegExpLiteralEnter) {
2070
+ this._handlers.onRegExpLiteralEnter(node);
2071
+ }
2072
+ this.visitPattern(node.pattern);
2073
+ this.visitFlags(node.flags);
2074
+ if (this._handlers.onRegExpLiteralLeave) {
2075
+ this._handlers.onRegExpLiteralLeave(node);
2076
+ }
2077
+ }
2078
+ }
2079
+
2080
+ function parseRegExpLiteral(source, options) {
2081
+ return new RegExpParser(options).parseLiteral(String(source));
2082
+ }
2083
+ function validateRegExpLiteral(source, options) {
2084
+ return new RegExpValidator(options).validateLiteral(source);
2085
+ }
2086
+ function visitRegExpAST(node, handlers) {
2087
+ new RegExpVisitor(handlers).visit(node);
2088
+ }
2089
+
2090
+ exports.AST = ast;
2091
+ exports.RegExpParser = RegExpParser;
2092
+ exports.RegExpValidator = RegExpValidator;
2093
+ exports.parseRegExpLiteral = parseRegExpLiteral;
2094
+ exports.validateRegExpLiteral = validateRegExpLiteral;
2095
+ exports.visitRegExpAST = visitRegExpAST;
2096
+ //# sourceMappingURL=index.js.map