xo 0.54.2 → 0.55.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 (2097) hide show
  1. package/config/plugins.cjs +3 -0
  2. package/package.json +20 -25
  3. package/readme.md +4 -4
  4. package/node_modules/@eslint-community/eslint-utils/LICENSE +0 -21
  5. package/node_modules/@eslint-community/eslint-utils/README.md +0 -37
  6. package/node_modules/@eslint-community/eslint-utils/index.js +0 -2068
  7. package/node_modules/@eslint-community/eslint-utils/index.js.map +0 -1
  8. package/node_modules/@eslint-community/eslint-utils/index.mjs +0 -2027
  9. package/node_modules/@eslint-community/eslint-utils/index.mjs.map +0 -1
  10. package/node_modules/@eslint-community/eslint-utils/package.json +0 -73
  11. package/node_modules/@eslint-community/regexpp/LICENSE +0 -21
  12. package/node_modules/@eslint-community/regexpp/README.md +0 -177
  13. package/node_modules/@eslint-community/regexpp/index.d.ts +0 -781
  14. package/node_modules/@eslint-community/regexpp/index.js +0 -2131
  15. package/node_modules/@eslint-community/regexpp/index.js.map +0 -1
  16. package/node_modules/@eslint-community/regexpp/index.mjs +0 -2122
  17. package/node_modules/@eslint-community/regexpp/index.mjs.map +0 -1
  18. package/node_modules/@eslint-community/regexpp/package.json +0 -87
  19. package/node_modules/@nodelib/fs.scandir/LICENSE +0 -21
  20. package/node_modules/@nodelib/fs.scandir/README.md +0 -171
  21. package/node_modules/@nodelib/fs.scandir/out/adapters/fs.d.ts +0 -20
  22. package/node_modules/@nodelib/fs.scandir/out/adapters/fs.js +0 -19
  23. package/node_modules/@nodelib/fs.scandir/out/constants.d.ts +0 -4
  24. package/node_modules/@nodelib/fs.scandir/out/constants.js +0 -17
  25. package/node_modules/@nodelib/fs.scandir/out/index.d.ts +0 -12
  26. package/node_modules/@nodelib/fs.scandir/out/index.js +0 -26
  27. package/node_modules/@nodelib/fs.scandir/out/providers/async.d.ts +0 -7
  28. package/node_modules/@nodelib/fs.scandir/out/providers/async.js +0 -104
  29. package/node_modules/@nodelib/fs.scandir/out/providers/common.d.ts +0 -1
  30. package/node_modules/@nodelib/fs.scandir/out/providers/common.js +0 -13
  31. package/node_modules/@nodelib/fs.scandir/out/providers/sync.d.ts +0 -5
  32. package/node_modules/@nodelib/fs.scandir/out/providers/sync.js +0 -54
  33. package/node_modules/@nodelib/fs.scandir/out/settings.d.ts +0 -20
  34. package/node_modules/@nodelib/fs.scandir/out/settings.js +0 -24
  35. package/node_modules/@nodelib/fs.scandir/out/types/index.d.ts +0 -20
  36. package/node_modules/@nodelib/fs.scandir/out/types/index.js +0 -2
  37. package/node_modules/@nodelib/fs.scandir/out/utils/fs.d.ts +0 -2
  38. package/node_modules/@nodelib/fs.scandir/out/utils/fs.js +0 -19
  39. package/node_modules/@nodelib/fs.scandir/out/utils/index.d.ts +0 -2
  40. package/node_modules/@nodelib/fs.scandir/out/utils/index.js +0 -5
  41. package/node_modules/@nodelib/fs.scandir/package.json +0 -44
  42. package/node_modules/@nodelib/fs.stat/LICENSE +0 -21
  43. package/node_modules/@nodelib/fs.stat/README.md +0 -126
  44. package/node_modules/@nodelib/fs.stat/out/adapters/fs.d.ts +0 -13
  45. package/node_modules/@nodelib/fs.stat/out/adapters/fs.js +0 -17
  46. package/node_modules/@nodelib/fs.stat/out/index.d.ts +0 -12
  47. package/node_modules/@nodelib/fs.stat/out/index.js +0 -26
  48. package/node_modules/@nodelib/fs.stat/out/providers/async.d.ts +0 -4
  49. package/node_modules/@nodelib/fs.stat/out/providers/async.js +0 -36
  50. package/node_modules/@nodelib/fs.stat/out/providers/sync.d.ts +0 -3
  51. package/node_modules/@nodelib/fs.stat/out/providers/sync.js +0 -23
  52. package/node_modules/@nodelib/fs.stat/out/settings.d.ts +0 -16
  53. package/node_modules/@nodelib/fs.stat/out/settings.js +0 -16
  54. package/node_modules/@nodelib/fs.stat/out/types/index.d.ts +0 -4
  55. package/node_modules/@nodelib/fs.stat/out/types/index.js +0 -2
  56. package/node_modules/@nodelib/fs.stat/package.json +0 -37
  57. package/node_modules/@nodelib/fs.walk/LICENSE +0 -21
  58. package/node_modules/@nodelib/fs.walk/README.md +0 -215
  59. package/node_modules/@nodelib/fs.walk/out/index.d.ts +0 -14
  60. package/node_modules/@nodelib/fs.walk/out/index.js +0 -34
  61. package/node_modules/@nodelib/fs.walk/out/providers/async.d.ts +0 -12
  62. package/node_modules/@nodelib/fs.walk/out/providers/async.js +0 -30
  63. package/node_modules/@nodelib/fs.walk/out/providers/index.d.ts +0 -4
  64. package/node_modules/@nodelib/fs.walk/out/providers/index.js +0 -9
  65. package/node_modules/@nodelib/fs.walk/out/providers/stream.d.ts +0 -12
  66. package/node_modules/@nodelib/fs.walk/out/providers/stream.js +0 -34
  67. package/node_modules/@nodelib/fs.walk/out/providers/sync.d.ts +0 -10
  68. package/node_modules/@nodelib/fs.walk/out/providers/sync.js +0 -14
  69. package/node_modules/@nodelib/fs.walk/out/readers/async.d.ts +0 -30
  70. package/node_modules/@nodelib/fs.walk/out/readers/async.js +0 -97
  71. package/node_modules/@nodelib/fs.walk/out/readers/common.d.ts +0 -7
  72. package/node_modules/@nodelib/fs.walk/out/readers/common.js +0 -31
  73. package/node_modules/@nodelib/fs.walk/out/readers/reader.d.ts +0 -6
  74. package/node_modules/@nodelib/fs.walk/out/readers/reader.js +0 -11
  75. package/node_modules/@nodelib/fs.walk/out/readers/sync.d.ts +0 -15
  76. package/node_modules/@nodelib/fs.walk/out/readers/sync.js +0 -59
  77. package/node_modules/@nodelib/fs.walk/out/settings.d.ts +0 -30
  78. package/node_modules/@nodelib/fs.walk/out/settings.js +0 -26
  79. package/node_modules/@nodelib/fs.walk/out/types/index.d.ts +0 -8
  80. package/node_modules/@nodelib/fs.walk/out/types/index.js +0 -2
  81. package/node_modules/@nodelib/fs.walk/package.json +0 -44
  82. package/node_modules/@types/json-schema/LICENSE +0 -21
  83. package/node_modules/@types/json-schema/README.md +0 -16
  84. package/node_modules/@types/json-schema/index.d.ts +0 -758
  85. package/node_modules/@types/json-schema/package.json +0 -40
  86. package/node_modules/@types/semver/LICENSE +0 -21
  87. package/node_modules/@types/semver/README.md +0 -16
  88. package/node_modules/@types/semver/classes/comparator.d.ts +0 -17
  89. package/node_modules/@types/semver/classes/range.d.ts +0 -21
  90. package/node_modules/@types/semver/classes/semver.d.ts +0 -62
  91. package/node_modules/@types/semver/functions/clean.d.ts +0 -8
  92. package/node_modules/@types/semver/functions/cmp.d.ts +0 -16
  93. package/node_modules/@types/semver/functions/coerce.d.ts +0 -12
  94. package/node_modules/@types/semver/functions/compare-build.d.ts +0 -21
  95. package/node_modules/@types/semver/functions/compare-loose.d.ts +0 -5
  96. package/node_modules/@types/semver/functions/compare.d.ts +0 -20
  97. package/node_modules/@types/semver/functions/diff.d.ts +0 -9
  98. package/node_modules/@types/semver/functions/eq.d.ts +0 -9
  99. package/node_modules/@types/semver/functions/gt.d.ts +0 -9
  100. package/node_modules/@types/semver/functions/gte.d.ts +0 -9
  101. package/node_modules/@types/semver/functions/inc.d.ts +0 -15
  102. package/node_modules/@types/semver/functions/lt.d.ts +0 -9
  103. package/node_modules/@types/semver/functions/lte.d.ts +0 -8
  104. package/node_modules/@types/semver/functions/major.d.ts +0 -9
  105. package/node_modules/@types/semver/functions/minor.d.ts +0 -9
  106. package/node_modules/@types/semver/functions/neq.d.ts +0 -9
  107. package/node_modules/@types/semver/functions/parse.d.ts +0 -12
  108. package/node_modules/@types/semver/functions/patch.d.ts +0 -9
  109. package/node_modules/@types/semver/functions/prerelease.d.ts +0 -12
  110. package/node_modules/@types/semver/functions/rcompare.d.ts +0 -15
  111. package/node_modules/@types/semver/functions/rsort.d.ts +0 -9
  112. package/node_modules/@types/semver/functions/satisfies.d.ts +0 -14
  113. package/node_modules/@types/semver/functions/sort.d.ts +0 -9
  114. package/node_modules/@types/semver/functions/valid.d.ts +0 -11
  115. package/node_modules/@types/semver/index.d.ts +0 -136
  116. package/node_modules/@types/semver/internals/identifiers.d.ts +0 -13
  117. package/node_modules/@types/semver/package.json +0 -50
  118. package/node_modules/@types/semver/preload.d.ts +0 -2
  119. package/node_modules/@types/semver/ranges/gtr.d.ts +0 -14
  120. package/node_modules/@types/semver/ranges/intersects.d.ts +0 -13
  121. package/node_modules/@types/semver/ranges/ltr.d.ts +0 -14
  122. package/node_modules/@types/semver/ranges/max-satisfying.d.ts +0 -14
  123. package/node_modules/@types/semver/ranges/min-satisfying.d.ts +0 -14
  124. package/node_modules/@types/semver/ranges/min-version.d.ts +0 -10
  125. package/node_modules/@types/semver/ranges/outside.d.ts +0 -15
  126. package/node_modules/@types/semver/ranges/simplify.d.ts +0 -14
  127. package/node_modules/@types/semver/ranges/subset.d.ts +0 -9
  128. package/node_modules/@types/semver/ranges/to-comparators.d.ts +0 -9
  129. package/node_modules/@types/semver/ranges/valid.d.ts +0 -12
  130. package/node_modules/@typescript-eslint/eslint-plugin/LICENSE +0 -21
  131. package/node_modules/@typescript-eslint/eslint-plugin/README.md +0 -10
  132. package/node_modules/@typescript-eslint/eslint-plugin/dist/configs/all.js +0 -182
  133. package/node_modules/@typescript-eslint/eslint-plugin/dist/configs/all.js.map +0 -1
  134. package/node_modules/@typescript-eslint/eslint-plugin/dist/configs/base.js +0 -10
  135. package/node_modules/@typescript-eslint/eslint-plugin/dist/configs/base.js.map +0 -1
  136. package/node_modules/@typescript-eslint/eslint-plugin/dist/configs/eslint-recommended.js +0 -32
  137. package/node_modules/@typescript-eslint/eslint-plugin/dist/configs/eslint-recommended.js.map +0 -1
  138. package/node_modules/@typescript-eslint/eslint-plugin/dist/configs/recommended-requiring-type-checking.js +0 -27
  139. package/node_modules/@typescript-eslint/eslint-plugin/dist/configs/recommended-requiring-type-checking.js.map +0 -1
  140. package/node_modules/@typescript-eslint/eslint-plugin/dist/configs/recommended.js +0 -37
  141. package/node_modules/@typescript-eslint/eslint-plugin/dist/configs/recommended.js.map +0 -1
  142. package/node_modules/@typescript-eslint/eslint-plugin/dist/configs/strict.js +0 -49
  143. package/node_modules/@typescript-eslint/eslint-plugin/dist/configs/strict.js.map +0 -1
  144. package/node_modules/@typescript-eslint/eslint-plugin/dist/index.js +0 -23
  145. package/node_modules/@typescript-eslint/eslint-plugin/dist/index.js.map +0 -1
  146. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/adjacent-overload-signatures.js +0 -160
  147. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/adjacent-overload-signatures.js.map +0 -1
  148. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/array-type.js +0 -249
  149. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/array-type.js.map +0 -1
  150. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/await-thenable.js +0 -62
  151. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/await-thenable.js.map +0 -1
  152. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/ban-ts-comment.js +0 -158
  153. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/ban-ts-comment.js.map +0 -1
  154. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/ban-tslint-comment.js +0 -78
  155. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/ban-tslint-comment.js.map +0 -1
  156. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/ban-types.js +0 -225
  157. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/ban-types.js.map +0 -1
  158. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/block-spacing.js +0 -158
  159. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/block-spacing.js.map +0 -1
  160. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/brace-style.js +0 -94
  161. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/brace-style.js.map +0 -1
  162. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/class-literal-property-style.js +0 -114
  163. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/class-literal-property-style.js.map +0 -1
  164. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/comma-dangle.js +0 -180
  165. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/comma-dangle.js.map +0 -1
  166. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/comma-spacing.js +0 -145
  167. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/comma-spacing.js.map +0 -1
  168. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-generic-constructors.js +0 -110
  169. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-generic-constructors.js.map +0 -1
  170. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-indexed-object-style.js +0 -126
  171. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-indexed-object-style.js.map +0 -1
  172. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-type-assertions.js +0 -204
  173. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-type-assertions.js.map +0 -1
  174. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-type-definitions.js +0 -122
  175. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-type-definitions.js.map +0 -1
  176. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-type-exports.js +0 -266
  177. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-type-exports.js.map +0 -1
  178. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-type-imports.js +0 -644
  179. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-type-imports.js.map +0 -1
  180. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/default-param-last.js +0 -64
  181. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/default-param-last.js.map +0 -1
  182. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/dot-notation.js +0 -125
  183. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/dot-notation.js.map +0 -1
  184. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/enum-utils/shared.js +0 -61
  185. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/enum-utils/shared.js.map +0 -1
  186. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/explicit-function-return-type.js +0 -189
  187. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/explicit-function-return-type.js.map +0 -1
  188. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/explicit-member-accessibility.js +0 -309
  189. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/explicit-member-accessibility.js.map +0 -1
  190. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/explicit-module-boundary-types.js +0 -396
  191. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/explicit-module-boundary-types.js.map +0 -1
  192. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/func-call-spacing.js +0 -168
  193. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/func-call-spacing.js.map +0 -1
  194. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/indent.js +0 -410
  195. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/indent.js.map +0 -1
  196. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/index.js +0 -280
  197. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/index.js.map +0 -1
  198. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/init-declarations.js +0 -49
  199. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/init-declarations.js.map +0 -1
  200. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/key-spacing.js +0 -351
  201. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/key-spacing.js.map +0 -1
  202. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/keyword-spacing.js +0 -114
  203. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/keyword-spacing.js.map +0 -1
  204. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/lines-around-comment.js +0 -384
  205. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/lines-around-comment.js.map +0 -1
  206. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/lines-between-class-members.js +0 -77
  207. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/lines-between-class-members.js.map +0 -1
  208. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/member-delimiter-style.js +0 -261
  209. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/member-delimiter-style.js.map +0 -1
  210. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/member-ordering.js +0 -755
  211. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/member-ordering.js.map +0 -1
  212. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/method-signature-style.js +0 -201
  213. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/method-signature-style.js.map +0 -1
  214. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/enums.js +0 -99
  215. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/enums.js.map +0 -1
  216. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/format.js +0 -91
  217. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/format.js.map +0 -1
  218. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/index.js +0 -12
  219. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/index.js.map +0 -1
  220. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/parse-options.js +0 -94
  221. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/parse-options.js.map +0 -1
  222. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/schema.js +0 -285
  223. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/schema.js.map +0 -1
  224. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/shared.js +0 -18
  225. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/shared.js.map +0 -1
  226. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/types.js +0 -3
  227. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/types.js.map +0 -1
  228. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/validator.js +0 -377
  229. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/validator.js.map +0 -1
  230. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention.js +0 -496
  231. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention.js.map +0 -1
  232. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-array-constructor.js +0 -75
  233. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-array-constructor.js.map +0 -1
  234. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-base-to-string.js +0 -165
  235. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-base-to-string.js.map +0 -1
  236. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-confusing-non-null-assertion.js +0 -101
  237. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-confusing-non-null-assertion.js.map +0 -1
  238. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-confusing-void-expression.js +0 -281
  239. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-confusing-void-expression.js.map +0 -1
  240. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-dupe-class-members.js +0 -69
  241. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-dupe-class-members.js.map +0 -1
  242. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-duplicate-enum-values.js +0 -85
  243. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-duplicate-enum-values.js.map +0 -1
  244. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-duplicate-imports.js +0 -124
  245. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-duplicate-imports.js.map +0 -1
  246. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-duplicate-type-constituents.js +0 -158
  247. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-duplicate-type-constituents.js.map +0 -1
  248. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-dynamic-delete.js +0 -94
  249. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-dynamic-delete.js.map +0 -1
  250. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-empty-function.js +0 -160
  251. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-empty-function.js.map +0 -1
  252. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-empty-interface.js +0 -111
  253. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-empty-interface.js.map +0 -1
  254. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-explicit-any.js +0 -193
  255. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-explicit-any.js.map +0 -1
  256. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-extra-non-null-assertion.js +0 -59
  257. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-extra-non-null-assertion.js.map +0 -1
  258. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-extra-parens.js +0 -223
  259. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-extra-parens.js.map +0 -1
  260. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-extra-semi.js +0 -63
  261. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-extra-semi.js.map +0 -1
  262. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-extraneous-class.js +0 -136
  263. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-extraneous-class.js.map +0 -1
  264. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-floating-promises.js +0 -259
  265. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-floating-promises.js.map +0 -1
  266. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-for-in-array.js +0 -61
  267. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-for-in-array.js.map +0 -1
  268. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-implicit-any-catch.js +0 -102
  269. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-implicit-any-catch.js.map +0 -1
  270. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-implied-eval.js +0 -165
  271. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-implied-eval.js.map +0 -1
  272. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-import-type-side-effects.js +0 -79
  273. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-import-type-side-effects.js.map +0 -1
  274. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-inferrable-types.js +0 -207
  275. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-inferrable-types.js.map +0 -1
  276. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-invalid-this.js +0 -82
  277. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-invalid-this.js.map +0 -1
  278. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-invalid-void-type.js +0 -211
  279. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-invalid-void-type.js.map +0 -1
  280. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-loop-func.js +0 -195
  281. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-loop-func.js.map +0 -1
  282. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-loss-of-precision.js +0 -60
  283. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-loss-of-precision.js.map +0 -1
  284. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-magic-numbers.js +0 -244
  285. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-magic-numbers.js.map +0 -1
  286. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-meaningless-void-operator.js +0 -96
  287. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-meaningless-void-operator.js.map +0 -1
  288. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-misused-new.js +0 -106
  289. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-misused-new.js.map +0 -1
  290. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-misused-promises.js +0 -512
  291. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-misused-promises.js.map +0 -1
  292. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-mixed-enums.js +0 -196
  293. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-mixed-enums.js.map +0 -1
  294. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-namespace.js +0 -87
  295. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-namespace.js.map +0 -1
  296. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-non-null-asserted-nullish-coalescing.js +0 -98
  297. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-non-null-asserted-nullish-coalescing.js.map +0 -1
  298. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-non-null-asserted-optional-chain.js +0 -149
  299. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-non-null-asserted-optional-chain.js.map +0 -1
  300. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-non-null-assertion.js +0 -129
  301. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-non-null-assertion.js.map +0 -1
  302. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-parameter-properties.js +0 -111
  303. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-parameter-properties.js.map +0 -1
  304. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-redeclare.js +0 -223
  305. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-redeclare.js.map +0 -1
  306. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-redundant-type-constituents.js +0 -373
  307. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-redundant-type-constituents.js.map +0 -1
  308. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-require-imports.js +0 -64
  309. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-require-imports.js.map +0 -1
  310. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-restricted-imports.js +0 -156
  311. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-restricted-imports.js.map +0 -1
  312. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-shadow.js +0 -507
  313. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-shadow.js.map +0 -1
  314. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-this-alias.js +0 -88
  315. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-this-alias.js.map +0 -1
  316. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-throw-literal.js +0 -129
  317. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-throw-literal.js.map +0 -1
  318. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-type-alias.js +0 -274
  319. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-type-alias.js.map +0 -1
  320. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-boolean-literal-compare.js +0 -228
  321. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-boolean-literal-compare.js.map +0 -1
  322. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-condition.js +0 -496
  323. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-condition.js.map +0 -1
  324. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-qualifier.js +0 -151
  325. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-qualifier.js.map +0 -1
  326. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-type-arguments.js +0 -152
  327. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-type-arguments.js.map +0 -1
  328. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-type-assertion.js +0 -247
  329. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-type-assertion.js.map +0 -1
  330. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-type-constraint.js +0 -112
  331. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-type-constraint.js.map +0 -1
  332. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-argument.js +0 -227
  333. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-argument.js.map +0 -1
  334. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-assignment.js +0 -285
  335. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-assignment.js.map +0 -1
  336. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-call.js +0 -86
  337. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-call.js.map +0 -1
  338. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-declaration-merging.js +0 -78
  339. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-declaration-merging.js.map +0 -1
  340. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-enum-comparison.js +0 -119
  341. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-enum-comparison.js.map +0 -1
  342. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-member-access.js +0 -126
  343. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-member-access.js.map +0 -1
  344. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-return.js +0 -159
  345. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-return.js.map +0 -1
  346. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unused-expressions.js +0 -78
  347. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unused-expressions.js.map +0 -1
  348. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unused-vars.js +0 -532
  349. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unused-vars.js.map +0 -1
  350. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-use-before-define.js +0 -328
  351. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-use-before-define.js.map +0 -1
  352. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-useless-constructor.js +0 -93
  353. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-useless-constructor.js.map +0 -1
  354. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-useless-empty-export.js +0 -90
  355. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-useless-empty-export.js.map +0 -1
  356. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-var-requires.js +0 -70
  357. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-var-requires.js.map +0 -1
  358. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/non-nullable-type-assertion-style.js +0 -123
  359. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/non-nullable-type-assertion-style.js.map +0 -1
  360. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/object-curly-spacing.js +0 -218
  361. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/object-curly-spacing.js.map +0 -1
  362. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/padding-line-between-statements.js +0 -652
  363. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/padding-line-between-statements.js.map +0 -1
  364. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/parameter-properties.js +0 -197
  365. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/parameter-properties.js.map +0 -1
  366. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-as-const.js +0 -96
  367. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-as-const.js.map +0 -1
  368. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-enum-initializers.js +0 -88
  369. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-enum-initializers.js.map +0 -1
  370. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-for-of.js +0 -180
  371. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-for-of.js.map +0 -1
  372. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-function-type.js +0 -211
  373. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-function-type.js.map +0 -1
  374. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-includes.js +0 -211
  375. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-includes.js.map +0 -1
  376. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-literal-enum-member.js +0 -72
  377. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-literal-enum-member.js.map +0 -1
  378. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-namespace-keyword.js +0 -68
  379. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-namespace-keyword.js.map +0 -1
  380. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-nullish-coalescing.js +0 -308
  381. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-nullish-coalescing.js.map +0 -1
  382. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-optional-chain.js +0 -488
  383. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-optional-chain.js.map +0 -1
  384. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-readonly-parameter-types.js +0 -97
  385. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-readonly-parameter-types.js.map +0 -1
  386. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-readonly.js +0 -270
  387. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-readonly.js.map +0 -1
  388. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-reduce-type-parameter.js +0 -100
  389. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-reduce-type-parameter.js.map +0 -1
  390. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-regexp-exec.js +0 -160
  391. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-regexp-exec.js.map +0 -1
  392. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-return-this-type.js +0 -141
  393. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-return-this-type.js.map +0 -1
  394. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-string-starts-ends-with.js +0 -489
  395. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-string-starts-ends-with.js.map +0 -1
  396. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-ts-expect-error.js +0 -84
  397. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-ts-expect-error.js.map +0 -1
  398. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/promise-function-async.js +0 -186
  399. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/promise-function-async.js.map +0 -1
  400. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/quotes.js +0 -89
  401. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/quotes.js.map +0 -1
  402. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/require-array-sort-compare.js +0 -85
  403. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/require-array-sort-compare.js.map +0 -1
  404. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/require-await.js +0 -205
  405. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/require-await.js.map +0 -1
  406. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/restrict-plus-operands.js +0 -173
  407. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/restrict-plus-operands.js.map +0 -1
  408. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/restrict-template-expressions.js +0 -141
  409. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/restrict-template-expressions.js.map +0 -1
  410. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/return-await.js +0 -266
  411. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/return-await.js.map +0 -1
  412. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/semi.js +0 -87
  413. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/semi.js.map +0 -1
  414. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/sort-type-constituents.js +0 -245
  415. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/sort-type-constituents.js.map +0 -1
  416. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/sort-type-union-intersection-members.js +0 -247
  417. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/sort-type-union-intersection-members.js.map +0 -1
  418. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/space-before-blocks.js +0 -95
  419. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/space-before-blocks.js.map +0 -1
  420. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/space-before-function-paren.js +0 -163
  421. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/space-before-function-paren.js.map +0 -1
  422. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/space-infix-ops.js +0 -146
  423. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/space-infix-ops.js.map +0 -1
  424. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/strict-boolean-expressions.js +0 -792
  425. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/strict-boolean-expressions.js.map +0 -1
  426. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/switch-exhaustiveness-check.js +0 -147
  427. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/switch-exhaustiveness-check.js.map +0 -1
  428. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/triple-slash-reference.js +0 -129
  429. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/triple-slash-reference.js.map +0 -1
  430. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/type-annotation-spacing.js +0 -243
  431. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/type-annotation-spacing.js.map +0 -1
  432. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/typedef.js +0 -217
  433. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/typedef.js.map +0 -1
  434. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/unbound-method.js +0 -287
  435. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/unbound-method.js.map +0 -1
  436. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/unified-signatures.js +0 -425
  437. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/unified-signatures.js.map +0 -1
  438. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/astUtils.js +0 -89
  439. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/astUtils.js.map +0 -1
  440. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/collectUnusedVariables.js +0 -565
  441. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/collectUnusedVariables.js.map +0 -1
  442. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/createRule.js +0 -6
  443. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/createRule.js.map +0 -1
  444. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/escapeRegExp.js +0 -16
  445. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/escapeRegExp.js.map +0 -1
  446. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/explicitReturnTypeUtils.js +0 -232
  447. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/explicitReturnTypeUtils.js.map +0 -1
  448. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/getESLintCoreRule.js +0 -45
  449. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/getESLintCoreRule.js.map +0 -1
  450. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/getFunctionHeadLoc.js +0 -55
  451. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/getFunctionHeadLoc.js.map +0 -1
  452. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/getOperatorPrecedence.js +0 -307
  453. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/getOperatorPrecedence.js.map +0 -1
  454. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/getStringLength.js +0 -20
  455. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/getStringLength.js.map +0 -1
  456. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/getThisExpression.js +0 -26
  457. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/getThisExpression.js.map +0 -1
  458. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/getWrappingFixer.js +0 -141
  459. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/getWrappingFixer.js.map +0 -1
  460. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/index.js +0 -41
  461. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/index.js.map +0 -1
  462. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/isNodeEqual.js +0 -27
  463. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/isNodeEqual.js.map +0 -1
  464. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/isNullLiteral.js +0 -9
  465. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/isNullLiteral.js.map +0 -1
  466. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/isUndefinedIdentifier.js +0 -9
  467. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/isUndefinedIdentifier.js.map +0 -1
  468. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/misc.js +0 -192
  469. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/misc.js.map +0 -1
  470. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/objectIterators.js +0 -27
  471. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/objectIterators.js.map +0 -1
  472. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/README.md +0 -23
  473. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/TEMPLATE.md +0 -26
  474. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/adjacent-overload-signatures.md +0 -93
  475. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/array-type.md +0 -103
  476. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/await-thenable.md +0 -40
  477. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/ban-ts-comment.md +0 -148
  478. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/ban-tslint-comment.md +0 -39
  479. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/ban-types.md +0 -173
  480. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/block-spacing.md +0 -12
  481. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/brace-style.md +0 -12
  482. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/camelcase.md +0 -10
  483. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/class-literal-property-style.md +0 -114
  484. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/comma-dangle.md +0 -22
  485. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/comma-spacing.md +0 -12
  486. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/consistent-generic-constructors.md +0 -73
  487. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/consistent-indexed-object-style.md +0 -80
  488. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/consistent-type-assertions.md +0 -108
  489. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/consistent-type-definitions.md +0 -82
  490. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/consistent-type-exports.md +0 -100
  491. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/consistent-type-imports.md +0 -105
  492. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/default-param-last.md +0 -48
  493. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/dot-notation.md +0 -77
  494. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/explicit-function-return-type.md +0 -319
  495. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/explicit-member-accessibility.md +0 -331
  496. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/explicit-module-boundary-types.md +0 -250
  497. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/func-call-spacing.md +0 -12
  498. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/indent.md +0 -20
  499. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/init-declarations.md +0 -12
  500. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/key-spacing.md +0 -12
  501. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/keyword-spacing.md +0 -12
  502. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/lines-around-comment.md +0 -37
  503. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/lines-between-class-members.md +0 -63
  504. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/member-delimiter-style.md +0 -161
  505. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/member-ordering.md +0 -1360
  506. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/method-signature-style.md +0 -110
  507. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/naming-convention.md +0 -706
  508. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-array-constructor.md +0 -35
  509. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-base-to-string.md +0 -88
  510. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-confusing-non-null-assertion.md +0 -56
  511. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-confusing-void-expression.md +0 -116
  512. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-dupe-class-members.md +0 -12
  513. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-duplicate-enum-values.md +0 -50
  514. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-duplicate-imports.md +0 -12
  515. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-duplicate-type-constituents.md +0 -61
  516. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-dynamic-delete.md +0 -53
  517. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-empty-function.md +0 -88
  518. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-empty-interface.md +0 -70
  519. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-explicit-any.md +0 -174
  520. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-extra-non-null-assertion.md +0 -52
  521. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-extra-parens.md +0 -12
  522. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-extra-semi.md +0 -12
  523. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-extraneous-class.md +0 -294
  524. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-floating-promises.md +0 -106
  525. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-for-in-array.md +0 -56
  526. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-implicit-any-catch.md +0 -73
  527. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-implied-eval.md +0 -101
  528. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-import-type-side-effects.md +0 -75
  529. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-inferrable-types.md +0 -103
  530. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-invalid-this.md +0 -12
  531. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-invalid-void-type.md +0 -113
  532. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-loop-func.md +0 -12
  533. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-loss-of-precision.md +0 -12
  534. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-magic-numbers.md +0 -131
  535. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-meaningless-void-operator.md +0 -47
  536. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-misused-new.md +0 -46
  537. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-misused-promises.md +0 -245
  538. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-mixed-enums.md +0 -88
  539. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-namespace.md +0 -129
  540. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-non-null-asserted-nullish-coalescing.md +0 -49
  541. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-non-null-asserted-optional-chain.md +0 -35
  542. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-non-null-assertion.md +0 -42
  543. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-parameter-properties.md +0 -406
  544. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-redeclare.md +0 -73
  545. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-redundant-type-constituents.md +0 -78
  546. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-require-imports.md +0 -37
  547. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-restricted-imports.md +0 -63
  548. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-shadow.md +0 -101
  549. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-this-alias.md +0 -38
  550. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-throw-literal.md +0 -111
  551. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-type-alias.md +0 -602
  552. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-unnecessary-boolean-literal-compare.md +0 -133
  553. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-unnecessary-condition.md +0 -103
  554. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-unnecessary-qualifier.md +0 -51
  555. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-unnecessary-type-arguments.md +0 -73
  556. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-unnecessary-type-assertion.md +0 -77
  557. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-unnecessary-type-constraint.md +0 -51
  558. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-unsafe-argument.md +0 -83
  559. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-unsafe-assignment.md +0 -86
  560. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-unsafe-call.md +0 -58
  561. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-unsafe-declaration-merging.md +0 -54
  562. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-unsafe-enum-comparison.md +0 -75
  563. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-unsafe-member-access.md +0 -64
  564. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-unsafe-return.md +0 -103
  565. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-unused-expressions.md +0 -12
  566. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-unused-vars.md +0 -12
  567. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-use-before-define.md +0 -97
  568. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-useless-constructor.md +0 -21
  569. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-useless-empty-export.md +0 -43
  570. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-var-requires.md +0 -37
  571. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/non-nullable-type-assertion-style.md +0 -41
  572. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/object-curly-spacing.md +0 -12
  573. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/padding-line-between-statements.md +0 -35
  574. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/parameter-properties.md +0 -485
  575. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/prefer-as-const.md +0 -44
  576. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/prefer-enum-initializers.md +0 -62
  577. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/prefer-for-of.md +0 -46
  578. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/prefer-function-type.md +0 -92
  579. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/prefer-includes.md +0 -77
  580. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/prefer-literal-enum-member.md +0 -101
  581. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/prefer-namespace-keyword.md +0 -47
  582. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/prefer-nullish-coalescing.md +0 -141
  583. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/prefer-optional-chain.md +0 -71
  584. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/prefer-readonly-parameter-types.md +0 -268
  585. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/prefer-readonly.md +0 -87
  586. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/prefer-reduce-type-parameter.md +0 -58
  587. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/prefer-regexp-exec.md +0 -46
  588. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/prefer-return-this-type.md +0 -87
  589. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/prefer-string-starts-ends-with.md +0 -57
  590. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/prefer-ts-expect-error.md +0 -69
  591. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/promise-function-async.md +0 -59
  592. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/quotes.md +0 -12
  593. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/require-array-sort-compare.md +0 -78
  594. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/require-await.md +0 -24
  595. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/restrict-plus-operands.md +0 -98
  596. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/restrict-template-expressions.md +0 -105
  597. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/return-await.md +0 -216
  598. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/semi.md +0 -16
  599. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/sort-type-constituents.md +0 -101
  600. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/sort-type-union-intersection-members.md +0 -106
  601. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/space-before-blocks.md +0 -42
  602. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/space-before-function-paren.md +0 -12
  603. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/space-infix-ops.md +0 -16
  604. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/strict-boolean-expressions.md +0 -183
  605. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/switch-exhaustiveness-check.md +0 -106
  606. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/triple-slash-reference.md +0 -61
  607. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/type-annotation-spacing.md +0 -303
  608. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/typedef.md +0 -320
  609. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/unbound-method.md +0 -103
  610. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/unified-signatures.md +0 -70
  611. package/node_modules/@typescript-eslint/eslint-plugin/index.d.ts +0 -4
  612. package/node_modules/@typescript-eslint/eslint-plugin/package.json +0 -88
  613. package/node_modules/@typescript-eslint/parser/LICENSE +0 -22
  614. package/node_modules/@typescript-eslint/parser/README.md +0 -10
  615. package/node_modules/@typescript-eslint/parser/_ts3.4/dist/index.d.ts +0 -8
  616. package/node_modules/@typescript-eslint/parser/_ts3.4/dist/parser.d.ts +0 -22
  617. package/node_modules/@typescript-eslint/parser/dist/index.d.ts +0 -8
  618. package/node_modules/@typescript-eslint/parser/dist/index.d.ts.map +0 -1
  619. package/node_modules/@typescript-eslint/parser/dist/index.js +0 -17
  620. package/node_modules/@typescript-eslint/parser/dist/index.js.map +0 -1
  621. package/node_modules/@typescript-eslint/parser/dist/parser.d.ts +0 -19
  622. package/node_modules/@typescript-eslint/parser/dist/parser.d.ts.map +0 -1
  623. package/node_modules/@typescript-eslint/parser/dist/parser.js +0 -131
  624. package/node_modules/@typescript-eslint/parser/dist/parser.js.map +0 -1
  625. package/node_modules/@typescript-eslint/parser/package.json +0 -75
  626. package/node_modules/@typescript-eslint/scope-manager/LICENSE +0 -21
  627. package/node_modules/@typescript-eslint/scope-manager/README.md +0 -8
  628. package/node_modules/@typescript-eslint/scope-manager/dist/ID.d.ts +0 -4
  629. package/node_modules/@typescript-eslint/scope-manager/dist/ID.d.ts.map +0 -1
  630. package/node_modules/@typescript-eslint/scope-manager/dist/ID.js +0 -22
  631. package/node_modules/@typescript-eslint/scope-manager/dist/ID.js.map +0 -1
  632. package/node_modules/@typescript-eslint/scope-manager/dist/ScopeManager.d.ts +0 -73
  633. package/node_modules/@typescript-eslint/scope-manager/dist/ScopeManager.d.ts.map +0 -1
  634. package/node_modules/@typescript-eslint/scope-manager/dist/ScopeManager.js +0 -183
  635. package/node_modules/@typescript-eslint/scope-manager/dist/ScopeManager.js.map +0 -1
  636. package/node_modules/@typescript-eslint/scope-manager/dist/analyze.d.ts +0 -62
  637. package/node_modules/@typescript-eslint/scope-manager/dist/analyze.d.ts.map +0 -1
  638. package/node_modules/@typescript-eslint/scope-manager/dist/analyze.js +0 -58
  639. package/node_modules/@typescript-eslint/scope-manager/dist/analyze.js.map +0 -1
  640. package/node_modules/@typescript-eslint/scope-manager/dist/assert.d.ts +0 -3
  641. package/node_modules/@typescript-eslint/scope-manager/dist/assert.d.ts.map +0 -1
  642. package/node_modules/@typescript-eslint/scope-manager/dist/assert.js +0 -11
  643. package/node_modules/@typescript-eslint/scope-manager/dist/assert.js.map +0 -1
  644. package/node_modules/@typescript-eslint/scope-manager/dist/definition/CatchClauseDefinition.d.ts +0 -10
  645. package/node_modules/@typescript-eslint/scope-manager/dist/definition/CatchClauseDefinition.d.ts.map +0 -1
  646. package/node_modules/@typescript-eslint/scope-manager/dist/definition/CatchClauseDefinition.js +0 -14
  647. package/node_modules/@typescript-eslint/scope-manager/dist/definition/CatchClauseDefinition.js.map +0 -1
  648. package/node_modules/@typescript-eslint/scope-manager/dist/definition/ClassNameDefinition.d.ts +0 -10
  649. package/node_modules/@typescript-eslint/scope-manager/dist/definition/ClassNameDefinition.d.ts.map +0 -1
  650. package/node_modules/@typescript-eslint/scope-manager/dist/definition/ClassNameDefinition.js +0 -14
  651. package/node_modules/@typescript-eslint/scope-manager/dist/definition/ClassNameDefinition.js.map +0 -1
  652. package/node_modules/@typescript-eslint/scope-manager/dist/definition/Definition.d.ts +0 -14
  653. package/node_modules/@typescript-eslint/scope-manager/dist/definition/Definition.d.ts.map +0 -1
  654. package/node_modules/@typescript-eslint/scope-manager/dist/definition/Definition.js +0 -3
  655. package/node_modules/@typescript-eslint/scope-manager/dist/definition/Definition.js.map +0 -1
  656. package/node_modules/@typescript-eslint/scope-manager/dist/definition/DefinitionBase.d.ts +0 -39
  657. package/node_modules/@typescript-eslint/scope-manager/dist/definition/DefinitionBase.d.ts.map +0 -1
  658. package/node_modules/@typescript-eslint/scope-manager/dist/definition/DefinitionBase.js +0 -19
  659. package/node_modules/@typescript-eslint/scope-manager/dist/definition/DefinitionBase.js.map +0 -1
  660. package/node_modules/@typescript-eslint/scope-manager/dist/definition/DefinitionType.d.ts +0 -15
  661. package/node_modules/@typescript-eslint/scope-manager/dist/definition/DefinitionType.d.ts.map +0 -1
  662. package/node_modules/@typescript-eslint/scope-manager/dist/definition/DefinitionType.js +0 -19
  663. package/node_modules/@typescript-eslint/scope-manager/dist/definition/DefinitionType.js.map +0 -1
  664. package/node_modules/@typescript-eslint/scope-manager/dist/definition/FunctionNameDefinition.d.ts +0 -10
  665. package/node_modules/@typescript-eslint/scope-manager/dist/definition/FunctionNameDefinition.d.ts.map +0 -1
  666. package/node_modules/@typescript-eslint/scope-manager/dist/definition/FunctionNameDefinition.js +0 -14
  667. package/node_modules/@typescript-eslint/scope-manager/dist/definition/FunctionNameDefinition.js.map +0 -1
  668. package/node_modules/@typescript-eslint/scope-manager/dist/definition/ImplicitGlobalVariableDefinition.d.ts +0 -10
  669. package/node_modules/@typescript-eslint/scope-manager/dist/definition/ImplicitGlobalVariableDefinition.d.ts.map +0 -1
  670. package/node_modules/@typescript-eslint/scope-manager/dist/definition/ImplicitGlobalVariableDefinition.js +0 -14
  671. package/node_modules/@typescript-eslint/scope-manager/dist/definition/ImplicitGlobalVariableDefinition.js.map +0 -1
  672. package/node_modules/@typescript-eslint/scope-manager/dist/definition/ImportBindingDefinition.d.ts +0 -11
  673. package/node_modules/@typescript-eslint/scope-manager/dist/definition/ImportBindingDefinition.d.ts.map +0 -1
  674. package/node_modules/@typescript-eslint/scope-manager/dist/definition/ImportBindingDefinition.js +0 -14
  675. package/node_modules/@typescript-eslint/scope-manager/dist/definition/ImportBindingDefinition.js.map +0 -1
  676. package/node_modules/@typescript-eslint/scope-manager/dist/definition/ParameterDefinition.d.ts +0 -14
  677. package/node_modules/@typescript-eslint/scope-manager/dist/definition/ParameterDefinition.d.ts.map +0 -1
  678. package/node_modules/@typescript-eslint/scope-manager/dist/definition/ParameterDefinition.js +0 -15
  679. package/node_modules/@typescript-eslint/scope-manager/dist/definition/ParameterDefinition.js.map +0 -1
  680. package/node_modules/@typescript-eslint/scope-manager/dist/definition/TSEnumMemberDefinition.d.ts +0 -10
  681. package/node_modules/@typescript-eslint/scope-manager/dist/definition/TSEnumMemberDefinition.d.ts.map +0 -1
  682. package/node_modules/@typescript-eslint/scope-manager/dist/definition/TSEnumMemberDefinition.js +0 -14
  683. package/node_modules/@typescript-eslint/scope-manager/dist/definition/TSEnumMemberDefinition.js.map +0 -1
  684. package/node_modules/@typescript-eslint/scope-manager/dist/definition/TSEnumNameDefinition.d.ts +0 -10
  685. package/node_modules/@typescript-eslint/scope-manager/dist/definition/TSEnumNameDefinition.d.ts.map +0 -1
  686. package/node_modules/@typescript-eslint/scope-manager/dist/definition/TSEnumNameDefinition.js +0 -14
  687. package/node_modules/@typescript-eslint/scope-manager/dist/definition/TSEnumNameDefinition.js.map +0 -1
  688. package/node_modules/@typescript-eslint/scope-manager/dist/definition/TSModuleNameDefinition.d.ts +0 -10
  689. package/node_modules/@typescript-eslint/scope-manager/dist/definition/TSModuleNameDefinition.d.ts.map +0 -1
  690. package/node_modules/@typescript-eslint/scope-manager/dist/definition/TSModuleNameDefinition.js +0 -14
  691. package/node_modules/@typescript-eslint/scope-manager/dist/definition/TSModuleNameDefinition.js.map +0 -1
  692. package/node_modules/@typescript-eslint/scope-manager/dist/definition/TypeDefinition.d.ts +0 -10
  693. package/node_modules/@typescript-eslint/scope-manager/dist/definition/TypeDefinition.d.ts.map +0 -1
  694. package/node_modules/@typescript-eslint/scope-manager/dist/definition/TypeDefinition.js +0 -14
  695. package/node_modules/@typescript-eslint/scope-manager/dist/definition/TypeDefinition.js.map +0 -1
  696. package/node_modules/@typescript-eslint/scope-manager/dist/definition/VariableDefinition.d.ts +0 -10
  697. package/node_modules/@typescript-eslint/scope-manager/dist/definition/VariableDefinition.d.ts.map +0 -1
  698. package/node_modules/@typescript-eslint/scope-manager/dist/definition/VariableDefinition.js +0 -14
  699. package/node_modules/@typescript-eslint/scope-manager/dist/definition/VariableDefinition.js.map +0 -1
  700. package/node_modules/@typescript-eslint/scope-manager/dist/definition/index.d.ts +0 -14
  701. package/node_modules/@typescript-eslint/scope-manager/dist/definition/index.d.ts.map +0 -1
  702. package/node_modules/@typescript-eslint/scope-manager/dist/definition/index.js +0 -30
  703. package/node_modules/@typescript-eslint/scope-manager/dist/definition/index.js.map +0 -1
  704. package/node_modules/@typescript-eslint/scope-manager/dist/index.d.ts +0 -9
  705. package/node_modules/@typescript-eslint/scope-manager/dist/index.d.ts.map +0 -1
  706. package/node_modules/@typescript-eslint/scope-manager/dist/index.js +0 -31
  707. package/node_modules/@typescript-eslint/scope-manager/dist/index.js.map +0 -1
  708. package/node_modules/@typescript-eslint/scope-manager/dist/lib/base-config.d.ts +0 -16
  709. package/node_modules/@typescript-eslint/scope-manager/dist/lib/base-config.d.ts.map +0 -1
  710. package/node_modules/@typescript-eslint/scope-manager/dist/lib/base-config.js +0 -23
  711. package/node_modules/@typescript-eslint/scope-manager/dist/lib/base-config.js.map +0 -1
  712. package/node_modules/@typescript-eslint/scope-manager/dist/lib/decorators.d.ts +0 -3
  713. package/node_modules/@typescript-eslint/scope-manager/dist/lib/decorators.d.ts.map +0 -1
  714. package/node_modules/@typescript-eslint/scope-manager/dist/lib/decorators.js +0 -21
  715. package/node_modules/@typescript-eslint/scope-manager/dist/lib/decorators.js.map +0 -1
  716. package/node_modules/@typescript-eslint/scope-manager/dist/lib/decorators.legacy.d.ts +0 -3
  717. package/node_modules/@typescript-eslint/scope-manager/dist/lib/decorators.legacy.d.ts.map +0 -1
  718. package/node_modules/@typescript-eslint/scope-manager/dist/lib/decorators.legacy.js +0 -15
  719. package/node_modules/@typescript-eslint/scope-manager/dist/lib/decorators.legacy.js.map +0 -1
  720. package/node_modules/@typescript-eslint/scope-manager/dist/lib/dom.d.ts +0 -3
  721. package/node_modules/@typescript-eslint/scope-manager/dist/lib/dom.d.ts.map +0 -1
  722. package/node_modules/@typescript-eslint/scope-manager/dist/lib/dom.iterable.d.ts +0 -3
  723. package/node_modules/@typescript-eslint/scope-manager/dist/lib/dom.iterable.d.ts.map +0 -1
  724. package/node_modules/@typescript-eslint/scope-manager/dist/lib/dom.iterable.js +0 -71
  725. package/node_modules/@typescript-eslint/scope-manager/dist/lib/dom.iterable.js.map +0 -1
  726. package/node_modules/@typescript-eslint/scope-manager/dist/lib/dom.js +0 -1317
  727. package/node_modules/@typescript-eslint/scope-manager/dist/lib/dom.js.map +0 -1
  728. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.collection.d.ts +0 -3
  729. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.collection.d.ts.map +0 -1
  730. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.collection.js +0 -21
  731. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.collection.js.map +0 -1
  732. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.core.d.ts +0 -3
  733. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.core.d.ts.map +0 -1
  734. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.core.js +0 -23
  735. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.core.js.map +0 -1
  736. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.d.ts +0 -3
  737. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.d.ts.map +0 -1
  738. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.generator.d.ts +0 -3
  739. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.generator.d.ts.map +0 -1
  740. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.generator.js +0 -11
  741. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.generator.js.map +0 -1
  742. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.iterable.d.ts +0 -3
  743. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.iterable.d.ts.map +0 -1
  744. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.iterable.js +0 -11
  745. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.iterable.js.map +0 -1
  746. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.js +0 -19
  747. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.js.map +0 -1
  748. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.promise.d.ts +0 -3
  749. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.promise.d.ts.map +0 -1
  750. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.promise.js +0 -12
  751. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.promise.js.map +0 -1
  752. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.proxy.d.ts +0 -3
  753. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.proxy.d.ts.map +0 -1
  754. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.proxy.js +0 -13
  755. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.proxy.js.map +0 -1
  756. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.reflect.d.ts +0 -3
  757. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.reflect.d.ts.map +0 -1
  758. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.reflect.js +0 -12
  759. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.reflect.js.map +0 -1
  760. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.symbol.d.ts +0 -3
  761. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.symbol.d.ts.map +0 -1
  762. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.symbol.js +0 -12
  763. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.symbol.js.map +0 -1
  764. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.symbol.wellknown.d.ts +0 -3
  765. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.symbol.wellknown.d.ts.map +0 -1
  766. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.symbol.wellknown.js +0 -11
  767. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.symbol.wellknown.js.map +0 -1
  768. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.array.include.d.ts +0 -3
  769. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.array.include.d.ts.map +0 -1
  770. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.array.include.js +0 -22
  771. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.array.include.js.map +0 -1
  772. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.d.ts +0 -3
  773. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.d.ts.map +0 -1
  774. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.full.d.ts +0 -3
  775. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.full.d.ts.map +0 -1
  776. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.full.js +0 -14
  777. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.full.js.map +0 -1
  778. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.js +0 -11
  779. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.js.map +0 -1
  780. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.d.ts +0 -3
  781. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.d.ts.map +0 -1
  782. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.full.d.ts +0 -3
  783. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.full.d.ts.map +0 -1
  784. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.full.js +0 -14
  785. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.full.js.map +0 -1
  786. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.intl.d.ts +0 -3
  787. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.intl.d.ts.map +0 -1
  788. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.intl.js +0 -12
  789. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.intl.js.map +0 -1
  790. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.js +0 -15
  791. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.js.map +0 -1
  792. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.object.d.ts +0 -3
  793. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.object.d.ts.map +0 -1
  794. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.object.js +0 -12
  795. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.object.js.map +0 -1
  796. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.sharedmemory.d.ts +0 -3
  797. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.sharedmemory.d.ts.map +0 -1
  798. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.sharedmemory.js +0 -12
  799. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.sharedmemory.js.map +0 -1
  800. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.string.d.ts +0 -3
  801. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.string.d.ts.map +0 -1
  802. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.string.js +0 -12
  803. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.string.js.map +0 -1
  804. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.typedarrays.d.ts +0 -3
  805. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.typedarrays.d.ts.map +0 -1
  806. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.typedarrays.js +0 -20
  807. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.typedarrays.js.map +0 -1
  808. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.asyncgenerator.d.ts +0 -3
  809. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.asyncgenerator.d.ts.map +0 -1
  810. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.asyncgenerator.js +0 -11
  811. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.asyncgenerator.js.map +0 -1
  812. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.asynciterable.d.ts +0 -3
  813. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.asynciterable.d.ts.map +0 -1
  814. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.asynciterable.js +0 -12
  815. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.asynciterable.js.map +0 -1
  816. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.d.ts +0 -3
  817. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.d.ts.map +0 -1
  818. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.full.d.ts +0 -3
  819. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.full.d.ts.map +0 -1
  820. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.full.js +0 -14
  821. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.full.js.map +0 -1
  822. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.intl.d.ts +0 -3
  823. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.intl.d.ts.map +0 -1
  824. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.intl.js +0 -12
  825. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.intl.js.map +0 -1
  826. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.js +0 -15
  827. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.js.map +0 -1
  828. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.promise.d.ts +0 -3
  829. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.promise.d.ts.map +0 -1
  830. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.promise.js +0 -12
  831. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.promise.js.map +0 -1
  832. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.regexp.d.ts +0 -3
  833. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.regexp.d.ts.map +0 -1
  834. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.regexp.js +0 -14
  835. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.regexp.js.map +0 -1
  836. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.array.d.ts +0 -3
  837. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.array.d.ts.map +0 -1
  838. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.array.js +0 -14
  839. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.array.js.map +0 -1
  840. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.d.ts +0 -3
  841. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.d.ts.map +0 -1
  842. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.full.d.ts +0 -3
  843. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.full.d.ts.map +0 -1
  844. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.full.js +0 -14
  845. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.full.js.map +0 -1
  846. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.intl.d.ts +0 -3
  847. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.intl.d.ts.map +0 -1
  848. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.intl.js +0 -12
  849. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.intl.js.map +0 -1
  850. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.js +0 -15
  851. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.js.map +0 -1
  852. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.object.d.ts +0 -3
  853. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.object.d.ts.map +0 -1
  854. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.object.js +0 -11
  855. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.object.js.map +0 -1
  856. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.string.d.ts +0 -3
  857. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.string.d.ts.map +0 -1
  858. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.string.js +0 -12
  859. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.string.js.map +0 -1
  860. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.symbol.d.ts +0 -3
  861. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.symbol.d.ts.map +0 -1
  862. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.symbol.js +0 -12
  863. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.symbol.js.map +0 -1
  864. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.bigint.d.ts +0 -3
  865. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.bigint.d.ts.map +0 -1
  866. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.bigint.js +0 -11
  867. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.bigint.js.map +0 -1
  868. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.d.ts +0 -3
  869. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.d.ts.map +0 -1
  870. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.date.d.ts +0 -3
  871. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.date.d.ts.map +0 -1
  872. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.date.js +0 -11
  873. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.date.js.map +0 -1
  874. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.full.d.ts +0 -3
  875. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.full.d.ts.map +0 -1
  876. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.full.js +0 -14
  877. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.full.js.map +0 -1
  878. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.intl.d.ts +0 -3
  879. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.intl.d.ts.map +0 -1
  880. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.intl.js +0 -11
  881. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.intl.js.map +0 -1
  882. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.js +0 -18
  883. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.js.map +0 -1
  884. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.number.d.ts +0 -3
  885. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.number.d.ts.map +0 -1
  886. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.number.js +0 -11
  887. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.number.js.map +0 -1
  888. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.promise.d.ts +0 -3
  889. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.promise.d.ts.map +0 -1
  890. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.promise.js +0 -15
  891. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.promise.js.map +0 -1
  892. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.sharedmemory.d.ts +0 -3
  893. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.sharedmemory.d.ts.map +0 -1
  894. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.sharedmemory.js +0 -12
  895. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.sharedmemory.js.map +0 -1
  896. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.string.d.ts +0 -3
  897. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.string.d.ts.map +0 -1
  898. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.string.js +0 -11
  899. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.string.js.map +0 -1
  900. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.symbol.wellknown.d.ts +0 -3
  901. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.symbol.wellknown.d.ts.map +0 -1
  902. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.symbol.wellknown.js +0 -12
  903. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.symbol.wellknown.js.map +0 -1
  904. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.d.ts +0 -3
  905. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.d.ts.map +0 -1
  906. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.full.d.ts +0 -3
  907. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.full.d.ts.map +0 -1
  908. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.full.js +0 -14
  909. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.full.js.map +0 -1
  910. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.intl.d.ts +0 -3
  911. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.intl.d.ts.map +0 -1
  912. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.intl.js +0 -12
  913. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.intl.js.map +0 -1
  914. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.js +0 -14
  915. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.js.map +0 -1
  916. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.promise.d.ts +0 -3
  917. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.promise.d.ts.map +0 -1
  918. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.promise.js +0 -14
  919. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.promise.js.map +0 -1
  920. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.string.d.ts +0 -3
  921. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.string.d.ts.map +0 -1
  922. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.string.js +0 -12
  923. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.string.js.map +0 -1
  924. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.weakref.d.ts +0 -3
  925. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.weakref.d.ts.map +0 -1
  926. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.weakref.js +0 -15
  927. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.weakref.js.map +0 -1
  928. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.array.d.ts +0 -3
  929. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.array.d.ts.map +0 -1
  930. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.array.js +0 -24
  931. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.array.js.map +0 -1
  932. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.d.ts +0 -3
  933. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.d.ts.map +0 -1
  934. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.error.d.ts +0 -3
  935. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.error.d.ts.map +0 -1
  936. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.error.js +0 -21
  937. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.error.js.map +0 -1
  938. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.full.d.ts +0 -3
  939. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.full.d.ts.map +0 -1
  940. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.full.js +0 -14
  941. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.full.js.map +0 -1
  942. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.intl.d.ts +0 -3
  943. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.intl.d.ts.map +0 -1
  944. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.intl.js +0 -12
  945. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.intl.js.map +0 -1
  946. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.js +0 -17
  947. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.js.map +0 -1
  948. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.object.d.ts +0 -3
  949. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.object.d.ts.map +0 -1
  950. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.object.js +0 -12
  951. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.object.js.map +0 -1
  952. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.regexp.d.ts +0 -3
  953. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.regexp.d.ts.map +0 -1
  954. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.regexp.js +0 -15
  955. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.regexp.js.map +0 -1
  956. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.sharedmemory.d.ts +0 -3
  957. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.sharedmemory.d.ts.map +0 -1
  958. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.sharedmemory.js +0 -12
  959. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.sharedmemory.js.map +0 -1
  960. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.string.d.ts +0 -3
  961. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.string.d.ts.map +0 -1
  962. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.string.js +0 -12
  963. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.string.js.map +0 -1
  964. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.array.d.ts +0 -3
  965. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.array.d.ts.map +0 -1
  966. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.array.js +0 -24
  967. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.array.js.map +0 -1
  968. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.d.ts +0 -3
  969. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.d.ts.map +0 -1
  970. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.full.d.ts +0 -3
  971. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.full.d.ts.map +0 -1
  972. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.full.js +0 -14
  973. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.full.js.map +0 -1
  974. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.js +0 -11
  975. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.js.map +0 -1
  976. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es5.d.ts +0 -3
  977. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es5.d.ts.map +0 -1
  978. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es5.js +0 -12
  979. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es5.js.map +0 -1
  980. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es6.d.ts +0 -3
  981. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es6.d.ts.map +0 -1
  982. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es6.js +0 -19
  983. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es6.js.map +0 -1
  984. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es7.d.ts +0 -3
  985. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es7.d.ts.map +0 -1
  986. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es7.js +0 -11
  987. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es7.js.map +0 -1
  988. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.array.d.ts +0 -3
  989. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.array.d.ts.map +0 -1
  990. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.array.js +0 -24
  991. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.array.js.map +0 -1
  992. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.asynciterable.d.ts +0 -3
  993. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.asynciterable.d.ts.map +0 -1
  994. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.asynciterable.js +0 -12
  995. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.asynciterable.js.map +0 -1
  996. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.bigint.d.ts +0 -3
  997. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.bigint.d.ts.map +0 -1
  998. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.bigint.js +0 -11
  999. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.bigint.js.map +0 -1
  1000. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.d.ts +0 -3
  1001. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.d.ts.map +0 -1
  1002. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.full.d.ts +0 -3
  1003. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.full.d.ts.map +0 -1
  1004. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.full.js +0 -14
  1005. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.full.js.map +0 -1
  1006. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.intl.d.ts +0 -3
  1007. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.intl.d.ts.map +0 -1
  1008. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.intl.js +0 -12
  1009. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.intl.js.map +0 -1
  1010. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.js +0 -11
  1011. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.js.map +0 -1
  1012. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.promise.d.ts +0 -3
  1013. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.promise.d.ts.map +0 -1
  1014. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.promise.js +0 -14
  1015. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.promise.js.map +0 -1
  1016. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.string.d.ts +0 -3
  1017. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.string.d.ts.map +0 -1
  1018. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.string.js +0 -12
  1019. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.string.js.map +0 -1
  1020. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.symbol.d.ts +0 -3
  1021. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.symbol.d.ts.map +0 -1
  1022. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.symbol.js +0 -12
  1023. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.symbol.js.map +0 -1
  1024. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.weakref.d.ts +0 -3
  1025. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.weakref.d.ts.map +0 -1
  1026. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.weakref.js +0 -15
  1027. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.weakref.js.map +0 -1
  1028. package/node_modules/@typescript-eslint/scope-manager/dist/lib/index.d.ts +0 -88
  1029. package/node_modules/@typescript-eslint/scope-manager/dist/lib/index.d.ts.map +0 -1
  1030. package/node_modules/@typescript-eslint/scope-manager/dist/lib/index.js +0 -179
  1031. package/node_modules/@typescript-eslint/scope-manager/dist/lib/index.js.map +0 -1
  1032. package/node_modules/@typescript-eslint/scope-manager/dist/lib/lib.d.ts +0 -3
  1033. package/node_modules/@typescript-eslint/scope-manager/dist/lib/lib.d.ts.map +0 -1
  1034. package/node_modules/@typescript-eslint/scope-manager/dist/lib/lib.js +0 -13
  1035. package/node_modules/@typescript-eslint/scope-manager/dist/lib/lib.js.map +0 -1
  1036. package/node_modules/@typescript-eslint/scope-manager/dist/lib/scripthost.d.ts +0 -3
  1037. package/node_modules/@typescript-eslint/scope-manager/dist/lib/scripthost.d.ts.map +0 -1
  1038. package/node_modules/@typescript-eslint/scope-manager/dist/lib/scripthost.js +0 -24
  1039. package/node_modules/@typescript-eslint/scope-manager/dist/lib/scripthost.js.map +0 -1
  1040. package/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.d.ts +0 -3
  1041. package/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.d.ts.map +0 -1
  1042. package/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.importscripts.d.ts +0 -3
  1043. package/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.importscripts.d.ts.map +0 -1
  1044. package/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.importscripts.js +0 -9
  1045. package/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.importscripts.js.map +0 -1
  1046. package/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.iterable.d.ts +0 -3
  1047. package/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.iterable.d.ts.map +0 -1
  1048. package/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.iterable.js +0 -30
  1049. package/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.iterable.js.map +0 -1
  1050. package/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.js +0 -495
  1051. package/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.js.map +0 -1
  1052. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/ClassVisitor.d.ts +0 -29
  1053. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/ClassVisitor.d.ts.map +0 -1
  1054. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/ClassVisitor.js +0 -329
  1055. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/ClassVisitor.js.map +0 -1
  1056. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/ExportVisitor.d.ts +0 -15
  1057. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/ExportVisitor.d.ts.map +0 -1
  1058. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/ExportVisitor.js +0 -84
  1059. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/ExportVisitor.js.map +0 -1
  1060. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/ImportVisitor.d.ts +0 -14
  1061. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/ImportVisitor.d.ts.map +0 -1
  1062. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/ImportVisitor.js +0 -50
  1063. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/ImportVisitor.js.map +0 -1
  1064. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/PatternVisitor.d.ts +0 -29
  1065. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/PatternVisitor.d.ts.map +0 -1
  1066. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/PatternVisitor.js +0 -109
  1067. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/PatternVisitor.js.map +0 -1
  1068. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/Reference.d.ts +0 -89
  1069. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/Reference.d.ts.map +0 -1
  1070. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/Reference.js +0 -109
  1071. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/Reference.js.map +0 -1
  1072. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/Referencer.d.ts +0 -86
  1073. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/Referencer.d.ts.map +0 -1
  1074. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/Referencer.js +0 -547
  1075. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/Referencer.js.map +0 -1
  1076. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/TypeVisitor.d.ts +0 -33
  1077. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/TypeVisitor.d.ts.map +0 -1
  1078. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/TypeVisitor.js +0 -228
  1079. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/TypeVisitor.js.map +0 -1
  1080. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/Visitor.d.ts +0 -13
  1081. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/Visitor.d.ts.map +0 -1
  1082. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/Visitor.js +0 -41
  1083. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/Visitor.js.map +0 -1
  1084. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/VisitorBase.d.ts +0 -22
  1085. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/VisitorBase.d.ts.map +0 -1
  1086. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/VisitorBase.js +0 -82
  1087. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/VisitorBase.js.map +0 -1
  1088. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/index.d.ts +0 -2
  1089. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/index.d.ts.map +0 -1
  1090. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/index.js +0 -6
  1091. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/index.js.map +0 -1
  1092. package/node_modules/@typescript-eslint/scope-manager/dist/scope/BlockScope.d.ts +0 -10
  1093. package/node_modules/@typescript-eslint/scope-manager/dist/scope/BlockScope.d.ts.map +0 -1
  1094. package/node_modules/@typescript-eslint/scope-manager/dist/scope/BlockScope.js +0 -12
  1095. package/node_modules/@typescript-eslint/scope-manager/dist/scope/BlockScope.js.map +0 -1
  1096. package/node_modules/@typescript-eslint/scope-manager/dist/scope/CatchScope.d.ts +0 -10
  1097. package/node_modules/@typescript-eslint/scope-manager/dist/scope/CatchScope.d.ts.map +0 -1
  1098. package/node_modules/@typescript-eslint/scope-manager/dist/scope/CatchScope.js +0 -12
  1099. package/node_modules/@typescript-eslint/scope-manager/dist/scope/CatchScope.js.map +0 -1
  1100. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ClassFieldInitializerScope.d.ts +0 -10
  1101. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ClassFieldInitializerScope.d.ts.map +0 -1
  1102. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ClassFieldInitializerScope.js +0 -12
  1103. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ClassFieldInitializerScope.js.map +0 -1
  1104. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ClassScope.d.ts +0 -10
  1105. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ClassScope.d.ts.map +0 -1
  1106. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ClassScope.js +0 -12
  1107. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ClassScope.js.map +0 -1
  1108. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ClassStaticBlockScope.d.ts +0 -10
  1109. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ClassStaticBlockScope.d.ts.map +0 -1
  1110. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ClassStaticBlockScope.js +0 -12
  1111. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ClassStaticBlockScope.js.map +0 -1
  1112. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ConditionalTypeScope.d.ts +0 -10
  1113. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ConditionalTypeScope.d.ts.map +0 -1
  1114. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ConditionalTypeScope.js +0 -12
  1115. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ConditionalTypeScope.js.map +0 -1
  1116. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ForScope.d.ts +0 -10
  1117. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ForScope.d.ts.map +0 -1
  1118. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ForScope.js +0 -12
  1119. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ForScope.js.map +0 -1
  1120. package/node_modules/@typescript-eslint/scope-manager/dist/scope/FunctionExpressionNameScope.d.ts +0 -11
  1121. package/node_modules/@typescript-eslint/scope-manager/dist/scope/FunctionExpressionNameScope.d.ts.map +0 -1
  1122. package/node_modules/@typescript-eslint/scope-manager/dist/scope/FunctionExpressionNameScope.js +0 -17
  1123. package/node_modules/@typescript-eslint/scope-manager/dist/scope/FunctionExpressionNameScope.js.map +0 -1
  1124. package/node_modules/@typescript-eslint/scope-manager/dist/scope/FunctionScope.d.ts +0 -13
  1125. package/node_modules/@typescript-eslint/scope-manager/dist/scope/FunctionScope.d.ts.map +0 -1
  1126. package/node_modules/@typescript-eslint/scope-manager/dist/scope/FunctionScope.js +0 -37
  1127. package/node_modules/@typescript-eslint/scope-manager/dist/scope/FunctionScope.js.map +0 -1
  1128. package/node_modules/@typescript-eslint/scope-manager/dist/scope/FunctionTypeScope.d.ts +0 -10
  1129. package/node_modules/@typescript-eslint/scope-manager/dist/scope/FunctionTypeScope.d.ts.map +0 -1
  1130. package/node_modules/@typescript-eslint/scope-manager/dist/scope/FunctionTypeScope.js +0 -12
  1131. package/node_modules/@typescript-eslint/scope-manager/dist/scope/FunctionTypeScope.js.map +0 -1
  1132. package/node_modules/@typescript-eslint/scope-manager/dist/scope/GlobalScope.d.ts +0 -18
  1133. package/node_modules/@typescript-eslint/scope-manager/dist/scope/GlobalScope.d.ts.map +0 -1
  1134. package/node_modules/@typescript-eslint/scope-manager/dist/scope/GlobalScope.js +0 -39
  1135. package/node_modules/@typescript-eslint/scope-manager/dist/scope/GlobalScope.js.map +0 -1
  1136. package/node_modules/@typescript-eslint/scope-manager/dist/scope/MappedTypeScope.d.ts +0 -10
  1137. package/node_modules/@typescript-eslint/scope-manager/dist/scope/MappedTypeScope.d.ts.map +0 -1
  1138. package/node_modules/@typescript-eslint/scope-manager/dist/scope/MappedTypeScope.js +0 -12
  1139. package/node_modules/@typescript-eslint/scope-manager/dist/scope/MappedTypeScope.js.map +0 -1
  1140. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ModuleScope.d.ts +0 -10
  1141. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ModuleScope.d.ts.map +0 -1
  1142. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ModuleScope.js +0 -12
  1143. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ModuleScope.js.map +0 -1
  1144. package/node_modules/@typescript-eslint/scope-manager/dist/scope/Scope.d.ts +0 -21
  1145. package/node_modules/@typescript-eslint/scope-manager/dist/scope/Scope.d.ts.map +0 -1
  1146. package/node_modules/@typescript-eslint/scope-manager/dist/scope/Scope.js +0 -3
  1147. package/node_modules/@typescript-eslint/scope-manager/dist/scope/Scope.js.map +0 -1
  1148. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ScopeBase.d.ts +0 -107
  1149. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ScopeBase.d.ts.map +0 -1
  1150. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ScopeBase.js +0 -363
  1151. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ScopeBase.js.map +0 -1
  1152. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ScopeType.d.ts +0 -22
  1153. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ScopeType.d.ts.map +0 -1
  1154. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ScopeType.js +0 -26
  1155. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ScopeType.js.map +0 -1
  1156. package/node_modules/@typescript-eslint/scope-manager/dist/scope/SwitchScope.d.ts +0 -10
  1157. package/node_modules/@typescript-eslint/scope-manager/dist/scope/SwitchScope.d.ts.map +0 -1
  1158. package/node_modules/@typescript-eslint/scope-manager/dist/scope/SwitchScope.js +0 -12
  1159. package/node_modules/@typescript-eslint/scope-manager/dist/scope/SwitchScope.js.map +0 -1
  1160. package/node_modules/@typescript-eslint/scope-manager/dist/scope/TSEnumScope.d.ts +0 -10
  1161. package/node_modules/@typescript-eslint/scope-manager/dist/scope/TSEnumScope.d.ts.map +0 -1
  1162. package/node_modules/@typescript-eslint/scope-manager/dist/scope/TSEnumScope.js +0 -12
  1163. package/node_modules/@typescript-eslint/scope-manager/dist/scope/TSEnumScope.js.map +0 -1
  1164. package/node_modules/@typescript-eslint/scope-manager/dist/scope/TSModuleScope.d.ts +0 -10
  1165. package/node_modules/@typescript-eslint/scope-manager/dist/scope/TSModuleScope.d.ts.map +0 -1
  1166. package/node_modules/@typescript-eslint/scope-manager/dist/scope/TSModuleScope.js +0 -12
  1167. package/node_modules/@typescript-eslint/scope-manager/dist/scope/TSModuleScope.js.map +0 -1
  1168. package/node_modules/@typescript-eslint/scope-manager/dist/scope/TypeScope.d.ts +0 -10
  1169. package/node_modules/@typescript-eslint/scope-manager/dist/scope/TypeScope.d.ts.map +0 -1
  1170. package/node_modules/@typescript-eslint/scope-manager/dist/scope/TypeScope.js +0 -12
  1171. package/node_modules/@typescript-eslint/scope-manager/dist/scope/TypeScope.js.map +0 -1
  1172. package/node_modules/@typescript-eslint/scope-manager/dist/scope/WithScope.d.ts +0 -11
  1173. package/node_modules/@typescript-eslint/scope-manager/dist/scope/WithScope.d.ts.map +0 -1
  1174. package/node_modules/@typescript-eslint/scope-manager/dist/scope/WithScope.js +0 -22
  1175. package/node_modules/@typescript-eslint/scope-manager/dist/scope/WithScope.js.map +0 -1
  1176. package/node_modules/@typescript-eslint/scope-manager/dist/scope/index.d.ts +0 -20
  1177. package/node_modules/@typescript-eslint/scope-manager/dist/scope/index.d.ts.map +0 -1
  1178. package/node_modules/@typescript-eslint/scope-manager/dist/scope/index.js +0 -36
  1179. package/node_modules/@typescript-eslint/scope-manager/dist/scope/index.js.map +0 -1
  1180. package/node_modules/@typescript-eslint/scope-manager/dist/variable/ESLintScopeVariable.d.ts +0 -34
  1181. package/node_modules/@typescript-eslint/scope-manager/dist/variable/ESLintScopeVariable.d.ts.map +0 -1
  1182. package/node_modules/@typescript-eslint/scope-manager/dist/variable/ESLintScopeVariable.js +0 -12
  1183. package/node_modules/@typescript-eslint/scope-manager/dist/variable/ESLintScopeVariable.js.map +0 -1
  1184. package/node_modules/@typescript-eslint/scope-manager/dist/variable/ImplicitLibVariable.d.ts +0 -25
  1185. package/node_modules/@typescript-eslint/scope-manager/dist/variable/ImplicitLibVariable.d.ts.map +0 -1
  1186. package/node_modules/@typescript-eslint/scope-manager/dist/variable/ImplicitLibVariable.js +0 -19
  1187. package/node_modules/@typescript-eslint/scope-manager/dist/variable/ImplicitLibVariable.js.map +0 -1
  1188. package/node_modules/@typescript-eslint/scope-manager/dist/variable/Variable.d.ts +0 -18
  1189. package/node_modules/@typescript-eslint/scope-manager/dist/variable/Variable.d.ts.map +0 -1
  1190. package/node_modules/@typescript-eslint/scope-manager/dist/variable/Variable.js +0 -33
  1191. package/node_modules/@typescript-eslint/scope-manager/dist/variable/Variable.js.map +0 -1
  1192. package/node_modules/@typescript-eslint/scope-manager/dist/variable/VariableBase.d.ts +0 -44
  1193. package/node_modules/@typescript-eslint/scope-manager/dist/variable/VariableBase.d.ts.map +0 -1
  1194. package/node_modules/@typescript-eslint/scope-manager/dist/variable/VariableBase.js +0 -39
  1195. package/node_modules/@typescript-eslint/scope-manager/dist/variable/VariableBase.js.map +0 -1
  1196. package/node_modules/@typescript-eslint/scope-manager/dist/variable/index.d.ts +0 -4
  1197. package/node_modules/@typescript-eslint/scope-manager/dist/variable/index.d.ts.map +0 -1
  1198. package/node_modules/@typescript-eslint/scope-manager/dist/variable/index.js +0 -10
  1199. package/node_modules/@typescript-eslint/scope-manager/dist/variable/index.js.map +0 -1
  1200. package/node_modules/@typescript-eslint/scope-manager/package.json +0 -67
  1201. package/node_modules/@typescript-eslint/type-utils/LICENSE +0 -21
  1202. package/node_modules/@typescript-eslint/type-utils/README.md +0 -12
  1203. package/node_modules/@typescript-eslint/type-utils/_ts3.4/dist/containsAllTypesByName.d.ts +0 -10
  1204. package/node_modules/@typescript-eslint/type-utils/_ts3.4/dist/getConstrainedTypeAtLocation.d.ts +0 -6
  1205. package/node_modules/@typescript-eslint/type-utils/_ts3.4/dist/getContextualType.d.ts +0 -8
  1206. package/node_modules/@typescript-eslint/type-utils/_ts3.4/dist/getDeclaration.d.ts +0 -6
  1207. package/node_modules/@typescript-eslint/type-utils/_ts3.4/dist/getSourceFileOfNode.d.ts +0 -6
  1208. package/node_modules/@typescript-eslint/type-utils/_ts3.4/dist/getTokenAtPosition.d.ts +0 -3
  1209. package/node_modules/@typescript-eslint/type-utils/_ts3.4/dist/getTypeArguments.d.ts +0 -3
  1210. package/node_modules/@typescript-eslint/type-utils/_ts3.4/dist/getTypeName.d.ts +0 -8
  1211. package/node_modules/@typescript-eslint/type-utils/_ts3.4/dist/index.d.ts +0 -16
  1212. package/node_modules/@typescript-eslint/type-utils/_ts3.4/dist/isTypeReadonly.d.ts +0 -20
  1213. package/node_modules/@typescript-eslint/type-utils/_ts3.4/dist/isUnsafeAssignment.d.ts +0 -17
  1214. package/node_modules/@typescript-eslint/type-utils/_ts3.4/dist/predicates.d.ts +0 -52
  1215. package/node_modules/@typescript-eslint/type-utils/_ts3.4/dist/propertyTypes.d.ts +0 -4
  1216. package/node_modules/@typescript-eslint/type-utils/_ts3.4/dist/requiresQuoting.d.ts +0 -4
  1217. package/node_modules/@typescript-eslint/type-utils/_ts3.4/dist/typeFlagUtils.d.ts +0 -16
  1218. package/node_modules/@typescript-eslint/type-utils/dist/containsAllTypesByName.d.ts +0 -10
  1219. package/node_modules/@typescript-eslint/type-utils/dist/containsAllTypesByName.d.ts.map +0 -1
  1220. package/node_modules/@typescript-eslint/type-utils/dist/containsAllTypesByName.js +0 -61
  1221. package/node_modules/@typescript-eslint/type-utils/dist/containsAllTypesByName.js.map +0 -1
  1222. package/node_modules/@typescript-eslint/type-utils/dist/getConstrainedTypeAtLocation.d.ts +0 -6
  1223. package/node_modules/@typescript-eslint/type-utils/dist/getConstrainedTypeAtLocation.d.ts.map +0 -1
  1224. package/node_modules/@typescript-eslint/type-utils/dist/getConstrainedTypeAtLocation.js +0 -13
  1225. package/node_modules/@typescript-eslint/type-utils/dist/getConstrainedTypeAtLocation.js.map +0 -1
  1226. package/node_modules/@typescript-eslint/type-utils/dist/getContextualType.d.ts +0 -8
  1227. package/node_modules/@typescript-eslint/type-utils/dist/getContextualType.d.ts.map +0 -1
  1228. package/node_modules/@typescript-eslint/type-utils/dist/getContextualType.js +0 -70
  1229. package/node_modules/@typescript-eslint/type-utils/dist/getContextualType.js.map +0 -1
  1230. package/node_modules/@typescript-eslint/type-utils/dist/getDeclaration.d.ts +0 -6
  1231. package/node_modules/@typescript-eslint/type-utils/dist/getDeclaration.d.ts.map +0 -1
  1232. package/node_modules/@typescript-eslint/type-utils/dist/getDeclaration.js +0 -17
  1233. package/node_modules/@typescript-eslint/type-utils/dist/getDeclaration.js.map +0 -1
  1234. package/node_modules/@typescript-eslint/type-utils/dist/getSourceFileOfNode.d.ts +0 -6
  1235. package/node_modules/@typescript-eslint/type-utils/dist/getSourceFileOfNode.d.ts.map +0 -1
  1236. package/node_modules/@typescript-eslint/type-utils/dist/getSourceFileOfNode.js +0 -38
  1237. package/node_modules/@typescript-eslint/type-utils/dist/getSourceFileOfNode.js.map +0 -1
  1238. package/node_modules/@typescript-eslint/type-utils/dist/getTokenAtPosition.d.ts +0 -3
  1239. package/node_modules/@typescript-eslint/type-utils/dist/getTokenAtPosition.d.ts.map +0 -1
  1240. package/node_modules/@typescript-eslint/type-utils/dist/getTokenAtPosition.js +0 -51
  1241. package/node_modules/@typescript-eslint/type-utils/dist/getTokenAtPosition.js.map +0 -1
  1242. package/node_modules/@typescript-eslint/type-utils/dist/getTypeArguments.d.ts +0 -3
  1243. package/node_modules/@typescript-eslint/type-utils/dist/getTypeArguments.d.ts.map +0 -1
  1244. package/node_modules/@typescript-eslint/type-utils/dist/getTypeArguments.js +0 -13
  1245. package/node_modules/@typescript-eslint/type-utils/dist/getTypeArguments.js.map +0 -1
  1246. package/node_modules/@typescript-eslint/type-utils/dist/getTypeName.d.ts +0 -8
  1247. package/node_modules/@typescript-eslint/type-utils/dist/getTypeName.d.ts.map +0 -1
  1248. package/node_modules/@typescript-eslint/type-utils/dist/getTypeName.js +0 -74
  1249. package/node_modules/@typescript-eslint/type-utils/dist/getTypeName.js.map +0 -1
  1250. package/node_modules/@typescript-eslint/type-utils/dist/index.d.ts +0 -16
  1251. package/node_modules/@typescript-eslint/type-utils/dist/index.d.ts.map +0 -1
  1252. package/node_modules/@typescript-eslint/type-utils/dist/index.js +0 -36
  1253. package/node_modules/@typescript-eslint/type-utils/dist/index.js.map +0 -1
  1254. package/node_modules/@typescript-eslint/type-utils/dist/isTypeReadonly.d.ts +0 -20
  1255. package/node_modules/@typescript-eslint/type-utils/dist/isTypeReadonly.d.ts.map +0 -1
  1256. package/node_modules/@typescript-eslint/type-utils/dist/isTypeReadonly.js +0 -214
  1257. package/node_modules/@typescript-eslint/type-utils/dist/isTypeReadonly.js.map +0 -1
  1258. package/node_modules/@typescript-eslint/type-utils/dist/isUnsafeAssignment.d.ts +0 -17
  1259. package/node_modules/@typescript-eslint/type-utils/dist/isUnsafeAssignment.d.ts.map +0 -1
  1260. package/node_modules/@typescript-eslint/type-utils/dist/isUnsafeAssignment.js +0 -71
  1261. package/node_modules/@typescript-eslint/type-utils/dist/isUnsafeAssignment.js.map +0 -1
  1262. package/node_modules/@typescript-eslint/type-utils/dist/predicates.d.ts +0 -52
  1263. package/node_modules/@typescript-eslint/type-utils/dist/predicates.d.ts.map +0 -1
  1264. package/node_modules/@typescript-eslint/type-utils/dist/predicates.js +0 -181
  1265. package/node_modules/@typescript-eslint/type-utils/dist/predicates.js.map +0 -1
  1266. package/node_modules/@typescript-eslint/type-utils/dist/propertyTypes.d.ts +0 -4
  1267. package/node_modules/@typescript-eslint/type-utils/dist/propertyTypes.d.ts.map +0 -1
  1268. package/node_modules/@typescript-eslint/type-utils/dist/propertyTypes.js +0 -37
  1269. package/node_modules/@typescript-eslint/type-utils/dist/propertyTypes.js.map +0 -1
  1270. package/node_modules/@typescript-eslint/type-utils/dist/requiresQuoting.d.ts +0 -4
  1271. package/node_modules/@typescript-eslint/type-utils/dist/requiresQuoting.d.ts.map +0 -1
  1272. package/node_modules/@typescript-eslint/type-utils/dist/requiresQuoting.js +0 -43
  1273. package/node_modules/@typescript-eslint/type-utils/dist/requiresQuoting.js.map +0 -1
  1274. package/node_modules/@typescript-eslint/type-utils/dist/typeFlagUtils.d.ts +0 -16
  1275. package/node_modules/@typescript-eslint/type-utils/dist/typeFlagUtils.d.ts.map +0 -1
  1276. package/node_modules/@typescript-eslint/type-utils/dist/typeFlagUtils.js +0 -59
  1277. package/node_modules/@typescript-eslint/type-utils/dist/typeFlagUtils.js.map +0 -1
  1278. package/node_modules/@typescript-eslint/type-utils/package.json +0 -71
  1279. package/node_modules/@typescript-eslint/types/LICENSE +0 -21
  1280. package/node_modules/@typescript-eslint/types/README.md +0 -12
  1281. package/node_modules/@typescript-eslint/types/_ts3.4/dist/generated/ast-spec.d.ts +0 -1806
  1282. package/node_modules/@typescript-eslint/types/_ts3.4/dist/index.d.ts +0 -5
  1283. package/node_modules/@typescript-eslint/types/_ts3.4/dist/lib.d.ts +0 -3
  1284. package/node_modules/@typescript-eslint/types/_ts3.4/dist/parser-options.d.ts +0 -40
  1285. package/node_modules/@typescript-eslint/types/_ts3.4/dist/ts-estree.d.ts +0 -9
  1286. package/node_modules/@typescript-eslint/types/dist/generated/ast-spec.d.ts +0 -1803
  1287. package/node_modules/@typescript-eslint/types/dist/generated/ast-spec.d.ts.map +0 -1
  1288. package/node_modules/@typescript-eslint/types/dist/generated/ast-spec.js +0 -202
  1289. package/node_modules/@typescript-eslint/types/dist/generated/ast-spec.js.map +0 -1
  1290. package/node_modules/@typescript-eslint/types/dist/index.d.ts +0 -5
  1291. package/node_modules/@typescript-eslint/types/dist/index.d.ts.map +0 -1
  1292. package/node_modules/@typescript-eslint/types/dist/index.js +0 -24
  1293. package/node_modules/@typescript-eslint/types/dist/index.js.map +0 -1
  1294. package/node_modules/@typescript-eslint/types/dist/lib.d.ts +0 -3
  1295. package/node_modules/@typescript-eslint/types/dist/lib.d.ts.map +0 -1
  1296. package/node_modules/@typescript-eslint/types/dist/lib.js +0 -7
  1297. package/node_modules/@typescript-eslint/types/dist/lib.js.map +0 -1
  1298. package/node_modules/@typescript-eslint/types/dist/parser-options.d.ts +0 -40
  1299. package/node_modules/@typescript-eslint/types/dist/parser-options.d.ts.map +0 -1
  1300. package/node_modules/@typescript-eslint/types/dist/parser-options.js +0 -3
  1301. package/node_modules/@typescript-eslint/types/dist/parser-options.js.map +0 -1
  1302. package/node_modules/@typescript-eslint/types/dist/ts-estree.d.ts +0 -8
  1303. package/node_modules/@typescript-eslint/types/dist/ts-estree.d.ts.map +0 -1
  1304. package/node_modules/@typescript-eslint/types/dist/ts-estree.js +0 -28
  1305. package/node_modules/@typescript-eslint/types/dist/ts-estree.js.map +0 -1
  1306. package/node_modules/@typescript-eslint/types/package.json +0 -84
  1307. package/node_modules/@typescript-eslint/typescript-estree/LICENSE +0 -26
  1308. package/node_modules/@typescript-eslint/typescript-estree/README.md +0 -10
  1309. package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/ast-converter.d.ts +0 -9
  1310. package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/clear-caches.d.ts +0 -10
  1311. package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/convert-comments.d.ts +0 -11
  1312. package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/convert.d.ts +0 -159
  1313. package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/create-program/WatchCompilerHostOfConfigFile.d.ts +0 -13
  1314. package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/create-program/createDefaultProgram.d.ts +0 -9
  1315. package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/create-program/createIsolatedProgram.d.ts +0 -9
  1316. package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/create-program/createProjectProgram.d.ts +0 -9
  1317. package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/create-program/createSourceFile.d.ts +0 -5
  1318. package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/create-program/describeFilePath.d.ts +0 -2
  1319. package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/create-program/getScriptKind.d.ts +0 -5
  1320. package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/create-program/getWatchProgramsForProjects.d.ts +0 -15
  1321. package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/create-program/shared.d.ts +0 -29
  1322. package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/create-program/useProvidedPrograms.d.ts +0 -13
  1323. package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/getModifiers.d.ts +0 -4
  1324. package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/index.d.ts +0 -12
  1325. package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/jsx/xhtml-entities.d.ts +0 -2
  1326. package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/node-utils.d.ts +0 -231
  1327. package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/parseSettings/ExpiringCache.d.ts +0 -17
  1328. package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/parseSettings/createParseSettings.d.ts +0 -5
  1329. package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/parseSettings/getProjectConfigFiles.d.ts +0 -12
  1330. package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/parseSettings/index.d.ts +0 -107
  1331. package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/parseSettings/inferSingleRun.d.ts +0 -15
  1332. package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/parseSettings/resolveProjectList.d.ts +0 -19
  1333. package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/parseSettings/warnAboutTSVersion.d.ts +0 -3
  1334. package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/parser-options.d.ts +0 -181
  1335. package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/parser.d.ts +0 -25
  1336. package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/semantic-or-syntactic-errors.d.ts +0 -13
  1337. package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/simple-traverse.d.ts +0 -9
  1338. package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/ts-estree/estree-to-ts-node-types.d.ts +0 -178
  1339. package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/ts-estree/index.d.ts +0 -4
  1340. package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/ts-estree/ts-nodes.d.ts +0 -20
  1341. package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/version-check.d.ts +0 -3
  1342. package/node_modules/@typescript-eslint/typescript-estree/dist/ast-converter.d.ts +0 -9
  1343. package/node_modules/@typescript-eslint/typescript-estree/dist/ast-converter.d.ts.map +0 -1
  1344. package/node_modules/@typescript-eslint/typescript-estree/dist/ast-converter.js +0 -60
  1345. package/node_modules/@typescript-eslint/typescript-estree/dist/ast-converter.js.map +0 -1
  1346. package/node_modules/@typescript-eslint/typescript-estree/dist/clear-caches.d.ts +0 -10
  1347. package/node_modules/@typescript-eslint/typescript-estree/dist/clear-caches.d.ts.map +0 -1
  1348. package/node_modules/@typescript-eslint/typescript-estree/dist/clear-caches.js +0 -24
  1349. package/node_modules/@typescript-eslint/typescript-estree/dist/clear-caches.js.map +0 -1
  1350. package/node_modules/@typescript-eslint/typescript-estree/dist/convert-comments.d.ts +0 -11
  1351. package/node_modules/@typescript-eslint/typescript-estree/dist/convert-comments.d.ts.map +0 -1
  1352. package/node_modules/@typescript-eslint/typescript-estree/dist/convert-comments.js +0 -63
  1353. package/node_modules/@typescript-eslint/typescript-estree/dist/convert-comments.js.map +0 -1
  1354. package/node_modules/@typescript-eslint/typescript-estree/dist/convert.d.ts +0 -159
  1355. package/node_modules/@typescript-eslint/typescript-estree/dist/convert.d.ts.map +0 -1
  1356. package/node_modules/@typescript-eslint/typescript-estree/dist/convert.js +0 -2404
  1357. package/node_modules/@typescript-eslint/typescript-estree/dist/convert.js.map +0 -1
  1358. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/WatchCompilerHostOfConfigFile.d.ts +0 -13
  1359. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/WatchCompilerHostOfConfigFile.d.ts.map +0 -1
  1360. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/WatchCompilerHostOfConfigFile.js +0 -6
  1361. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/WatchCompilerHostOfConfigFile.js.map +0 -1
  1362. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createDefaultProgram.d.ts +0 -9
  1363. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createDefaultProgram.d.ts.map +0 -1
  1364. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createDefaultProgram.js +0 -65
  1365. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createDefaultProgram.js.map +0 -1
  1366. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createIsolatedProgram.d.ts +0 -9
  1367. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createIsolatedProgram.d.ts.map +0 -1
  1368. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createIsolatedProgram.js +0 -83
  1369. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createIsolatedProgram.js.map +0 -1
  1370. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createProjectProgram.d.ts +0 -9
  1371. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createProjectProgram.d.ts.map +0 -1
  1372. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createProjectProgram.js +0 -102
  1373. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createProjectProgram.js.map +0 -1
  1374. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createSourceFile.d.ts +0 -5
  1375. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createSourceFile.d.ts.map +0 -1
  1376. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createSourceFile.js +0 -40
  1377. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createSourceFile.js.map +0 -1
  1378. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/describeFilePath.d.ts +0 -2
  1379. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/describeFilePath.d.ts.map +0 -1
  1380. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/describeFilePath.js +0 -32
  1381. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/describeFilePath.js.map +0 -1
  1382. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/getScriptKind.d.ts +0 -5
  1383. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/getScriptKind.d.ts.map +0 -1
  1384. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/getScriptKind.js +0 -72
  1385. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/getScriptKind.js.map +0 -1
  1386. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/getWatchProgramsForProjects.d.ts +0 -15
  1387. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/getWatchProgramsForProjects.d.ts.map +0 -1
  1388. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/getWatchProgramsForProjects.js +0 -409
  1389. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/getWatchProgramsForProjects.js.map +0 -1
  1390. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/shared.d.ts +0 -29
  1391. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/shared.d.ts.map +0 -1
  1392. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/shared.js +0 -130
  1393. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/shared.js.map +0 -1
  1394. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/useProvidedPrograms.d.ts +0 -13
  1395. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/useProvidedPrograms.d.ts.map +0 -1
  1396. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/useProvidedPrograms.js +0 -93
  1397. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/useProvidedPrograms.js.map +0 -1
  1398. package/node_modules/@typescript-eslint/typescript-estree/dist/getModifiers.d.ts +0 -4
  1399. package/node_modules/@typescript-eslint/typescript-estree/dist/getModifiers.d.ts.map +0 -1
  1400. package/node_modules/@typescript-eslint/typescript-estree/dist/getModifiers.js +0 -68
  1401. package/node_modules/@typescript-eslint/typescript-estree/dist/getModifiers.js.map +0 -1
  1402. package/node_modules/@typescript-eslint/typescript-estree/dist/index.d.ts +0 -12
  1403. package/node_modules/@typescript-eslint/typescript-estree/dist/index.d.ts.map +0 -1
  1404. package/node_modules/@typescript-eslint/typescript-estree/dist/index.js +0 -38
  1405. package/node_modules/@typescript-eslint/typescript-estree/dist/index.js.map +0 -1
  1406. package/node_modules/@typescript-eslint/typescript-estree/dist/jsx/xhtml-entities.d.ts +0 -2
  1407. package/node_modules/@typescript-eslint/typescript-estree/dist/jsx/xhtml-entities.d.ts.map +0 -1
  1408. package/node_modules/@typescript-eslint/typescript-estree/dist/jsx/xhtml-entities.js +0 -259
  1409. package/node_modules/@typescript-eslint/typescript-estree/dist/jsx/xhtml-entities.js.map +0 -1
  1410. package/node_modules/@typescript-eslint/typescript-estree/dist/node-utils.d.ts +0 -228
  1411. package/node_modules/@typescript-eslint/typescript-estree/dist/node-utils.d.ts.map +0 -1
  1412. package/node_modules/@typescript-eslint/typescript-estree/dist/node-utils.js +0 -597
  1413. package/node_modules/@typescript-eslint/typescript-estree/dist/node-utils.js.map +0 -1
  1414. package/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/ExpiringCache.d.ts +0 -17
  1415. package/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/ExpiringCache.d.ts.map +0 -1
  1416. package/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/ExpiringCache.js +0 -62
  1417. package/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/ExpiringCache.js.map +0 -1
  1418. package/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/createParseSettings.d.ts +0 -5
  1419. package/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/createParseSettings.d.ts.map +0 -1
  1420. package/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/createParseSettings.js +0 -119
  1421. package/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/createParseSettings.js.map +0 -1
  1422. package/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/getProjectConfigFiles.d.ts +0 -12
  1423. package/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/getProjectConfigFiles.d.ts.map +0 -1
  1424. package/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/getProjectConfigFiles.js +0 -70
  1425. package/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/getProjectConfigFiles.js.map +0 -1
  1426. package/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/index.d.ts +0 -107
  1427. package/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/index.d.ts.map +0 -1
  1428. package/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/index.js +0 -3
  1429. package/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/index.js.map +0 -1
  1430. package/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/inferSingleRun.d.ts +0 -15
  1431. package/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/inferSingleRun.d.ts.map +0 -1
  1432. package/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/inferSingleRun.js +0 -53
  1433. package/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/inferSingleRun.js.map +0 -1
  1434. package/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/resolveProjectList.d.ts +0 -19
  1435. package/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/resolveProjectList.d.ts.map +0 -1
  1436. package/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/resolveProjectList.js +0 -103
  1437. package/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/resolveProjectList.js.map +0 -1
  1438. package/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/warnAboutTSVersion.d.ts +0 -3
  1439. package/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/warnAboutTSVersion.d.ts.map +0 -1
  1440. package/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/warnAboutTSVersion.js +0 -68
  1441. package/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/warnAboutTSVersion.js.map +0 -1
  1442. package/node_modules/@typescript-eslint/typescript-estree/dist/parser-options.d.ts +0 -181
  1443. package/node_modules/@typescript-eslint/typescript-estree/dist/parser-options.d.ts.map +0 -1
  1444. package/node_modules/@typescript-eslint/typescript-estree/dist/parser-options.js +0 -3
  1445. package/node_modules/@typescript-eslint/typescript-estree/dist/parser-options.js.map +0 -1
  1446. package/node_modules/@typescript-eslint/typescript-estree/dist/parser.d.ts +0 -25
  1447. package/node_modules/@typescript-eslint/typescript-estree/dist/parser.d.ts.map +0 -1
  1448. package/node_modules/@typescript-eslint/typescript-estree/dist/parser.js +0 -173
  1449. package/node_modules/@typescript-eslint/typescript-estree/dist/parser.js.map +0 -1
  1450. package/node_modules/@typescript-eslint/typescript-estree/dist/semantic-or-syntactic-errors.d.ts +0 -13
  1451. package/node_modules/@typescript-eslint/typescript-estree/dist/semantic-or-syntactic-errors.d.ts.map +0 -1
  1452. package/node_modules/@typescript-eslint/typescript-estree/dist/semantic-or-syntactic-errors.js +0 -93
  1453. package/node_modules/@typescript-eslint/typescript-estree/dist/semantic-or-syntactic-errors.js.map +0 -1
  1454. package/node_modules/@typescript-eslint/typescript-estree/dist/simple-traverse.d.ts +0 -9
  1455. package/node_modules/@typescript-eslint/typescript-estree/dist/simple-traverse.d.ts.map +0 -1
  1456. package/node_modules/@typescript-eslint/typescript-estree/dist/simple-traverse.js +0 -54
  1457. package/node_modules/@typescript-eslint/typescript-estree/dist/simple-traverse.js.map +0 -1
  1458. package/node_modules/@typescript-eslint/typescript-estree/dist/ts-estree/estree-to-ts-node-types.d.ts +0 -178
  1459. package/node_modules/@typescript-eslint/typescript-estree/dist/ts-estree/estree-to-ts-node-types.d.ts.map +0 -1
  1460. package/node_modules/@typescript-eslint/typescript-estree/dist/ts-estree/estree-to-ts-node-types.js +0 -3
  1461. package/node_modules/@typescript-eslint/typescript-estree/dist/ts-estree/estree-to-ts-node-types.js.map +0 -1
  1462. package/node_modules/@typescript-eslint/typescript-estree/dist/ts-estree/index.d.ts +0 -4
  1463. package/node_modules/@typescript-eslint/typescript-estree/dist/ts-estree/index.d.ts.map +0 -1
  1464. package/node_modules/@typescript-eslint/typescript-estree/dist/ts-estree/index.js +0 -25
  1465. package/node_modules/@typescript-eslint/typescript-estree/dist/ts-estree/index.js.map +0 -1
  1466. package/node_modules/@typescript-eslint/typescript-estree/dist/ts-estree/ts-nodes.d.ts +0 -20
  1467. package/node_modules/@typescript-eslint/typescript-estree/dist/ts-estree/ts-nodes.d.ts.map +0 -1
  1468. package/node_modules/@typescript-eslint/typescript-estree/dist/ts-estree/ts-nodes.js +0 -3
  1469. package/node_modules/@typescript-eslint/typescript-estree/dist/ts-estree/ts-nodes.js.map +0 -1
  1470. package/node_modules/@typescript-eslint/typescript-estree/dist/version-check.d.ts +0 -3
  1471. package/node_modules/@typescript-eslint/typescript-estree/dist/version-check.d.ts.map +0 -1
  1472. package/node_modules/@typescript-eslint/typescript-estree/dist/version-check.js +0 -55
  1473. package/node_modules/@typescript-eslint/typescript-estree/dist/version-check.js.map +0 -1
  1474. package/node_modules/@typescript-eslint/typescript-estree/node_modules/globby/gitignore.js +0 -120
  1475. package/node_modules/@typescript-eslint/typescript-estree/node_modules/globby/index.d.ts +0 -186
  1476. package/node_modules/@typescript-eslint/typescript-estree/node_modules/globby/index.js +0 -181
  1477. package/node_modules/@typescript-eslint/typescript-estree/node_modules/globby/license +0 -9
  1478. package/node_modules/@typescript-eslint/typescript-estree/node_modules/globby/package.json +0 -82
  1479. package/node_modules/@typescript-eslint/typescript-estree/node_modules/globby/readme.md +0 -170
  1480. package/node_modules/@typescript-eslint/typescript-estree/node_modules/globby/stream-utils.js +0 -46
  1481. package/node_modules/@typescript-eslint/typescript-estree/node_modules/slash/index.d.ts +0 -25
  1482. package/node_modules/@typescript-eslint/typescript-estree/node_modules/slash/index.js +0 -11
  1483. package/node_modules/@typescript-eslint/typescript-estree/node_modules/slash/license +0 -9
  1484. package/node_modules/@typescript-eslint/typescript-estree/node_modules/slash/package.json +0 -35
  1485. package/node_modules/@typescript-eslint/typescript-estree/node_modules/slash/readme.md +0 -44
  1486. package/node_modules/@typescript-eslint/typescript-estree/package.json +0 -85
  1487. package/node_modules/@typescript-eslint/utils/LICENSE +0 -21
  1488. package/node_modules/@typescript-eslint/utils/README.md +0 -10
  1489. package/node_modules/@typescript-eslint/utils/_ts3.4/dist/ast-utils/eslint-utils/PatternMatcher.d.ts +0 -48
  1490. package/node_modules/@typescript-eslint/utils/_ts3.4/dist/ast-utils/eslint-utils/ReferenceTracker.d.ts +0 -76
  1491. package/node_modules/@typescript-eslint/utils/_ts3.4/dist/ast-utils/eslint-utils/astUtilities.d.ts +0 -76
  1492. package/node_modules/@typescript-eslint/utils/_ts3.4/dist/ast-utils/eslint-utils/index.d.ts +0 -6
  1493. package/node_modules/@typescript-eslint/utils/_ts3.4/dist/ast-utils/eslint-utils/predicates.d.ts +0 -32
  1494. package/node_modules/@typescript-eslint/utils/_ts3.4/dist/ast-utils/eslint-utils/scopeAnalysis.d.ts +0 -18
  1495. package/node_modules/@typescript-eslint/utils/_ts3.4/dist/ast-utils/helpers.d.ts +0 -1207
  1496. package/node_modules/@typescript-eslint/utils/_ts3.4/dist/ast-utils/index.d.ts +0 -5
  1497. package/node_modules/@typescript-eslint/utils/_ts3.4/dist/ast-utils/misc.d.ts +0 -8
  1498. package/node_modules/@typescript-eslint/utils/_ts3.4/dist/ast-utils/predicates.d.ts +0 -70
  1499. package/node_modules/@typescript-eslint/utils/_ts3.4/dist/eslint-utils/InferTypesFromRule.d.ts +0 -11
  1500. package/node_modules/@typescript-eslint/utils/_ts3.4/dist/eslint-utils/RuleCreator.d.ts +0 -35
  1501. package/node_modules/@typescript-eslint/utils/_ts3.4/dist/eslint-utils/applyDefault.d.ts +0 -10
  1502. package/node_modules/@typescript-eslint/utils/_ts3.4/dist/eslint-utils/batchedSingleLineTests.d.ts +0 -24
  1503. package/node_modules/@typescript-eslint/utils/_ts3.4/dist/eslint-utils/deepMerge.d.ts +0 -17
  1504. package/node_modules/@typescript-eslint/utils/_ts3.4/dist/eslint-utils/getParserServices.d.ts +0 -8
  1505. package/node_modules/@typescript-eslint/utils/_ts3.4/dist/eslint-utils/index.d.ts +0 -9
  1506. package/node_modules/@typescript-eslint/utils/_ts3.4/dist/eslint-utils/nullThrows.d.ts +0 -14
  1507. package/node_modules/@typescript-eslint/utils/_ts3.4/dist/eslint-utils/rule-tester/RuleTester.d.ts +0 -48
  1508. package/node_modules/@typescript-eslint/utils/_ts3.4/dist/eslint-utils/rule-tester/dependencyConstraints.d.ts +0 -17
  1509. package/node_modules/@typescript-eslint/utils/_ts3.4/dist/index.d.ts +0 -8
  1510. package/node_modules/@typescript-eslint/utils/_ts3.4/dist/json-schema.d.ts +0 -2
  1511. package/node_modules/@typescript-eslint/utils/_ts3.4/dist/ts-eslint/AST.d.ts +0 -9
  1512. package/node_modules/@typescript-eslint/utils/_ts3.4/dist/ts-eslint/CLIEngine.d.ts +0 -137
  1513. package/node_modules/@typescript-eslint/utils/_ts3.4/dist/ts-eslint/ESLint.d.ts +0 -376
  1514. package/node_modules/@typescript-eslint/utils/_ts3.4/dist/ts-eslint/Linter.d.ts +0 -326
  1515. package/node_modules/@typescript-eslint/utils/_ts3.4/dist/ts-eslint/ParserOptions.d.ts +0 -2
  1516. package/node_modules/@typescript-eslint/utils/_ts3.4/dist/ts-eslint/Rule.d.ts +0 -393
  1517. package/node_modules/@typescript-eslint/utils/_ts3.4/dist/ts-eslint/RuleTester.d.ts +0 -158
  1518. package/node_modules/@typescript-eslint/utils/_ts3.4/dist/ts-eslint/Scope.d.ts +0 -44
  1519. package/node_modules/@typescript-eslint/utils/_ts3.4/dist/ts-eslint/SourceCode.d.ts +0 -346
  1520. package/node_modules/@typescript-eslint/utils/_ts3.4/dist/ts-eslint/index.d.ts +0 -10
  1521. package/node_modules/@typescript-eslint/utils/_ts3.4/dist/ts-eslint-scope/Definition.d.ts +0 -19
  1522. package/node_modules/@typescript-eslint/utils/_ts3.4/dist/ts-eslint-scope/Options.d.ts +0 -15
  1523. package/node_modules/@typescript-eslint/utils/_ts3.4/dist/ts-eslint-scope/PatternVisitor.d.ts +0 -25
  1524. package/node_modules/@typescript-eslint/utils/_ts3.4/dist/ts-eslint-scope/Reference.d.ts +0 -28
  1525. package/node_modules/@typescript-eslint/utils/_ts3.4/dist/ts-eslint-scope/Referencer.d.ts +0 -55
  1526. package/node_modules/@typescript-eslint/utils/_ts3.4/dist/ts-eslint-scope/Scope.d.ts +0 -103
  1527. package/node_modules/@typescript-eslint/utils/_ts3.4/dist/ts-eslint-scope/ScopeManager.d.ts +0 -50
  1528. package/node_modules/@typescript-eslint/utils/_ts3.4/dist/ts-eslint-scope/Variable.d.ts +0 -17
  1529. package/node_modules/@typescript-eslint/utils/_ts3.4/dist/ts-eslint-scope/analyze.d.ts +0 -16
  1530. package/node_modules/@typescript-eslint/utils/_ts3.4/dist/ts-eslint-scope/index.d.ts +0 -11
  1531. package/node_modules/@typescript-eslint/utils/_ts3.4/dist/ts-estree.d.ts +0 -3
  1532. package/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/PatternMatcher.d.ts +0 -48
  1533. package/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/PatternMatcher.d.ts.map +0 -1
  1534. package/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/PatternMatcher.js +0 -36
  1535. package/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/PatternMatcher.js.map +0 -1
  1536. package/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/ReferenceTracker.d.ts +0 -76
  1537. package/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/ReferenceTracker.d.ts.map +0 -1
  1538. package/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/ReferenceTracker.js +0 -40
  1539. package/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/ReferenceTracker.js.map +0 -1
  1540. package/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/astUtilities.d.ts +0 -76
  1541. package/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/astUtilities.d.ts.map +0 -1
  1542. package/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/astUtilities.js +0 -99
  1543. package/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/astUtilities.js.map +0 -1
  1544. package/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/index.d.ts +0 -6
  1545. package/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/index.d.ts.map +0 -1
  1546. package/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/index.js +0 -22
  1547. package/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/index.js.map +0 -1
  1548. package/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/predicates.d.ts +0 -32
  1549. package/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/predicates.d.ts.map +0 -1
  1550. package/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/predicates.js +0 -72
  1551. package/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/predicates.js.map +0 -1
  1552. package/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/scopeAnalysis.d.ts +0 -18
  1553. package/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/scopeAnalysis.d.ts.map +0 -1
  1554. package/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/scopeAnalysis.js +0 -44
  1555. package/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/scopeAnalysis.js.map +0 -1
  1556. package/node_modules/@typescript-eslint/utils/dist/ast-utils/helpers.d.ts +0 -1207
  1557. package/node_modules/@typescript-eslint/utils/dist/ast-utils/helpers.d.ts.map +0 -1
  1558. package/node_modules/@typescript-eslint/utils/dist/ast-utils/helpers.js +0 -22
  1559. package/node_modules/@typescript-eslint/utils/dist/ast-utils/helpers.js.map +0 -1
  1560. package/node_modules/@typescript-eslint/utils/dist/ast-utils/index.d.ts +0 -5
  1561. package/node_modules/@typescript-eslint/utils/dist/ast-utils/index.d.ts.map +0 -1
  1562. package/node_modules/@typescript-eslint/utils/dist/ast-utils/index.js +0 -21
  1563. package/node_modules/@typescript-eslint/utils/dist/ast-utils/index.js.map +0 -1
  1564. package/node_modules/@typescript-eslint/utils/dist/ast-utils/misc.d.ts +0 -8
  1565. package/node_modules/@typescript-eslint/utils/dist/ast-utils/misc.d.ts.map +0 -1
  1566. package/node_modules/@typescript-eslint/utils/dist/ast-utils/misc.js +0 -13
  1567. package/node_modules/@typescript-eslint/utils/dist/ast-utils/misc.js.map +0 -1
  1568. package/node_modules/@typescript-eslint/utils/dist/ast-utils/predicates.d.ts +0 -70
  1569. package/node_modules/@typescript-eslint/utils/dist/ast-utils/predicates.d.ts.map +0 -1
  1570. package/node_modules/@typescript-eslint/utils/dist/ast-utils/predicates.js +0 -135
  1571. package/node_modules/@typescript-eslint/utils/dist/ast-utils/predicates.js.map +0 -1
  1572. package/node_modules/@typescript-eslint/utils/dist/eslint-utils/InferTypesFromRule.d.ts +0 -11
  1573. package/node_modules/@typescript-eslint/utils/dist/eslint-utils/InferTypesFromRule.d.ts.map +0 -1
  1574. package/node_modules/@typescript-eslint/utils/dist/eslint-utils/InferTypesFromRule.js +0 -3
  1575. package/node_modules/@typescript-eslint/utils/dist/eslint-utils/InferTypesFromRule.js.map +0 -1
  1576. package/node_modules/@typescript-eslint/utils/dist/eslint-utils/RuleCreator.d.ts +0 -35
  1577. package/node_modules/@typescript-eslint/utils/dist/eslint-utils/RuleCreator.d.ts.map +0 -1
  1578. package/node_modules/@typescript-eslint/utils/dist/eslint-utils/RuleCreator.js +0 -48
  1579. package/node_modules/@typescript-eslint/utils/dist/eslint-utils/RuleCreator.js.map +0 -1
  1580. package/node_modules/@typescript-eslint/utils/dist/eslint-utils/applyDefault.d.ts +0 -10
  1581. package/node_modules/@typescript-eslint/utils/dist/eslint-utils/applyDefault.d.ts.map +0 -1
  1582. package/node_modules/@typescript-eslint/utils/dist/eslint-utils/applyDefault.js +0 -34
  1583. package/node_modules/@typescript-eslint/utils/dist/eslint-utils/applyDefault.js.map +0 -1
  1584. package/node_modules/@typescript-eslint/utils/dist/eslint-utils/batchedSingleLineTests.d.ts +0 -24
  1585. package/node_modules/@typescript-eslint/utils/dist/eslint-utils/batchedSingleLineTests.d.ts.map +0 -1
  1586. package/node_modules/@typescript-eslint/utils/dist/eslint-utils/batchedSingleLineTests.js +0 -26
  1587. package/node_modules/@typescript-eslint/utils/dist/eslint-utils/batchedSingleLineTests.js.map +0 -1
  1588. package/node_modules/@typescript-eslint/utils/dist/eslint-utils/deepMerge.d.ts +0 -17
  1589. package/node_modules/@typescript-eslint/utils/dist/eslint-utils/deepMerge.d.ts.map +0 -1
  1590. package/node_modules/@typescript-eslint/utils/dist/eslint-utils/deepMerge.js +0 -48
  1591. package/node_modules/@typescript-eslint/utils/dist/eslint-utils/deepMerge.js.map +0 -1
  1592. package/node_modules/@typescript-eslint/utils/dist/eslint-utils/getParserServices.d.ts +0 -8
  1593. package/node_modules/@typescript-eslint/utils/dist/eslint-utils/getParserServices.d.ts.map +0 -1
  1594. package/node_modules/@typescript-eslint/utils/dist/eslint-utils/getParserServices.js +0 -27
  1595. package/node_modules/@typescript-eslint/utils/dist/eslint-utils/getParserServices.js.map +0 -1
  1596. package/node_modules/@typescript-eslint/utils/dist/eslint-utils/index.d.ts +0 -9
  1597. package/node_modules/@typescript-eslint/utils/dist/eslint-utils/index.d.ts.map +0 -1
  1598. package/node_modules/@typescript-eslint/utils/dist/eslint-utils/index.js +0 -25
  1599. package/node_modules/@typescript-eslint/utils/dist/eslint-utils/index.js.map +0 -1
  1600. package/node_modules/@typescript-eslint/utils/dist/eslint-utils/nullThrows.d.ts +0 -14
  1601. package/node_modules/@typescript-eslint/utils/dist/eslint-utils/nullThrows.d.ts.map +0 -1
  1602. package/node_modules/@typescript-eslint/utils/dist/eslint-utils/nullThrows.js +0 -28
  1603. package/node_modules/@typescript-eslint/utils/dist/eslint-utils/nullThrows.js.map +0 -1
  1604. package/node_modules/@typescript-eslint/utils/dist/eslint-utils/rule-tester/RuleTester.d.ts +0 -49
  1605. package/node_modules/@typescript-eslint/utils/dist/eslint-utils/rule-tester/RuleTester.d.ts.map +0 -1
  1606. package/node_modules/@typescript-eslint/utils/dist/eslint-utils/rule-tester/RuleTester.js +0 -251
  1607. package/node_modules/@typescript-eslint/utils/dist/eslint-utils/rule-tester/RuleTester.js.map +0 -1
  1608. package/node_modules/@typescript-eslint/utils/dist/eslint-utils/rule-tester/dependencyConstraints.d.ts +0 -17
  1609. package/node_modules/@typescript-eslint/utils/dist/eslint-utils/rule-tester/dependencyConstraints.d.ts.map +0 -1
  1610. package/node_modules/@typescript-eslint/utils/dist/eslint-utils/rule-tester/dependencyConstraints.js +0 -52
  1611. package/node_modules/@typescript-eslint/utils/dist/eslint-utils/rule-tester/dependencyConstraints.js.map +0 -1
  1612. package/node_modules/@typescript-eslint/utils/dist/index.d.ts +0 -8
  1613. package/node_modules/@typescript-eslint/utils/dist/index.d.ts.map +0 -1
  1614. package/node_modules/@typescript-eslint/utils/dist/index.js +0 -41
  1615. package/node_modules/@typescript-eslint/utils/dist/index.js.map +0 -1
  1616. package/node_modules/@typescript-eslint/utils/dist/json-schema.d.ts +0 -2
  1617. package/node_modules/@typescript-eslint/utils/dist/json-schema.d.ts.map +0 -1
  1618. package/node_modules/@typescript-eslint/utils/dist/json-schema.js +0 -6
  1619. package/node_modules/@typescript-eslint/utils/dist/json-schema.js.map +0 -1
  1620. package/node_modules/@typescript-eslint/utils/dist/ts-eslint/AST.d.ts +0 -9
  1621. package/node_modules/@typescript-eslint/utils/dist/ts-eslint/AST.d.ts.map +0 -1
  1622. package/node_modules/@typescript-eslint/utils/dist/ts-eslint/AST.js +0 -4
  1623. package/node_modules/@typescript-eslint/utils/dist/ts-eslint/AST.js.map +0 -1
  1624. package/node_modules/@typescript-eslint/utils/dist/ts-eslint/CLIEngine.d.ts +0 -137
  1625. package/node_modules/@typescript-eslint/utils/dist/ts-eslint/CLIEngine.d.ts.map +0 -1
  1626. package/node_modules/@typescript-eslint/utils/dist/ts-eslint/CLIEngine.js +0 -18
  1627. package/node_modules/@typescript-eslint/utils/dist/ts-eslint/CLIEngine.js.map +0 -1
  1628. package/node_modules/@typescript-eslint/utils/dist/ts-eslint/ESLint.d.ts +0 -373
  1629. package/node_modules/@typescript-eslint/utils/dist/ts-eslint/ESLint.d.ts.map +0 -1
  1630. package/node_modules/@typescript-eslint/utils/dist/ts-eslint/ESLint.js +0 -23
  1631. package/node_modules/@typescript-eslint/utils/dist/ts-eslint/ESLint.js.map +0 -1
  1632. package/node_modules/@typescript-eslint/utils/dist/ts-eslint/Linter.d.ts +0 -323
  1633. package/node_modules/@typescript-eslint/utils/dist/ts-eslint/Linter.d.ts.map +0 -1
  1634. package/node_modules/@typescript-eslint/utils/dist/ts-eslint/Linter.js +0 -14
  1635. package/node_modules/@typescript-eslint/utils/dist/ts-eslint/Linter.js.map +0 -1
  1636. package/node_modules/@typescript-eslint/utils/dist/ts-eslint/ParserOptions.d.ts +0 -2
  1637. package/node_modules/@typescript-eslint/utils/dist/ts-eslint/ParserOptions.d.ts.map +0 -1
  1638. package/node_modules/@typescript-eslint/utils/dist/ts-eslint/ParserOptions.js +0 -3
  1639. package/node_modules/@typescript-eslint/utils/dist/ts-eslint/ParserOptions.js.map +0 -1
  1640. package/node_modules/@typescript-eslint/utils/dist/ts-eslint/Rule.d.ts +0 -392
  1641. package/node_modules/@typescript-eslint/utils/dist/ts-eslint/Rule.d.ts.map +0 -1
  1642. package/node_modules/@typescript-eslint/utils/dist/ts-eslint/Rule.js +0 -3
  1643. package/node_modules/@typescript-eslint/utils/dist/ts-eslint/Rule.js.map +0 -1
  1644. package/node_modules/@typescript-eslint/utils/dist/ts-eslint/RuleTester.d.ts +0 -161
  1645. package/node_modules/@typescript-eslint/utils/dist/ts-eslint/RuleTester.d.ts.map +0 -1
  1646. package/node_modules/@typescript-eslint/utils/dist/ts-eslint/RuleTester.js +0 -8
  1647. package/node_modules/@typescript-eslint/utils/dist/ts-eslint/RuleTester.js.map +0 -1
  1648. package/node_modules/@typescript-eslint/utils/dist/ts-eslint/Scope.d.ts +0 -44
  1649. package/node_modules/@typescript-eslint/utils/dist/ts-eslint/Scope.d.ts.map +0 -1
  1650. package/node_modules/@typescript-eslint/utils/dist/ts-eslint/Scope.js +0 -35
  1651. package/node_modules/@typescript-eslint/utils/dist/ts-eslint/Scope.js.map +0 -1
  1652. package/node_modules/@typescript-eslint/utils/dist/ts-eslint/SourceCode.d.ts +0 -346
  1653. package/node_modules/@typescript-eslint/utils/dist/ts-eslint/SourceCode.d.ts.map +0 -1
  1654. package/node_modules/@typescript-eslint/utils/dist/ts-eslint/SourceCode.js +0 -9
  1655. package/node_modules/@typescript-eslint/utils/dist/ts-eslint/SourceCode.js.map +0 -1
  1656. package/node_modules/@typescript-eslint/utils/dist/ts-eslint/index.d.ts +0 -10
  1657. package/node_modules/@typescript-eslint/utils/dist/ts-eslint/index.d.ts.map +0 -1
  1658. package/node_modules/@typescript-eslint/utils/dist/ts-eslint/index.js +0 -26
  1659. package/node_modules/@typescript-eslint/utils/dist/ts-eslint/index.js.map +0 -1
  1660. package/node_modules/@typescript-eslint/utils/dist/ts-eslint-scope/Definition.d.ts +0 -19
  1661. package/node_modules/@typescript-eslint/utils/dist/ts-eslint-scope/Definition.d.ts.map +0 -1
  1662. package/node_modules/@typescript-eslint/utils/dist/ts-eslint-scope/Definition.js +0 -9
  1663. package/node_modules/@typescript-eslint/utils/dist/ts-eslint-scope/Definition.js.map +0 -1
  1664. package/node_modules/@typescript-eslint/utils/dist/ts-eslint-scope/Options.d.ts +0 -15
  1665. package/node_modules/@typescript-eslint/utils/dist/ts-eslint-scope/Options.d.ts.map +0 -1
  1666. package/node_modules/@typescript-eslint/utils/dist/ts-eslint-scope/Options.js +0 -3
  1667. package/node_modules/@typescript-eslint/utils/dist/ts-eslint-scope/Options.js.map +0 -1
  1668. package/node_modules/@typescript-eslint/utils/dist/ts-eslint-scope/PatternVisitor.d.ts +0 -25
  1669. package/node_modules/@typescript-eslint/utils/dist/ts-eslint-scope/PatternVisitor.d.ts.map +0 -1
  1670. package/node_modules/@typescript-eslint/utils/dist/ts-eslint-scope/PatternVisitor.js +0 -10
  1671. package/node_modules/@typescript-eslint/utils/dist/ts-eslint-scope/PatternVisitor.js.map +0 -1
  1672. package/node_modules/@typescript-eslint/utils/dist/ts-eslint-scope/Reference.d.ts +0 -28
  1673. package/node_modules/@typescript-eslint/utils/dist/ts-eslint-scope/Reference.d.ts.map +0 -1
  1674. package/node_modules/@typescript-eslint/utils/dist/ts-eslint-scope/Reference.js +0 -10
  1675. package/node_modules/@typescript-eslint/utils/dist/ts-eslint-scope/Reference.js.map +0 -1
  1676. package/node_modules/@typescript-eslint/utils/dist/ts-eslint-scope/Referencer.d.ts +0 -55
  1677. package/node_modules/@typescript-eslint/utils/dist/ts-eslint-scope/Referencer.d.ts.map +0 -1
  1678. package/node_modules/@typescript-eslint/utils/dist/ts-eslint-scope/Referencer.js +0 -11
  1679. package/node_modules/@typescript-eslint/utils/dist/ts-eslint-scope/Referencer.js.map +0 -1
  1680. package/node_modules/@typescript-eslint/utils/dist/ts-eslint-scope/Scope.d.ts +0 -103
  1681. package/node_modules/@typescript-eslint/utils/dist/ts-eslint-scope/Scope.d.ts.map +0 -1
  1682. package/node_modules/@typescript-eslint/utils/dist/ts-eslint-scope/Scope.js +0 -28
  1683. package/node_modules/@typescript-eslint/utils/dist/ts-eslint-scope/Scope.js.map +0 -1
  1684. package/node_modules/@typescript-eslint/utils/dist/ts-eslint-scope/ScopeManager.d.ts +0 -50
  1685. package/node_modules/@typescript-eslint/utils/dist/ts-eslint-scope/ScopeManager.d.ts.map +0 -1
  1686. package/node_modules/@typescript-eslint/utils/dist/ts-eslint-scope/ScopeManager.js +0 -10
  1687. package/node_modules/@typescript-eslint/utils/dist/ts-eslint-scope/ScopeManager.js.map +0 -1
  1688. package/node_modules/@typescript-eslint/utils/dist/ts-eslint-scope/Variable.d.ts +0 -17
  1689. package/node_modules/@typescript-eslint/utils/dist/ts-eslint-scope/Variable.d.ts.map +0 -1
  1690. package/node_modules/@typescript-eslint/utils/dist/ts-eslint-scope/Variable.js +0 -10
  1691. package/node_modules/@typescript-eslint/utils/dist/ts-eslint-scope/Variable.js.map +0 -1
  1692. package/node_modules/@typescript-eslint/utils/dist/ts-eslint-scope/analyze.d.ts +0 -16
  1693. package/node_modules/@typescript-eslint/utils/dist/ts-eslint-scope/analyze.d.ts.map +0 -1
  1694. package/node_modules/@typescript-eslint/utils/dist/ts-eslint-scope/analyze.js +0 -7
  1695. package/node_modules/@typescript-eslint/utils/dist/ts-eslint-scope/analyze.js.map +0 -1
  1696. package/node_modules/@typescript-eslint/utils/dist/ts-eslint-scope/index.d.ts +0 -11
  1697. package/node_modules/@typescript-eslint/utils/dist/ts-eslint-scope/index.d.ts.map +0 -1
  1698. package/node_modules/@typescript-eslint/utils/dist/ts-eslint-scope/index.js +0 -29
  1699. package/node_modules/@typescript-eslint/utils/dist/ts-eslint-scope/index.js.map +0 -1
  1700. package/node_modules/@typescript-eslint/utils/dist/ts-estree.d.ts +0 -3
  1701. package/node_modules/@typescript-eslint/utils/dist/ts-estree.d.ts.map +0 -1
  1702. package/node_modules/@typescript-eslint/utils/dist/ts-estree.js +0 -10
  1703. package/node_modules/@typescript-eslint/utils/dist/ts-estree.js.map +0 -1
  1704. package/node_modules/@typescript-eslint/utils/package.json +0 -70
  1705. package/node_modules/@typescript-eslint/visitor-keys/LICENSE +0 -21
  1706. package/node_modules/@typescript-eslint/visitor-keys/README.md +0 -10
  1707. package/node_modules/@typescript-eslint/visitor-keys/_ts3.4/dist/get-keys.d.ts +0 -4
  1708. package/node_modules/@typescript-eslint/visitor-keys/_ts3.4/dist/index.d.ts +0 -3
  1709. package/node_modules/@typescript-eslint/visitor-keys/_ts3.4/dist/visitor-keys.d.ts +0 -6
  1710. package/node_modules/@typescript-eslint/visitor-keys/dist/get-keys.d.ts +0 -4
  1711. package/node_modules/@typescript-eslint/visitor-keys/dist/get-keys.d.ts.map +0 -1
  1712. package/node_modules/@typescript-eslint/visitor-keys/dist/get-keys.js +0 -7
  1713. package/node_modules/@typescript-eslint/visitor-keys/dist/get-keys.js.map +0 -1
  1714. package/node_modules/@typescript-eslint/visitor-keys/dist/index.d.ts +0 -3
  1715. package/node_modules/@typescript-eslint/visitor-keys/dist/index.d.ts.map +0 -1
  1716. package/node_modules/@typescript-eslint/visitor-keys/dist/index.js +0 -8
  1717. package/node_modules/@typescript-eslint/visitor-keys/dist/index.js.map +0 -1
  1718. package/node_modules/@typescript-eslint/visitor-keys/dist/visitor-keys.d.ts +0 -6
  1719. package/node_modules/@typescript-eslint/visitor-keys/dist/visitor-keys.d.ts.map +0 -1
  1720. package/node_modules/@typescript-eslint/visitor-keys/dist/visitor-keys.js +0 -175
  1721. package/node_modules/@typescript-eslint/visitor-keys/dist/visitor-keys.js.map +0 -1
  1722. package/node_modules/@typescript-eslint/visitor-keys/package.json +0 -60
  1723. package/node_modules/array-union/index.d.ts +0 -25
  1724. package/node_modules/array-union/index.js +0 -5
  1725. package/node_modules/array-union/license +0 -9
  1726. package/node_modules/array-union/package.json +0 -38
  1727. package/node_modules/array-union/readme.md +0 -34
  1728. package/node_modules/braces/LICENSE +0 -21
  1729. package/node_modules/braces/README.md +0 -593
  1730. package/node_modules/braces/index.js +0 -170
  1731. package/node_modules/braces/lib/compile.js +0 -57
  1732. package/node_modules/braces/lib/constants.js +0 -57
  1733. package/node_modules/braces/lib/expand.js +0 -113
  1734. package/node_modules/braces/lib/parse.js +0 -333
  1735. package/node_modules/braces/lib/stringify.js +0 -32
  1736. package/node_modules/braces/lib/utils.js +0 -112
  1737. package/node_modules/braces/package.json +0 -77
  1738. package/node_modules/debug/LICENSE +0 -20
  1739. package/node_modules/debug/README.md +0 -481
  1740. package/node_modules/debug/node_modules/ms/index.js +0 -162
  1741. package/node_modules/debug/node_modules/ms/license.md +0 -21
  1742. package/node_modules/debug/node_modules/ms/package.json +0 -37
  1743. package/node_modules/debug/node_modules/ms/readme.md +0 -60
  1744. package/node_modules/debug/package.json +0 -59
  1745. package/node_modules/debug/src/browser.js +0 -269
  1746. package/node_modules/debug/src/common.js +0 -274
  1747. package/node_modules/debug/src/index.js +0 -10
  1748. package/node_modules/debug/src/node.js +0 -263
  1749. package/node_modules/dir-glob/index.js +0 -75
  1750. package/node_modules/dir-glob/license +0 -9
  1751. package/node_modules/dir-glob/package.json +0 -38
  1752. package/node_modules/dir-glob/readme.md +0 -76
  1753. package/node_modules/eslint-config-xo-typescript/index.js +0 -738
  1754. package/node_modules/eslint-config-xo-typescript/license +0 -9
  1755. package/node_modules/eslint-config-xo-typescript/package.json +0 -59
  1756. package/node_modules/eslint-config-xo-typescript/readme.md +0 -67
  1757. package/node_modules/eslint-config-xo-typescript/space.js +0 -15
  1758. package/node_modules/eslint-scope/LICENSE +0 -22
  1759. package/node_modules/eslint-scope/README.md +0 -54
  1760. package/node_modules/eslint-scope/lib/definition.js +0 -86
  1761. package/node_modules/eslint-scope/lib/index.js +0 -165
  1762. package/node_modules/eslint-scope/lib/pattern-visitor.js +0 -152
  1763. package/node_modules/eslint-scope/lib/reference.js +0 -167
  1764. package/node_modules/eslint-scope/lib/referencer.js +0 -629
  1765. package/node_modules/eslint-scope/lib/scope-manager.js +0 -247
  1766. package/node_modules/eslint-scope/lib/scope.js +0 -748
  1767. package/node_modules/eslint-scope/lib/variable.js +0 -88
  1768. package/node_modules/eslint-scope/node_modules/estraverse/.jshintrc +0 -16
  1769. package/node_modules/eslint-scope/node_modules/estraverse/LICENSE.BSD +0 -19
  1770. package/node_modules/eslint-scope/node_modules/estraverse/README.md +0 -153
  1771. package/node_modules/eslint-scope/node_modules/estraverse/estraverse.js +0 -782
  1772. package/node_modules/eslint-scope/node_modules/estraverse/gulpfile.js +0 -70
  1773. package/node_modules/eslint-scope/node_modules/estraverse/package.json +0 -40
  1774. package/node_modules/eslint-scope/package.json +0 -48
  1775. package/node_modules/eslint-visitor-keys/LICENSE +0 -201
  1776. package/node_modules/eslint-visitor-keys/README.md +0 -106
  1777. package/node_modules/eslint-visitor-keys/dist/eslint-visitor-keys.cjs +0 -384
  1778. package/node_modules/eslint-visitor-keys/dist/index.d.ts +0 -18
  1779. package/node_modules/eslint-visitor-keys/dist/visitor-keys.d.ts +0 -10
  1780. package/node_modules/eslint-visitor-keys/lib/index.js +0 -65
  1781. package/node_modules/eslint-visitor-keys/lib/visitor-keys.js +0 -315
  1782. package/node_modules/eslint-visitor-keys/package.json +0 -72
  1783. package/node_modules/esrecurse/.babelrc +0 -3
  1784. package/node_modules/esrecurse/README.md +0 -171
  1785. package/node_modules/esrecurse/esrecurse.js +0 -117
  1786. package/node_modules/esrecurse/gulpfile.babel.js +0 -92
  1787. package/node_modules/esrecurse/package.json +0 -52
  1788. package/node_modules/estraverse/.jshintrc +0 -16
  1789. package/node_modules/estraverse/LICENSE.BSD +0 -19
  1790. package/node_modules/estraverse/README.md +0 -153
  1791. package/node_modules/estraverse/estraverse.js +0 -805
  1792. package/node_modules/estraverse/gulpfile.js +0 -70
  1793. package/node_modules/estraverse/package.json +0 -40
  1794. package/node_modules/fast-glob/LICENSE +0 -21
  1795. package/node_modules/fast-glob/README.md +0 -795
  1796. package/node_modules/fast-glob/out/index.d.ts +0 -27
  1797. package/node_modules/fast-glob/out/index.js +0 -68
  1798. package/node_modules/fast-glob/out/managers/patterns.d.ts +0 -6
  1799. package/node_modules/fast-glob/out/managers/patterns.js +0 -21
  1800. package/node_modules/fast-glob/out/managers/tasks.d.ts +0 -22
  1801. package/node_modules/fast-glob/out/managers/tasks.js +0 -80
  1802. package/node_modules/fast-glob/out/providers/async.d.ts +0 -9
  1803. package/node_modules/fast-glob/out/providers/async.js +0 -23
  1804. package/node_modules/fast-glob/out/providers/filters/deep.d.ts +0 -16
  1805. package/node_modules/fast-glob/out/providers/filters/deep.js +0 -62
  1806. package/node_modules/fast-glob/out/providers/filters/entry.d.ts +0 -16
  1807. package/node_modules/fast-glob/out/providers/filters/entry.js +0 -64
  1808. package/node_modules/fast-glob/out/providers/filters/error.d.ts +0 -8
  1809. package/node_modules/fast-glob/out/providers/filters/error.js +0 -15
  1810. package/node_modules/fast-glob/out/providers/matchers/matcher.d.ts +0 -33
  1811. package/node_modules/fast-glob/out/providers/matchers/matcher.js +0 -50
  1812. package/node_modules/fast-glob/out/providers/matchers/partial.d.ts +0 -4
  1813. package/node_modules/fast-glob/out/providers/matchers/partial.js +0 -38
  1814. package/node_modules/fast-glob/out/providers/provider.d.ts +0 -19
  1815. package/node_modules/fast-glob/out/providers/provider.js +0 -48
  1816. package/node_modules/fast-glob/out/providers/stream.d.ts +0 -11
  1817. package/node_modules/fast-glob/out/providers/stream.js +0 -31
  1818. package/node_modules/fast-glob/out/providers/sync.d.ts +0 -9
  1819. package/node_modules/fast-glob/out/providers/sync.js +0 -23
  1820. package/node_modules/fast-glob/out/providers/transformers/entry.d.ts +0 -8
  1821. package/node_modules/fast-glob/out/providers/transformers/entry.js +0 -26
  1822. package/node_modules/fast-glob/out/readers/async.d.ts +0 -10
  1823. package/node_modules/fast-glob/out/readers/async.js +0 -35
  1824. package/node_modules/fast-glob/out/readers/reader.d.ts +0 -15
  1825. package/node_modules/fast-glob/out/readers/reader.js +0 -33
  1826. package/node_modules/fast-glob/out/readers/stream.d.ts +0 -14
  1827. package/node_modules/fast-glob/out/readers/stream.js +0 -55
  1828. package/node_modules/fast-glob/out/readers/sync.d.ts +0 -12
  1829. package/node_modules/fast-glob/out/readers/sync.js +0 -43
  1830. package/node_modules/fast-glob/out/settings.d.ts +0 -164
  1831. package/node_modules/fast-glob/out/settings.js +0 -57
  1832. package/node_modules/fast-glob/out/types/index.d.ts +0 -31
  1833. package/node_modules/fast-glob/out/types/index.js +0 -2
  1834. package/node_modules/fast-glob/out/utils/array.d.ts +0 -2
  1835. package/node_modules/fast-glob/out/utils/array.js +0 -22
  1836. package/node_modules/fast-glob/out/utils/errno.d.ts +0 -2
  1837. package/node_modules/fast-glob/out/utils/errno.js +0 -7
  1838. package/node_modules/fast-glob/out/utils/fs.d.ts +0 -4
  1839. package/node_modules/fast-glob/out/utils/fs.js +0 -19
  1840. package/node_modules/fast-glob/out/utils/index.d.ts +0 -8
  1841. package/node_modules/fast-glob/out/utils/index.js +0 -17
  1842. package/node_modules/fast-glob/out/utils/path.d.ts +0 -8
  1843. package/node_modules/fast-glob/out/utils/path.js +0 -33
  1844. package/node_modules/fast-glob/out/utils/pattern.d.ts +0 -42
  1845. package/node_modules/fast-glob/out/utils/pattern.js +0 -169
  1846. package/node_modules/fast-glob/out/utils/stream.d.ts +0 -3
  1847. package/node_modules/fast-glob/out/utils/stream.js +0 -17
  1848. package/node_modules/fast-glob/out/utils/string.d.ts +0 -2
  1849. package/node_modules/fast-glob/out/utils/string.js +0 -11
  1850. package/node_modules/fast-glob/package.json +0 -94
  1851. package/node_modules/fastq/.github/dependabot.yml +0 -11
  1852. package/node_modules/fastq/.github/workflows/ci.yml +0 -50
  1853. package/node_modules/fastq/LICENSE +0 -13
  1854. package/node_modules/fastq/README.md +0 -309
  1855. package/node_modules/fastq/bench.js +0 -66
  1856. package/node_modules/fastq/example.js +0 -14
  1857. package/node_modules/fastq/example.mjs +0 -11
  1858. package/node_modules/fastq/index.d.ts +0 -37
  1859. package/node_modules/fastq/package.json +0 -52
  1860. package/node_modules/fastq/queue.js +0 -289
  1861. package/node_modules/fastq/test/example.ts +0 -81
  1862. package/node_modules/fastq/test/promise.js +0 -248
  1863. package/node_modules/fastq/test/test.js +0 -566
  1864. package/node_modules/fastq/test/tsconfig.json +0 -11
  1865. package/node_modules/fill-range/LICENSE +0 -21
  1866. package/node_modules/fill-range/README.md +0 -237
  1867. package/node_modules/fill-range/index.js +0 -249
  1868. package/node_modules/fill-range/package.json +0 -69
  1869. package/node_modules/glob-parent/LICENSE +0 -15
  1870. package/node_modules/glob-parent/README.md +0 -137
  1871. package/node_modules/glob-parent/index.js +0 -42
  1872. package/node_modules/glob-parent/package.json +0 -48
  1873. package/node_modules/grapheme-splitter/LICENSE +0 -22
  1874. package/node_modules/grapheme-splitter/README.md +0 -111
  1875. package/node_modules/grapheme-splitter/index.d.ts +0 -24
  1876. package/node_modules/grapheme-splitter/index.js +0 -1743
  1877. package/node_modules/grapheme-splitter/package.json +0 -34
  1878. package/node_modules/grapheme-splitter/tests/GraphemeBreakTest.txt +0 -850
  1879. package/node_modules/grapheme-splitter/tests/grapheme_splitter_tests.js +0 -83
  1880. package/node_modules/ignore/LICENSE-MIT +0 -21
  1881. package/node_modules/ignore/README.md +0 -412
  1882. package/node_modules/ignore/index.d.ts +0 -61
  1883. package/node_modules/ignore/index.js +0 -618
  1884. package/node_modules/ignore/legacy.js +0 -539
  1885. package/node_modules/ignore/package.json +0 -73
  1886. package/node_modules/is-extglob/LICENSE +0 -21
  1887. package/node_modules/is-extglob/README.md +0 -107
  1888. package/node_modules/is-extglob/index.js +0 -20
  1889. package/node_modules/is-extglob/package.json +0 -69
  1890. package/node_modules/is-glob/LICENSE +0 -21
  1891. package/node_modules/is-glob/README.md +0 -206
  1892. package/node_modules/is-glob/index.js +0 -150
  1893. package/node_modules/is-glob/package.json +0 -81
  1894. package/node_modules/is-number/LICENSE +0 -21
  1895. package/node_modules/is-number/README.md +0 -187
  1896. package/node_modules/is-number/index.js +0 -18
  1897. package/node_modules/is-number/package.json +0 -82
  1898. package/node_modules/merge2/LICENSE +0 -21
  1899. package/node_modules/merge2/README.md +0 -144
  1900. package/node_modules/merge2/index.js +0 -144
  1901. package/node_modules/merge2/package.json +0 -43
  1902. package/node_modules/micromatch/LICENSE +0 -21
  1903. package/node_modules/micromatch/README.md +0 -1011
  1904. package/node_modules/micromatch/index.js +0 -467
  1905. package/node_modules/micromatch/package.json +0 -119
  1906. package/node_modules/natural-compare-lite/README.md +0 -126
  1907. package/node_modules/natural-compare-lite/index.js +0 -57
  1908. package/node_modules/natural-compare-lite/package.json +0 -42
  1909. package/node_modules/path-type/index.d.ts +0 -51
  1910. package/node_modules/path-type/index.js +0 -43
  1911. package/node_modules/path-type/license +0 -9
  1912. package/node_modules/path-type/package.json +0 -45
  1913. package/node_modules/path-type/readme.md +0 -72
  1914. package/node_modules/picomatch/LICENSE +0 -21
  1915. package/node_modules/picomatch/README.md +0 -708
  1916. package/node_modules/picomatch/index.js +0 -3
  1917. package/node_modules/picomatch/lib/constants.js +0 -179
  1918. package/node_modules/picomatch/lib/parse.js +0 -1091
  1919. package/node_modules/picomatch/lib/picomatch.js +0 -342
  1920. package/node_modules/picomatch/lib/scan.js +0 -391
  1921. package/node_modules/picomatch/lib/utils.js +0 -64
  1922. package/node_modules/picomatch/package.json +0 -81
  1923. package/node_modules/queue-microtask/LICENSE +0 -20
  1924. package/node_modules/queue-microtask/README.md +0 -90
  1925. package/node_modules/queue-microtask/index.d.ts +0 -2
  1926. package/node_modules/queue-microtask/index.js +0 -9
  1927. package/node_modules/queue-microtask/package.json +0 -55
  1928. package/node_modules/reusify/.coveralls.yml +0 -1
  1929. package/node_modules/reusify/.travis.yml +0 -28
  1930. package/node_modules/reusify/LICENSE +0 -22
  1931. package/node_modules/reusify/README.md +0 -145
  1932. package/node_modules/reusify/benchmarks/createNoCodeFunction.js +0 -30
  1933. package/node_modules/reusify/benchmarks/fib.js +0 -13
  1934. package/node_modules/reusify/benchmarks/reuseNoCodeFunction.js +0 -38
  1935. package/node_modules/reusify/package.json +0 -45
  1936. package/node_modules/reusify/reusify.js +0 -33
  1937. package/node_modules/reusify/test.js +0 -66
  1938. package/node_modules/run-parallel/LICENSE +0 -20
  1939. package/node_modules/run-parallel/README.md +0 -85
  1940. package/node_modules/run-parallel/index.js +0 -51
  1941. package/node_modules/run-parallel/package.json +0 -58
  1942. package/node_modules/semver/LICENSE +0 -15
  1943. package/node_modules/semver/README.md +0 -635
  1944. package/node_modules/semver/bin/semver.js +0 -197
  1945. package/node_modules/semver/classes/comparator.js +0 -140
  1946. package/node_modules/semver/classes/index.js +0 -5
  1947. package/node_modules/semver/classes/range.js +0 -526
  1948. package/node_modules/semver/classes/semver.js +0 -300
  1949. package/node_modules/semver/functions/clean.js +0 -6
  1950. package/node_modules/semver/functions/cmp.js +0 -52
  1951. package/node_modules/semver/functions/coerce.js +0 -52
  1952. package/node_modules/semver/functions/compare-build.js +0 -7
  1953. package/node_modules/semver/functions/compare-loose.js +0 -3
  1954. package/node_modules/semver/functions/compare.js +0 -5
  1955. package/node_modules/semver/functions/diff.js +0 -54
  1956. package/node_modules/semver/functions/eq.js +0 -3
  1957. package/node_modules/semver/functions/gt.js +0 -3
  1958. package/node_modules/semver/functions/gte.js +0 -3
  1959. package/node_modules/semver/functions/inc.js +0 -19
  1960. package/node_modules/semver/functions/lt.js +0 -3
  1961. package/node_modules/semver/functions/lte.js +0 -3
  1962. package/node_modules/semver/functions/major.js +0 -3
  1963. package/node_modules/semver/functions/minor.js +0 -3
  1964. package/node_modules/semver/functions/neq.js +0 -3
  1965. package/node_modules/semver/functions/parse.js +0 -16
  1966. package/node_modules/semver/functions/patch.js +0 -3
  1967. package/node_modules/semver/functions/prerelease.js +0 -6
  1968. package/node_modules/semver/functions/rcompare.js +0 -3
  1969. package/node_modules/semver/functions/rsort.js +0 -3
  1970. package/node_modules/semver/functions/satisfies.js +0 -10
  1971. package/node_modules/semver/functions/sort.js +0 -3
  1972. package/node_modules/semver/functions/valid.js +0 -6
  1973. package/node_modules/semver/index.js +0 -89
  1974. package/node_modules/semver/internal/constants.js +0 -30
  1975. package/node_modules/semver/internal/debug.js +0 -9
  1976. package/node_modules/semver/internal/identifiers.js +0 -23
  1977. package/node_modules/semver/internal/parse-options.js +0 -15
  1978. package/node_modules/semver/internal/re.js +0 -182
  1979. package/node_modules/semver/node_modules/lru-cache/LICENSE +0 -15
  1980. package/node_modules/semver/node_modules/lru-cache/README.md +0 -166
  1981. package/node_modules/semver/node_modules/lru-cache/index.js +0 -334
  1982. package/node_modules/semver/node_modules/lru-cache/package.json +0 -34
  1983. package/node_modules/semver/node_modules/yallist/LICENSE +0 -15
  1984. package/node_modules/semver/node_modules/yallist/README.md +0 -204
  1985. package/node_modules/semver/node_modules/yallist/iterator.js +0 -8
  1986. package/node_modules/semver/node_modules/yallist/package.json +0 -29
  1987. package/node_modules/semver/node_modules/yallist/yallist.js +0 -426
  1988. package/node_modules/semver/package.json +0 -87
  1989. package/node_modules/semver/preload.js +0 -2
  1990. package/node_modules/semver/range.bnf +0 -16
  1991. package/node_modules/semver/ranges/gtr.js +0 -4
  1992. package/node_modules/semver/ranges/intersects.js +0 -7
  1993. package/node_modules/semver/ranges/ltr.js +0 -4
  1994. package/node_modules/semver/ranges/max-satisfying.js +0 -25
  1995. package/node_modules/semver/ranges/min-satisfying.js +0 -24
  1996. package/node_modules/semver/ranges/min-version.js +0 -61
  1997. package/node_modules/semver/ranges/outside.js +0 -80
  1998. package/node_modules/semver/ranges/simplify.js +0 -47
  1999. package/node_modules/semver/ranges/subset.js +0 -247
  2000. package/node_modules/semver/ranges/to-comparators.js +0 -8
  2001. package/node_modules/semver/ranges/valid.js +0 -11
  2002. package/node_modules/to-regex-range/LICENSE +0 -21
  2003. package/node_modules/to-regex-range/README.md +0 -305
  2004. package/node_modules/to-regex-range/index.js +0 -288
  2005. package/node_modules/to-regex-range/package.json +0 -88
  2006. package/node_modules/tslib/CopyrightNotice.txt +0 -15
  2007. package/node_modules/tslib/LICENSE.txt +0 -12
  2008. package/node_modules/tslib/README.md +0 -142
  2009. package/node_modules/tslib/modules/index.js +0 -51
  2010. package/node_modules/tslib/modules/package.json +0 -3
  2011. package/node_modules/tslib/package.json +0 -37
  2012. package/node_modules/tslib/test/validateModuleExportsMatchCommonJS/index.js +0 -23
  2013. package/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +0 -6
  2014. package/node_modules/tslib/tslib.d.ts +0 -37
  2015. package/node_modules/tslib/tslib.es6.html +0 -1
  2016. package/node_modules/tslib/tslib.es6.js +0 -218
  2017. package/node_modules/tslib/tslib.html +0 -1
  2018. package/node_modules/tslib/tslib.js +0 -284
  2019. package/node_modules/tsutils/CHANGELOG.md +0 -811
  2020. package/node_modules/tsutils/LICENSE +0 -21
  2021. package/node_modules/tsutils/README.md +0 -61
  2022. package/node_modules/tsutils/index.d.ts +0 -2
  2023. package/node_modules/tsutils/index.js +0 -6
  2024. package/node_modules/tsutils/index.js.map +0 -1
  2025. package/node_modules/tsutils/package.json +0 -63
  2026. package/node_modules/tsutils/typeguard/2.8/index.d.ts +0 -2
  2027. package/node_modules/tsutils/typeguard/2.8/index.js +0 -6
  2028. package/node_modules/tsutils/typeguard/2.8/index.js.map +0 -1
  2029. package/node_modules/tsutils/typeguard/2.8/node.d.ts +0 -155
  2030. package/node_modules/tsutils/typeguard/2.8/node.js +0 -714
  2031. package/node_modules/tsutils/typeguard/2.8/node.js.map +0 -1
  2032. package/node_modules/tsutils/typeguard/2.8/type.d.ts +0 -18
  2033. package/node_modules/tsutils/typeguard/2.8/type.js +0 -77
  2034. package/node_modules/tsutils/typeguard/2.8/type.js.map +0 -1
  2035. package/node_modules/tsutils/typeguard/2.9/index.d.ts +0 -2
  2036. package/node_modules/tsutils/typeguard/2.9/index.js +0 -6
  2037. package/node_modules/tsutils/typeguard/2.9/index.js.map +0 -1
  2038. package/node_modules/tsutils/typeguard/2.9/node.d.ts +0 -3
  2039. package/node_modules/tsutils/typeguard/2.9/node.js +0 -11
  2040. package/node_modules/tsutils/typeguard/2.9/node.js.map +0 -1
  2041. package/node_modules/tsutils/typeguard/2.9/type.d.ts +0 -1
  2042. package/node_modules/tsutils/typeguard/2.9/type.js +0 -5
  2043. package/node_modules/tsutils/typeguard/2.9/type.js.map +0 -1
  2044. package/node_modules/tsutils/typeguard/3.0/index.d.ts +0 -2
  2045. package/node_modules/tsutils/typeguard/3.0/index.js +0 -6
  2046. package/node_modules/tsutils/typeguard/3.0/index.js.map +0 -1
  2047. package/node_modules/tsutils/typeguard/3.0/node.d.ts +0 -5
  2048. package/node_modules/tsutils/typeguard/3.0/node.js +0 -19
  2049. package/node_modules/tsutils/typeguard/3.0/node.js.map +0 -1
  2050. package/node_modules/tsutils/typeguard/3.0/type.d.ts +0 -6
  2051. package/node_modules/tsutils/typeguard/3.0/type.js +0 -16
  2052. package/node_modules/tsutils/typeguard/3.0/type.js.map +0 -1
  2053. package/node_modules/tsutils/typeguard/3.2/index.d.ts +0 -2
  2054. package/node_modules/tsutils/typeguard/3.2/index.js +0 -6
  2055. package/node_modules/tsutils/typeguard/3.2/index.js.map +0 -1
  2056. package/node_modules/tsutils/typeguard/3.2/node.d.ts +0 -3
  2057. package/node_modules/tsutils/typeguard/3.2/node.js +0 -11
  2058. package/node_modules/tsutils/typeguard/3.2/node.js.map +0 -1
  2059. package/node_modules/tsutils/typeguard/3.2/type.d.ts +0 -1
  2060. package/node_modules/tsutils/typeguard/3.2/type.js +0 -5
  2061. package/node_modules/tsutils/typeguard/3.2/type.js.map +0 -1
  2062. package/node_modules/tsutils/typeguard/index.d.ts +0 -2
  2063. package/node_modules/tsutils/typeguard/index.js +0 -6
  2064. package/node_modules/tsutils/typeguard/index.js.map +0 -1
  2065. package/node_modules/tsutils/typeguard/next/index.d.ts +0 -2
  2066. package/node_modules/tsutils/typeguard/next/index.js +0 -6
  2067. package/node_modules/tsutils/typeguard/next/index.js.map +0 -1
  2068. package/node_modules/tsutils/typeguard/next/node.d.ts +0 -1
  2069. package/node_modules/tsutils/typeguard/next/node.js +0 -5
  2070. package/node_modules/tsutils/typeguard/next/node.js.map +0 -1
  2071. package/node_modules/tsutils/typeguard/next/type.d.ts +0 -1
  2072. package/node_modules/tsutils/typeguard/next/type.js +0 -5
  2073. package/node_modules/tsutils/typeguard/next/type.js.map +0 -1
  2074. package/node_modules/tsutils/typeguard/node.d.ts +0 -1
  2075. package/node_modules/tsutils/typeguard/node.js +0 -5
  2076. package/node_modules/tsutils/typeguard/node.js.map +0 -1
  2077. package/node_modules/tsutils/typeguard/type.d.ts +0 -1
  2078. package/node_modules/tsutils/typeguard/type.js +0 -5
  2079. package/node_modules/tsutils/typeguard/type.js.map +0 -1
  2080. package/node_modules/tsutils/util/control-flow.d.ts +0 -24
  2081. package/node_modules/tsutils/util/control-flow.js +0 -296
  2082. package/node_modules/tsutils/util/control-flow.js.map +0 -1
  2083. package/node_modules/tsutils/util/convert-ast.d.ts +0 -33
  2084. package/node_modules/tsutils/util/convert-ast.js +0 -79
  2085. package/node_modules/tsutils/util/convert-ast.js.map +0 -1
  2086. package/node_modules/tsutils/util/index.d.ts +0 -5
  2087. package/node_modules/tsutils/util/index.js +0 -9
  2088. package/node_modules/tsutils/util/index.js.map +0 -1
  2089. package/node_modules/tsutils/util/type.d.ts +0 -35
  2090. package/node_modules/tsutils/util/type.js +0 -331
  2091. package/node_modules/tsutils/util/type.js.map +0 -1
  2092. package/node_modules/tsutils/util/usage.d.ts +0 -30
  2093. package/node_modules/tsutils/util/usage.js +0 -658
  2094. package/node_modules/tsutils/util/usage.js.map +0 -1
  2095. package/node_modules/tsutils/util/util.d.ts +0 -265
  2096. package/node_modules/tsutils/util/util.js +0 -1686
  2097. package/node_modules/tsutils/util/util.js.map +0 -1
@@ -1,2131 +0,0 @@
1
- 'use strict';
2
-
3
- Object.defineProperty(exports, '__esModule', { value: true });
4
-
5
- var ast = /*#__PURE__*/Object.freeze({
6
- __proto__: null
7
- });
8
-
9
- let largeIdStartRanges = undefined;
10
- let largeIdContinueRanges = undefined;
11
- function isIdStart(cp) {
12
- if (cp < 0x41)
13
- return false;
14
- if (cp < 0x5b)
15
- return true;
16
- if (cp < 0x61)
17
- return false;
18
- if (cp < 0x7b)
19
- return true;
20
- return isLargeIdStart(cp);
21
- }
22
- function isIdContinue(cp) {
23
- if (cp < 0x30)
24
- return false;
25
- if (cp < 0x3a)
26
- return true;
27
- if (cp < 0x41)
28
- return false;
29
- if (cp < 0x5b)
30
- return true;
31
- if (cp === 0x5f)
32
- return true;
33
- if (cp < 0x61)
34
- return false;
35
- if (cp < 0x7b)
36
- return true;
37
- return isLargeIdStart(cp) || isLargeIdContinue(cp);
38
- }
39
- function isLargeIdStart(cp) {
40
- return isInRange(cp, largeIdStartRanges !== null && largeIdStartRanges !== void 0 ? largeIdStartRanges : (largeIdStartRanges = initLargeIdStartRanges()));
41
- }
42
- function isLargeIdContinue(cp) {
43
- return isInRange(cp, largeIdContinueRanges !== null && largeIdContinueRanges !== void 0 ? largeIdContinueRanges : (largeIdContinueRanges = initLargeIdContinueRanges()));
44
- }
45
- function initLargeIdStartRanges() {
46
- 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 6 n 2 5 i 15 1n 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 3 0 3 1 v 0 5 7 2 2 2 m 2 9 2 4 4 0 w 1 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 h e i 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 7 1j 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 6c 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 h3g 1w 19 3 7g 4 f b 1 l 1a h u 3 27 14 8 3 2u 3 1r 6 1 2 0 2 4 p f 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 d a 2 e 2 6 2 1 2 a 2 e 2 6 2 1 1w 8m a l b 7 p 5 2 15 2 8 1y 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 17 h 1b k s m d 1g 1m 1 3 0 e 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 k 1 1s 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 12 6 56 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 j 20 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 g 0 2 c 2 x 3h 0 28 pl 2v 32 i 5f 219 2o g tr i 5 33u g6 6nu fs 8 u i 26 i 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 6w8 3 2 6 2 1 2 82 g 0 u 2 3 0 f 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 1f9 u 7 5 7a 1p 43 18 b 6 h 0 8y t j 17 dh r l1 6 2 3 2 1 2 e 2 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 wyn x 37d 7 65 3 4g1 f 5rk 2e8 f1 15v 3t6 6 38f");
47
- }
48
- function initLargeIdContinueRanges() {
49
- 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 1p 7 17 n 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 1k 0 2 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 4 0 d 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 6 2 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 3 t 2 u 1 v 1 1t v a 0 3 9 y 2 2 a 40 0 3b b 5 b b 9 3l a 1p 4 1m 9 2 s 3 a 7 9 n d 2 f 1e 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 1r 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 29 2 1z a 1e 3 3f 2 1i e w a 3 1 b 3 1a a 8 0 1a 9 7 2 11 d 2 9 6 1 19 0 d 2 1d d 9 3 2 b 2b b 7 0 3 0 4e 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 a 1 2 0 1d 6 4 4 e 9 44n 0 7 e aob 9 2f 9 13 4 1o 6 q 9 s6 0 2 1i 8 3 2a 0 c 1 f58 1 3mq 19 3 m f3 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 2t 0 4h 6 a 9 9x 0 1q d dv d rb 6 32 6 6 9 3o7 9 gvt3 6n");
50
- }
51
- function isInRange(cp, ranges) {
52
- let l = 0, r = (ranges.length / 2) | 0, i = 0, min = 0, max = 0;
53
- while (l < r) {
54
- i = ((l + r) / 2) | 0;
55
- min = ranges[2 * i];
56
- max = ranges[2 * i + 1];
57
- if (cp < min) {
58
- r = i;
59
- }
60
- else if (cp > max) {
61
- l = i + 1;
62
- }
63
- else {
64
- return true;
65
- }
66
- }
67
- return false;
68
- }
69
- function restoreRanges(data) {
70
- let last = 0;
71
- return data.split(" ").map((s) => (last += parseInt(s, 36) | 0));
72
- }
73
-
74
- class DataSet {
75
- constructor(raw2018, raw2019, raw2020, raw2021, raw2022, raw2023) {
76
- this._raw2018 = raw2018;
77
- this._raw2019 = raw2019;
78
- this._raw2020 = raw2020;
79
- this._raw2021 = raw2021;
80
- this._raw2022 = raw2022;
81
- this._raw2023 = raw2023;
82
- }
83
- get es2018() {
84
- var _a;
85
- return ((_a = this._set2018) !== null && _a !== void 0 ? _a : (this._set2018 = new Set(this._raw2018.split(" "))));
86
- }
87
- get es2019() {
88
- var _a;
89
- return ((_a = this._set2019) !== null && _a !== void 0 ? _a : (this._set2019 = new Set(this._raw2019.split(" "))));
90
- }
91
- get es2020() {
92
- var _a;
93
- return ((_a = this._set2020) !== null && _a !== void 0 ? _a : (this._set2020 = new Set(this._raw2020.split(" "))));
94
- }
95
- get es2021() {
96
- var _a;
97
- return ((_a = this._set2021) !== null && _a !== void 0 ? _a : (this._set2021 = new Set(this._raw2021.split(" "))));
98
- }
99
- get es2022() {
100
- var _a;
101
- return ((_a = this._set2022) !== null && _a !== void 0 ? _a : (this._set2022 = new Set(this._raw2022.split(" "))));
102
- }
103
- get es2023() {
104
- var _a;
105
- return ((_a = this._set2023) !== null && _a !== void 0 ? _a : (this._set2023 = new Set(this._raw2023.split(" "))));
106
- }
107
- }
108
- const gcNameSet = new Set(["General_Category", "gc"]);
109
- const scNameSet = new Set(["Script", "Script_Extensions", "sc", "scx"]);
110
- 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", "", "", "", "", "");
111
- 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", "Cpmn Cypro_Minoan Old_Uyghur Ougr Tangsa Tnsa Toto Vith Vithkuqi", "Hrkt Katakana_Or_Hiragana Kawi Nag_Mundari Nagm Unknown Zzzz");
112
- 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", "", "");
113
- function isValidUnicodeProperty(version, name, value) {
114
- if (gcNameSet.has(name)) {
115
- return version >= 2018 && gcValueSets.es2018.has(value);
116
- }
117
- if (scNameSet.has(name)) {
118
- return ((version >= 2018 && scValueSets.es2018.has(value)) ||
119
- (version >= 2019 && scValueSets.es2019.has(value)) ||
120
- (version >= 2020 && scValueSets.es2020.has(value)) ||
121
- (version >= 2021 && scValueSets.es2021.has(value)) ||
122
- (version >= 2022 && scValueSets.es2022.has(value)) ||
123
- (version >= 2023 && scValueSets.es2023.has(value)));
124
- }
125
- return false;
126
- }
127
- function isValidLoneUnicodeProperty(version, value) {
128
- return ((version >= 2018 && binPropertySets.es2018.has(value)) ||
129
- (version >= 2019 && binPropertySets.es2019.has(value)) ||
130
- (version >= 2021 && binPropertySets.es2021.has(value)));
131
- }
132
-
133
- const BACKSPACE = 0x08;
134
- const CHARACTER_TABULATION = 0x09;
135
- const LINE_FEED = 0x0a;
136
- const LINE_TABULATION = 0x0b;
137
- const FORM_FEED = 0x0c;
138
- const CARRIAGE_RETURN = 0x0d;
139
- const EXCLAMATION_MARK = 0x21;
140
- const DOLLAR_SIGN = 0x24;
141
- const LEFT_PARENTHESIS = 0x28;
142
- const RIGHT_PARENTHESIS = 0x29;
143
- const ASTERISK = 0x2a;
144
- const PLUS_SIGN = 0x2b;
145
- const COMMA = 0x2c;
146
- const HYPHEN_MINUS = 0x2d;
147
- const FULL_STOP = 0x2e;
148
- const SOLIDUS = 0x2f;
149
- const DIGIT_ZERO = 0x30;
150
- const DIGIT_ONE = 0x31;
151
- const DIGIT_SEVEN = 0x37;
152
- const DIGIT_NINE = 0x39;
153
- const COLON = 0x3a;
154
- const LESS_THAN_SIGN = 0x3c;
155
- const EQUALS_SIGN = 0x3d;
156
- const GREATER_THAN_SIGN = 0x3e;
157
- const QUESTION_MARK = 0x3f;
158
- const LATIN_CAPITAL_LETTER_A = 0x41;
159
- const LATIN_CAPITAL_LETTER_B = 0x42;
160
- const LATIN_CAPITAL_LETTER_D = 0x44;
161
- const LATIN_CAPITAL_LETTER_F = 0x46;
162
- const LATIN_CAPITAL_LETTER_P = 0x50;
163
- const LATIN_CAPITAL_LETTER_S = 0x53;
164
- const LATIN_CAPITAL_LETTER_W = 0x57;
165
- const LATIN_CAPITAL_LETTER_Z = 0x5a;
166
- const LOW_LINE = 0x5f;
167
- const LATIN_SMALL_LETTER_A = 0x61;
168
- const LATIN_SMALL_LETTER_B = 0x62;
169
- const LATIN_SMALL_LETTER_C = 0x63;
170
- const LATIN_SMALL_LETTER_D = 0x64;
171
- const LATIN_SMALL_LETTER_F = 0x66;
172
- const LATIN_SMALL_LETTER_G = 0x67;
173
- const LATIN_SMALL_LETTER_I = 0x69;
174
- const LATIN_SMALL_LETTER_K = 0x6b;
175
- const LATIN_SMALL_LETTER_M = 0x6d;
176
- const LATIN_SMALL_LETTER_N = 0x6e;
177
- const LATIN_SMALL_LETTER_P = 0x70;
178
- const LATIN_SMALL_LETTER_R = 0x72;
179
- const LATIN_SMALL_LETTER_S = 0x73;
180
- const LATIN_SMALL_LETTER_T = 0x74;
181
- const LATIN_SMALL_LETTER_U = 0x75;
182
- const LATIN_SMALL_LETTER_V = 0x76;
183
- const LATIN_SMALL_LETTER_W = 0x77;
184
- const LATIN_SMALL_LETTER_X = 0x78;
185
- const LATIN_SMALL_LETTER_Y = 0x79;
186
- const LATIN_SMALL_LETTER_Z = 0x7a;
187
- const LEFT_SQUARE_BRACKET = 0x5b;
188
- const REVERSE_SOLIDUS = 0x5c;
189
- const RIGHT_SQUARE_BRACKET = 0x5d;
190
- const CIRCUMFLEX_ACCENT = 0x5e;
191
- const LEFT_CURLY_BRACKET = 0x7b;
192
- const VERTICAL_LINE = 0x7c;
193
- const RIGHT_CURLY_BRACKET = 0x7d;
194
- const ZERO_WIDTH_NON_JOINER = 0x200c;
195
- const ZERO_WIDTH_JOINER = 0x200d;
196
- const LINE_SEPARATOR = 0x2028;
197
- const PARAGRAPH_SEPARATOR = 0x2029;
198
- const MIN_CODE_POINT = 0x00;
199
- const MAX_CODE_POINT = 0x10ffff;
200
- function isLatinLetter(code) {
201
- return ((code >= LATIN_CAPITAL_LETTER_A && code <= LATIN_CAPITAL_LETTER_Z) ||
202
- (code >= LATIN_SMALL_LETTER_A && code <= LATIN_SMALL_LETTER_Z));
203
- }
204
- function isDecimalDigit(code) {
205
- return code >= DIGIT_ZERO && code <= DIGIT_NINE;
206
- }
207
- function isOctalDigit(code) {
208
- return code >= DIGIT_ZERO && code <= DIGIT_SEVEN;
209
- }
210
- function isHexDigit(code) {
211
- return ((code >= DIGIT_ZERO && code <= DIGIT_NINE) ||
212
- (code >= LATIN_CAPITAL_LETTER_A && code <= LATIN_CAPITAL_LETTER_F) ||
213
- (code >= LATIN_SMALL_LETTER_A && code <= LATIN_SMALL_LETTER_F));
214
- }
215
- function isLineTerminator(code) {
216
- return (code === LINE_FEED ||
217
- code === CARRIAGE_RETURN ||
218
- code === LINE_SEPARATOR ||
219
- code === PARAGRAPH_SEPARATOR);
220
- }
221
- function isValidUnicode(code) {
222
- return code >= MIN_CODE_POINT && code <= MAX_CODE_POINT;
223
- }
224
- function digitToInt(code) {
225
- if (code >= LATIN_SMALL_LETTER_A && code <= LATIN_SMALL_LETTER_F) {
226
- return code - LATIN_SMALL_LETTER_A + 10;
227
- }
228
- if (code >= LATIN_CAPITAL_LETTER_A && code <= LATIN_CAPITAL_LETTER_F) {
229
- return code - LATIN_CAPITAL_LETTER_A + 10;
230
- }
231
- return code - DIGIT_ZERO;
232
- }
233
- function isLeadSurrogate(code) {
234
- return code >= 0xd800 && code <= 0xdbff;
235
- }
236
- function isTrailSurrogate(code) {
237
- return code >= 0xdc00 && code <= 0xdfff;
238
- }
239
- function combineSurrogatePair(lead, trail) {
240
- return (lead - 0xd800) * 0x400 + (trail - 0xdc00) + 0x10000;
241
- }
242
-
243
- const legacyImpl = {
244
- at(s, end, i) {
245
- return i < end ? s.charCodeAt(i) : -1;
246
- },
247
- width(c) {
248
- return 1;
249
- },
250
- };
251
- const unicodeImpl = {
252
- at(s, end, i) {
253
- return i < end ? s.codePointAt(i) : -1;
254
- },
255
- width(c) {
256
- return c > 0xffff ? 2 : 1;
257
- },
258
- };
259
- class Reader {
260
- constructor() {
261
- this._impl = legacyImpl;
262
- this._s = "";
263
- this._i = 0;
264
- this._end = 0;
265
- this._cp1 = -1;
266
- this._w1 = 1;
267
- this._cp2 = -1;
268
- this._w2 = 1;
269
- this._cp3 = -1;
270
- this._w3 = 1;
271
- this._cp4 = -1;
272
- }
273
- get source() {
274
- return this._s;
275
- }
276
- get index() {
277
- return this._i;
278
- }
279
- get currentCodePoint() {
280
- return this._cp1;
281
- }
282
- get nextCodePoint() {
283
- return this._cp2;
284
- }
285
- get nextCodePoint2() {
286
- return this._cp3;
287
- }
288
- get nextCodePoint3() {
289
- return this._cp4;
290
- }
291
- reset(source, start, end, uFlag) {
292
- this._impl = uFlag ? unicodeImpl : legacyImpl;
293
- this._s = source;
294
- this._end = end;
295
- this.rewind(start);
296
- }
297
- rewind(index) {
298
- const impl = this._impl;
299
- this._i = index;
300
- this._cp1 = impl.at(this._s, this._end, index);
301
- this._w1 = impl.width(this._cp1);
302
- this._cp2 = impl.at(this._s, this._end, index + this._w1);
303
- this._w2 = impl.width(this._cp2);
304
- this._cp3 = impl.at(this._s, this._end, index + this._w1 + this._w2);
305
- this._w3 = impl.width(this._cp3);
306
- this._cp4 = impl.at(this._s, this._end, index + this._w1 + this._w2 + this._w3);
307
- }
308
- advance() {
309
- if (this._cp1 !== -1) {
310
- const impl = this._impl;
311
- this._i += this._w1;
312
- this._cp1 = this._cp2;
313
- this._w1 = this._w2;
314
- this._cp2 = this._cp3;
315
- this._w2 = impl.width(this._cp2);
316
- this._cp3 = this._cp4;
317
- this._w3 = impl.width(this._cp3);
318
- this._cp4 = impl.at(this._s, this._end, this._i + this._w1 + this._w2 + this._w3);
319
- }
320
- }
321
- eat(cp) {
322
- if (this._cp1 === cp) {
323
- this.advance();
324
- return true;
325
- }
326
- return false;
327
- }
328
- eat2(cp1, cp2) {
329
- if (this._cp1 === cp1 && this._cp2 === cp2) {
330
- this.advance();
331
- this.advance();
332
- return true;
333
- }
334
- return false;
335
- }
336
- eat3(cp1, cp2, cp3) {
337
- if (this._cp1 === cp1 && this._cp2 === cp2 && this._cp3 === cp3) {
338
- this.advance();
339
- this.advance();
340
- this.advance();
341
- return true;
342
- }
343
- return false;
344
- }
345
- }
346
-
347
- class RegExpSyntaxError extends SyntaxError {
348
- constructor(source, uFlag, index, message) {
349
- if (source) {
350
- if (!source.startsWith("/")) {
351
- source = `/${source}/${uFlag ? "u" : ""}`;
352
- }
353
- source = `: ${source}`;
354
- }
355
- super(`Invalid regular expression${source}: ${message}`);
356
- this.index = index;
357
- }
358
- }
359
-
360
- function isSyntaxCharacter(cp) {
361
- return (cp === CIRCUMFLEX_ACCENT ||
362
- cp === DOLLAR_SIGN ||
363
- cp === REVERSE_SOLIDUS ||
364
- cp === FULL_STOP ||
365
- cp === ASTERISK ||
366
- cp === PLUS_SIGN ||
367
- cp === QUESTION_MARK ||
368
- cp === LEFT_PARENTHESIS ||
369
- cp === RIGHT_PARENTHESIS ||
370
- cp === LEFT_SQUARE_BRACKET ||
371
- cp === RIGHT_SQUARE_BRACKET ||
372
- cp === LEFT_CURLY_BRACKET ||
373
- cp === RIGHT_CURLY_BRACKET ||
374
- cp === VERTICAL_LINE);
375
- }
376
- function isRegExpIdentifierStart(cp) {
377
- return isIdStart(cp) || cp === DOLLAR_SIGN || cp === LOW_LINE;
378
- }
379
- function isRegExpIdentifierPart(cp) {
380
- return (isIdContinue(cp) ||
381
- cp === DOLLAR_SIGN ||
382
- cp === LOW_LINE ||
383
- cp === ZERO_WIDTH_NON_JOINER ||
384
- cp === ZERO_WIDTH_JOINER);
385
- }
386
- function isUnicodePropertyNameCharacter(cp) {
387
- return isLatinLetter(cp) || cp === LOW_LINE;
388
- }
389
- function isUnicodePropertyValueCharacter(cp) {
390
- return isUnicodePropertyNameCharacter(cp) || isDecimalDigit(cp);
391
- }
392
- class RegExpValidator {
393
- constructor(options) {
394
- this._reader = new Reader();
395
- this._uFlag = false;
396
- this._nFlag = false;
397
- this._lastIntValue = 0;
398
- this._lastMinValue = 0;
399
- this._lastMaxValue = 0;
400
- this._lastStrValue = "";
401
- this._lastKeyValue = "";
402
- this._lastValValue = "";
403
- this._lastAssertionIsQuantifiable = false;
404
- this._numCapturingParens = 0;
405
- this._groupNames = new Set();
406
- this._backreferenceNames = new Set();
407
- this._options = options !== null && options !== void 0 ? options : {};
408
- }
409
- validateLiteral(source, start = 0, end = source.length) {
410
- this._uFlag = this._nFlag = false;
411
- this.reset(source, start, end);
412
- this.onLiteralEnter(start);
413
- if (this.eat(SOLIDUS) && this.eatRegExpBody() && this.eat(SOLIDUS)) {
414
- const flagStart = this.index;
415
- const uFlag = source.includes("u", flagStart);
416
- this.validateFlags(source, flagStart, end);
417
- this.validatePattern(source, start + 1, flagStart - 1, uFlag);
418
- }
419
- else if (start >= end) {
420
- this.raise("Empty");
421
- }
422
- else {
423
- const c = String.fromCodePoint(this.currentCodePoint);
424
- this.raise(`Unexpected character '${c}'`);
425
- }
426
- this.onLiteralLeave(start, end);
427
- }
428
- validateFlags(source, start = 0, end = source.length) {
429
- const existingFlags = new Set();
430
- let global = false;
431
- let ignoreCase = false;
432
- let multiline = false;
433
- let sticky = false;
434
- let unicode = false;
435
- let dotAll = false;
436
- let hasIndices = false;
437
- for (let i = start; i < end; ++i) {
438
- const flag = source.charCodeAt(i);
439
- if (existingFlags.has(flag)) {
440
- this.raise(`Duplicated flag '${source[i]}'`);
441
- }
442
- existingFlags.add(flag);
443
- if (flag === LATIN_SMALL_LETTER_G) {
444
- global = true;
445
- }
446
- else if (flag === LATIN_SMALL_LETTER_I) {
447
- ignoreCase = true;
448
- }
449
- else if (flag === LATIN_SMALL_LETTER_M) {
450
- multiline = true;
451
- }
452
- else if (flag === LATIN_SMALL_LETTER_U &&
453
- this.ecmaVersion >= 2015) {
454
- unicode = true;
455
- }
456
- else if (flag === LATIN_SMALL_LETTER_Y &&
457
- this.ecmaVersion >= 2015) {
458
- sticky = true;
459
- }
460
- else if (flag === LATIN_SMALL_LETTER_S &&
461
- this.ecmaVersion >= 2018) {
462
- dotAll = true;
463
- }
464
- else if (flag === LATIN_SMALL_LETTER_D &&
465
- this.ecmaVersion >= 2022) {
466
- hasIndices = true;
467
- }
468
- else {
469
- this.raise(`Invalid flag '${source[i]}'`);
470
- }
471
- }
472
- this.onRegExpFlags(start, end, {
473
- global,
474
- ignoreCase,
475
- multiline,
476
- unicode,
477
- sticky,
478
- dotAll,
479
- hasIndices,
480
- });
481
- }
482
- validatePattern(source, start = 0, end = source.length, uFlag = false) {
483
- this._uFlag = uFlag && this.ecmaVersion >= 2015;
484
- this._nFlag =
485
- (uFlag && this.ecmaVersion >= 2018) ||
486
- Boolean(this._options.strict && this.ecmaVersion >= 2023);
487
- this.reset(source, start, end);
488
- this.consumePattern();
489
- if (!this._nFlag &&
490
- this.ecmaVersion >= 2018 &&
491
- this._groupNames.size > 0) {
492
- this._nFlag = true;
493
- this.rewind(start);
494
- this.consumePattern();
495
- }
496
- }
497
- get strict() {
498
- return Boolean(this._options.strict) || this._uFlag;
499
- }
500
- get ecmaVersion() {
501
- var _a;
502
- return (_a = this._options.ecmaVersion) !== null && _a !== void 0 ? _a : 2023;
503
- }
504
- onLiteralEnter(start) {
505
- if (this._options.onLiteralEnter) {
506
- this._options.onLiteralEnter(start);
507
- }
508
- }
509
- onLiteralLeave(start, end) {
510
- if (this._options.onLiteralLeave) {
511
- this._options.onLiteralLeave(start, end);
512
- }
513
- }
514
- onRegExpFlags(start, end, flags) {
515
- if (this._options.onRegExpFlags) {
516
- this._options.onRegExpFlags(start, end, flags);
517
- }
518
- if (this._options.onFlags) {
519
- this._options.onFlags(start, end, flags.global, flags.ignoreCase, flags.multiline, flags.unicode, flags.sticky, flags.dotAll, flags.hasIndices);
520
- }
521
- }
522
- onPatternEnter(start) {
523
- if (this._options.onPatternEnter) {
524
- this._options.onPatternEnter(start);
525
- }
526
- }
527
- onPatternLeave(start, end) {
528
- if (this._options.onPatternLeave) {
529
- this._options.onPatternLeave(start, end);
530
- }
531
- }
532
- onDisjunctionEnter(start) {
533
- if (this._options.onDisjunctionEnter) {
534
- this._options.onDisjunctionEnter(start);
535
- }
536
- }
537
- onDisjunctionLeave(start, end) {
538
- if (this._options.onDisjunctionLeave) {
539
- this._options.onDisjunctionLeave(start, end);
540
- }
541
- }
542
- onAlternativeEnter(start, index) {
543
- if (this._options.onAlternativeEnter) {
544
- this._options.onAlternativeEnter(start, index);
545
- }
546
- }
547
- onAlternativeLeave(start, end, index) {
548
- if (this._options.onAlternativeLeave) {
549
- this._options.onAlternativeLeave(start, end, index);
550
- }
551
- }
552
- onGroupEnter(start) {
553
- if (this._options.onGroupEnter) {
554
- this._options.onGroupEnter(start);
555
- }
556
- }
557
- onGroupLeave(start, end) {
558
- if (this._options.onGroupLeave) {
559
- this._options.onGroupLeave(start, end);
560
- }
561
- }
562
- onCapturingGroupEnter(start, name) {
563
- if (this._options.onCapturingGroupEnter) {
564
- this._options.onCapturingGroupEnter(start, name);
565
- }
566
- }
567
- onCapturingGroupLeave(start, end, name) {
568
- if (this._options.onCapturingGroupLeave) {
569
- this._options.onCapturingGroupLeave(start, end, name);
570
- }
571
- }
572
- onQuantifier(start, end, min, max, greedy) {
573
- if (this._options.onQuantifier) {
574
- this._options.onQuantifier(start, end, min, max, greedy);
575
- }
576
- }
577
- onLookaroundAssertionEnter(start, kind, negate) {
578
- if (this._options.onLookaroundAssertionEnter) {
579
- this._options.onLookaroundAssertionEnter(start, kind, negate);
580
- }
581
- }
582
- onLookaroundAssertionLeave(start, end, kind, negate) {
583
- if (this._options.onLookaroundAssertionLeave) {
584
- this._options.onLookaroundAssertionLeave(start, end, kind, negate);
585
- }
586
- }
587
- onEdgeAssertion(start, end, kind) {
588
- if (this._options.onEdgeAssertion) {
589
- this._options.onEdgeAssertion(start, end, kind);
590
- }
591
- }
592
- onWordBoundaryAssertion(start, end, kind, negate) {
593
- if (this._options.onWordBoundaryAssertion) {
594
- this._options.onWordBoundaryAssertion(start, end, kind, negate);
595
- }
596
- }
597
- onAnyCharacterSet(start, end, kind) {
598
- if (this._options.onAnyCharacterSet) {
599
- this._options.onAnyCharacterSet(start, end, kind);
600
- }
601
- }
602
- onEscapeCharacterSet(start, end, kind, negate) {
603
- if (this._options.onEscapeCharacterSet) {
604
- this._options.onEscapeCharacterSet(start, end, kind, negate);
605
- }
606
- }
607
- onUnicodePropertyCharacterSet(start, end, kind, key, value, negate) {
608
- if (this._options.onUnicodePropertyCharacterSet) {
609
- this._options.onUnicodePropertyCharacterSet(start, end, kind, key, value, negate);
610
- }
611
- }
612
- onCharacter(start, end, value) {
613
- if (this._options.onCharacter) {
614
- this._options.onCharacter(start, end, value);
615
- }
616
- }
617
- onBackreference(start, end, ref) {
618
- if (this._options.onBackreference) {
619
- this._options.onBackreference(start, end, ref);
620
- }
621
- }
622
- onCharacterClassEnter(start, negate) {
623
- if (this._options.onCharacterClassEnter) {
624
- this._options.onCharacterClassEnter(start, negate);
625
- }
626
- }
627
- onCharacterClassLeave(start, end, negate) {
628
- if (this._options.onCharacterClassLeave) {
629
- this._options.onCharacterClassLeave(start, end, negate);
630
- }
631
- }
632
- onCharacterClassRange(start, end, min, max) {
633
- if (this._options.onCharacterClassRange) {
634
- this._options.onCharacterClassRange(start, end, min, max);
635
- }
636
- }
637
- get source() {
638
- return this._reader.source;
639
- }
640
- get index() {
641
- return this._reader.index;
642
- }
643
- get currentCodePoint() {
644
- return this._reader.currentCodePoint;
645
- }
646
- get nextCodePoint() {
647
- return this._reader.nextCodePoint;
648
- }
649
- get nextCodePoint2() {
650
- return this._reader.nextCodePoint2;
651
- }
652
- get nextCodePoint3() {
653
- return this._reader.nextCodePoint3;
654
- }
655
- reset(source, start, end) {
656
- this._reader.reset(source, start, end, this._uFlag);
657
- }
658
- rewind(index) {
659
- this._reader.rewind(index);
660
- }
661
- advance() {
662
- this._reader.advance();
663
- }
664
- eat(cp) {
665
- return this._reader.eat(cp);
666
- }
667
- eat2(cp1, cp2) {
668
- return this._reader.eat2(cp1, cp2);
669
- }
670
- eat3(cp1, cp2, cp3) {
671
- return this._reader.eat3(cp1, cp2, cp3);
672
- }
673
- raise(message) {
674
- throw new RegExpSyntaxError(this.source, this._uFlag, this.index, message);
675
- }
676
- eatRegExpBody() {
677
- const start = this.index;
678
- let inClass = false;
679
- let escaped = false;
680
- for (;;) {
681
- const cp = this.currentCodePoint;
682
- if (cp === -1 || isLineTerminator(cp)) {
683
- const kind = inClass ? "character class" : "regular expression";
684
- this.raise(`Unterminated ${kind}`);
685
- }
686
- if (escaped) {
687
- escaped = false;
688
- }
689
- else if (cp === REVERSE_SOLIDUS) {
690
- escaped = true;
691
- }
692
- else if (cp === LEFT_SQUARE_BRACKET) {
693
- inClass = true;
694
- }
695
- else if (cp === RIGHT_SQUARE_BRACKET) {
696
- inClass = false;
697
- }
698
- else if ((cp === SOLIDUS && !inClass) ||
699
- (cp === ASTERISK && this.index === start)) {
700
- break;
701
- }
702
- this.advance();
703
- }
704
- return this.index !== start;
705
- }
706
- consumePattern() {
707
- const start = this.index;
708
- this._numCapturingParens = this.countCapturingParens();
709
- this._groupNames.clear();
710
- this._backreferenceNames.clear();
711
- this.onPatternEnter(start);
712
- this.consumeDisjunction();
713
- const cp = this.currentCodePoint;
714
- if (this.currentCodePoint !== -1) {
715
- if (cp === RIGHT_PARENTHESIS) {
716
- this.raise("Unmatched ')'");
717
- }
718
- if (cp === REVERSE_SOLIDUS) {
719
- this.raise("\\ at end of pattern");
720
- }
721
- if (cp === RIGHT_SQUARE_BRACKET || cp === RIGHT_CURLY_BRACKET) {
722
- this.raise("Lone quantifier brackets");
723
- }
724
- const c = String.fromCodePoint(cp);
725
- this.raise(`Unexpected character '${c}'`);
726
- }
727
- for (const name of this._backreferenceNames) {
728
- if (!this._groupNames.has(name)) {
729
- this.raise("Invalid named capture referenced");
730
- }
731
- }
732
- this.onPatternLeave(start, this.index);
733
- }
734
- countCapturingParens() {
735
- const start = this.index;
736
- let inClass = false;
737
- let escaped = false;
738
- let count = 0;
739
- let cp = 0;
740
- while ((cp = this.currentCodePoint) !== -1) {
741
- if (escaped) {
742
- escaped = false;
743
- }
744
- else if (cp === REVERSE_SOLIDUS) {
745
- escaped = true;
746
- }
747
- else if (cp === LEFT_SQUARE_BRACKET) {
748
- inClass = true;
749
- }
750
- else if (cp === RIGHT_SQUARE_BRACKET) {
751
- inClass = false;
752
- }
753
- else if (cp === LEFT_PARENTHESIS &&
754
- !inClass &&
755
- (this.nextCodePoint !== QUESTION_MARK ||
756
- (this.nextCodePoint2 === LESS_THAN_SIGN &&
757
- this.nextCodePoint3 !== EQUALS_SIGN &&
758
- this.nextCodePoint3 !== EXCLAMATION_MARK))) {
759
- count += 1;
760
- }
761
- this.advance();
762
- }
763
- this.rewind(start);
764
- return count;
765
- }
766
- consumeDisjunction() {
767
- const start = this.index;
768
- let i = 0;
769
- this.onDisjunctionEnter(start);
770
- do {
771
- this.consumeAlternative(i++);
772
- } while (this.eat(VERTICAL_LINE));
773
- if (this.consumeQuantifier(true)) {
774
- this.raise("Nothing to repeat");
775
- }
776
- if (this.eat(LEFT_CURLY_BRACKET)) {
777
- this.raise("Lone quantifier brackets");
778
- }
779
- this.onDisjunctionLeave(start, this.index);
780
- }
781
- consumeAlternative(i) {
782
- const start = this.index;
783
- this.onAlternativeEnter(start, i);
784
- while (this.currentCodePoint !== -1 && this.consumeTerm()) {
785
- }
786
- this.onAlternativeLeave(start, this.index, i);
787
- }
788
- consumeTerm() {
789
- if (this._uFlag || this.strict) {
790
- return (this.consumeAssertion() ||
791
- (this.consumeAtom() && this.consumeOptionalQuantifier()));
792
- }
793
- return ((this.consumeAssertion() &&
794
- (!this._lastAssertionIsQuantifiable ||
795
- this.consumeOptionalQuantifier())) ||
796
- (this.consumeExtendedAtom() && this.consumeOptionalQuantifier()));
797
- }
798
- consumeOptionalQuantifier() {
799
- this.consumeQuantifier();
800
- return true;
801
- }
802
- consumeAssertion() {
803
- const start = this.index;
804
- this._lastAssertionIsQuantifiable = false;
805
- if (this.eat(CIRCUMFLEX_ACCENT)) {
806
- this.onEdgeAssertion(start, this.index, "start");
807
- return true;
808
- }
809
- if (this.eat(DOLLAR_SIGN)) {
810
- this.onEdgeAssertion(start, this.index, "end");
811
- return true;
812
- }
813
- if (this.eat2(REVERSE_SOLIDUS, LATIN_CAPITAL_LETTER_B)) {
814
- this.onWordBoundaryAssertion(start, this.index, "word", true);
815
- return true;
816
- }
817
- if (this.eat2(REVERSE_SOLIDUS, LATIN_SMALL_LETTER_B)) {
818
- this.onWordBoundaryAssertion(start, this.index, "word", false);
819
- return true;
820
- }
821
- if (this.eat2(LEFT_PARENTHESIS, QUESTION_MARK)) {
822
- const lookbehind = this.ecmaVersion >= 2018 && this.eat(LESS_THAN_SIGN);
823
- let negate = false;
824
- if (this.eat(EQUALS_SIGN) ||
825
- (negate = this.eat(EXCLAMATION_MARK))) {
826
- const kind = lookbehind ? "lookbehind" : "lookahead";
827
- this.onLookaroundAssertionEnter(start, kind, negate);
828
- this.consumeDisjunction();
829
- if (!this.eat(RIGHT_PARENTHESIS)) {
830
- this.raise("Unterminated group");
831
- }
832
- this._lastAssertionIsQuantifiable = !lookbehind && !this.strict;
833
- this.onLookaroundAssertionLeave(start, this.index, kind, negate);
834
- return true;
835
- }
836
- this.rewind(start);
837
- }
838
- return false;
839
- }
840
- consumeQuantifier(noConsume = false) {
841
- const start = this.index;
842
- let min = 0;
843
- let max = 0;
844
- let greedy = false;
845
- if (this.eat(ASTERISK)) {
846
- min = 0;
847
- max = Number.POSITIVE_INFINITY;
848
- }
849
- else if (this.eat(PLUS_SIGN)) {
850
- min = 1;
851
- max = Number.POSITIVE_INFINITY;
852
- }
853
- else if (this.eat(QUESTION_MARK)) {
854
- min = 0;
855
- max = 1;
856
- }
857
- else if (this.eatBracedQuantifier(noConsume)) {
858
- min = this._lastMinValue;
859
- max = this._lastMaxValue;
860
- }
861
- else {
862
- return false;
863
- }
864
- greedy = !this.eat(QUESTION_MARK);
865
- if (!noConsume) {
866
- this.onQuantifier(start, this.index, min, max, greedy);
867
- }
868
- return true;
869
- }
870
- eatBracedQuantifier(noError) {
871
- const start = this.index;
872
- if (this.eat(LEFT_CURLY_BRACKET)) {
873
- this._lastMinValue = 0;
874
- this._lastMaxValue = Number.POSITIVE_INFINITY;
875
- if (this.eatDecimalDigits()) {
876
- this._lastMinValue = this._lastMaxValue = this._lastIntValue;
877
- if (this.eat(COMMA)) {
878
- this._lastMaxValue = this.eatDecimalDigits()
879
- ? this._lastIntValue
880
- : Number.POSITIVE_INFINITY;
881
- }
882
- if (this.eat(RIGHT_CURLY_BRACKET)) {
883
- if (!noError && this._lastMaxValue < this._lastMinValue) {
884
- this.raise("numbers out of order in {} quantifier");
885
- }
886
- return true;
887
- }
888
- }
889
- if (!noError && (this._uFlag || this.strict)) {
890
- this.raise("Incomplete quantifier");
891
- }
892
- this.rewind(start);
893
- }
894
- return false;
895
- }
896
- consumeAtom() {
897
- return (this.consumePatternCharacter() ||
898
- this.consumeDot() ||
899
- this.consumeReverseSolidusAtomEscape() ||
900
- this.consumeCharacterClass() ||
901
- this.consumeUncapturingGroup() ||
902
- this.consumeCapturingGroup());
903
- }
904
- consumeDot() {
905
- if (this.eat(FULL_STOP)) {
906
- this.onAnyCharacterSet(this.index - 1, this.index, "any");
907
- return true;
908
- }
909
- return false;
910
- }
911
- consumeReverseSolidusAtomEscape() {
912
- const start = this.index;
913
- if (this.eat(REVERSE_SOLIDUS)) {
914
- if (this.consumeAtomEscape()) {
915
- return true;
916
- }
917
- this.rewind(start);
918
- }
919
- return false;
920
- }
921
- consumeUncapturingGroup() {
922
- const start = this.index;
923
- if (this.eat3(LEFT_PARENTHESIS, QUESTION_MARK, COLON)) {
924
- this.onGroupEnter(start);
925
- this.consumeDisjunction();
926
- if (!this.eat(RIGHT_PARENTHESIS)) {
927
- this.raise("Unterminated group");
928
- }
929
- this.onGroupLeave(start, this.index);
930
- return true;
931
- }
932
- return false;
933
- }
934
- consumeCapturingGroup() {
935
- const start = this.index;
936
- if (this.eat(LEFT_PARENTHESIS)) {
937
- let name = null;
938
- if (this.ecmaVersion >= 2018) {
939
- if (this.consumeGroupSpecifier()) {
940
- name = this._lastStrValue;
941
- }
942
- }
943
- else if (this.currentCodePoint === QUESTION_MARK) {
944
- this.raise("Invalid group");
945
- }
946
- this.onCapturingGroupEnter(start, name);
947
- this.consumeDisjunction();
948
- if (!this.eat(RIGHT_PARENTHESIS)) {
949
- this.raise("Unterminated group");
950
- }
951
- this.onCapturingGroupLeave(start, this.index, name);
952
- return true;
953
- }
954
- return false;
955
- }
956
- consumeExtendedAtom() {
957
- return (this.consumeDot() ||
958
- this.consumeReverseSolidusAtomEscape() ||
959
- this.consumeReverseSolidusFollowedByC() ||
960
- this.consumeCharacterClass() ||
961
- this.consumeUncapturingGroup() ||
962
- this.consumeCapturingGroup() ||
963
- this.consumeInvalidBracedQuantifier() ||
964
- this.consumeExtendedPatternCharacter());
965
- }
966
- consumeReverseSolidusFollowedByC() {
967
- const start = this.index;
968
- if (this.currentCodePoint === REVERSE_SOLIDUS &&
969
- this.nextCodePoint === LATIN_SMALL_LETTER_C) {
970
- this._lastIntValue = this.currentCodePoint;
971
- this.advance();
972
- this.onCharacter(start, this.index, REVERSE_SOLIDUS);
973
- return true;
974
- }
975
- return false;
976
- }
977
- consumeInvalidBracedQuantifier() {
978
- if (this.eatBracedQuantifier(true)) {
979
- this.raise("Nothing to repeat");
980
- }
981
- return false;
982
- }
983
- consumePatternCharacter() {
984
- const start = this.index;
985
- const cp = this.currentCodePoint;
986
- if (cp !== -1 && !isSyntaxCharacter(cp)) {
987
- this.advance();
988
- this.onCharacter(start, this.index, cp);
989
- return true;
990
- }
991
- return false;
992
- }
993
- consumeExtendedPatternCharacter() {
994
- const start = this.index;
995
- const cp = this.currentCodePoint;
996
- if (cp !== -1 &&
997
- cp !== CIRCUMFLEX_ACCENT &&
998
- cp !== DOLLAR_SIGN &&
999
- cp !== REVERSE_SOLIDUS &&
1000
- cp !== FULL_STOP &&
1001
- cp !== ASTERISK &&
1002
- cp !== PLUS_SIGN &&
1003
- cp !== QUESTION_MARK &&
1004
- cp !== LEFT_PARENTHESIS &&
1005
- cp !== RIGHT_PARENTHESIS &&
1006
- cp !== LEFT_SQUARE_BRACKET &&
1007
- cp !== VERTICAL_LINE) {
1008
- this.advance();
1009
- this.onCharacter(start, this.index, cp);
1010
- return true;
1011
- }
1012
- return false;
1013
- }
1014
- consumeGroupSpecifier() {
1015
- if (this.eat(QUESTION_MARK)) {
1016
- if (this.eatGroupName()) {
1017
- if (!this._groupNames.has(this._lastStrValue)) {
1018
- this._groupNames.add(this._lastStrValue);
1019
- return true;
1020
- }
1021
- this.raise("Duplicate capture group name");
1022
- }
1023
- this.raise("Invalid group");
1024
- }
1025
- return false;
1026
- }
1027
- consumeAtomEscape() {
1028
- if (this.consumeBackreference() ||
1029
- this.consumeCharacterClassEscape() ||
1030
- this.consumeCharacterEscape() ||
1031
- (this._nFlag && this.consumeKGroupName())) {
1032
- return true;
1033
- }
1034
- if (this.strict || this._uFlag) {
1035
- this.raise("Invalid escape");
1036
- }
1037
- return false;
1038
- }
1039
- consumeBackreference() {
1040
- const start = this.index;
1041
- if (this.eatDecimalEscape()) {
1042
- const n = this._lastIntValue;
1043
- if (n <= this._numCapturingParens) {
1044
- this.onBackreference(start - 1, this.index, n);
1045
- return true;
1046
- }
1047
- if (this.strict || this._uFlag) {
1048
- this.raise("Invalid escape");
1049
- }
1050
- this.rewind(start);
1051
- }
1052
- return false;
1053
- }
1054
- consumeCharacterClassEscape() {
1055
- const start = this.index;
1056
- if (this.eat(LATIN_SMALL_LETTER_D)) {
1057
- this._lastIntValue = -1;
1058
- this.onEscapeCharacterSet(start - 1, this.index, "digit", false);
1059
- return true;
1060
- }
1061
- if (this.eat(LATIN_CAPITAL_LETTER_D)) {
1062
- this._lastIntValue = -1;
1063
- this.onEscapeCharacterSet(start - 1, this.index, "digit", true);
1064
- return true;
1065
- }
1066
- if (this.eat(LATIN_SMALL_LETTER_S)) {
1067
- this._lastIntValue = -1;
1068
- this.onEscapeCharacterSet(start - 1, this.index, "space", false);
1069
- return true;
1070
- }
1071
- if (this.eat(LATIN_CAPITAL_LETTER_S)) {
1072
- this._lastIntValue = -1;
1073
- this.onEscapeCharacterSet(start - 1, this.index, "space", true);
1074
- return true;
1075
- }
1076
- if (this.eat(LATIN_SMALL_LETTER_W)) {
1077
- this._lastIntValue = -1;
1078
- this.onEscapeCharacterSet(start - 1, this.index, "word", false);
1079
- return true;
1080
- }
1081
- if (this.eat(LATIN_CAPITAL_LETTER_W)) {
1082
- this._lastIntValue = -1;
1083
- this.onEscapeCharacterSet(start - 1, this.index, "word", true);
1084
- return true;
1085
- }
1086
- let negate = false;
1087
- if (this._uFlag &&
1088
- this.ecmaVersion >= 2018 &&
1089
- (this.eat(LATIN_SMALL_LETTER_P) ||
1090
- (negate = this.eat(LATIN_CAPITAL_LETTER_P)))) {
1091
- this._lastIntValue = -1;
1092
- if (this.eat(LEFT_CURLY_BRACKET) &&
1093
- this.eatUnicodePropertyValueExpression() &&
1094
- this.eat(RIGHT_CURLY_BRACKET)) {
1095
- this.onUnicodePropertyCharacterSet(start - 1, this.index, "property", this._lastKeyValue, this._lastValValue || null, negate);
1096
- return true;
1097
- }
1098
- this.raise("Invalid property name");
1099
- }
1100
- return false;
1101
- }
1102
- consumeCharacterEscape() {
1103
- const start = this.index;
1104
- if (this.eatControlEscape() ||
1105
- this.eatCControlLetter() ||
1106
- this.eatZero() ||
1107
- this.eatHexEscapeSequence() ||
1108
- this.eatRegExpUnicodeEscapeSequence() ||
1109
- (!this.strict &&
1110
- !this._uFlag &&
1111
- this.eatLegacyOctalEscapeSequence()) ||
1112
- this.eatIdentityEscape()) {
1113
- this.onCharacter(start - 1, this.index, this._lastIntValue);
1114
- return true;
1115
- }
1116
- return false;
1117
- }
1118
- consumeKGroupName() {
1119
- const start = this.index;
1120
- if (this.eat(LATIN_SMALL_LETTER_K)) {
1121
- if (this.eatGroupName()) {
1122
- const groupName = this._lastStrValue;
1123
- this._backreferenceNames.add(groupName);
1124
- this.onBackreference(start - 1, this.index, groupName);
1125
- return true;
1126
- }
1127
- this.raise("Invalid named reference");
1128
- }
1129
- return false;
1130
- }
1131
- consumeCharacterClass() {
1132
- const start = this.index;
1133
- if (this.eat(LEFT_SQUARE_BRACKET)) {
1134
- const negate = this.eat(CIRCUMFLEX_ACCENT);
1135
- this.onCharacterClassEnter(start, negate);
1136
- this.consumeClassRanges();
1137
- if (!this.eat(RIGHT_SQUARE_BRACKET)) {
1138
- this.raise("Unterminated character class");
1139
- }
1140
- this.onCharacterClassLeave(start, this.index, negate);
1141
- return true;
1142
- }
1143
- return false;
1144
- }
1145
- consumeClassRanges() {
1146
- const strict = this.strict || this._uFlag;
1147
- for (;;) {
1148
- const rangeStart = this.index;
1149
- if (!this.consumeClassAtom()) {
1150
- break;
1151
- }
1152
- const min = this._lastIntValue;
1153
- if (!this.eat(HYPHEN_MINUS)) {
1154
- continue;
1155
- }
1156
- this.onCharacter(this.index - 1, this.index, HYPHEN_MINUS);
1157
- if (!this.consumeClassAtom()) {
1158
- break;
1159
- }
1160
- const max = this._lastIntValue;
1161
- if (min === -1 || max === -1) {
1162
- if (strict) {
1163
- this.raise("Invalid character class");
1164
- }
1165
- continue;
1166
- }
1167
- if (min > max) {
1168
- this.raise("Range out of order in character class");
1169
- }
1170
- this.onCharacterClassRange(rangeStart, this.index, min, max);
1171
- }
1172
- }
1173
- consumeClassAtom() {
1174
- const start = this.index;
1175
- const cp = this.currentCodePoint;
1176
- if (cp !== -1 &&
1177
- cp !== REVERSE_SOLIDUS &&
1178
- cp !== RIGHT_SQUARE_BRACKET) {
1179
- this.advance();
1180
- this._lastIntValue = cp;
1181
- this.onCharacter(start, this.index, this._lastIntValue);
1182
- return true;
1183
- }
1184
- if (this.eat(REVERSE_SOLIDUS)) {
1185
- if (this.consumeClassEscape()) {
1186
- return true;
1187
- }
1188
- if (!this.strict &&
1189
- this.currentCodePoint === LATIN_SMALL_LETTER_C) {
1190
- this._lastIntValue = REVERSE_SOLIDUS;
1191
- this.onCharacter(start, this.index, this._lastIntValue);
1192
- return true;
1193
- }
1194
- if (this.strict || this._uFlag) {
1195
- this.raise("Invalid escape");
1196
- }
1197
- this.rewind(start);
1198
- }
1199
- return false;
1200
- }
1201
- consumeClassEscape() {
1202
- const start = this.index;
1203
- if (this.eat(LATIN_SMALL_LETTER_B)) {
1204
- this._lastIntValue = BACKSPACE;
1205
- this.onCharacter(start - 1, this.index, this._lastIntValue);
1206
- return true;
1207
- }
1208
- if (this._uFlag && this.eat(HYPHEN_MINUS)) {
1209
- this._lastIntValue = HYPHEN_MINUS;
1210
- this.onCharacter(start - 1, this.index, this._lastIntValue);
1211
- return true;
1212
- }
1213
- let cp = 0;
1214
- if (!this.strict &&
1215
- !this._uFlag &&
1216
- this.currentCodePoint === LATIN_SMALL_LETTER_C &&
1217
- (isDecimalDigit((cp = this.nextCodePoint)) || cp === LOW_LINE)) {
1218
- this.advance();
1219
- this.advance();
1220
- this._lastIntValue = cp % 0x20;
1221
- this.onCharacter(start - 1, this.index, this._lastIntValue);
1222
- return true;
1223
- }
1224
- return (this.consumeCharacterClassEscape() || this.consumeCharacterEscape());
1225
- }
1226
- eatGroupName() {
1227
- if (this.eat(LESS_THAN_SIGN)) {
1228
- if (this.eatRegExpIdentifierName() && this.eat(GREATER_THAN_SIGN)) {
1229
- return true;
1230
- }
1231
- this.raise("Invalid capture group name");
1232
- }
1233
- return false;
1234
- }
1235
- eatRegExpIdentifierName() {
1236
- if (this.eatRegExpIdentifierStart()) {
1237
- this._lastStrValue = String.fromCodePoint(this._lastIntValue);
1238
- while (this.eatRegExpIdentifierPart()) {
1239
- this._lastStrValue += String.fromCodePoint(this._lastIntValue);
1240
- }
1241
- return true;
1242
- }
1243
- return false;
1244
- }
1245
- eatRegExpIdentifierStart() {
1246
- const start = this.index;
1247
- const forceUFlag = !this._uFlag && this.ecmaVersion >= 2020;
1248
- let cp = this.currentCodePoint;
1249
- this.advance();
1250
- if (cp === REVERSE_SOLIDUS &&
1251
- this.eatRegExpUnicodeEscapeSequence(forceUFlag)) {
1252
- cp = this._lastIntValue;
1253
- }
1254
- else if (forceUFlag &&
1255
- isLeadSurrogate(cp) &&
1256
- isTrailSurrogate(this.currentCodePoint)) {
1257
- cp = combineSurrogatePair(cp, this.currentCodePoint);
1258
- this.advance();
1259
- }
1260
- if (isRegExpIdentifierStart(cp)) {
1261
- this._lastIntValue = cp;
1262
- return true;
1263
- }
1264
- if (this.index !== start) {
1265
- this.rewind(start);
1266
- }
1267
- return false;
1268
- }
1269
- eatRegExpIdentifierPart() {
1270
- const start = this.index;
1271
- const forceUFlag = !this._uFlag && this.ecmaVersion >= 2020;
1272
- let cp = this.currentCodePoint;
1273
- this.advance();
1274
- if (cp === REVERSE_SOLIDUS &&
1275
- this.eatRegExpUnicodeEscapeSequence(forceUFlag)) {
1276
- cp = this._lastIntValue;
1277
- }
1278
- else if (forceUFlag &&
1279
- isLeadSurrogate(cp) &&
1280
- isTrailSurrogate(this.currentCodePoint)) {
1281
- cp = combineSurrogatePair(cp, this.currentCodePoint);
1282
- this.advance();
1283
- }
1284
- if (isRegExpIdentifierPart(cp)) {
1285
- this._lastIntValue = cp;
1286
- return true;
1287
- }
1288
- if (this.index !== start) {
1289
- this.rewind(start);
1290
- }
1291
- return false;
1292
- }
1293
- eatCControlLetter() {
1294
- const start = this.index;
1295
- if (this.eat(LATIN_SMALL_LETTER_C)) {
1296
- if (this.eatControlLetter()) {
1297
- return true;
1298
- }
1299
- this.rewind(start);
1300
- }
1301
- return false;
1302
- }
1303
- eatZero() {
1304
- if (this.currentCodePoint === DIGIT_ZERO &&
1305
- !isDecimalDigit(this.nextCodePoint)) {
1306
- this._lastIntValue = 0;
1307
- this.advance();
1308
- return true;
1309
- }
1310
- return false;
1311
- }
1312
- eatControlEscape() {
1313
- if (this.eat(LATIN_SMALL_LETTER_F)) {
1314
- this._lastIntValue = FORM_FEED;
1315
- return true;
1316
- }
1317
- if (this.eat(LATIN_SMALL_LETTER_N)) {
1318
- this._lastIntValue = LINE_FEED;
1319
- return true;
1320
- }
1321
- if (this.eat(LATIN_SMALL_LETTER_R)) {
1322
- this._lastIntValue = CARRIAGE_RETURN;
1323
- return true;
1324
- }
1325
- if (this.eat(LATIN_SMALL_LETTER_T)) {
1326
- this._lastIntValue = CHARACTER_TABULATION;
1327
- return true;
1328
- }
1329
- if (this.eat(LATIN_SMALL_LETTER_V)) {
1330
- this._lastIntValue = LINE_TABULATION;
1331
- return true;
1332
- }
1333
- return false;
1334
- }
1335
- eatControlLetter() {
1336
- const cp = this.currentCodePoint;
1337
- if (isLatinLetter(cp)) {
1338
- this.advance();
1339
- this._lastIntValue = cp % 0x20;
1340
- return true;
1341
- }
1342
- return false;
1343
- }
1344
- eatRegExpUnicodeEscapeSequence(forceUFlag = false) {
1345
- const start = this.index;
1346
- const uFlag = forceUFlag || this._uFlag;
1347
- if (this.eat(LATIN_SMALL_LETTER_U)) {
1348
- if ((uFlag && this.eatRegExpUnicodeSurrogatePairEscape()) ||
1349
- this.eatFixedHexDigits(4) ||
1350
- (uFlag && this.eatRegExpUnicodeCodePointEscape())) {
1351
- return true;
1352
- }
1353
- if (this.strict || uFlag) {
1354
- this.raise("Invalid unicode escape");
1355
- }
1356
- this.rewind(start);
1357
- }
1358
- return false;
1359
- }
1360
- eatRegExpUnicodeSurrogatePairEscape() {
1361
- const start = this.index;
1362
- if (this.eatFixedHexDigits(4)) {
1363
- const lead = this._lastIntValue;
1364
- if (isLeadSurrogate(lead) &&
1365
- this.eat(REVERSE_SOLIDUS) &&
1366
- this.eat(LATIN_SMALL_LETTER_U) &&
1367
- this.eatFixedHexDigits(4)) {
1368
- const trail = this._lastIntValue;
1369
- if (isTrailSurrogate(trail)) {
1370
- this._lastIntValue = combineSurrogatePair(lead, trail);
1371
- return true;
1372
- }
1373
- }
1374
- this.rewind(start);
1375
- }
1376
- return false;
1377
- }
1378
- eatRegExpUnicodeCodePointEscape() {
1379
- const start = this.index;
1380
- if (this.eat(LEFT_CURLY_BRACKET) &&
1381
- this.eatHexDigits() &&
1382
- this.eat(RIGHT_CURLY_BRACKET) &&
1383
- isValidUnicode(this._lastIntValue)) {
1384
- return true;
1385
- }
1386
- this.rewind(start);
1387
- return false;
1388
- }
1389
- eatIdentityEscape() {
1390
- const cp = this.currentCodePoint;
1391
- if (this.isValidIdentityEscape(cp)) {
1392
- this._lastIntValue = cp;
1393
- this.advance();
1394
- return true;
1395
- }
1396
- return false;
1397
- }
1398
- isValidIdentityEscape(cp) {
1399
- if (cp === -1) {
1400
- return false;
1401
- }
1402
- if (this._uFlag) {
1403
- return isSyntaxCharacter(cp) || cp === SOLIDUS;
1404
- }
1405
- if (this.strict) {
1406
- return !isIdContinue(cp);
1407
- }
1408
- if (this._nFlag) {
1409
- return !(cp === LATIN_SMALL_LETTER_C || cp === LATIN_SMALL_LETTER_K);
1410
- }
1411
- return cp !== LATIN_SMALL_LETTER_C;
1412
- }
1413
- eatDecimalEscape() {
1414
- this._lastIntValue = 0;
1415
- let cp = this.currentCodePoint;
1416
- if (cp >= DIGIT_ONE && cp <= DIGIT_NINE) {
1417
- do {
1418
- this._lastIntValue = 10 * this._lastIntValue + (cp - DIGIT_ZERO);
1419
- this.advance();
1420
- } while ((cp = this.currentCodePoint) >= DIGIT_ZERO &&
1421
- cp <= DIGIT_NINE);
1422
- return true;
1423
- }
1424
- return false;
1425
- }
1426
- eatUnicodePropertyValueExpression() {
1427
- const start = this.index;
1428
- if (this.eatUnicodePropertyName() && this.eat(EQUALS_SIGN)) {
1429
- this._lastKeyValue = this._lastStrValue;
1430
- if (this.eatUnicodePropertyValue()) {
1431
- this._lastValValue = this._lastStrValue;
1432
- if (isValidUnicodeProperty(this.ecmaVersion, this._lastKeyValue, this._lastValValue)) {
1433
- return true;
1434
- }
1435
- this.raise("Invalid property name");
1436
- }
1437
- }
1438
- this.rewind(start);
1439
- if (this.eatLoneUnicodePropertyNameOrValue()) {
1440
- const nameOrValue = this._lastStrValue;
1441
- if (isValidUnicodeProperty(this.ecmaVersion, "General_Category", nameOrValue)) {
1442
- this._lastKeyValue = "General_Category";
1443
- this._lastValValue = nameOrValue;
1444
- return true;
1445
- }
1446
- if (isValidLoneUnicodeProperty(this.ecmaVersion, nameOrValue)) {
1447
- this._lastKeyValue = nameOrValue;
1448
- this._lastValValue = "";
1449
- return true;
1450
- }
1451
- this.raise("Invalid property name");
1452
- }
1453
- return false;
1454
- }
1455
- eatUnicodePropertyName() {
1456
- this._lastStrValue = "";
1457
- while (isUnicodePropertyNameCharacter(this.currentCodePoint)) {
1458
- this._lastStrValue += String.fromCodePoint(this.currentCodePoint);
1459
- this.advance();
1460
- }
1461
- return this._lastStrValue !== "";
1462
- }
1463
- eatUnicodePropertyValue() {
1464
- this._lastStrValue = "";
1465
- while (isUnicodePropertyValueCharacter(this.currentCodePoint)) {
1466
- this._lastStrValue += String.fromCodePoint(this.currentCodePoint);
1467
- this.advance();
1468
- }
1469
- return this._lastStrValue !== "";
1470
- }
1471
- eatLoneUnicodePropertyNameOrValue() {
1472
- return this.eatUnicodePropertyValue();
1473
- }
1474
- eatHexEscapeSequence() {
1475
- const start = this.index;
1476
- if (this.eat(LATIN_SMALL_LETTER_X)) {
1477
- if (this.eatFixedHexDigits(2)) {
1478
- return true;
1479
- }
1480
- if (this._uFlag || this.strict) {
1481
- this.raise("Invalid escape");
1482
- }
1483
- this.rewind(start);
1484
- }
1485
- return false;
1486
- }
1487
- eatDecimalDigits() {
1488
- const start = this.index;
1489
- this._lastIntValue = 0;
1490
- while (isDecimalDigit(this.currentCodePoint)) {
1491
- this._lastIntValue =
1492
- 10 * this._lastIntValue + digitToInt(this.currentCodePoint);
1493
- this.advance();
1494
- }
1495
- return this.index !== start;
1496
- }
1497
- eatHexDigits() {
1498
- const start = this.index;
1499
- this._lastIntValue = 0;
1500
- while (isHexDigit(this.currentCodePoint)) {
1501
- this._lastIntValue =
1502
- 16 * this._lastIntValue + digitToInt(this.currentCodePoint);
1503
- this.advance();
1504
- }
1505
- return this.index !== start;
1506
- }
1507
- eatLegacyOctalEscapeSequence() {
1508
- if (this.eatOctalDigit()) {
1509
- const n1 = this._lastIntValue;
1510
- if (this.eatOctalDigit()) {
1511
- const n2 = this._lastIntValue;
1512
- if (n1 <= 3 && this.eatOctalDigit()) {
1513
- this._lastIntValue = n1 * 64 + n2 * 8 + this._lastIntValue;
1514
- }
1515
- else {
1516
- this._lastIntValue = n1 * 8 + n2;
1517
- }
1518
- }
1519
- else {
1520
- this._lastIntValue = n1;
1521
- }
1522
- return true;
1523
- }
1524
- return false;
1525
- }
1526
- eatOctalDigit() {
1527
- const cp = this.currentCodePoint;
1528
- if (isOctalDigit(cp)) {
1529
- this.advance();
1530
- this._lastIntValue = cp - DIGIT_ZERO;
1531
- return true;
1532
- }
1533
- this._lastIntValue = 0;
1534
- return false;
1535
- }
1536
- eatFixedHexDigits(length) {
1537
- const start = this.index;
1538
- this._lastIntValue = 0;
1539
- for (let i = 0; i < length; ++i) {
1540
- const cp = this.currentCodePoint;
1541
- if (!isHexDigit(cp)) {
1542
- this.rewind(start);
1543
- return false;
1544
- }
1545
- this._lastIntValue = 16 * this._lastIntValue + digitToInt(cp);
1546
- this.advance();
1547
- }
1548
- return true;
1549
- }
1550
- }
1551
-
1552
- const DUMMY_PATTERN = {};
1553
- const DUMMY_FLAGS = {};
1554
- const DUMMY_CAPTURING_GROUP = {};
1555
- class RegExpParserState {
1556
- constructor(options) {
1557
- var _a;
1558
- this._node = DUMMY_PATTERN;
1559
- this._flags = DUMMY_FLAGS;
1560
- this._backreferences = [];
1561
- this._capturingGroups = [];
1562
- this.source = "";
1563
- this.strict = Boolean(options === null || options === void 0 ? void 0 : options.strict);
1564
- this.ecmaVersion = (_a = options === null || options === void 0 ? void 0 : options.ecmaVersion) !== null && _a !== void 0 ? _a : 2023;
1565
- }
1566
- get pattern() {
1567
- if (this._node.type !== "Pattern") {
1568
- throw new Error("UnknownError");
1569
- }
1570
- return this._node;
1571
- }
1572
- get flags() {
1573
- if (this._flags.type !== "Flags") {
1574
- throw new Error("UnknownError");
1575
- }
1576
- return this._flags;
1577
- }
1578
- onRegExpFlags(start, end, { global, ignoreCase, multiline, unicode, sticky, dotAll, hasIndices, }) {
1579
- this._flags = {
1580
- type: "Flags",
1581
- parent: null,
1582
- start,
1583
- end,
1584
- raw: this.source.slice(start, end),
1585
- global,
1586
- ignoreCase,
1587
- multiline,
1588
- unicode,
1589
- sticky,
1590
- dotAll,
1591
- hasIndices,
1592
- };
1593
- }
1594
- onPatternEnter(start) {
1595
- this._node = {
1596
- type: "Pattern",
1597
- parent: null,
1598
- start,
1599
- end: start,
1600
- raw: "",
1601
- alternatives: [],
1602
- };
1603
- this._backreferences.length = 0;
1604
- this._capturingGroups.length = 0;
1605
- }
1606
- onPatternLeave(start, end) {
1607
- this._node.end = end;
1608
- this._node.raw = this.source.slice(start, end);
1609
- for (const reference of this._backreferences) {
1610
- const ref = reference.ref;
1611
- const group = typeof ref === "number"
1612
- ? this._capturingGroups[ref - 1]
1613
- : this._capturingGroups.find((g) => g.name === ref);
1614
- reference.resolved = group;
1615
- group.references.push(reference);
1616
- }
1617
- }
1618
- onAlternativeEnter(start) {
1619
- const parent = this._node;
1620
- if (parent.type !== "Assertion" &&
1621
- parent.type !== "CapturingGroup" &&
1622
- parent.type !== "Group" &&
1623
- parent.type !== "Pattern") {
1624
- throw new Error("UnknownError");
1625
- }
1626
- this._node = {
1627
- type: "Alternative",
1628
- parent,
1629
- start,
1630
- end: start,
1631
- raw: "",
1632
- elements: [],
1633
- };
1634
- parent.alternatives.push(this._node);
1635
- }
1636
- onAlternativeLeave(start, end) {
1637
- const node = this._node;
1638
- if (node.type !== "Alternative") {
1639
- throw new Error("UnknownError");
1640
- }
1641
- node.end = end;
1642
- node.raw = this.source.slice(start, end);
1643
- this._node = node.parent;
1644
- }
1645
- onGroupEnter(start) {
1646
- const parent = this._node;
1647
- if (parent.type !== "Alternative") {
1648
- throw new Error("UnknownError");
1649
- }
1650
- this._node = {
1651
- type: "Group",
1652
- parent,
1653
- start,
1654
- end: start,
1655
- raw: "",
1656
- alternatives: [],
1657
- };
1658
- parent.elements.push(this._node);
1659
- }
1660
- onGroupLeave(start, end) {
1661
- const node = this._node;
1662
- if (node.type !== "Group" || node.parent.type !== "Alternative") {
1663
- throw new Error("UnknownError");
1664
- }
1665
- node.end = end;
1666
- node.raw = this.source.slice(start, end);
1667
- this._node = node.parent;
1668
- }
1669
- onCapturingGroupEnter(start, name) {
1670
- const parent = this._node;
1671
- if (parent.type !== "Alternative") {
1672
- throw new Error("UnknownError");
1673
- }
1674
- this._node = {
1675
- type: "CapturingGroup",
1676
- parent,
1677
- start,
1678
- end: start,
1679
- raw: "",
1680
- name,
1681
- alternatives: [],
1682
- references: [],
1683
- };
1684
- parent.elements.push(this._node);
1685
- this._capturingGroups.push(this._node);
1686
- }
1687
- onCapturingGroupLeave(start, end) {
1688
- const node = this._node;
1689
- if (node.type !== "CapturingGroup" ||
1690
- node.parent.type !== "Alternative") {
1691
- throw new Error("UnknownError");
1692
- }
1693
- node.end = end;
1694
- node.raw = this.source.slice(start, end);
1695
- this._node = node.parent;
1696
- }
1697
- onQuantifier(start, end, min, max, greedy) {
1698
- const parent = this._node;
1699
- if (parent.type !== "Alternative") {
1700
- throw new Error("UnknownError");
1701
- }
1702
- const element = parent.elements.pop();
1703
- if (element == null ||
1704
- element.type === "Quantifier" ||
1705
- (element.type === "Assertion" && element.kind !== "lookahead")) {
1706
- throw new Error("UnknownError");
1707
- }
1708
- const node = {
1709
- type: "Quantifier",
1710
- parent,
1711
- start: element.start,
1712
- end,
1713
- raw: this.source.slice(element.start, end),
1714
- min,
1715
- max,
1716
- greedy,
1717
- element,
1718
- };
1719
- parent.elements.push(node);
1720
- element.parent = node;
1721
- }
1722
- onLookaroundAssertionEnter(start, kind, negate) {
1723
- const parent = this._node;
1724
- if (parent.type !== "Alternative") {
1725
- throw new Error("UnknownError");
1726
- }
1727
- const node = (this._node = {
1728
- type: "Assertion",
1729
- parent,
1730
- start,
1731
- end: start,
1732
- raw: "",
1733
- kind,
1734
- negate,
1735
- alternatives: [],
1736
- });
1737
- parent.elements.push(node);
1738
- }
1739
- onLookaroundAssertionLeave(start, end) {
1740
- const node = this._node;
1741
- if (node.type !== "Assertion" || node.parent.type !== "Alternative") {
1742
- throw new Error("UnknownError");
1743
- }
1744
- node.end = end;
1745
- node.raw = this.source.slice(start, end);
1746
- this._node = node.parent;
1747
- }
1748
- onEdgeAssertion(start, end, kind) {
1749
- const parent = this._node;
1750
- if (parent.type !== "Alternative") {
1751
- throw new Error("UnknownError");
1752
- }
1753
- parent.elements.push({
1754
- type: "Assertion",
1755
- parent,
1756
- start,
1757
- end,
1758
- raw: this.source.slice(start, end),
1759
- kind,
1760
- });
1761
- }
1762
- onWordBoundaryAssertion(start, end, kind, negate) {
1763
- const parent = this._node;
1764
- if (parent.type !== "Alternative") {
1765
- throw new Error("UnknownError");
1766
- }
1767
- parent.elements.push({
1768
- type: "Assertion",
1769
- parent,
1770
- start,
1771
- end,
1772
- raw: this.source.slice(start, end),
1773
- kind,
1774
- negate,
1775
- });
1776
- }
1777
- onAnyCharacterSet(start, end, kind) {
1778
- const parent = this._node;
1779
- if (parent.type !== "Alternative") {
1780
- throw new Error("UnknownError");
1781
- }
1782
- parent.elements.push({
1783
- type: "CharacterSet",
1784
- parent,
1785
- start,
1786
- end,
1787
- raw: this.source.slice(start, end),
1788
- kind,
1789
- });
1790
- }
1791
- onEscapeCharacterSet(start, end, kind, negate) {
1792
- const parent = this._node;
1793
- if (parent.type !== "Alternative" && parent.type !== "CharacterClass") {
1794
- throw new Error("UnknownError");
1795
- }
1796
- parent.elements.push({
1797
- type: "CharacterSet",
1798
- parent,
1799
- start,
1800
- end,
1801
- raw: this.source.slice(start, end),
1802
- kind,
1803
- negate,
1804
- });
1805
- }
1806
- onUnicodePropertyCharacterSet(start, end, kind, key, value, negate) {
1807
- const parent = this._node;
1808
- if (parent.type !== "Alternative" && parent.type !== "CharacterClass") {
1809
- throw new Error("UnknownError");
1810
- }
1811
- parent.elements.push({
1812
- type: "CharacterSet",
1813
- parent,
1814
- start,
1815
- end,
1816
- raw: this.source.slice(start, end),
1817
- kind,
1818
- key,
1819
- value,
1820
- negate,
1821
- });
1822
- }
1823
- onCharacter(start, end, value) {
1824
- const parent = this._node;
1825
- if (parent.type !== "Alternative" && parent.type !== "CharacterClass") {
1826
- throw new Error("UnknownError");
1827
- }
1828
- parent.elements.push({
1829
- type: "Character",
1830
- parent,
1831
- start,
1832
- end,
1833
- raw: this.source.slice(start, end),
1834
- value,
1835
- });
1836
- }
1837
- onBackreference(start, end, ref) {
1838
- const parent = this._node;
1839
- if (parent.type !== "Alternative") {
1840
- throw new Error("UnknownError");
1841
- }
1842
- const node = {
1843
- type: "Backreference",
1844
- parent,
1845
- start,
1846
- end,
1847
- raw: this.source.slice(start, end),
1848
- ref,
1849
- resolved: DUMMY_CAPTURING_GROUP,
1850
- };
1851
- parent.elements.push(node);
1852
- this._backreferences.push(node);
1853
- }
1854
- onCharacterClassEnter(start, negate) {
1855
- const parent = this._node;
1856
- if (parent.type !== "Alternative") {
1857
- throw new Error("UnknownError");
1858
- }
1859
- this._node = {
1860
- type: "CharacterClass",
1861
- parent,
1862
- start,
1863
- end: start,
1864
- raw: "",
1865
- negate,
1866
- elements: [],
1867
- };
1868
- parent.elements.push(this._node);
1869
- }
1870
- onCharacterClassLeave(start, end) {
1871
- const node = this._node;
1872
- if (node.type !== "CharacterClass" ||
1873
- node.parent.type !== "Alternative") {
1874
- throw new Error("UnknownError");
1875
- }
1876
- node.end = end;
1877
- node.raw = this.source.slice(start, end);
1878
- this._node = node.parent;
1879
- }
1880
- onCharacterClassRange(start, end) {
1881
- const parent = this._node;
1882
- if (parent.type !== "CharacterClass") {
1883
- throw new Error("UnknownError");
1884
- }
1885
- const elements = parent.elements;
1886
- const max = elements.pop();
1887
- const hyphen = elements.pop();
1888
- const min = elements.pop();
1889
- if (!min ||
1890
- !max ||
1891
- !hyphen ||
1892
- min.type !== "Character" ||
1893
- max.type !== "Character" ||
1894
- hyphen.type !== "Character" ||
1895
- hyphen.value !== HYPHEN_MINUS) {
1896
- throw new Error("UnknownError");
1897
- }
1898
- const node = {
1899
- type: "CharacterClassRange",
1900
- parent,
1901
- start,
1902
- end,
1903
- raw: this.source.slice(start, end),
1904
- min,
1905
- max,
1906
- };
1907
- min.parent = node;
1908
- max.parent = node;
1909
- elements.push(node);
1910
- }
1911
- }
1912
- class RegExpParser {
1913
- constructor(options) {
1914
- this._state = new RegExpParserState(options);
1915
- this._validator = new RegExpValidator(this._state);
1916
- }
1917
- parseLiteral(source, start = 0, end = source.length) {
1918
- this._state.source = source;
1919
- this._validator.validateLiteral(source, start, end);
1920
- const pattern = this._state.pattern;
1921
- const flags = this._state.flags;
1922
- const literal = {
1923
- type: "RegExpLiteral",
1924
- parent: null,
1925
- start,
1926
- end,
1927
- raw: source,
1928
- pattern,
1929
- flags,
1930
- };
1931
- pattern.parent = literal;
1932
- flags.parent = literal;
1933
- return literal;
1934
- }
1935
- parseFlags(source, start = 0, end = source.length) {
1936
- this._state.source = source;
1937
- this._validator.validateFlags(source, start, end);
1938
- return this._state.flags;
1939
- }
1940
- parsePattern(source, start = 0, end = source.length, uFlag = false) {
1941
- this._state.source = source;
1942
- this._validator.validatePattern(source, start, end, uFlag);
1943
- return this._state.pattern;
1944
- }
1945
- }
1946
-
1947
- class RegExpVisitor {
1948
- constructor(handlers) {
1949
- this._handlers = handlers;
1950
- }
1951
- visit(node) {
1952
- switch (node.type) {
1953
- case "Alternative":
1954
- this.visitAlternative(node);
1955
- break;
1956
- case "Assertion":
1957
- this.visitAssertion(node);
1958
- break;
1959
- case "Backreference":
1960
- this.visitBackreference(node);
1961
- break;
1962
- case "CapturingGroup":
1963
- this.visitCapturingGroup(node);
1964
- break;
1965
- case "Character":
1966
- this.visitCharacter(node);
1967
- break;
1968
- case "CharacterClass":
1969
- this.visitCharacterClass(node);
1970
- break;
1971
- case "CharacterClassRange":
1972
- this.visitCharacterClassRange(node);
1973
- break;
1974
- case "CharacterSet":
1975
- this.visitCharacterSet(node);
1976
- break;
1977
- case "Flags":
1978
- this.visitFlags(node);
1979
- break;
1980
- case "Group":
1981
- this.visitGroup(node);
1982
- break;
1983
- case "Pattern":
1984
- this.visitPattern(node);
1985
- break;
1986
- case "Quantifier":
1987
- this.visitQuantifier(node);
1988
- break;
1989
- case "RegExpLiteral":
1990
- this.visitRegExpLiteral(node);
1991
- break;
1992
- default:
1993
- throw new Error(`Unknown type: ${node.type}`);
1994
- }
1995
- }
1996
- visitAlternative(node) {
1997
- if (this._handlers.onAlternativeEnter) {
1998
- this._handlers.onAlternativeEnter(node);
1999
- }
2000
- node.elements.forEach(this.visit, this);
2001
- if (this._handlers.onAlternativeLeave) {
2002
- this._handlers.onAlternativeLeave(node);
2003
- }
2004
- }
2005
- visitAssertion(node) {
2006
- if (this._handlers.onAssertionEnter) {
2007
- this._handlers.onAssertionEnter(node);
2008
- }
2009
- if (node.kind === "lookahead" || node.kind === "lookbehind") {
2010
- node.alternatives.forEach(this.visit, this);
2011
- }
2012
- if (this._handlers.onAssertionLeave) {
2013
- this._handlers.onAssertionLeave(node);
2014
- }
2015
- }
2016
- visitBackreference(node) {
2017
- if (this._handlers.onBackreferenceEnter) {
2018
- this._handlers.onBackreferenceEnter(node);
2019
- }
2020
- if (this._handlers.onBackreferenceLeave) {
2021
- this._handlers.onBackreferenceLeave(node);
2022
- }
2023
- }
2024
- visitCapturingGroup(node) {
2025
- if (this._handlers.onCapturingGroupEnter) {
2026
- this._handlers.onCapturingGroupEnter(node);
2027
- }
2028
- node.alternatives.forEach(this.visit, this);
2029
- if (this._handlers.onCapturingGroupLeave) {
2030
- this._handlers.onCapturingGroupLeave(node);
2031
- }
2032
- }
2033
- visitCharacter(node) {
2034
- if (this._handlers.onCharacterEnter) {
2035
- this._handlers.onCharacterEnter(node);
2036
- }
2037
- if (this._handlers.onCharacterLeave) {
2038
- this._handlers.onCharacterLeave(node);
2039
- }
2040
- }
2041
- visitCharacterClass(node) {
2042
- if (this._handlers.onCharacterClassEnter) {
2043
- this._handlers.onCharacterClassEnter(node);
2044
- }
2045
- node.elements.forEach(this.visit, this);
2046
- if (this._handlers.onCharacterClassLeave) {
2047
- this._handlers.onCharacterClassLeave(node);
2048
- }
2049
- }
2050
- visitCharacterClassRange(node) {
2051
- if (this._handlers.onCharacterClassRangeEnter) {
2052
- this._handlers.onCharacterClassRangeEnter(node);
2053
- }
2054
- this.visitCharacter(node.min);
2055
- this.visitCharacter(node.max);
2056
- if (this._handlers.onCharacterClassRangeLeave) {
2057
- this._handlers.onCharacterClassRangeLeave(node);
2058
- }
2059
- }
2060
- visitCharacterSet(node) {
2061
- if (this._handlers.onCharacterSetEnter) {
2062
- this._handlers.onCharacterSetEnter(node);
2063
- }
2064
- if (this._handlers.onCharacterSetLeave) {
2065
- this._handlers.onCharacterSetLeave(node);
2066
- }
2067
- }
2068
- visitFlags(node) {
2069
- if (this._handlers.onFlagsEnter) {
2070
- this._handlers.onFlagsEnter(node);
2071
- }
2072
- if (this._handlers.onFlagsLeave) {
2073
- this._handlers.onFlagsLeave(node);
2074
- }
2075
- }
2076
- visitGroup(node) {
2077
- if (this._handlers.onGroupEnter) {
2078
- this._handlers.onGroupEnter(node);
2079
- }
2080
- node.alternatives.forEach(this.visit, this);
2081
- if (this._handlers.onGroupLeave) {
2082
- this._handlers.onGroupLeave(node);
2083
- }
2084
- }
2085
- visitPattern(node) {
2086
- if (this._handlers.onPatternEnter) {
2087
- this._handlers.onPatternEnter(node);
2088
- }
2089
- node.alternatives.forEach(this.visit, this);
2090
- if (this._handlers.onPatternLeave) {
2091
- this._handlers.onPatternLeave(node);
2092
- }
2093
- }
2094
- visitQuantifier(node) {
2095
- if (this._handlers.onQuantifierEnter) {
2096
- this._handlers.onQuantifierEnter(node);
2097
- }
2098
- this.visit(node.element);
2099
- if (this._handlers.onQuantifierLeave) {
2100
- this._handlers.onQuantifierLeave(node);
2101
- }
2102
- }
2103
- visitRegExpLiteral(node) {
2104
- if (this._handlers.onRegExpLiteralEnter) {
2105
- this._handlers.onRegExpLiteralEnter(node);
2106
- }
2107
- this.visitPattern(node.pattern);
2108
- this.visitFlags(node.flags);
2109
- if (this._handlers.onRegExpLiteralLeave) {
2110
- this._handlers.onRegExpLiteralLeave(node);
2111
- }
2112
- }
2113
- }
2114
-
2115
- function parseRegExpLiteral(source, options) {
2116
- return new RegExpParser(options).parseLiteral(String(source));
2117
- }
2118
- function validateRegExpLiteral(source, options) {
2119
- new RegExpValidator(options).validateLiteral(source);
2120
- }
2121
- function visitRegExpAST(node, handlers) {
2122
- new RegExpVisitor(handlers).visit(node);
2123
- }
2124
-
2125
- exports.AST = ast;
2126
- exports.RegExpParser = RegExpParser;
2127
- exports.RegExpValidator = RegExpValidator;
2128
- exports.parseRegExpLiteral = parseRegExpLiteral;
2129
- exports.validateRegExpLiteral = validateRegExpLiteral;
2130
- exports.visitRegExpAST = visitRegExpAST;
2131
- //# sourceMappingURL=index.js.map