xo 0.45.0 → 0.46.3

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 (1739) hide show
  1. package/config/plugins.cjs +15 -12
  2. package/index.js +59 -39
  3. package/lib/options-manager.js +53 -14
  4. package/node_modules/@nodelib/fs.scandir/LICENSE +21 -0
  5. package/node_modules/@nodelib/fs.scandir/README.md +171 -0
  6. package/node_modules/@nodelib/fs.scandir/out/adapters/fs.d.ts +20 -0
  7. package/node_modules/@nodelib/fs.scandir/out/adapters/fs.js +19 -0
  8. package/node_modules/@nodelib/fs.scandir/out/constants.d.ts +4 -0
  9. package/node_modules/@nodelib/fs.scandir/out/constants.js +17 -0
  10. package/node_modules/@nodelib/fs.scandir/out/index.d.ts +12 -0
  11. package/node_modules/@nodelib/fs.scandir/out/index.js +26 -0
  12. package/node_modules/@nodelib/fs.scandir/out/providers/async.d.ts +7 -0
  13. package/node_modules/@nodelib/fs.scandir/out/providers/async.js +104 -0
  14. package/node_modules/@nodelib/fs.scandir/out/providers/common.d.ts +1 -0
  15. package/node_modules/@nodelib/fs.scandir/out/providers/common.js +13 -0
  16. package/node_modules/@nodelib/fs.scandir/out/providers/sync.d.ts +5 -0
  17. package/node_modules/@nodelib/fs.scandir/out/providers/sync.js +54 -0
  18. package/node_modules/@nodelib/fs.scandir/out/settings.d.ts +20 -0
  19. package/node_modules/@nodelib/fs.scandir/out/settings.js +24 -0
  20. package/node_modules/@nodelib/fs.scandir/out/types/index.d.ts +20 -0
  21. package/node_modules/@nodelib/fs.scandir/out/types/index.js +2 -0
  22. package/node_modules/@nodelib/fs.scandir/out/utils/fs.d.ts +2 -0
  23. package/node_modules/@nodelib/fs.scandir/out/utils/fs.js +19 -0
  24. package/node_modules/@nodelib/fs.scandir/out/utils/index.d.ts +2 -0
  25. package/node_modules/@nodelib/fs.scandir/out/utils/index.js +5 -0
  26. package/node_modules/@nodelib/fs.scandir/package.json +44 -0
  27. package/node_modules/@nodelib/fs.stat/LICENSE +21 -0
  28. package/node_modules/@nodelib/fs.stat/README.md +126 -0
  29. package/node_modules/@nodelib/fs.stat/out/adapters/fs.d.ts +13 -0
  30. package/node_modules/@nodelib/fs.stat/out/adapters/fs.js +17 -0
  31. package/node_modules/@nodelib/fs.stat/out/index.d.ts +12 -0
  32. package/node_modules/@nodelib/fs.stat/out/index.js +26 -0
  33. package/node_modules/@nodelib/fs.stat/out/providers/async.d.ts +4 -0
  34. package/node_modules/@nodelib/fs.stat/out/providers/async.js +36 -0
  35. package/node_modules/@nodelib/fs.stat/out/providers/sync.d.ts +3 -0
  36. package/node_modules/@nodelib/fs.stat/out/providers/sync.js +23 -0
  37. package/node_modules/@nodelib/fs.stat/out/settings.d.ts +16 -0
  38. package/node_modules/@nodelib/fs.stat/out/settings.js +16 -0
  39. package/node_modules/@nodelib/fs.stat/out/types/index.d.ts +4 -0
  40. package/node_modules/@nodelib/fs.stat/out/types/index.js +2 -0
  41. package/node_modules/@nodelib/fs.stat/package.json +37 -0
  42. package/node_modules/@nodelib/fs.walk/LICENSE +21 -0
  43. package/node_modules/@nodelib/fs.walk/README.md +215 -0
  44. package/node_modules/@nodelib/fs.walk/out/index.d.ts +14 -0
  45. package/node_modules/@nodelib/fs.walk/out/index.js +34 -0
  46. package/node_modules/@nodelib/fs.walk/out/providers/async.d.ts +12 -0
  47. package/node_modules/@nodelib/fs.walk/out/providers/async.js +30 -0
  48. package/node_modules/@nodelib/fs.walk/out/providers/index.d.ts +4 -0
  49. package/node_modules/@nodelib/fs.walk/out/providers/index.js +9 -0
  50. package/node_modules/@nodelib/fs.walk/out/providers/stream.d.ts +12 -0
  51. package/node_modules/@nodelib/fs.walk/out/providers/stream.js +34 -0
  52. package/node_modules/@nodelib/fs.walk/out/providers/sync.d.ts +10 -0
  53. package/node_modules/@nodelib/fs.walk/out/providers/sync.js +14 -0
  54. package/node_modules/@nodelib/fs.walk/out/readers/async.d.ts +30 -0
  55. package/node_modules/@nodelib/fs.walk/out/readers/async.js +97 -0
  56. package/node_modules/@nodelib/fs.walk/out/readers/common.d.ts +7 -0
  57. package/node_modules/@nodelib/fs.walk/out/readers/common.js +31 -0
  58. package/node_modules/@nodelib/fs.walk/out/readers/reader.d.ts +6 -0
  59. package/node_modules/@nodelib/fs.walk/out/readers/reader.js +11 -0
  60. package/node_modules/@nodelib/fs.walk/out/readers/sync.d.ts +15 -0
  61. package/node_modules/@nodelib/fs.walk/out/readers/sync.js +59 -0
  62. package/node_modules/@nodelib/fs.walk/out/settings.d.ts +30 -0
  63. package/node_modules/@nodelib/fs.walk/out/settings.js +26 -0
  64. package/node_modules/@nodelib/fs.walk/out/types/index.d.ts +8 -0
  65. package/node_modules/@nodelib/fs.walk/out/types/index.js +2 -0
  66. package/node_modules/@nodelib/fs.walk/package.json +44 -0
  67. package/node_modules/@types/json-schema/LICENSE +21 -0
  68. package/node_modules/@types/json-schema/README.md +16 -0
  69. package/node_modules/@types/json-schema/index.d.ts +751 -0
  70. package/node_modules/@types/json-schema/package.json +45 -0
  71. package/node_modules/@typescript-eslint/eslint-plugin/CHANGELOG.md +2277 -0
  72. package/node_modules/@typescript-eslint/eslint-plugin/LICENSE +21 -0
  73. package/node_modules/@typescript-eslint/eslint-plugin/README.md +239 -0
  74. package/node_modules/@typescript-eslint/eslint-plugin/dist/configs/all.js +167 -0
  75. package/node_modules/@typescript-eslint/eslint-plugin/dist/configs/all.js.map +1 -0
  76. package/node_modules/@typescript-eslint/eslint-plugin/dist/configs/base.js +10 -0
  77. package/node_modules/@typescript-eslint/eslint-plugin/dist/configs/base.js.map +1 -0
  78. package/node_modules/@typescript-eslint/eslint-plugin/dist/configs/eslint-recommended.js +32 -0
  79. package/node_modules/@typescript-eslint/eslint-plugin/dist/configs/eslint-recommended.js.map +1 -0
  80. package/node_modules/@typescript-eslint/eslint-plugin/dist/configs/recommended-requiring-type-checking.js +27 -0
  81. package/node_modules/@typescript-eslint/eslint-plugin/dist/configs/recommended-requiring-type-checking.js.map +1 -0
  82. package/node_modules/@typescript-eslint/eslint-plugin/dist/configs/recommended.js +37 -0
  83. package/node_modules/@typescript-eslint/eslint-plugin/dist/configs/recommended.js.map +1 -0
  84. package/node_modules/@typescript-eslint/eslint-plugin/dist/index.js +21 -0
  85. package/node_modules/@typescript-eslint/eslint-plugin/dist/index.js.map +1 -0
  86. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/adjacent-overload-signatures.js +154 -0
  87. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/adjacent-overload-signatures.js.map +1 -0
  88. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/array-type.js +225 -0
  89. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/array-type.js.map +1 -0
  90. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/await-thenable.js +58 -0
  91. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/await-thenable.js.map +1 -0
  92. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/ban-ts-comment.js +146 -0
  93. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/ban-ts-comment.js.map +1 -0
  94. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/ban-tslint-comment.js +74 -0
  95. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/ban-tslint-comment.js.map +1 -0
  96. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/ban-types.js +191 -0
  97. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/ban-types.js.map +1 -0
  98. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/brace-style.js +92 -0
  99. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/brace-style.js.map +1 -0
  100. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/class-literal-property-style.js +110 -0
  101. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/class-literal-property-style.js.map +1 -0
  102. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/comma-dangle.js +176 -0
  103. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/comma-dangle.js.map +1 -0
  104. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/comma-spacing.js +143 -0
  105. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/comma-spacing.js.map +1 -0
  106. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-indexed-object-style.js +105 -0
  107. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-indexed-object-style.js.map +1 -0
  108. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-type-assertions.js +153 -0
  109. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-type-assertions.js.map +1 -0
  110. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-type-definitions.js +119 -0
  111. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-type-definitions.js.map +1 -0
  112. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-type-exports.js +217 -0
  113. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-type-exports.js.map +1 -0
  114. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-type-imports.js +551 -0
  115. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-type-imports.js.map +1 -0
  116. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/default-param-last.js +64 -0
  117. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/default-param-last.js.map +1 -0
  118. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/dot-notation.js +121 -0
  119. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/dot-notation.js.map +1 -0
  120. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/explicit-function-return-type.js +96 -0
  121. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/explicit-function-return-type.js.map +1 -0
  122. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/explicit-member-accessibility.js +212 -0
  123. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/explicit-member-accessibility.js.map +1 -0
  124. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/explicit-module-boundary-types.js +418 -0
  125. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/explicit-module-boundary-types.js.map +1 -0
  126. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/func-call-spacing.js +164 -0
  127. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/func-call-spacing.js.map +1 -0
  128. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/indent-new-do-not-use/BinarySearchTree.js +55 -0
  129. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/indent-new-do-not-use/BinarySearchTree.js.map +1 -0
  130. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/indent-new-do-not-use/OffsetStorage.js +221 -0
  131. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/indent-new-do-not-use/OffsetStorage.js.map +1 -0
  132. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/indent-new-do-not-use/TokenInfo.js +49 -0
  133. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/indent-new-do-not-use/TokenInfo.js.map +1 -0
  134. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/indent-new-do-not-use/index.js +1140 -0
  135. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/indent-new-do-not-use/index.js.map +1 -0
  136. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/indent.js +406 -0
  137. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/indent.js.map +1 -0
  138. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/index.js +250 -0
  139. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/index.js.map +1 -0
  140. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/init-declarations.js +41 -0
  141. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/init-declarations.js.map +1 -0
  142. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/keyword-spacing.js +59 -0
  143. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/keyword-spacing.js.map +1 -0
  144. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/lines-between-class-members.js +73 -0
  145. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/lines-between-class-members.js.map +1 -0
  146. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/member-delimiter-style.js +242 -0
  147. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/member-delimiter-style.js.map +1 -0
  148. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/member-ordering.js +529 -0
  149. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/member-ordering.js.map +1 -0
  150. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/method-signature-style.js +194 -0
  151. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/method-signature-style.js.map +1 -0
  152. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/enums.js +94 -0
  153. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/enums.js.map +1 -0
  154. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/format.js +91 -0
  155. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/format.js.map +1 -0
  156. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/index.js +12 -0
  157. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/index.js.map +1 -0
  158. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/parse-options.js +90 -0
  159. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/parse-options.js.map +1 -0
  160. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/schema.js +259 -0
  161. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/schema.js.map +1 -0
  162. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/shared.js +18 -0
  163. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/shared.js.map +1 -0
  164. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/types.js +3 -0
  165. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/types.js.map +1 -0
  166. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/validator.js +371 -0
  167. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/validator.js.map +1 -0
  168. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention.js +430 -0
  169. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention.js.map +1 -0
  170. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-array-constructor.js +71 -0
  171. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-array-constructor.js.map +1 -0
  172. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-base-to-string.js +160 -0
  173. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-base-to-string.js.map +1 -0
  174. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-confusing-non-null-assertion.js +97 -0
  175. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-confusing-non-null-assertion.js.map +1 -0
  176. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-confusing-void-expression.js +272 -0
  177. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-confusing-void-expression.js.map +1 -0
  178. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-dupe-class-members.js +65 -0
  179. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-dupe-class-members.js.map +1 -0
  180. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-duplicate-imports.js +123 -0
  181. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-duplicate-imports.js.map +1 -0
  182. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-dynamic-delete.js +90 -0
  183. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-dynamic-delete.js.map +1 -0
  184. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-empty-function.js +144 -0
  185. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-empty-function.js.map +1 -0
  186. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-empty-interface.js +105 -0
  187. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-empty-interface.js.map +1 -0
  188. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-explicit-any.js +188 -0
  189. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-explicit-any.js.map +1 -0
  190. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-extra-non-null-assertion.js +55 -0
  191. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-extra-non-null-assertion.js.map +1 -0
  192. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-extra-parens.js +200 -0
  193. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-extra-parens.js.map +1 -0
  194. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-extra-semi.js +55 -0
  195. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-extra-semi.js.map +1 -0
  196. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-extraneous-class.js +128 -0
  197. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-extraneous-class.js.map +1 -0
  198. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-floating-promises.js +205 -0
  199. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-floating-promises.js.map +1 -0
  200. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-for-in-array.js +57 -0
  201. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-for-in-array.js.map +1 -0
  202. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-implicit-any-catch.js +98 -0
  203. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-implicit-any-catch.js.map +1 -0
  204. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-implied-eval.js +152 -0
  205. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-implied-eval.js.map +1 -0
  206. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-inferrable-types.js +196 -0
  207. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-inferrable-types.js.map +1 -0
  208. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-invalid-this.js +78 -0
  209. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-invalid-this.js.map +1 -0
  210. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-invalid-void-type.js +183 -0
  211. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-invalid-void-type.js.map +1 -0
  212. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-loop-func.js +191 -0
  213. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-loop-func.js.map +1 -0
  214. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-loss-of-precision.js +56 -0
  215. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-loss-of-precision.js.map +1 -0
  216. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-magic-numbers.js +199 -0
  217. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-magic-numbers.js.map +1 -0
  218. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-meaningless-void-operator.js +93 -0
  219. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-meaningless-void-operator.js.map +1 -0
  220. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-misused-new.js +102 -0
  221. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-misused-new.js.map +1 -0
  222. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-misused-promises.js +236 -0
  223. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-misused-promises.js.map +1 -0
  224. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-namespace.js +80 -0
  225. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-namespace.js.map +1 -0
  226. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-non-null-asserted-nullish-coalescing.js +94 -0
  227. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-non-null-asserted-nullish-coalescing.js.map +1 -0
  228. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-non-null-asserted-optional-chain.js +146 -0
  229. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-non-null-asserted-optional-chain.js.map +1 -0
  230. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-non-null-assertion.js +126 -0
  231. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-non-null-assertion.js.map +1 -0
  232. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-parameter-properties.js +105 -0
  233. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-parameter-properties.js.map +1 -0
  234. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-redeclare.js +219 -0
  235. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-redeclare.js.map +1 -0
  236. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-require-imports.js +60 -0
  237. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-require-imports.js.map +1 -0
  238. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-restricted-imports.js +153 -0
  239. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-restricted-imports.js.map +1 -0
  240. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-shadow.js +344 -0
  241. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-shadow.js.map +1 -0
  242. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-this-alias.js +82 -0
  243. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-this-alias.js.map +1 -0
  244. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-throw-literal.js +103 -0
  245. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-throw-literal.js.map +1 -0
  246. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-type-alias.js +261 -0
  247. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-type-alias.js.map +1 -0
  248. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-boolean-literal-compare.js +206 -0
  249. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-boolean-literal-compare.js.map +1 -0
  250. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-condition.js +474 -0
  251. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-condition.js.map +1 -0
  252. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-qualifier.js +148 -0
  253. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-qualifier.js.map +1 -0
  254. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-type-arguments.js +118 -0
  255. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-type-arguments.js.map +1 -0
  256. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-type-assertion.js +242 -0
  257. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-type-assertion.js.map +1 -0
  258. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-type-constraint.js +89 -0
  259. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-type-constraint.js.map +1 -0
  260. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-argument.js +225 -0
  261. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-argument.js.map +1 -0
  262. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-assignment.js +282 -0
  263. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-assignment.js.map +1 -0
  264. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-call.js +82 -0
  265. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-call.js.map +1 -0
  266. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-member-access.js +122 -0
  267. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-member-access.js.map +1 -0
  268. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-return.js +155 -0
  269. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-return.js.map +1 -0
  270. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unused-expressions.js +74 -0
  271. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unused-expressions.js.map +1 -0
  272. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unused-vars.js +501 -0
  273. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unused-vars.js.map +1 -0
  274. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-use-before-define.js +294 -0
  275. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-use-before-define.js.map +1 -0
  276. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-useless-constructor.js +86 -0
  277. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-useless-constructor.js.map +1 -0
  278. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-var-requires.js +63 -0
  279. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-var-requires.js.map +1 -0
  280. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/non-nullable-type-assertion-style.js +103 -0
  281. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/non-nullable-type-assertion-style.js.map +1 -0
  282. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/object-curly-spacing.js +216 -0
  283. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/object-curly-spacing.js.map +1 -0
  284. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/padding-line-between-statements.js +633 -0
  285. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/padding-line-between-statements.js.map +1 -0
  286. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-as-const.js +88 -0
  287. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-as-const.js.map +1 -0
  288. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-enum-initializers.js +85 -0
  289. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-enum-initializers.js.map +1 -0
  290. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-for-of.js +177 -0
  291. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-for-of.js.map +1 -0
  292. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-function-type.js +207 -0
  293. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-function-type.js.map +1 -0
  294. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-includes.js +207 -0
  295. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-includes.js.map +1 -0
  296. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-literal-enum-member.js +72 -0
  297. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-literal-enum-member.js.map +1 -0
  298. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-namespace-keyword.js +64 -0
  299. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-namespace-keyword.js.map +1 -0
  300. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-nullish-coalescing.js +160 -0
  301. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-nullish-coalescing.js.map +1 -0
  302. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-optional-chain.js +319 -0
  303. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-optional-chain.js.map +1 -0
  304. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-readonly-parameter-types.js +93 -0
  305. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-readonly-parameter-types.js.map +1 -0
  306. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-readonly.js +260 -0
  307. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-readonly.js.map +1 -0
  308. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-reduce-type-parameter.js +96 -0
  309. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-reduce-type-parameter.js.map +1 -0
  310. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-regexp-exec.js +150 -0
  311. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-regexp-exec.js.map +1 -0
  312. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-return-this-type.js +137 -0
  313. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-return-this-type.js.map +1 -0
  314. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-string-starts-ends-with.js +489 -0
  315. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-string-starts-ends-with.js.map +1 -0
  316. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-ts-expect-error.js +80 -0
  317. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-ts-expect-error.js.map +1 -0
  318. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/promise-function-async.js +177 -0
  319. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/promise-function-async.js.map +1 -0
  320. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/quotes.js +85 -0
  321. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/quotes.js.map +1 -0
  322. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/require-array-sort-compare.js +80 -0
  323. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/require-array-sort-compare.js.map +1 -0
  324. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/require-await.js +192 -0
  325. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/require-await.js.map +1 -0
  326. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/restrict-plus-operands.js +131 -0
  327. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/restrict-plus-operands.js.map +1 -0
  328. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/restrict-template-expressions.js +115 -0
  329. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/restrict-template-expressions.js.map +1 -0
  330. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/return-await.js +250 -0
  331. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/return-await.js.map +1 -0
  332. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/semi.js +83 -0
  333. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/semi.js.map +1 -0
  334. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/sort-type-union-intersection-members.js +227 -0
  335. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/sort-type-union-intersection-members.js.map +1 -0
  336. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/space-before-function-paren.js +157 -0
  337. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/space-before-function-paren.js.map +1 -0
  338. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/space-infix-ops.js +143 -0
  339. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/space-infix-ops.js.map +1 -0
  340. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/strict-boolean-expressions.js +701 -0
  341. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/strict-boolean-expressions.js.map +1 -0
  342. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/switch-exhaustiveness-check.js +144 -0
  343. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/switch-exhaustiveness-check.js.map +1 -0
  344. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/triple-slash-reference.js +125 -0
  345. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/triple-slash-reference.js.map +1 -0
  346. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/type-annotation-spacing.js +237 -0
  347. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/type-annotation-spacing.js.map +1 -0
  348. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/typedef.js +196 -0
  349. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/typedef.js.map +1 -0
  350. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/unbound-method.js +281 -0
  351. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/unbound-method.js.map +1 -0
  352. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/unified-signatures.js +395 -0
  353. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/unified-signatures.js.map +1 -0
  354. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/astUtils.js +85 -0
  355. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/astUtils.js.map +1 -0
  356. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/collectUnusedVariables.js +585 -0
  357. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/collectUnusedVariables.js.map +1 -0
  358. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/createRule.js +9 -0
  359. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/createRule.js.map +1 -0
  360. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/escapeRegExp.js +16 -0
  361. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/escapeRegExp.js.map +1 -0
  362. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/explicitReturnTypeUtils.js +195 -0
  363. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/explicitReturnTypeUtils.js.map +1 -0
  364. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/getESLintCoreRule.js +41 -0
  365. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/getESLintCoreRule.js.map +1 -0
  366. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/getFunctionHeadLoc.js +55 -0
  367. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/getFunctionHeadLoc.js.map +1 -0
  368. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/getThisExpression.js +26 -0
  369. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/getThisExpression.js.map +1 -0
  370. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/getWrappingFixer.js +160 -0
  371. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/getWrappingFixer.js.map +1 -0
  372. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/index.js +34 -0
  373. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/index.js.map +1 -0
  374. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/isTypeReadonly.js +165 -0
  375. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/isTypeReadonly.js.map +1 -0
  376. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/misc.js +116 -0
  377. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/misc.js.map +1 -0
  378. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/nullThrows.js +28 -0
  379. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/nullThrows.js.map +1 -0
  380. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/objectIterators.js +27 -0
  381. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/objectIterators.js.map +1 -0
  382. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/propertyTypes.js +23 -0
  383. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/propertyTypes.js.map +1 -0
  384. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/requiresQuoting.js +39 -0
  385. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/requiresQuoting.js.map +1 -0
  386. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/types.js +428 -0
  387. package/node_modules/@typescript-eslint/eslint-plugin/dist/util/types.js.map +1 -0
  388. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/adjacent-overload-signatures.md +95 -0
  389. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/array-type.md +122 -0
  390. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/await-thenable.md +39 -0
  391. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/ban-ts-comment.md +138 -0
  392. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/ban-tslint-comment.md +35 -0
  393. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/ban-types.md +184 -0
  394. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/brace-style.md +28 -0
  395. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/camelcase.md +8 -0
  396. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/class-literal-property-style.md +102 -0
  397. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/comma-dangle.md +40 -0
  398. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/comma-spacing.md +28 -0
  399. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/consistent-indexed-object-style.md +73 -0
  400. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/consistent-type-assertions.md +100 -0
  401. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/consistent-type-definitions.md +80 -0
  402. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/consistent-type-exports.md +34 -0
  403. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/consistent-type-imports.md +70 -0
  404. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/default-param-last.md +62 -0
  405. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/dot-notation.md +89 -0
  406. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/explicit-function-return-type.md +254 -0
  407. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/explicit-member-accessibility.md +354 -0
  408. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/explicit-module-boundary-types.md +275 -0
  409. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/func-call-spacing.md +28 -0
  410. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/indent.md +30 -0
  411. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/init-declarations.md +28 -0
  412. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/keyword-spacing.md +28 -0
  413. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/lines-between-class-members.md +79 -0
  414. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/member-delimiter-style.md +207 -0
  415. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/member-ordering.md +1032 -0
  416. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/method-signature-style.md +100 -0
  417. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/naming-convention.md +702 -0
  418. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-array-constructor.md +49 -0
  419. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-base-to-string.md +93 -0
  420. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-confusing-non-null-assertion.md +52 -0
  421. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-confusing-void-expression.md +155 -0
  422. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-dupe-class-members.md +28 -0
  423. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-duplicate-imports.md +28 -0
  424. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-dynamic-delete.md +55 -0
  425. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-empty-function.md +96 -0
  426. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-empty-interface.md +70 -0
  427. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-explicit-any.md +187 -0
  428. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-extra-non-null-assertion.md +55 -0
  429. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-extra-parens.md +28 -0
  430. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-extra-semi.md +28 -0
  431. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-extraneous-class.md +86 -0
  432. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-floating-promises.md +110 -0
  433. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-for-in-array.md +50 -0
  434. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-implicit-any-catch.md +82 -0
  435. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-implied-eval.md +111 -0
  436. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-inferrable-types.md +152 -0
  437. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-invalid-this.md +32 -0
  438. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-invalid-void-type.md +132 -0
  439. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-loop-func.md +28 -0
  440. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-loss-of-precision.md +25 -0
  441. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-magic-numbers.md +125 -0
  442. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-meaningless-void-operator.md +56 -0
  443. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-misused-new.md +47 -0
  444. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-misused-promises.md +158 -0
  445. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-namespace.md +121 -0
  446. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-non-null-asserted-nullish-coalescing.md +55 -0
  447. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-non-null-asserted-optional-chain.md +54 -0
  448. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-non-null-assertion.md +41 -0
  449. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-parameter-properties.md +373 -0
  450. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-redeclare.md +86 -0
  451. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-require-imports.md +40 -0
  452. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-restricted-imports.md +70 -0
  453. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-shadow.md +93 -0
  454. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-this-alias.md +66 -0
  455. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-throw-literal.md +100 -0
  456. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-type-alias.md +602 -0
  457. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-unnecessary-boolean-literal-compare.md +144 -0
  458. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-unnecessary-condition.md +113 -0
  459. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-unnecessary-qualifier.md +85 -0
  460. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-unnecessary-type-arguments.md +59 -0
  461. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-unnecessary-type-assertion.md +79 -0
  462. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-unnecessary-type-constraint.md +61 -0
  463. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-unsafe-argument.md +75 -0
  464. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-unsafe-assignment.md +78 -0
  465. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-unsafe-call.md +54 -0
  466. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-unsafe-member-access.md +60 -0
  467. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-unsafe-return.md +95 -0
  468. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-unused-expressions.md +28 -0
  469. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-unused-vars.md +28 -0
  470. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-use-before-define.md +110 -0
  471. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-useless-constructor.md +32 -0
  472. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-var-requires.md +35 -0
  473. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/non-nullable-type-assertion-style.md +33 -0
  474. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/object-curly-spacing.md +28 -0
  475. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/padding-line-between-statements.md +54 -0
  476. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/prefer-as-const.md +34 -0
  477. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/prefer-enum-initializers.md +76 -0
  478. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/prefer-for-of.md +47 -0
  479. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/prefer-function-type.md +87 -0
  480. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/prefer-includes.md +79 -0
  481. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/prefer-literal-enum-member.md +92 -0
  482. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/prefer-namespace-keyword.md +28 -0
  483. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/prefer-nullish-coalescing.md +147 -0
  484. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/prefer-optional-chain.md +88 -0
  485. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/prefer-readonly-parameter-types.md +263 -0
  486. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/prefer-readonly.md +87 -0
  487. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/prefer-reduce-type-parameter.md +60 -0
  488. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/prefer-regexp-exec.md +57 -0
  489. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/prefer-return-this-type.md +96 -0
  490. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/prefer-string-starts-ends-with.md +60 -0
  491. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/prefer-ts-expect-error.md +71 -0
  492. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/promise-function-async.md +72 -0
  493. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/quotes.md +28 -0
  494. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/require-array-sort-compare.md +91 -0
  495. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/require-await.md +38 -0
  496. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/restrict-plus-operands.md +64 -0
  497. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/restrict-template-expressions.md +108 -0
  498. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/return-await.md +214 -0
  499. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/semi.md +32 -0
  500. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/sort-type-union-intersection-members.md +153 -0
  501. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/space-before-function-paren.md +28 -0
  502. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/space-infix-ops.md +32 -0
  503. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/strict-boolean-expressions.md +200 -0
  504. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/switch-exhaustiveness-check.md +109 -0
  505. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/triple-slash-reference.md +62 -0
  506. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/type-annotation-spacing.md +297 -0
  507. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/typedef.md +314 -0
  508. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/unbound-method.md +120 -0
  509. package/node_modules/@typescript-eslint/eslint-plugin/docs/rules/unified-signatures.md +39 -0
  510. package/node_modules/@typescript-eslint/eslint-plugin/index.d.ts +4 -0
  511. package/node_modules/@typescript-eslint/eslint-plugin/node_modules/ignore/CHANGELOG.md +32 -0
  512. package/node_modules/@typescript-eslint/eslint-plugin/node_modules/ignore/LICENSE-MIT +21 -0
  513. package/node_modules/@typescript-eslint/eslint-plugin/node_modules/ignore/README.md +392 -0
  514. package/node_modules/@typescript-eslint/eslint-plugin/node_modules/ignore/index.d.ts +63 -0
  515. package/node_modules/@typescript-eslint/eslint-plugin/node_modules/ignore/index.js +597 -0
  516. package/node_modules/@typescript-eslint/eslint-plugin/node_modules/ignore/legacy.js +495 -0
  517. package/node_modules/@typescript-eslint/eslint-plugin/node_modules/ignore/package.json +70 -0
  518. package/node_modules/@typescript-eslint/eslint-plugin/package.json +79 -0
  519. package/node_modules/@typescript-eslint/experimental-utils/CHANGELOG.md +1253 -0
  520. package/node_modules/@typescript-eslint/experimental-utils/LICENSE +21 -0
  521. package/node_modules/@typescript-eslint/experimental-utils/README.md +37 -0
  522. package/node_modules/@typescript-eslint/experimental-utils/dist/ast-utils/eslint-utils/PatternMatcher.d.ts +48 -0
  523. package/node_modules/@typescript-eslint/experimental-utils/dist/ast-utils/eslint-utils/PatternMatcher.d.ts.map +1 -0
  524. package/node_modules/@typescript-eslint/experimental-utils/dist/ast-utils/eslint-utils/PatternMatcher.js +32 -0
  525. package/node_modules/@typescript-eslint/experimental-utils/dist/ast-utils/eslint-utils/PatternMatcher.js.map +1 -0
  526. package/node_modules/@typescript-eslint/experimental-utils/dist/ast-utils/eslint-utils/ReferenceTracker.d.ts +76 -0
  527. package/node_modules/@typescript-eslint/experimental-utils/dist/ast-utils/eslint-utils/ReferenceTracker.d.ts.map +1 -0
  528. package/node_modules/@typescript-eslint/experimental-utils/dist/ast-utils/eslint-utils/ReferenceTracker.js +36 -0
  529. package/node_modules/@typescript-eslint/experimental-utils/dist/ast-utils/eslint-utils/ReferenceTracker.js.map +1 -0
  530. package/node_modules/@typescript-eslint/experimental-utils/dist/ast-utils/eslint-utils/astUtilities.d.ts +76 -0
  531. package/node_modules/@typescript-eslint/experimental-utils/dist/ast-utils/eslint-utils/astUtilities.d.ts.map +1 -0
  532. package/node_modules/@typescript-eslint/experimental-utils/dist/ast-utils/eslint-utils/astUtilities.js +95 -0
  533. package/node_modules/@typescript-eslint/experimental-utils/dist/ast-utils/eslint-utils/astUtilities.js.map +1 -0
  534. package/node_modules/@typescript-eslint/experimental-utils/dist/ast-utils/eslint-utils/index.d.ts +6 -0
  535. package/node_modules/@typescript-eslint/experimental-utils/dist/ast-utils/eslint-utils/index.d.ts.map +1 -0
  536. package/node_modules/@typescript-eslint/experimental-utils/dist/ast-utils/eslint-utils/index.js +18 -0
  537. package/node_modules/@typescript-eslint/experimental-utils/dist/ast-utils/eslint-utils/index.js.map +1 -0
  538. package/node_modules/@typescript-eslint/experimental-utils/dist/ast-utils/eslint-utils/predicates.d.ts +32 -0
  539. package/node_modules/@typescript-eslint/experimental-utils/dist/ast-utils/eslint-utils/predicates.d.ts.map +1 -0
  540. package/node_modules/@typescript-eslint/experimental-utils/dist/ast-utils/eslint-utils/predicates.js +68 -0
  541. package/node_modules/@typescript-eslint/experimental-utils/dist/ast-utils/eslint-utils/predicates.js.map +1 -0
  542. package/node_modules/@typescript-eslint/experimental-utils/dist/ast-utils/eslint-utils/scopeAnalysis.d.ts +18 -0
  543. package/node_modules/@typescript-eslint/experimental-utils/dist/ast-utils/eslint-utils/scopeAnalysis.d.ts.map +1 -0
  544. package/node_modules/@typescript-eslint/experimental-utils/dist/ast-utils/eslint-utils/scopeAnalysis.js +40 -0
  545. package/node_modules/@typescript-eslint/experimental-utils/dist/ast-utils/eslint-utils/scopeAnalysis.js.map +1 -0
  546. package/node_modules/@typescript-eslint/experimental-utils/dist/ast-utils/helpers.d.ts +13 -0
  547. package/node_modules/@typescript-eslint/experimental-utils/dist/ast-utils/helpers.d.ts.map +1 -0
  548. package/node_modules/@typescript-eslint/experimental-utils/dist/ast-utils/helpers.js +14 -0
  549. package/node_modules/@typescript-eslint/experimental-utils/dist/ast-utils/helpers.js.map +1 -0
  550. package/node_modules/@typescript-eslint/experimental-utils/dist/ast-utils/index.d.ts +4 -0
  551. package/node_modules/@typescript-eslint/experimental-utils/dist/ast-utils/index.d.ts.map +1 -0
  552. package/node_modules/@typescript-eslint/experimental-utils/dist/ast-utils/index.js +16 -0
  553. package/node_modules/@typescript-eslint/experimental-utils/dist/ast-utils/index.js.map +1 -0
  554. package/node_modules/@typescript-eslint/experimental-utils/dist/ast-utils/misc.d.ts +8 -0
  555. package/node_modules/@typescript-eslint/experimental-utils/dist/ast-utils/misc.d.ts.map +1 -0
  556. package/node_modules/@typescript-eslint/experimental-utils/dist/ast-utils/misc.js +13 -0
  557. package/node_modules/@typescript-eslint/experimental-utils/dist/ast-utils/misc.js.map +1 -0
  558. package/node_modules/@typescript-eslint/experimental-utils/dist/ast-utils/predicates.d.ts +174 -0
  559. package/node_modules/@typescript-eslint/experimental-utils/dist/ast-utils/predicates.d.ts.map +1 -0
  560. package/node_modules/@typescript-eslint/experimental-utils/dist/ast-utils/predicates.js +129 -0
  561. package/node_modules/@typescript-eslint/experimental-utils/dist/ast-utils/predicates.js.map +1 -0
  562. package/node_modules/@typescript-eslint/experimental-utils/dist/eslint-utils/InferTypesFromRule.d.ts +11 -0
  563. package/node_modules/@typescript-eslint/experimental-utils/dist/eslint-utils/InferTypesFromRule.d.ts.map +1 -0
  564. package/node_modules/@typescript-eslint/experimental-utils/dist/eslint-utils/InferTypesFromRule.js +3 -0
  565. package/node_modules/@typescript-eslint/experimental-utils/dist/eslint-utils/InferTypesFromRule.js.map +1 -0
  566. package/node_modules/@typescript-eslint/experimental-utils/dist/eslint-utils/RuleCreator.d.ts +13 -0
  567. package/node_modules/@typescript-eslint/experimental-utils/dist/eslint-utils/RuleCreator.d.ts.map +1 -0
  568. package/node_modules/@typescript-eslint/experimental-utils/dist/eslint-utils/RuleCreator.js +19 -0
  569. package/node_modules/@typescript-eslint/experimental-utils/dist/eslint-utils/RuleCreator.js.map +1 -0
  570. package/node_modules/@typescript-eslint/experimental-utils/dist/eslint-utils/RuleTester.d.ts +18 -0
  571. package/node_modules/@typescript-eslint/experimental-utils/dist/eslint-utils/RuleTester.d.ts.map +1 -0
  572. package/node_modules/@typescript-eslint/experimental-utils/dist/eslint-utils/RuleTester.js +127 -0
  573. package/node_modules/@typescript-eslint/experimental-utils/dist/eslint-utils/RuleTester.js.map +1 -0
  574. package/node_modules/@typescript-eslint/experimental-utils/dist/eslint-utils/applyDefault.d.ts +10 -0
  575. package/node_modules/@typescript-eslint/experimental-utils/dist/eslint-utils/applyDefault.d.ts.map +1 -0
  576. package/node_modules/@typescript-eslint/experimental-utils/dist/eslint-utils/applyDefault.js +32 -0
  577. package/node_modules/@typescript-eslint/experimental-utils/dist/eslint-utils/applyDefault.js.map +1 -0
  578. package/node_modules/@typescript-eslint/experimental-utils/dist/eslint-utils/batchedSingleLineTests.d.ts +24 -0
  579. package/node_modules/@typescript-eslint/experimental-utils/dist/eslint-utils/batchedSingleLineTests.d.ts.map +1 -0
  580. package/node_modules/@typescript-eslint/experimental-utils/dist/eslint-utils/batchedSingleLineTests.js +26 -0
  581. package/node_modules/@typescript-eslint/experimental-utils/dist/eslint-utils/batchedSingleLineTests.js.map +1 -0
  582. package/node_modules/@typescript-eslint/experimental-utils/dist/eslint-utils/deepMerge.d.ts +17 -0
  583. package/node_modules/@typescript-eslint/experimental-utils/dist/eslint-utils/deepMerge.d.ts.map +1 -0
  584. package/node_modules/@typescript-eslint/experimental-utils/dist/eslint-utils/deepMerge.js +48 -0
  585. package/node_modules/@typescript-eslint/experimental-utils/dist/eslint-utils/deepMerge.js.map +1 -0
  586. package/node_modules/@typescript-eslint/experimental-utils/dist/eslint-utils/getParserServices.d.ts +8 -0
  587. package/node_modules/@typescript-eslint/experimental-utils/dist/eslint-utils/getParserServices.d.ts.map +1 -0
  588. package/node_modules/@typescript-eslint/experimental-utils/dist/eslint-utils/getParserServices.js +28 -0
  589. package/node_modules/@typescript-eslint/experimental-utils/dist/eslint-utils/getParserServices.js.map +1 -0
  590. package/node_modules/@typescript-eslint/experimental-utils/dist/eslint-utils/index.d.ts +8 -0
  591. package/node_modules/@typescript-eslint/experimental-utils/dist/eslint-utils/index.d.ts.map +1 -0
  592. package/node_modules/@typescript-eslint/experimental-utils/dist/eslint-utils/index.js +20 -0
  593. package/node_modules/@typescript-eslint/experimental-utils/dist/eslint-utils/index.js.map +1 -0
  594. package/node_modules/@typescript-eslint/experimental-utils/dist/index.d.ts +8 -0
  595. package/node_modules/@typescript-eslint/experimental-utils/dist/index.d.ts.map +1 -0
  596. package/node_modules/@typescript-eslint/experimental-utils/dist/index.js +37 -0
  597. package/node_modules/@typescript-eslint/experimental-utils/dist/index.js.map +1 -0
  598. package/node_modules/@typescript-eslint/experimental-utils/dist/json-schema.d.ts +2 -0
  599. package/node_modules/@typescript-eslint/experimental-utils/dist/json-schema.d.ts.map +1 -0
  600. package/node_modules/@typescript-eslint/experimental-utils/dist/json-schema.js +6 -0
  601. package/node_modules/@typescript-eslint/experimental-utils/dist/json-schema.js.map +1 -0
  602. package/node_modules/@typescript-eslint/experimental-utils/dist/ts-eslint/AST.d.ts +9 -0
  603. package/node_modules/@typescript-eslint/experimental-utils/dist/ts-eslint/AST.d.ts.map +1 -0
  604. package/node_modules/@typescript-eslint/experimental-utils/dist/ts-eslint/AST.js +4 -0
  605. package/node_modules/@typescript-eslint/experimental-utils/dist/ts-eslint/AST.js.map +1 -0
  606. package/node_modules/@typescript-eslint/experimental-utils/dist/ts-eslint/CLIEngine.d.ts +137 -0
  607. package/node_modules/@typescript-eslint/experimental-utils/dist/ts-eslint/CLIEngine.d.ts.map +1 -0
  608. package/node_modules/@typescript-eslint/experimental-utils/dist/ts-eslint/CLIEngine.js +17 -0
  609. package/node_modules/@typescript-eslint/experimental-utils/dist/ts-eslint/CLIEngine.js.map +1 -0
  610. package/node_modules/@typescript-eslint/experimental-utils/dist/ts-eslint/ESLint.d.ts +338 -0
  611. package/node_modules/@typescript-eslint/experimental-utils/dist/ts-eslint/ESLint.d.ts.map +1 -0
  612. package/node_modules/@typescript-eslint/experimental-utils/dist/ts-eslint/ESLint.js +23 -0
  613. package/node_modules/@typescript-eslint/experimental-utils/dist/ts-eslint/ESLint.js.map +1 -0
  614. package/node_modules/@typescript-eslint/experimental-utils/dist/ts-eslint/Linter.d.ts +323 -0
  615. package/node_modules/@typescript-eslint/experimental-utils/dist/ts-eslint/Linter.d.ts.map +1 -0
  616. package/node_modules/@typescript-eslint/experimental-utils/dist/ts-eslint/Linter.js +14 -0
  617. package/node_modules/@typescript-eslint/experimental-utils/dist/ts-eslint/Linter.js.map +1 -0
  618. package/node_modules/@typescript-eslint/experimental-utils/dist/ts-eslint/ParserOptions.d.ts +2 -0
  619. package/node_modules/@typescript-eslint/experimental-utils/dist/ts-eslint/ParserOptions.d.ts.map +1 -0
  620. package/node_modules/@typescript-eslint/experimental-utils/dist/ts-eslint/ParserOptions.js +3 -0
  621. package/node_modules/@typescript-eslint/experimental-utils/dist/ts-eslint/ParserOptions.js.map +1 -0
  622. package/node_modules/@typescript-eslint/experimental-utils/dist/ts-eslint/Rule.d.ts +389 -0
  623. package/node_modules/@typescript-eslint/experimental-utils/dist/ts-eslint/Rule.d.ts.map +1 -0
  624. package/node_modules/@typescript-eslint/experimental-utils/dist/ts-eslint/Rule.js +3 -0
  625. package/node_modules/@typescript-eslint/experimental-utils/dist/ts-eslint/Rule.js.map +1 -0
  626. package/node_modules/@typescript-eslint/experimental-utils/dist/ts-eslint/RuleTester.d.ts +148 -0
  627. package/node_modules/@typescript-eslint/experimental-utils/dist/ts-eslint/RuleTester.d.ts.map +1 -0
  628. package/node_modules/@typescript-eslint/experimental-utils/dist/ts-eslint/RuleTester.js +8 -0
  629. package/node_modules/@typescript-eslint/experimental-utils/dist/ts-eslint/RuleTester.js.map +1 -0
  630. package/node_modules/@typescript-eslint/experimental-utils/dist/ts-eslint/Scope.d.ts +44 -0
  631. package/node_modules/@typescript-eslint/experimental-utils/dist/ts-eslint/Scope.d.ts.map +1 -0
  632. package/node_modules/@typescript-eslint/experimental-utils/dist/ts-eslint/Scope.js +31 -0
  633. package/node_modules/@typescript-eslint/experimental-utils/dist/ts-eslint/Scope.js.map +1 -0
  634. package/node_modules/@typescript-eslint/experimental-utils/dist/ts-eslint/SourceCode.d.ts +343 -0
  635. package/node_modules/@typescript-eslint/experimental-utils/dist/ts-eslint/SourceCode.d.ts.map +1 -0
  636. package/node_modules/@typescript-eslint/experimental-utils/dist/ts-eslint/SourceCode.js +9 -0
  637. package/node_modules/@typescript-eslint/experimental-utils/dist/ts-eslint/SourceCode.js.map +1 -0
  638. package/node_modules/@typescript-eslint/experimental-utils/dist/ts-eslint/index.d.ts +10 -0
  639. package/node_modules/@typescript-eslint/experimental-utils/dist/ts-eslint/index.d.ts.map +1 -0
  640. package/node_modules/@typescript-eslint/experimental-utils/dist/ts-eslint/index.js +22 -0
  641. package/node_modules/@typescript-eslint/experimental-utils/dist/ts-eslint/index.js.map +1 -0
  642. package/node_modules/@typescript-eslint/experimental-utils/dist/ts-eslint-scope/Definition.d.ts +19 -0
  643. package/node_modules/@typescript-eslint/experimental-utils/dist/ts-eslint-scope/Definition.d.ts.map +1 -0
  644. package/node_modules/@typescript-eslint/experimental-utils/dist/ts-eslint-scope/Definition.js +9 -0
  645. package/node_modules/@typescript-eslint/experimental-utils/dist/ts-eslint-scope/Definition.js.map +1 -0
  646. package/node_modules/@typescript-eslint/experimental-utils/dist/ts-eslint-scope/Options.d.ts +15 -0
  647. package/node_modules/@typescript-eslint/experimental-utils/dist/ts-eslint-scope/Options.d.ts.map +1 -0
  648. package/node_modules/@typescript-eslint/experimental-utils/dist/ts-eslint-scope/Options.js +3 -0
  649. package/node_modules/@typescript-eslint/experimental-utils/dist/ts-eslint-scope/Options.js.map +1 -0
  650. package/node_modules/@typescript-eslint/experimental-utils/dist/ts-eslint-scope/PatternVisitor.d.ts +25 -0
  651. package/node_modules/@typescript-eslint/experimental-utils/dist/ts-eslint-scope/PatternVisitor.d.ts.map +1 -0
  652. package/node_modules/@typescript-eslint/experimental-utils/dist/ts-eslint-scope/PatternVisitor.js +10 -0
  653. package/node_modules/@typescript-eslint/experimental-utils/dist/ts-eslint-scope/PatternVisitor.js.map +1 -0
  654. package/node_modules/@typescript-eslint/experimental-utils/dist/ts-eslint-scope/Reference.d.ts +28 -0
  655. package/node_modules/@typescript-eslint/experimental-utils/dist/ts-eslint-scope/Reference.d.ts.map +1 -0
  656. package/node_modules/@typescript-eslint/experimental-utils/dist/ts-eslint-scope/Reference.js +10 -0
  657. package/node_modules/@typescript-eslint/experimental-utils/dist/ts-eslint-scope/Reference.js.map +1 -0
  658. package/node_modules/@typescript-eslint/experimental-utils/dist/ts-eslint-scope/Referencer.d.ts +55 -0
  659. package/node_modules/@typescript-eslint/experimental-utils/dist/ts-eslint-scope/Referencer.d.ts.map +1 -0
  660. package/node_modules/@typescript-eslint/experimental-utils/dist/ts-eslint-scope/Referencer.js +11 -0
  661. package/node_modules/@typescript-eslint/experimental-utils/dist/ts-eslint-scope/Referencer.js.map +1 -0
  662. package/node_modules/@typescript-eslint/experimental-utils/dist/ts-eslint-scope/Scope.d.ts +103 -0
  663. package/node_modules/@typescript-eslint/experimental-utils/dist/ts-eslint-scope/Scope.d.ts.map +1 -0
  664. package/node_modules/@typescript-eslint/experimental-utils/dist/ts-eslint-scope/Scope.js +28 -0
  665. package/node_modules/@typescript-eslint/experimental-utils/dist/ts-eslint-scope/Scope.js.map +1 -0
  666. package/node_modules/@typescript-eslint/experimental-utils/dist/ts-eslint-scope/ScopeManager.d.ts +50 -0
  667. package/node_modules/@typescript-eslint/experimental-utils/dist/ts-eslint-scope/ScopeManager.d.ts.map +1 -0
  668. package/node_modules/@typescript-eslint/experimental-utils/dist/ts-eslint-scope/ScopeManager.js +10 -0
  669. package/node_modules/@typescript-eslint/experimental-utils/dist/ts-eslint-scope/ScopeManager.js.map +1 -0
  670. package/node_modules/@typescript-eslint/experimental-utils/dist/ts-eslint-scope/Variable.d.ts +17 -0
  671. package/node_modules/@typescript-eslint/experimental-utils/dist/ts-eslint-scope/Variable.d.ts.map +1 -0
  672. package/node_modules/@typescript-eslint/experimental-utils/dist/ts-eslint-scope/Variable.js +10 -0
  673. package/node_modules/@typescript-eslint/experimental-utils/dist/ts-eslint-scope/Variable.js.map +1 -0
  674. package/node_modules/@typescript-eslint/experimental-utils/dist/ts-eslint-scope/analyze.d.ts +16 -0
  675. package/node_modules/@typescript-eslint/experimental-utils/dist/ts-eslint-scope/analyze.d.ts.map +1 -0
  676. package/node_modules/@typescript-eslint/experimental-utils/dist/ts-eslint-scope/analyze.js +7 -0
  677. package/node_modules/@typescript-eslint/experimental-utils/dist/ts-eslint-scope/analyze.js.map +1 -0
  678. package/node_modules/@typescript-eslint/experimental-utils/dist/ts-eslint-scope/index.d.ts +11 -0
  679. package/node_modules/@typescript-eslint/experimental-utils/dist/ts-eslint-scope/index.d.ts.map +1 -0
  680. package/node_modules/@typescript-eslint/experimental-utils/dist/ts-eslint-scope/index.js +25 -0
  681. package/node_modules/@typescript-eslint/experimental-utils/dist/ts-eslint-scope/index.js.map +1 -0
  682. package/node_modules/@typescript-eslint/experimental-utils/dist/ts-estree.d.ts +3 -0
  683. package/node_modules/@typescript-eslint/experimental-utils/dist/ts-estree.d.ts.map +1 -0
  684. package/node_modules/@typescript-eslint/experimental-utils/dist/ts-estree.js +10 -0
  685. package/node_modules/@typescript-eslint/experimental-utils/dist/ts-estree.js.map +1 -0
  686. package/node_modules/@typescript-eslint/experimental-utils/package.json +67 -0
  687. package/node_modules/@typescript-eslint/parser/CHANGELOG.md +1283 -0
  688. package/node_modules/@typescript-eslint/parser/LICENSE +22 -0
  689. package/node_modules/@typescript-eslint/parser/README.md +290 -0
  690. package/node_modules/@typescript-eslint/parser/dist/index.d.ts +4 -0
  691. package/node_modules/@typescript-eslint/parser/dist/index.d.ts.map +1 -0
  692. package/node_modules/@typescript-eslint/parser/dist/index.js +13 -0
  693. package/node_modules/@typescript-eslint/parser/dist/index.js.map +1 -0
  694. package/node_modules/@typescript-eslint/parser/dist/parser.d.ts +17 -0
  695. package/node_modules/@typescript-eslint/parser/dist/parser.d.ts.map +1 -0
  696. package/node_modules/@typescript-eslint/parser/dist/parser.js +133 -0
  697. package/node_modules/@typescript-eslint/parser/dist/parser.js.map +1 -0
  698. package/node_modules/@typescript-eslint/parser/package.json +75 -0
  699. package/node_modules/@typescript-eslint/scope-manager/CHANGELOG.md +673 -0
  700. package/node_modules/@typescript-eslint/scope-manager/LICENSE +21 -0
  701. package/node_modules/@typescript-eslint/scope-manager/README.md +120 -0
  702. package/node_modules/@typescript-eslint/scope-manager/dist/ID.d.ts +4 -0
  703. package/node_modules/@typescript-eslint/scope-manager/dist/ID.d.ts.map +1 -0
  704. package/node_modules/@typescript-eslint/scope-manager/dist/ID.js +22 -0
  705. package/node_modules/@typescript-eslint/scope-manager/dist/ID.js.map +1 -0
  706. package/node_modules/@typescript-eslint/scope-manager/dist/ScopeManager.d.ts +70 -0
  707. package/node_modules/@typescript-eslint/scope-manager/dist/ScopeManager.d.ts.map +1 -0
  708. package/node_modules/@typescript-eslint/scope-manager/dist/ScopeManager.js +184 -0
  709. package/node_modules/@typescript-eslint/scope-manager/dist/ScopeManager.js.map +1 -0
  710. package/node_modules/@typescript-eslint/scope-manager/dist/analyze.d.ts +62 -0
  711. package/node_modules/@typescript-eslint/scope-manager/dist/analyze.d.ts.map +1 -0
  712. package/node_modules/@typescript-eslint/scope-manager/dist/analyze.js +58 -0
  713. package/node_modules/@typescript-eslint/scope-manager/dist/analyze.js.map +1 -0
  714. package/node_modules/@typescript-eslint/scope-manager/dist/assert.d.ts +3 -0
  715. package/node_modules/@typescript-eslint/scope-manager/dist/assert.d.ts.map +1 -0
  716. package/node_modules/@typescript-eslint/scope-manager/dist/assert.js +11 -0
  717. package/node_modules/@typescript-eslint/scope-manager/dist/assert.js.map +1 -0
  718. package/node_modules/@typescript-eslint/scope-manager/dist/definition/CatchClauseDefinition.d.ts +10 -0
  719. package/node_modules/@typescript-eslint/scope-manager/dist/definition/CatchClauseDefinition.d.ts.map +1 -0
  720. package/node_modules/@typescript-eslint/scope-manager/dist/definition/CatchClauseDefinition.js +14 -0
  721. package/node_modules/@typescript-eslint/scope-manager/dist/definition/CatchClauseDefinition.js.map +1 -0
  722. package/node_modules/@typescript-eslint/scope-manager/dist/definition/ClassNameDefinition.d.ts +10 -0
  723. package/node_modules/@typescript-eslint/scope-manager/dist/definition/ClassNameDefinition.d.ts.map +1 -0
  724. package/node_modules/@typescript-eslint/scope-manager/dist/definition/ClassNameDefinition.js +14 -0
  725. package/node_modules/@typescript-eslint/scope-manager/dist/definition/ClassNameDefinition.js.map +1 -0
  726. package/node_modules/@typescript-eslint/scope-manager/dist/definition/Definition.d.ts +14 -0
  727. package/node_modules/@typescript-eslint/scope-manager/dist/definition/Definition.d.ts.map +1 -0
  728. package/node_modules/@typescript-eslint/scope-manager/dist/definition/Definition.js +3 -0
  729. package/node_modules/@typescript-eslint/scope-manager/dist/definition/Definition.js.map +1 -0
  730. package/node_modules/@typescript-eslint/scope-manager/dist/definition/DefinitionBase.d.ts +39 -0
  731. package/node_modules/@typescript-eslint/scope-manager/dist/definition/DefinitionBase.d.ts.map +1 -0
  732. package/node_modules/@typescript-eslint/scope-manager/dist/definition/DefinitionBase.js +19 -0
  733. package/node_modules/@typescript-eslint/scope-manager/dist/definition/DefinitionBase.js.map +1 -0
  734. package/node_modules/@typescript-eslint/scope-manager/dist/definition/DefinitionType.d.ts +15 -0
  735. package/node_modules/@typescript-eslint/scope-manager/dist/definition/DefinitionType.d.ts.map +1 -0
  736. package/node_modules/@typescript-eslint/scope-manager/dist/definition/DefinitionType.js +19 -0
  737. package/node_modules/@typescript-eslint/scope-manager/dist/definition/DefinitionType.js.map +1 -0
  738. package/node_modules/@typescript-eslint/scope-manager/dist/definition/FunctionNameDefinition.d.ts +10 -0
  739. package/node_modules/@typescript-eslint/scope-manager/dist/definition/FunctionNameDefinition.d.ts.map +1 -0
  740. package/node_modules/@typescript-eslint/scope-manager/dist/definition/FunctionNameDefinition.js +14 -0
  741. package/node_modules/@typescript-eslint/scope-manager/dist/definition/FunctionNameDefinition.js.map +1 -0
  742. package/node_modules/@typescript-eslint/scope-manager/dist/definition/ImplicitGlobalVariableDefinition.d.ts +10 -0
  743. package/node_modules/@typescript-eslint/scope-manager/dist/definition/ImplicitGlobalVariableDefinition.d.ts.map +1 -0
  744. package/node_modules/@typescript-eslint/scope-manager/dist/definition/ImplicitGlobalVariableDefinition.js +14 -0
  745. package/node_modules/@typescript-eslint/scope-manager/dist/definition/ImplicitGlobalVariableDefinition.js.map +1 -0
  746. package/node_modules/@typescript-eslint/scope-manager/dist/definition/ImportBindingDefinition.d.ts +11 -0
  747. package/node_modules/@typescript-eslint/scope-manager/dist/definition/ImportBindingDefinition.d.ts.map +1 -0
  748. package/node_modules/@typescript-eslint/scope-manager/dist/definition/ImportBindingDefinition.js +14 -0
  749. package/node_modules/@typescript-eslint/scope-manager/dist/definition/ImportBindingDefinition.js.map +1 -0
  750. package/node_modules/@typescript-eslint/scope-manager/dist/definition/ParameterDefinition.d.ts +14 -0
  751. package/node_modules/@typescript-eslint/scope-manager/dist/definition/ParameterDefinition.d.ts.map +1 -0
  752. package/node_modules/@typescript-eslint/scope-manager/dist/definition/ParameterDefinition.js +15 -0
  753. package/node_modules/@typescript-eslint/scope-manager/dist/definition/ParameterDefinition.js.map +1 -0
  754. package/node_modules/@typescript-eslint/scope-manager/dist/definition/TSEnumMemberDefinition.d.ts +10 -0
  755. package/node_modules/@typescript-eslint/scope-manager/dist/definition/TSEnumMemberDefinition.d.ts.map +1 -0
  756. package/node_modules/@typescript-eslint/scope-manager/dist/definition/TSEnumMemberDefinition.js +14 -0
  757. package/node_modules/@typescript-eslint/scope-manager/dist/definition/TSEnumMemberDefinition.js.map +1 -0
  758. package/node_modules/@typescript-eslint/scope-manager/dist/definition/TSEnumNameDefinition.d.ts +10 -0
  759. package/node_modules/@typescript-eslint/scope-manager/dist/definition/TSEnumNameDefinition.d.ts.map +1 -0
  760. package/node_modules/@typescript-eslint/scope-manager/dist/definition/TSEnumNameDefinition.js +14 -0
  761. package/node_modules/@typescript-eslint/scope-manager/dist/definition/TSEnumNameDefinition.js.map +1 -0
  762. package/node_modules/@typescript-eslint/scope-manager/dist/definition/TSModuleNameDefinition.d.ts +10 -0
  763. package/node_modules/@typescript-eslint/scope-manager/dist/definition/TSModuleNameDefinition.d.ts.map +1 -0
  764. package/node_modules/@typescript-eslint/scope-manager/dist/definition/TSModuleNameDefinition.js +14 -0
  765. package/node_modules/@typescript-eslint/scope-manager/dist/definition/TSModuleNameDefinition.js.map +1 -0
  766. package/node_modules/@typescript-eslint/scope-manager/dist/definition/TypeDefinition.d.ts +10 -0
  767. package/node_modules/@typescript-eslint/scope-manager/dist/definition/TypeDefinition.d.ts.map +1 -0
  768. package/node_modules/@typescript-eslint/scope-manager/dist/definition/TypeDefinition.js +14 -0
  769. package/node_modules/@typescript-eslint/scope-manager/dist/definition/TypeDefinition.js.map +1 -0
  770. package/node_modules/@typescript-eslint/scope-manager/dist/definition/VariableDefinition.d.ts +10 -0
  771. package/node_modules/@typescript-eslint/scope-manager/dist/definition/VariableDefinition.d.ts.map +1 -0
  772. package/node_modules/@typescript-eslint/scope-manager/dist/definition/VariableDefinition.js +14 -0
  773. package/node_modules/@typescript-eslint/scope-manager/dist/definition/VariableDefinition.js.map +1 -0
  774. package/node_modules/@typescript-eslint/scope-manager/dist/definition/index.d.ts +14 -0
  775. package/node_modules/@typescript-eslint/scope-manager/dist/definition/index.d.ts.map +1 -0
  776. package/node_modules/@typescript-eslint/scope-manager/dist/definition/index.js +26 -0
  777. package/node_modules/@typescript-eslint/scope-manager/dist/definition/index.js.map +1 -0
  778. package/node_modules/@typescript-eslint/scope-manager/dist/index.d.ts +9 -0
  779. package/node_modules/@typescript-eslint/scope-manager/dist/index.d.ts.map +1 -0
  780. package/node_modules/@typescript-eslint/scope-manager/dist/index.js +27 -0
  781. package/node_modules/@typescript-eslint/scope-manager/dist/index.js.map +1 -0
  782. package/node_modules/@typescript-eslint/scope-manager/dist/lib/base-config.d.ts +16 -0
  783. package/node_modules/@typescript-eslint/scope-manager/dist/lib/base-config.d.ts.map +1 -0
  784. package/node_modules/@typescript-eslint/scope-manager/dist/lib/base-config.js +22 -0
  785. package/node_modules/@typescript-eslint/scope-manager/dist/lib/base-config.js.map +1 -0
  786. package/node_modules/@typescript-eslint/scope-manager/dist/lib/dom.d.ts +3 -0
  787. package/node_modules/@typescript-eslint/scope-manager/dist/lib/dom.d.ts.map +1 -0
  788. package/node_modules/@typescript-eslint/scope-manager/dist/lib/dom.iterable.d.ts +3 -0
  789. package/node_modules/@typescript-eslint/scope-manager/dist/lib/dom.iterable.d.ts.map +1 -0
  790. package/node_modules/@typescript-eslint/scope-manager/dist/lib/dom.iterable.js +62 -0
  791. package/node_modules/@typescript-eslint/scope-manager/dist/lib/dom.iterable.js.map +1 -0
  792. package/node_modules/@typescript-eslint/scope-manager/dist/lib/dom.js +1312 -0
  793. package/node_modules/@typescript-eslint/scope-manager/dist/lib/dom.js.map +1 -0
  794. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.collection.d.ts +3 -0
  795. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.collection.d.ts.map +1 -0
  796. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.collection.js +20 -0
  797. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.collection.js.map +1 -0
  798. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.core.d.ts +3 -0
  799. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.core.d.ts.map +1 -0
  800. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.core.js +22 -0
  801. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.core.js.map +1 -0
  802. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.d.ts +3 -0
  803. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.d.ts.map +1 -0
  804. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.generator.d.ts +3 -0
  805. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.generator.d.ts.map +1 -0
  806. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.generator.js +10 -0
  807. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.generator.js.map +1 -0
  808. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.iterable.d.ts +3 -0
  809. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.iterable.d.ts.map +1 -0
  810. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.iterable.js +10 -0
  811. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.iterable.js.map +1 -0
  812. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.js +18 -0
  813. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.js.map +1 -0
  814. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.promise.d.ts +3 -0
  815. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.promise.d.ts.map +1 -0
  816. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.promise.js +11 -0
  817. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.promise.js.map +1 -0
  818. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.proxy.d.ts +3 -0
  819. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.proxy.d.ts.map +1 -0
  820. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.proxy.js +12 -0
  821. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.proxy.js.map +1 -0
  822. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.reflect.d.ts +3 -0
  823. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.reflect.d.ts.map +1 -0
  824. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.reflect.js +11 -0
  825. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.reflect.js.map +1 -0
  826. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.symbol.d.ts +3 -0
  827. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.symbol.d.ts.map +1 -0
  828. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.symbol.js +11 -0
  829. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.symbol.js.map +1 -0
  830. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.symbol.wellknown.d.ts +3 -0
  831. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.symbol.wellknown.d.ts.map +1 -0
  832. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.symbol.wellknown.js +10 -0
  833. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.symbol.wellknown.js.map +1 -0
  834. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.array.include.d.ts +3 -0
  835. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.array.include.d.ts.map +1 -0
  836. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.array.include.js +21 -0
  837. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.array.include.js.map +1 -0
  838. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.d.ts +3 -0
  839. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.d.ts.map +1 -0
  840. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.full.d.ts +3 -0
  841. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.full.d.ts.map +1 -0
  842. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.full.js +13 -0
  843. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.full.js.map +1 -0
  844. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.js +10 -0
  845. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.js.map +1 -0
  846. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.d.ts +3 -0
  847. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.d.ts.map +1 -0
  848. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.full.d.ts +3 -0
  849. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.full.d.ts.map +1 -0
  850. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.full.js +13 -0
  851. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.full.js.map +1 -0
  852. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.intl.d.ts +3 -0
  853. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.intl.d.ts.map +1 -0
  854. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.intl.js +11 -0
  855. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.intl.js.map +1 -0
  856. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.js +14 -0
  857. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.js.map +1 -0
  858. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.object.d.ts +3 -0
  859. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.object.d.ts.map +1 -0
  860. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.object.js +11 -0
  861. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.object.js.map +1 -0
  862. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.sharedmemory.d.ts +3 -0
  863. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.sharedmemory.d.ts.map +1 -0
  864. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.sharedmemory.js +11 -0
  865. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.sharedmemory.js.map +1 -0
  866. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.string.d.ts +3 -0
  867. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.string.d.ts.map +1 -0
  868. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.string.js +11 -0
  869. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.string.js.map +1 -0
  870. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.typedarrays.d.ts +3 -0
  871. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.typedarrays.d.ts.map +1 -0
  872. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.typedarrays.js +19 -0
  873. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.typedarrays.js.map +1 -0
  874. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.asyncgenerator.d.ts +3 -0
  875. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.asyncgenerator.d.ts.map +1 -0
  876. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.asyncgenerator.js +10 -0
  877. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.asyncgenerator.js.map +1 -0
  878. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.asynciterable.d.ts +3 -0
  879. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.asynciterable.d.ts.map +1 -0
  880. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.asynciterable.js +11 -0
  881. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.asynciterable.js.map +1 -0
  882. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.d.ts +3 -0
  883. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.d.ts.map +1 -0
  884. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.full.d.ts +3 -0
  885. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.full.d.ts.map +1 -0
  886. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.full.js +13 -0
  887. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.full.js.map +1 -0
  888. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.intl.d.ts +3 -0
  889. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.intl.d.ts.map +1 -0
  890. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.intl.js +11 -0
  891. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.intl.js.map +1 -0
  892. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.js +14 -0
  893. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.js.map +1 -0
  894. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.promise.d.ts +3 -0
  895. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.promise.d.ts.map +1 -0
  896. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.promise.js +11 -0
  897. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.promise.js.map +1 -0
  898. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.regexp.d.ts +3 -0
  899. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.regexp.d.ts.map +1 -0
  900. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.regexp.js +13 -0
  901. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.regexp.js.map +1 -0
  902. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.array.d.ts +3 -0
  903. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.array.d.ts.map +1 -0
  904. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.array.js +13 -0
  905. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.array.js.map +1 -0
  906. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.d.ts +3 -0
  907. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.d.ts.map +1 -0
  908. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.full.d.ts +3 -0
  909. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.full.d.ts.map +1 -0
  910. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.full.js +13 -0
  911. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.full.js.map +1 -0
  912. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.js +13 -0
  913. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.js.map +1 -0
  914. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.object.d.ts +3 -0
  915. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.object.d.ts.map +1 -0
  916. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.object.js +10 -0
  917. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.object.js.map +1 -0
  918. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.string.d.ts +3 -0
  919. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.string.d.ts.map +1 -0
  920. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.string.js +11 -0
  921. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.string.js.map +1 -0
  922. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.symbol.d.ts +3 -0
  923. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.symbol.d.ts.map +1 -0
  924. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.symbol.js +11 -0
  925. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.symbol.js.map +1 -0
  926. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.bigint.d.ts +3 -0
  927. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.bigint.d.ts.map +1 -0
  928. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.bigint.js +19 -0
  929. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.bigint.js.map +1 -0
  930. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.d.ts +3 -0
  931. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.d.ts.map +1 -0
  932. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.full.d.ts +3 -0
  933. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.full.d.ts.map +1 -0
  934. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.full.js +13 -0
  935. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.full.js.map +1 -0
  936. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.intl.d.ts +3 -0
  937. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.intl.d.ts.map +1 -0
  938. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.intl.js +11 -0
  939. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.intl.js.map +1 -0
  940. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.js +15 -0
  941. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.js.map +1 -0
  942. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.promise.d.ts +3 -0
  943. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.promise.d.ts.map +1 -0
  944. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.promise.js +14 -0
  945. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.promise.js.map +1 -0
  946. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.sharedmemory.d.ts +3 -0
  947. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.sharedmemory.d.ts.map +1 -0
  948. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.sharedmemory.js +11 -0
  949. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.sharedmemory.js.map +1 -0
  950. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.string.d.ts +3 -0
  951. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.string.d.ts.map +1 -0
  952. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.string.js +10 -0
  953. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.string.js.map +1 -0
  954. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.symbol.wellknown.d.ts +3 -0
  955. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.symbol.wellknown.d.ts.map +1 -0
  956. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.symbol.wellknown.js +11 -0
  957. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.symbol.wellknown.js.map +1 -0
  958. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.d.ts +3 -0
  959. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.d.ts.map +1 -0
  960. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.full.d.ts +3 -0
  961. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.full.d.ts.map +1 -0
  962. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.full.js +13 -0
  963. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.full.js.map +1 -0
  964. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.js +12 -0
  965. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.js.map +1 -0
  966. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.promise.d.ts +3 -0
  967. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.promise.d.ts.map +1 -0
  968. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.promise.js +13 -0
  969. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.promise.js.map +1 -0
  970. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.string.d.ts +3 -0
  971. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.string.d.ts.map +1 -0
  972. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.string.js +11 -0
  973. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.string.js.map +1 -0
  974. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.weakref.d.ts +3 -0
  975. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.weakref.d.ts.map +1 -0
  976. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.weakref.js +14 -0
  977. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.weakref.js.map +1 -0
  978. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es5.d.ts +3 -0
  979. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es5.d.ts.map +1 -0
  980. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es5.js +110 -0
  981. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es5.js.map +1 -0
  982. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es6.d.ts +3 -0
  983. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es6.d.ts.map +1 -0
  984. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es6.js +18 -0
  985. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es6.js.map +1 -0
  986. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es7.d.ts +3 -0
  987. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es7.d.ts.map +1 -0
  988. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es7.js +10 -0
  989. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es7.js.map +1 -0
  990. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.array.d.ts +3 -0
  991. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.array.d.ts.map +1 -0
  992. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.array.js +13 -0
  993. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.array.js.map +1 -0
  994. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.asynciterable.d.ts +3 -0
  995. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.asynciterable.d.ts.map +1 -0
  996. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.asynciterable.js +11 -0
  997. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.asynciterable.js.map +1 -0
  998. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.bigint.d.ts +3 -0
  999. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.bigint.d.ts.map +1 -0
  1000. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.bigint.js +19 -0
  1001. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.bigint.js.map +1 -0
  1002. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.d.ts +3 -0
  1003. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.d.ts.map +1 -0
  1004. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.full.d.ts +3 -0
  1005. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.full.d.ts.map +1 -0
  1006. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.full.js +13 -0
  1007. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.full.js.map +1 -0
  1008. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.intl.d.ts +3 -0
  1009. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.intl.d.ts.map +1 -0
  1010. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.intl.js +11 -0
  1011. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.intl.js.map +1 -0
  1012. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.js +10 -0
  1013. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.js.map +1 -0
  1014. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.promise.d.ts +3 -0
  1015. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.promise.d.ts.map +1 -0
  1016. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.promise.js +13 -0
  1017. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.promise.js.map +1 -0
  1018. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.string.d.ts +3 -0
  1019. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.string.d.ts.map +1 -0
  1020. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.string.js +11 -0
  1021. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.string.js.map +1 -0
  1022. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.symbol.d.ts +3 -0
  1023. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.symbol.d.ts.map +1 -0
  1024. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.symbol.js +11 -0
  1025. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.symbol.js.map +1 -0
  1026. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.weakref.d.ts +3 -0
  1027. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.weakref.d.ts.map +1 -0
  1028. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.weakref.js +14 -0
  1029. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.weakref.js.map +1 -0
  1030. package/node_modules/@typescript-eslint/scope-manager/dist/lib/index.d.ts +70 -0
  1031. package/node_modules/@typescript-eslint/scope-manager/dist/lib/index.d.ts.map +1 -0
  1032. package/node_modules/@typescript-eslint/scope-manager/dist/lib/index.js +142 -0
  1033. package/node_modules/@typescript-eslint/scope-manager/dist/lib/index.js.map +1 -0
  1034. package/node_modules/@typescript-eslint/scope-manager/dist/lib/lib.d.ts +3 -0
  1035. package/node_modules/@typescript-eslint/scope-manager/dist/lib/lib.d.ts.map +1 -0
  1036. package/node_modules/@typescript-eslint/scope-manager/dist/lib/lib.js +12 -0
  1037. package/node_modules/@typescript-eslint/scope-manager/dist/lib/lib.js.map +1 -0
  1038. package/node_modules/@typescript-eslint/scope-manager/dist/lib/scripthost.d.ts +3 -0
  1039. package/node_modules/@typescript-eslint/scope-manager/dist/lib/scripthost.d.ts.map +1 -0
  1040. package/node_modules/@typescript-eslint/scope-manager/dist/lib/scripthost.js +23 -0
  1041. package/node_modules/@typescript-eslint/scope-manager/dist/lib/scripthost.js.map +1 -0
  1042. package/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.d.ts +3 -0
  1043. package/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.d.ts.map +1 -0
  1044. package/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.importscripts.d.ts +3 -0
  1045. package/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.importscripts.d.ts.map +1 -0
  1046. package/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.importscripts.js +8 -0
  1047. package/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.importscripts.js.map +1 -0
  1048. package/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.iterable.d.ts +3 -0
  1049. package/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.iterable.d.ts.map +1 -0
  1050. package/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.iterable.js +24 -0
  1051. package/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.iterable.js.map +1 -0
  1052. package/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.js +420 -0
  1053. package/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.js.map +1 -0
  1054. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/ClassVisitor.d.ts +26 -0
  1055. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/ClassVisitor.d.ts.map +1 -0
  1056. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/ClassVisitor.js +314 -0
  1057. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/ClassVisitor.js.map +1 -0
  1058. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/ExportVisitor.d.ts +15 -0
  1059. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/ExportVisitor.d.ts.map +1 -0
  1060. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/ExportVisitor.js +73 -0
  1061. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/ExportVisitor.js.map +1 -0
  1062. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/ImportVisitor.d.ts +14 -0
  1063. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/ImportVisitor.d.ts.map +1 -0
  1064. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/ImportVisitor.js +50 -0
  1065. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/ImportVisitor.js.map +1 -0
  1066. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/PatternVisitor.d.ts +28 -0
  1067. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/PatternVisitor.d.ts.map +1 -0
  1068. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/PatternVisitor.js +111 -0
  1069. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/PatternVisitor.js.map +1 -0
  1070. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/Reference.d.ts +89 -0
  1071. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/Reference.d.ts.map +1 -0
  1072. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/Reference.js +109 -0
  1073. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/Reference.js.map +1 -0
  1074. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/Referencer.d.ts +82 -0
  1075. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/Referencer.d.ts.map +1 -0
  1076. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/Referencer.js +528 -0
  1077. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/Referencer.js.map +1 -0
  1078. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/TypeVisitor.d.ts +33 -0
  1079. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/TypeVisitor.d.ts.map +1 -0
  1080. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/TypeVisitor.js +222 -0
  1081. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/TypeVisitor.js.map +1 -0
  1082. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/Visitor.d.ts +13 -0
  1083. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/Visitor.d.ts.map +1 -0
  1084. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/Visitor.js +41 -0
  1085. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/Visitor.js.map +1 -0
  1086. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/VisitorBase.d.ts +22 -0
  1087. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/VisitorBase.d.ts.map +1 -0
  1088. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/VisitorBase.js +82 -0
  1089. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/VisitorBase.js.map +1 -0
  1090. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/index.d.ts +2 -0
  1091. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/index.d.ts.map +1 -0
  1092. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/index.js +6 -0
  1093. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/index.js.map +1 -0
  1094. package/node_modules/@typescript-eslint/scope-manager/dist/scope/BlockScope.d.ts +10 -0
  1095. package/node_modules/@typescript-eslint/scope-manager/dist/scope/BlockScope.d.ts.map +1 -0
  1096. package/node_modules/@typescript-eslint/scope-manager/dist/scope/BlockScope.js +12 -0
  1097. package/node_modules/@typescript-eslint/scope-manager/dist/scope/BlockScope.js.map +1 -0
  1098. package/node_modules/@typescript-eslint/scope-manager/dist/scope/CatchScope.d.ts +10 -0
  1099. package/node_modules/@typescript-eslint/scope-manager/dist/scope/CatchScope.d.ts.map +1 -0
  1100. package/node_modules/@typescript-eslint/scope-manager/dist/scope/CatchScope.js +12 -0
  1101. package/node_modules/@typescript-eslint/scope-manager/dist/scope/CatchScope.js.map +1 -0
  1102. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ClassFieldInitializerScope.d.ts +10 -0
  1103. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ClassFieldInitializerScope.d.ts.map +1 -0
  1104. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ClassFieldInitializerScope.js +12 -0
  1105. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ClassFieldInitializerScope.js.map +1 -0
  1106. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ClassScope.d.ts +10 -0
  1107. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ClassScope.d.ts.map +1 -0
  1108. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ClassScope.js +12 -0
  1109. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ClassScope.js.map +1 -0
  1110. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ConditionalTypeScope.d.ts +10 -0
  1111. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ConditionalTypeScope.d.ts.map +1 -0
  1112. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ConditionalTypeScope.js +12 -0
  1113. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ConditionalTypeScope.js.map +1 -0
  1114. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ForScope.d.ts +10 -0
  1115. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ForScope.d.ts.map +1 -0
  1116. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ForScope.js +12 -0
  1117. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ForScope.js.map +1 -0
  1118. package/node_modules/@typescript-eslint/scope-manager/dist/scope/FunctionExpressionNameScope.d.ts +11 -0
  1119. package/node_modules/@typescript-eslint/scope-manager/dist/scope/FunctionExpressionNameScope.d.ts.map +1 -0
  1120. package/node_modules/@typescript-eslint/scope-manager/dist/scope/FunctionExpressionNameScope.js +17 -0
  1121. package/node_modules/@typescript-eslint/scope-manager/dist/scope/FunctionExpressionNameScope.js.map +1 -0
  1122. package/node_modules/@typescript-eslint/scope-manager/dist/scope/FunctionScope.d.ts +13 -0
  1123. package/node_modules/@typescript-eslint/scope-manager/dist/scope/FunctionScope.d.ts.map +1 -0
  1124. package/node_modules/@typescript-eslint/scope-manager/dist/scope/FunctionScope.js +37 -0
  1125. package/node_modules/@typescript-eslint/scope-manager/dist/scope/FunctionScope.js.map +1 -0
  1126. package/node_modules/@typescript-eslint/scope-manager/dist/scope/FunctionTypeScope.d.ts +10 -0
  1127. package/node_modules/@typescript-eslint/scope-manager/dist/scope/FunctionTypeScope.d.ts.map +1 -0
  1128. package/node_modules/@typescript-eslint/scope-manager/dist/scope/FunctionTypeScope.js +12 -0
  1129. package/node_modules/@typescript-eslint/scope-manager/dist/scope/FunctionTypeScope.js.map +1 -0
  1130. package/node_modules/@typescript-eslint/scope-manager/dist/scope/GlobalScope.d.ts +18 -0
  1131. package/node_modules/@typescript-eslint/scope-manager/dist/scope/GlobalScope.d.ts.map +1 -0
  1132. package/node_modules/@typescript-eslint/scope-manager/dist/scope/GlobalScope.js +39 -0
  1133. package/node_modules/@typescript-eslint/scope-manager/dist/scope/GlobalScope.js.map +1 -0
  1134. package/node_modules/@typescript-eslint/scope-manager/dist/scope/MappedTypeScope.d.ts +10 -0
  1135. package/node_modules/@typescript-eslint/scope-manager/dist/scope/MappedTypeScope.d.ts.map +1 -0
  1136. package/node_modules/@typescript-eslint/scope-manager/dist/scope/MappedTypeScope.js +12 -0
  1137. package/node_modules/@typescript-eslint/scope-manager/dist/scope/MappedTypeScope.js.map +1 -0
  1138. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ModuleScope.d.ts +10 -0
  1139. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ModuleScope.d.ts.map +1 -0
  1140. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ModuleScope.js +12 -0
  1141. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ModuleScope.js.map +1 -0
  1142. package/node_modules/@typescript-eslint/scope-manager/dist/scope/Scope.d.ts +20 -0
  1143. package/node_modules/@typescript-eslint/scope-manager/dist/scope/Scope.d.ts.map +1 -0
  1144. package/node_modules/@typescript-eslint/scope-manager/dist/scope/Scope.js +3 -0
  1145. package/node_modules/@typescript-eslint/scope-manager/dist/scope/Scope.js.map +1 -0
  1146. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ScopeBase.d.ts +106 -0
  1147. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ScopeBase.d.ts.map +1 -0
  1148. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ScopeBase.js +366 -0
  1149. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ScopeBase.js.map +1 -0
  1150. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ScopeType.d.ts +21 -0
  1151. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ScopeType.d.ts.map +1 -0
  1152. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ScopeType.js +25 -0
  1153. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ScopeType.js.map +1 -0
  1154. package/node_modules/@typescript-eslint/scope-manager/dist/scope/SwitchScope.d.ts +10 -0
  1155. package/node_modules/@typescript-eslint/scope-manager/dist/scope/SwitchScope.d.ts.map +1 -0
  1156. package/node_modules/@typescript-eslint/scope-manager/dist/scope/SwitchScope.js +12 -0
  1157. package/node_modules/@typescript-eslint/scope-manager/dist/scope/SwitchScope.js.map +1 -0
  1158. package/node_modules/@typescript-eslint/scope-manager/dist/scope/TSEnumScope.d.ts +10 -0
  1159. package/node_modules/@typescript-eslint/scope-manager/dist/scope/TSEnumScope.d.ts.map +1 -0
  1160. package/node_modules/@typescript-eslint/scope-manager/dist/scope/TSEnumScope.js +12 -0
  1161. package/node_modules/@typescript-eslint/scope-manager/dist/scope/TSEnumScope.js.map +1 -0
  1162. package/node_modules/@typescript-eslint/scope-manager/dist/scope/TSModuleScope.d.ts +10 -0
  1163. package/node_modules/@typescript-eslint/scope-manager/dist/scope/TSModuleScope.d.ts.map +1 -0
  1164. package/node_modules/@typescript-eslint/scope-manager/dist/scope/TSModuleScope.js +12 -0
  1165. package/node_modules/@typescript-eslint/scope-manager/dist/scope/TSModuleScope.js.map +1 -0
  1166. package/node_modules/@typescript-eslint/scope-manager/dist/scope/TypeScope.d.ts +10 -0
  1167. package/node_modules/@typescript-eslint/scope-manager/dist/scope/TypeScope.d.ts.map +1 -0
  1168. package/node_modules/@typescript-eslint/scope-manager/dist/scope/TypeScope.js +12 -0
  1169. package/node_modules/@typescript-eslint/scope-manager/dist/scope/TypeScope.js.map +1 -0
  1170. package/node_modules/@typescript-eslint/scope-manager/dist/scope/WithScope.d.ts +11 -0
  1171. package/node_modules/@typescript-eslint/scope-manager/dist/scope/WithScope.d.ts.map +1 -0
  1172. package/node_modules/@typescript-eslint/scope-manager/dist/scope/WithScope.js +25 -0
  1173. package/node_modules/@typescript-eslint/scope-manager/dist/scope/WithScope.js.map +1 -0
  1174. package/node_modules/@typescript-eslint/scope-manager/dist/scope/index.d.ts +20 -0
  1175. package/node_modules/@typescript-eslint/scope-manager/dist/scope/index.d.ts.map +1 -0
  1176. package/node_modules/@typescript-eslint/scope-manager/dist/scope/index.js +32 -0
  1177. package/node_modules/@typescript-eslint/scope-manager/dist/scope/index.js.map +1 -0
  1178. package/node_modules/@typescript-eslint/scope-manager/dist/variable/ESLintScopeVariable.d.ts +34 -0
  1179. package/node_modules/@typescript-eslint/scope-manager/dist/variable/ESLintScopeVariable.d.ts.map +1 -0
  1180. package/node_modules/@typescript-eslint/scope-manager/dist/variable/ESLintScopeVariable.js +12 -0
  1181. package/node_modules/@typescript-eslint/scope-manager/dist/variable/ESLintScopeVariable.js.map +1 -0
  1182. package/node_modules/@typescript-eslint/scope-manager/dist/variable/ImplicitLibVariable.d.ts +25 -0
  1183. package/node_modules/@typescript-eslint/scope-manager/dist/variable/ImplicitLibVariable.d.ts.map +1 -0
  1184. package/node_modules/@typescript-eslint/scope-manager/dist/variable/ImplicitLibVariable.js +19 -0
  1185. package/node_modules/@typescript-eslint/scope-manager/dist/variable/ImplicitLibVariable.js.map +1 -0
  1186. package/node_modules/@typescript-eslint/scope-manager/dist/variable/Variable.d.ts +18 -0
  1187. package/node_modules/@typescript-eslint/scope-manager/dist/variable/Variable.d.ts.map +1 -0
  1188. package/node_modules/@typescript-eslint/scope-manager/dist/variable/Variable.js +33 -0
  1189. package/node_modules/@typescript-eslint/scope-manager/dist/variable/Variable.js.map +1 -0
  1190. package/node_modules/@typescript-eslint/scope-manager/dist/variable/VariableBase.d.ts +44 -0
  1191. package/node_modules/@typescript-eslint/scope-manager/dist/variable/VariableBase.d.ts.map +1 -0
  1192. package/node_modules/@typescript-eslint/scope-manager/dist/variable/VariableBase.js +39 -0
  1193. package/node_modules/@typescript-eslint/scope-manager/dist/variable/VariableBase.js.map +1 -0
  1194. package/node_modules/@typescript-eslint/scope-manager/dist/variable/index.d.ts +4 -0
  1195. package/node_modules/@typescript-eslint/scope-manager/dist/variable/index.d.ts.map +1 -0
  1196. package/node_modules/@typescript-eslint/scope-manager/dist/variable/index.js +10 -0
  1197. package/node_modules/@typescript-eslint/scope-manager/dist/variable/index.js.map +1 -0
  1198. package/node_modules/@typescript-eslint/scope-manager/package.json +68 -0
  1199. package/node_modules/@typescript-eslint/types/CHANGELOG.md +653 -0
  1200. package/node_modules/@typescript-eslint/types/LICENSE +21 -0
  1201. package/node_modules/@typescript-eslint/types/README.md +17 -0
  1202. package/node_modules/@typescript-eslint/types/dist/ast-spec.d.ts +1370 -0
  1203. package/node_modules/@typescript-eslint/types/dist/ast-spec.d.ts.map +1 -0
  1204. package/node_modules/@typescript-eslint/types/dist/ast-spec.js +197 -0
  1205. package/node_modules/@typescript-eslint/types/dist/ast-spec.js.map +1 -0
  1206. package/node_modules/@typescript-eslint/types/dist/index.d.ts +6 -0
  1207. package/node_modules/@typescript-eslint/types/dist/index.d.ts.map +1 -0
  1208. package/node_modules/@typescript-eslint/types/dist/index.js +21 -0
  1209. package/node_modules/@typescript-eslint/types/dist/index.js.map +1 -0
  1210. package/node_modules/@typescript-eslint/types/dist/lib.d.ts +3 -0
  1211. package/node_modules/@typescript-eslint/types/dist/lib.d.ts.map +1 -0
  1212. package/node_modules/@typescript-eslint/types/dist/lib.js +6 -0
  1213. package/node_modules/@typescript-eslint/types/dist/lib.js.map +1 -0
  1214. package/node_modules/@typescript-eslint/types/dist/parser-options.d.ts +35 -0
  1215. package/node_modules/@typescript-eslint/types/dist/parser-options.d.ts.map +1 -0
  1216. package/node_modules/@typescript-eslint/types/dist/parser-options.js +3 -0
  1217. package/node_modules/@typescript-eslint/types/dist/parser-options.js.map +1 -0
  1218. package/node_modules/@typescript-eslint/types/dist/ts-estree.d.ts +8 -0
  1219. package/node_modules/@typescript-eslint/types/dist/ts-estree.d.ts.map +1 -0
  1220. package/node_modules/@typescript-eslint/types/dist/ts-estree.js +24 -0
  1221. package/node_modules/@typescript-eslint/types/dist/ts-estree.js.map +1 -0
  1222. package/node_modules/@typescript-eslint/types/package.json +56 -0
  1223. package/node_modules/@typescript-eslint/typescript-estree/CHANGELOG.md +1484 -0
  1224. package/node_modules/@typescript-eslint/typescript-estree/LICENSE +26 -0
  1225. package/node_modules/@typescript-eslint/typescript-estree/README.md +383 -0
  1226. package/node_modules/@typescript-eslint/typescript-estree/dist/ast-converter.d.ts +9 -0
  1227. package/node_modules/@typescript-eslint/typescript-estree/dist/ast-converter.d.ts.map +1 -0
  1228. package/node_modules/@typescript-eslint/typescript-estree/dist/ast-converter.js +60 -0
  1229. package/node_modules/@typescript-eslint/typescript-estree/dist/ast-converter.js.map +1 -0
  1230. package/node_modules/@typescript-eslint/typescript-estree/dist/convert-comments.d.ts +11 -0
  1231. package/node_modules/@typescript-eslint/typescript-estree/dist/convert-comments.d.ts.map +1 -0
  1232. package/node_modules/@typescript-eslint/typescript-estree/dist/convert-comments.js +59 -0
  1233. package/node_modules/@typescript-eslint/typescript-estree/dist/convert-comments.js.map +1 -0
  1234. package/node_modules/@typescript-eslint/typescript-estree/dist/convert.d.ts +156 -0
  1235. package/node_modules/@typescript-eslint/typescript-estree/dist/convert.d.ts.map +1 -0
  1236. package/node_modules/@typescript-eslint/typescript-estree/dist/convert.js +2278 -0
  1237. package/node_modules/@typescript-eslint/typescript-estree/dist/convert.js.map +1 -0
  1238. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/WatchCompilerHostOfConfigFile.d.ts +13 -0
  1239. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/WatchCompilerHostOfConfigFile.d.ts.map +1 -0
  1240. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/WatchCompilerHostOfConfigFile.js +6 -0
  1241. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/WatchCompilerHostOfConfigFile.js.map +1 -0
  1242. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createDefaultProgram.d.ts +12 -0
  1243. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createDefaultProgram.d.ts.map +1 -0
  1244. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createDefaultProgram.js +62 -0
  1245. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createDefaultProgram.js.map +1 -0
  1246. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createIsolatedProgram.d.ts +9 -0
  1247. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createIsolatedProgram.d.ts.map +1 -0
  1248. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createIsolatedProgram.js +78 -0
  1249. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createIsolatedProgram.js.map +1 -0
  1250. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createProjectProgram.d.ts +11 -0
  1251. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createProjectProgram.d.ts.map +1 -0
  1252. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createProjectProgram.js +61 -0
  1253. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createProjectProgram.js.map +1 -0
  1254. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createSourceFile.d.ts +5 -0
  1255. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createSourceFile.d.ts.map +1 -0
  1256. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createSourceFile.js +36 -0
  1257. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createSourceFile.js.map +1 -0
  1258. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createWatchProgram.d.ts +19 -0
  1259. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createWatchProgram.d.ts.map +1 -0
  1260. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createWatchProgram.js +410 -0
  1261. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createWatchProgram.js.map +1 -0
  1262. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/shared.d.ts +23 -0
  1263. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/shared.d.ts.map +1 -0
  1264. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/shared.js +127 -0
  1265. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/shared.js.map +1 -0
  1266. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/useProvidedPrograms.d.ts +13 -0
  1267. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/useProvidedPrograms.d.ts.map +1 -0
  1268. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/useProvidedPrograms.js +89 -0
  1269. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/useProvidedPrograms.js.map +1 -0
  1270. package/node_modules/@typescript-eslint/typescript-estree/dist/index.d.ts +9 -0
  1271. package/node_modules/@typescript-eslint/typescript-estree/dist/index.d.ts.map +1 -0
  1272. package/node_modules/@typescript-eslint/typescript-estree/dist/index.js +32 -0
  1273. package/node_modules/@typescript-eslint/typescript-estree/dist/index.js.map +1 -0
  1274. package/node_modules/@typescript-eslint/typescript-estree/dist/jsx/xhtml-entities.d.ts +2 -0
  1275. package/node_modules/@typescript-eslint/typescript-estree/dist/jsx/xhtml-entities.d.ts.map +1 -0
  1276. package/node_modules/@typescript-eslint/typescript-estree/dist/jsx/xhtml-entities.js +259 -0
  1277. package/node_modules/@typescript-eslint/typescript-estree/dist/jsx/xhtml-entities.js.map +1 -0
  1278. package/node_modules/@typescript-eslint/typescript-estree/dist/node-utils.d.ts +224 -0
  1279. package/node_modules/@typescript-eslint/typescript-estree/dist/node-utils.d.ts.map +1 -0
  1280. package/node_modules/@typescript-eslint/typescript-estree/dist/node-utils.js +559 -0
  1281. package/node_modules/@typescript-eslint/typescript-estree/dist/node-utils.js.map +1 -0
  1282. package/node_modules/@typescript-eslint/typescript-estree/dist/parser-options.d.ts +188 -0
  1283. package/node_modules/@typescript-eslint/typescript-estree/dist/parser-options.d.ts.map +1 -0
  1284. package/node_modules/@typescript-eslint/typescript-estree/dist/parser-options.js +3 -0
  1285. package/node_modules/@typescript-eslint/typescript-estree/dist/parser-options.js.map +1 -0
  1286. package/node_modules/@typescript-eslint/typescript-estree/dist/parser.d.ts +25 -0
  1287. package/node_modules/@typescript-eslint/typescript-estree/dist/parser.d.ts.map +1 -0
  1288. package/node_modules/@typescript-eslint/typescript-estree/dist/parser.js +522 -0
  1289. package/node_modules/@typescript-eslint/typescript-estree/dist/parser.js.map +1 -0
  1290. package/node_modules/@typescript-eslint/typescript-estree/dist/semantic-or-syntactic-errors.d.ts +13 -0
  1291. package/node_modules/@typescript-eslint/typescript-estree/dist/semantic-or-syntactic-errors.d.ts.map +1 -0
  1292. package/node_modules/@typescript-eslint/typescript-estree/dist/semantic-or-syntactic-errors.js +93 -0
  1293. package/node_modules/@typescript-eslint/typescript-estree/dist/semantic-or-syntactic-errors.js.map +1 -0
  1294. package/node_modules/@typescript-eslint/typescript-estree/dist/simple-traverse.d.ts +9 -0
  1295. package/node_modules/@typescript-eslint/typescript-estree/dist/simple-traverse.d.ts.map +1 -0
  1296. package/node_modules/@typescript-eslint/typescript-estree/dist/simple-traverse.js +54 -0
  1297. package/node_modules/@typescript-eslint/typescript-estree/dist/simple-traverse.js.map +1 -0
  1298. package/node_modules/@typescript-eslint/typescript-estree/dist/ts-estree/estree-to-ts-node-types.d.ts +173 -0
  1299. package/node_modules/@typescript-eslint/typescript-estree/dist/ts-estree/estree-to-ts-node-types.d.ts.map +1 -0
  1300. package/node_modules/@typescript-eslint/typescript-estree/dist/ts-estree/estree-to-ts-node-types.js +4 -0
  1301. package/node_modules/@typescript-eslint/typescript-estree/dist/ts-estree/estree-to-ts-node-types.js.map +1 -0
  1302. package/node_modules/@typescript-eslint/typescript-estree/dist/ts-estree/index.d.ts +4 -0
  1303. package/node_modules/@typescript-eslint/typescript-estree/dist/ts-estree/index.d.ts.map +1 -0
  1304. package/node_modules/@typescript-eslint/typescript-estree/dist/ts-estree/index.js +21 -0
  1305. package/node_modules/@typescript-eslint/typescript-estree/dist/ts-estree/index.js.map +1 -0
  1306. package/node_modules/@typescript-eslint/typescript-estree/dist/ts-estree/ts-nodes.d.ts +14 -0
  1307. package/node_modules/@typescript-eslint/typescript-estree/dist/ts-estree/ts-nodes.d.ts.map +1 -0
  1308. package/node_modules/@typescript-eslint/typescript-estree/dist/ts-estree/ts-nodes.js +3 -0
  1309. package/node_modules/@typescript-eslint/typescript-estree/dist/ts-estree/ts-nodes.js.map +1 -0
  1310. package/node_modules/@typescript-eslint/typescript-estree/dist/version-check.d.ts +3 -0
  1311. package/node_modules/@typescript-eslint/typescript-estree/dist/version-check.d.ts.map +1 -0
  1312. package/node_modules/@typescript-eslint/typescript-estree/dist/version-check.js +42 -0
  1313. package/node_modules/@typescript-eslint/typescript-estree/dist/version-check.js.map +1 -0
  1314. package/node_modules/@typescript-eslint/typescript-estree/node_modules/array-union/index.d.ts +25 -0
  1315. package/node_modules/@typescript-eslint/typescript-estree/node_modules/array-union/index.js +5 -0
  1316. package/node_modules/@typescript-eslint/typescript-estree/node_modules/array-union/license +9 -0
  1317. package/node_modules/@typescript-eslint/typescript-estree/node_modules/array-union/package.json +38 -0
  1318. package/node_modules/@typescript-eslint/typescript-estree/node_modules/array-union/readme.md +34 -0
  1319. package/node_modules/@typescript-eslint/typescript-estree/node_modules/globby/gitignore.js +120 -0
  1320. package/node_modules/@typescript-eslint/typescript-estree/node_modules/globby/index.d.ts +186 -0
  1321. package/node_modules/@typescript-eslint/typescript-estree/node_modules/globby/index.js +181 -0
  1322. package/node_modules/@typescript-eslint/typescript-estree/node_modules/globby/license +9 -0
  1323. package/node_modules/@typescript-eslint/typescript-estree/node_modules/globby/package.json +82 -0
  1324. package/node_modules/@typescript-eslint/typescript-estree/node_modules/globby/readme.md +170 -0
  1325. package/node_modules/@typescript-eslint/typescript-estree/node_modules/globby/stream-utils.js +46 -0
  1326. package/node_modules/@typescript-eslint/typescript-estree/node_modules/ignore/CHANGELOG.md +32 -0
  1327. package/node_modules/@typescript-eslint/typescript-estree/node_modules/ignore/LICENSE-MIT +21 -0
  1328. package/node_modules/@typescript-eslint/typescript-estree/node_modules/ignore/README.md +392 -0
  1329. package/node_modules/@typescript-eslint/typescript-estree/node_modules/ignore/index.d.ts +63 -0
  1330. package/node_modules/@typescript-eslint/typescript-estree/node_modules/ignore/index.js +597 -0
  1331. package/node_modules/@typescript-eslint/typescript-estree/node_modules/ignore/legacy.js +495 -0
  1332. package/node_modules/@typescript-eslint/typescript-estree/node_modules/ignore/package.json +70 -0
  1333. package/node_modules/@typescript-eslint/typescript-estree/node_modules/slash/index.d.ts +25 -0
  1334. package/node_modules/@typescript-eslint/typescript-estree/node_modules/slash/index.js +11 -0
  1335. package/node_modules/@typescript-eslint/typescript-estree/node_modules/slash/license +9 -0
  1336. package/node_modules/@typescript-eslint/typescript-estree/node_modules/slash/package.json +35 -0
  1337. package/node_modules/@typescript-eslint/typescript-estree/node_modules/slash/readme.md +44 -0
  1338. package/node_modules/@typescript-eslint/typescript-estree/package.json +86 -0
  1339. package/node_modules/@typescript-eslint/visitor-keys/CHANGELOG.md +622 -0
  1340. package/node_modules/@typescript-eslint/visitor-keys/LICENSE +21 -0
  1341. package/node_modules/@typescript-eslint/visitor-keys/README.md +13 -0
  1342. package/node_modules/@typescript-eslint/visitor-keys/dist/get-keys.d.ts +4 -0
  1343. package/node_modules/@typescript-eslint/visitor-keys/dist/get-keys.d.ts.map +1 -0
  1344. package/node_modules/@typescript-eslint/visitor-keys/dist/get-keys.js +7 -0
  1345. package/node_modules/@typescript-eslint/visitor-keys/dist/get-keys.js.map +1 -0
  1346. package/node_modules/@typescript-eslint/visitor-keys/dist/index.d.ts +3 -0
  1347. package/node_modules/@typescript-eslint/visitor-keys/dist/index.d.ts.map +1 -0
  1348. package/node_modules/@typescript-eslint/visitor-keys/dist/index.js +8 -0
  1349. package/node_modules/@typescript-eslint/visitor-keys/dist/index.js.map +1 -0
  1350. package/node_modules/@typescript-eslint/visitor-keys/dist/visitor-keys.d.ts +6 -0
  1351. package/node_modules/@typescript-eslint/visitor-keys/dist/visitor-keys.d.ts.map +1 -0
  1352. package/node_modules/@typescript-eslint/visitor-keys/dist/visitor-keys.js +151 -0
  1353. package/node_modules/@typescript-eslint/visitor-keys/dist/visitor-keys.js.map +1 -0
  1354. package/node_modules/@typescript-eslint/visitor-keys/package.json +59 -0
  1355. package/node_modules/braces/CHANGELOG.md +184 -0
  1356. package/node_modules/braces/LICENSE +21 -0
  1357. package/node_modules/braces/README.md +593 -0
  1358. package/node_modules/braces/index.js +170 -0
  1359. package/node_modules/braces/lib/compile.js +57 -0
  1360. package/node_modules/braces/lib/constants.js +57 -0
  1361. package/node_modules/braces/lib/expand.js +113 -0
  1362. package/node_modules/braces/lib/parse.js +333 -0
  1363. package/node_modules/braces/lib/stringify.js +32 -0
  1364. package/node_modules/braces/lib/utils.js +112 -0
  1365. package/node_modules/braces/package.json +77 -0
  1366. package/node_modules/debug/LICENSE +19 -0
  1367. package/node_modules/debug/README.md +455 -0
  1368. package/node_modules/debug/node_modules/ms/index.js +162 -0
  1369. package/node_modules/debug/node_modules/ms/license.md +21 -0
  1370. package/node_modules/debug/node_modules/ms/package.json +37 -0
  1371. package/node_modules/debug/node_modules/ms/readme.md +60 -0
  1372. package/node_modules/debug/package.json +59 -0
  1373. package/node_modules/debug/src/browser.js +269 -0
  1374. package/node_modules/debug/src/common.js +274 -0
  1375. package/node_modules/debug/src/index.js +10 -0
  1376. package/node_modules/debug/src/node.js +263 -0
  1377. package/node_modules/dir-glob/index.js +75 -0
  1378. package/node_modules/dir-glob/license +9 -0
  1379. package/node_modules/dir-glob/package.json +38 -0
  1380. package/node_modules/dir-glob/readme.md +76 -0
  1381. package/node_modules/eslint-config-xo-typescript/index.js +665 -0
  1382. package/node_modules/eslint-config-xo-typescript/license +9 -0
  1383. package/node_modules/eslint-config-xo-typescript/package.json +59 -0
  1384. package/node_modules/eslint-config-xo-typescript/readme.md +67 -0
  1385. package/node_modules/eslint-config-xo-typescript/space.js +15 -0
  1386. package/node_modules/eslint-scope/CHANGELOG.md +70 -0
  1387. package/node_modules/eslint-scope/LICENSE +22 -0
  1388. package/node_modules/eslint-scope/README.md +54 -0
  1389. package/node_modules/eslint-scope/lib/definition.js +86 -0
  1390. package/node_modules/eslint-scope/lib/index.js +165 -0
  1391. package/node_modules/eslint-scope/lib/pattern-visitor.js +152 -0
  1392. package/node_modules/eslint-scope/lib/reference.js +167 -0
  1393. package/node_modules/eslint-scope/lib/referencer.js +629 -0
  1394. package/node_modules/eslint-scope/lib/scope-manager.js +247 -0
  1395. package/node_modules/eslint-scope/lib/scope.js +748 -0
  1396. package/node_modules/eslint-scope/lib/variable.js +88 -0
  1397. package/node_modules/eslint-scope/node_modules/estraverse/.jshintrc +16 -0
  1398. package/node_modules/eslint-scope/node_modules/estraverse/LICENSE.BSD +19 -0
  1399. package/node_modules/eslint-scope/node_modules/estraverse/README.md +153 -0
  1400. package/node_modules/eslint-scope/node_modules/estraverse/estraverse.js +782 -0
  1401. package/node_modules/eslint-scope/node_modules/estraverse/gulpfile.js +70 -0
  1402. package/node_modules/eslint-scope/node_modules/estraverse/package.json +40 -0
  1403. package/node_modules/eslint-scope/package.json +48 -0
  1404. package/node_modules/eslint-utils/LICENSE +21 -0
  1405. package/node_modules/eslint-utils/README.md +38 -0
  1406. package/node_modules/eslint-utils/index.js +1956 -0
  1407. package/node_modules/eslint-utils/index.js.map +1 -0
  1408. package/node_modules/eslint-utils/index.mjs +1914 -0
  1409. package/node_modules/eslint-utils/index.mjs.map +1 -0
  1410. package/node_modules/eslint-utils/node_modules/eslint-visitor-keys/CHANGELOG.md +36 -0
  1411. package/node_modules/eslint-utils/node_modules/eslint-visitor-keys/LICENSE +201 -0
  1412. package/node_modules/eslint-utils/node_modules/eslint-visitor-keys/README.md +98 -0
  1413. package/node_modules/eslint-utils/node_modules/eslint-visitor-keys/lib/index.js +81 -0
  1414. package/node_modules/eslint-utils/node_modules/eslint-visitor-keys/lib/visitor-keys.json +289 -0
  1415. package/node_modules/eslint-utils/node_modules/eslint-visitor-keys/package.json +39 -0
  1416. package/node_modules/eslint-utils/package.json +78 -0
  1417. package/node_modules/eslint-visitor-keys/CHANGELOG.md +42 -0
  1418. package/node_modules/eslint-visitor-keys/LICENSE +201 -0
  1419. package/node_modules/eslint-visitor-keys/README.md +106 -0
  1420. package/node_modules/eslint-visitor-keys/dist/eslint-visitor-keys.cjs +364 -0
  1421. package/node_modules/eslint-visitor-keys/lib/index.js +59 -0
  1422. package/node_modules/eslint-visitor-keys/lib/visitor-keys.js +300 -0
  1423. package/node_modules/eslint-visitor-keys/package.json +55 -0
  1424. package/node_modules/esrecurse/.babelrc +3 -0
  1425. package/node_modules/esrecurse/README.md +171 -0
  1426. package/node_modules/esrecurse/esrecurse.js +117 -0
  1427. package/node_modules/esrecurse/gulpfile.babel.js +92 -0
  1428. package/node_modules/esrecurse/package.json +52 -0
  1429. package/node_modules/estraverse/.jshintrc +16 -0
  1430. package/node_modules/estraverse/LICENSE.BSD +19 -0
  1431. package/node_modules/estraverse/README.md +153 -0
  1432. package/node_modules/estraverse/estraverse.js +805 -0
  1433. package/node_modules/estraverse/gulpfile.js +70 -0
  1434. package/node_modules/estraverse/package.json +40 -0
  1435. package/node_modules/fast-glob/LICENSE +21 -0
  1436. package/node_modules/fast-glob/README.md +795 -0
  1437. package/node_modules/fast-glob/out/index.d.ts +27 -0
  1438. package/node_modules/fast-glob/out/index.js +67 -0
  1439. package/node_modules/fast-glob/out/managers/tasks.d.ts +22 -0
  1440. package/node_modules/fast-glob/out/managers/tasks.js +80 -0
  1441. package/node_modules/fast-glob/out/providers/async.d.ts +11 -0
  1442. package/node_modules/fast-glob/out/providers/async.js +28 -0
  1443. package/node_modules/fast-glob/out/providers/filters/deep.d.ts +16 -0
  1444. package/node_modules/fast-glob/out/providers/filters/deep.js +62 -0
  1445. package/node_modules/fast-glob/out/providers/filters/entry.d.ts +16 -0
  1446. package/node_modules/fast-glob/out/providers/filters/entry.js +56 -0
  1447. package/node_modules/fast-glob/out/providers/filters/error.d.ts +8 -0
  1448. package/node_modules/fast-glob/out/providers/filters/error.js +15 -0
  1449. package/node_modules/fast-glob/out/providers/matchers/matcher.d.ts +33 -0
  1450. package/node_modules/fast-glob/out/providers/matchers/matcher.js +50 -0
  1451. package/node_modules/fast-glob/out/providers/matchers/partial.d.ts +4 -0
  1452. package/node_modules/fast-glob/out/providers/matchers/partial.js +38 -0
  1453. package/node_modules/fast-glob/out/providers/provider.d.ts +19 -0
  1454. package/node_modules/fast-glob/out/providers/provider.js +48 -0
  1455. package/node_modules/fast-glob/out/providers/stream.d.ts +11 -0
  1456. package/node_modules/fast-glob/out/providers/stream.js +31 -0
  1457. package/node_modules/fast-glob/out/providers/sync.d.ts +9 -0
  1458. package/node_modules/fast-glob/out/providers/sync.js +23 -0
  1459. package/node_modules/fast-glob/out/providers/transformers/entry.d.ts +8 -0
  1460. package/node_modules/fast-glob/out/providers/transformers/entry.js +26 -0
  1461. package/node_modules/fast-glob/out/readers/reader.d.ts +15 -0
  1462. package/node_modules/fast-glob/out/readers/reader.js +33 -0
  1463. package/node_modules/fast-glob/out/readers/stream.d.ts +14 -0
  1464. package/node_modules/fast-glob/out/readers/stream.js +55 -0
  1465. package/node_modules/fast-glob/out/readers/sync.d.ts +12 -0
  1466. package/node_modules/fast-glob/out/readers/sync.js +43 -0
  1467. package/node_modules/fast-glob/out/settings.d.ts +164 -0
  1468. package/node_modules/fast-glob/out/settings.js +57 -0
  1469. package/node_modules/fast-glob/out/types/index.d.ts +31 -0
  1470. package/node_modules/fast-glob/out/types/index.js +2 -0
  1471. package/node_modules/fast-glob/out/utils/array.d.ts +2 -0
  1472. package/node_modules/fast-glob/out/utils/array.js +22 -0
  1473. package/node_modules/fast-glob/out/utils/errno.d.ts +2 -0
  1474. package/node_modules/fast-glob/out/utils/errno.js +7 -0
  1475. package/node_modules/fast-glob/out/utils/fs.d.ts +4 -0
  1476. package/node_modules/fast-glob/out/utils/fs.js +19 -0
  1477. package/node_modules/fast-glob/out/utils/index.d.ts +8 -0
  1478. package/node_modules/fast-glob/out/utils/index.js +17 -0
  1479. package/node_modules/fast-glob/out/utils/path.d.ts +8 -0
  1480. package/node_modules/fast-glob/out/utils/path.js +33 -0
  1481. package/node_modules/fast-glob/out/utils/pattern.d.ts +42 -0
  1482. package/node_modules/fast-glob/out/utils/pattern.js +157 -0
  1483. package/node_modules/fast-glob/out/utils/stream.d.ts +3 -0
  1484. package/node_modules/fast-glob/out/utils/stream.js +17 -0
  1485. package/node_modules/fast-glob/out/utils/string.d.ts +2 -0
  1486. package/node_modules/fast-glob/out/utils/string.js +11 -0
  1487. package/node_modules/fast-glob/package.json +94 -0
  1488. package/node_modules/fastq/.github/dependabot.yml +11 -0
  1489. package/node_modules/fastq/.github/workflows/ci.yml +50 -0
  1490. package/node_modules/fastq/LICENSE +13 -0
  1491. package/node_modules/fastq/README.md +309 -0
  1492. package/node_modules/fastq/bench.js +66 -0
  1493. package/node_modules/fastq/example.js +14 -0
  1494. package/node_modules/fastq/example.mjs +11 -0
  1495. package/node_modules/fastq/index.d.ts +37 -0
  1496. package/node_modules/fastq/package.json +52 -0
  1497. package/node_modules/fastq/queue.js +283 -0
  1498. package/node_modules/fastq/test/example.ts +81 -0
  1499. package/node_modules/fastq/test/promise.js +221 -0
  1500. package/node_modules/fastq/test/test.js +566 -0
  1501. package/node_modules/fastq/test/tsconfig.json +11 -0
  1502. package/node_modules/fill-range/LICENSE +21 -0
  1503. package/node_modules/fill-range/README.md +237 -0
  1504. package/node_modules/fill-range/index.js +249 -0
  1505. package/node_modules/fill-range/package.json +69 -0
  1506. package/node_modules/functional-red-black-tree/.npmignore +16 -0
  1507. package/node_modules/functional-red-black-tree/LICENSE +22 -0
  1508. package/node_modules/functional-red-black-tree/README.md +237 -0
  1509. package/node_modules/functional-red-black-tree/bench/test.js +11 -0
  1510. package/node_modules/functional-red-black-tree/package.json +40 -0
  1511. package/node_modules/functional-red-black-tree/rbtree.js +996 -0
  1512. package/node_modules/functional-red-black-tree/test/test.js +479 -0
  1513. package/node_modules/glob-parent/CHANGELOG.md +110 -0
  1514. package/node_modules/glob-parent/LICENSE +15 -0
  1515. package/node_modules/glob-parent/README.md +137 -0
  1516. package/node_modules/glob-parent/index.js +42 -0
  1517. package/node_modules/glob-parent/package.json +48 -0
  1518. package/node_modules/is-extglob/LICENSE +21 -0
  1519. package/node_modules/is-extglob/README.md +107 -0
  1520. package/node_modules/is-extglob/index.js +20 -0
  1521. package/node_modules/is-extglob/package.json +69 -0
  1522. package/node_modules/is-glob/LICENSE +21 -0
  1523. package/node_modules/is-glob/README.md +206 -0
  1524. package/node_modules/is-glob/index.js +150 -0
  1525. package/node_modules/is-glob/package.json +81 -0
  1526. package/node_modules/is-number/LICENSE +21 -0
  1527. package/node_modules/is-number/README.md +187 -0
  1528. package/node_modules/is-number/index.js +18 -0
  1529. package/node_modules/is-number/package.json +82 -0
  1530. package/node_modules/lru-cache/LICENSE +15 -0
  1531. package/node_modules/lru-cache/README.md +166 -0
  1532. package/node_modules/lru-cache/index.js +334 -0
  1533. package/node_modules/lru-cache/package.json +34 -0
  1534. package/node_modules/merge2/LICENSE +21 -0
  1535. package/node_modules/merge2/README.md +144 -0
  1536. package/node_modules/merge2/index.js +144 -0
  1537. package/node_modules/merge2/package.json +43 -0
  1538. package/node_modules/micromatch/CHANGELOG.md +109 -0
  1539. package/node_modules/micromatch/LICENSE +21 -0
  1540. package/node_modules/micromatch/README.md +1008 -0
  1541. package/node_modules/micromatch/index.js +467 -0
  1542. package/node_modules/micromatch/package.json +119 -0
  1543. package/node_modules/path-type/index.d.ts +51 -0
  1544. package/node_modules/path-type/index.js +43 -0
  1545. package/node_modules/path-type/license +9 -0
  1546. package/node_modules/path-type/package.json +45 -0
  1547. package/node_modules/path-type/readme.md +72 -0
  1548. package/node_modules/picomatch/CHANGELOG.md +126 -0
  1549. package/node_modules/picomatch/LICENSE +21 -0
  1550. package/node_modules/picomatch/README.md +707 -0
  1551. package/node_modules/picomatch/index.js +3 -0
  1552. package/node_modules/picomatch/lib/constants.js +179 -0
  1553. package/node_modules/picomatch/lib/parse.js +1084 -0
  1554. package/node_modules/picomatch/lib/picomatch.js +342 -0
  1555. package/node_modules/picomatch/lib/scan.js +391 -0
  1556. package/node_modules/picomatch/lib/utils.js +64 -0
  1557. package/node_modules/picomatch/package.json +81 -0
  1558. package/node_modules/queue-microtask/LICENSE +20 -0
  1559. package/node_modules/queue-microtask/README.md +90 -0
  1560. package/node_modules/queue-microtask/index.d.ts +2 -0
  1561. package/node_modules/queue-microtask/index.js +9 -0
  1562. package/node_modules/queue-microtask/package.json +55 -0
  1563. package/node_modules/regexpp/LICENSE +21 -0
  1564. package/node_modules/regexpp/README.md +178 -0
  1565. package/node_modules/regexpp/index.d.ts +248 -0
  1566. package/node_modules/regexpp/index.js +2096 -0
  1567. package/node_modules/regexpp/index.js.map +1 -0
  1568. package/node_modules/regexpp/index.mjs +2087 -0
  1569. package/node_modules/regexpp/index.mjs.map +1 -0
  1570. package/node_modules/regexpp/package.json +91 -0
  1571. package/node_modules/reusify/.coveralls.yml +1 -0
  1572. package/node_modules/reusify/.travis.yml +28 -0
  1573. package/node_modules/reusify/LICENSE +22 -0
  1574. package/node_modules/reusify/README.md +145 -0
  1575. package/node_modules/reusify/benchmarks/createNoCodeFunction.js +30 -0
  1576. package/node_modules/reusify/benchmarks/fib.js +13 -0
  1577. package/node_modules/reusify/benchmarks/reuseNoCodeFunction.js +38 -0
  1578. package/node_modules/reusify/package.json +45 -0
  1579. package/node_modules/reusify/reusify.js +33 -0
  1580. package/node_modules/reusify/test.js +66 -0
  1581. package/node_modules/run-parallel/LICENSE +20 -0
  1582. package/node_modules/run-parallel/README.md +85 -0
  1583. package/node_modules/run-parallel/index.js +51 -0
  1584. package/node_modules/run-parallel/package.json +58 -0
  1585. package/node_modules/semver/CHANGELOG.md +111 -0
  1586. package/node_modules/semver/LICENSE +15 -0
  1587. package/node_modules/semver/README.md +566 -0
  1588. package/node_modules/semver/bin/semver.js +173 -0
  1589. package/node_modules/semver/classes/comparator.js +135 -0
  1590. package/node_modules/semver/classes/index.js +5 -0
  1591. package/node_modules/semver/classes/range.js +510 -0
  1592. package/node_modules/semver/classes/semver.js +287 -0
  1593. package/node_modules/semver/functions/clean.js +6 -0
  1594. package/node_modules/semver/functions/cmp.js +48 -0
  1595. package/node_modules/semver/functions/coerce.js +51 -0
  1596. package/node_modules/semver/functions/compare-build.js +7 -0
  1597. package/node_modules/semver/functions/compare-loose.js +3 -0
  1598. package/node_modules/semver/functions/compare.js +5 -0
  1599. package/node_modules/semver/functions/diff.js +23 -0
  1600. package/node_modules/semver/functions/eq.js +3 -0
  1601. package/node_modules/semver/functions/gt.js +3 -0
  1602. package/node_modules/semver/functions/gte.js +3 -0
  1603. package/node_modules/semver/functions/inc.js +15 -0
  1604. package/node_modules/semver/functions/lt.js +3 -0
  1605. package/node_modules/semver/functions/lte.js +3 -0
  1606. package/node_modules/semver/functions/major.js +3 -0
  1607. package/node_modules/semver/functions/minor.js +3 -0
  1608. package/node_modules/semver/functions/neq.js +3 -0
  1609. package/node_modules/semver/functions/parse.js +33 -0
  1610. package/node_modules/semver/functions/patch.js +3 -0
  1611. package/node_modules/semver/functions/prerelease.js +6 -0
  1612. package/node_modules/semver/functions/rcompare.js +3 -0
  1613. package/node_modules/semver/functions/rsort.js +3 -0
  1614. package/node_modules/semver/functions/satisfies.js +10 -0
  1615. package/node_modules/semver/functions/sort.js +3 -0
  1616. package/node_modules/semver/functions/valid.js +6 -0
  1617. package/node_modules/semver/index.js +48 -0
  1618. package/node_modules/semver/internal/constants.js +17 -0
  1619. package/node_modules/semver/internal/debug.js +9 -0
  1620. package/node_modules/semver/internal/identifiers.js +23 -0
  1621. package/node_modules/semver/internal/parse-options.js +11 -0
  1622. package/node_modules/semver/internal/re.js +182 -0
  1623. package/node_modules/semver/package.json +41 -0
  1624. package/node_modules/semver/preload.js +2 -0
  1625. package/node_modules/semver/range.bnf +16 -0
  1626. package/node_modules/semver/ranges/gtr.js +4 -0
  1627. package/node_modules/semver/ranges/intersects.js +7 -0
  1628. package/node_modules/semver/ranges/ltr.js +4 -0
  1629. package/node_modules/semver/ranges/max-satisfying.js +25 -0
  1630. package/node_modules/semver/ranges/min-satisfying.js +24 -0
  1631. package/node_modules/semver/ranges/min-version.js +60 -0
  1632. package/node_modules/semver/ranges/outside.js +80 -0
  1633. package/node_modules/semver/ranges/simplify.js +44 -0
  1634. package/node_modules/semver/ranges/subset.js +222 -0
  1635. package/node_modules/semver/ranges/to-comparators.js +8 -0
  1636. package/node_modules/semver/ranges/valid.js +11 -0
  1637. package/node_modules/to-regex-range/LICENSE +21 -0
  1638. package/node_modules/to-regex-range/README.md +305 -0
  1639. package/node_modules/to-regex-range/index.js +288 -0
  1640. package/node_modules/to-regex-range/package.json +88 -0
  1641. package/node_modules/tslib/CopyrightNotice.txt +15 -0
  1642. package/node_modules/tslib/LICENSE.txt +12 -0
  1643. package/node_modules/tslib/README.md +142 -0
  1644. package/node_modules/tslib/modules/index.js +51 -0
  1645. package/node_modules/tslib/modules/package.json +3 -0
  1646. package/node_modules/tslib/package.json +37 -0
  1647. package/node_modules/tslib/test/validateModuleExportsMatchCommonJS/index.js +23 -0
  1648. package/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +6 -0
  1649. package/node_modules/tslib/tslib.d.ts +37 -0
  1650. package/node_modules/tslib/tslib.es6.html +1 -0
  1651. package/node_modules/tslib/tslib.es6.js +218 -0
  1652. package/node_modules/tslib/tslib.html +1 -0
  1653. package/node_modules/tslib/tslib.js +284 -0
  1654. package/node_modules/tsutils/CHANGELOG.md +811 -0
  1655. package/node_modules/tsutils/LICENSE +21 -0
  1656. package/node_modules/tsutils/README.md +61 -0
  1657. package/node_modules/tsutils/index.d.ts +2 -0
  1658. package/node_modules/tsutils/index.js +6 -0
  1659. package/node_modules/tsutils/index.js.map +1 -0
  1660. package/node_modules/tsutils/package.json +63 -0
  1661. package/node_modules/tsutils/typeguard/2.8/index.d.ts +2 -0
  1662. package/node_modules/tsutils/typeguard/2.8/index.js +6 -0
  1663. package/node_modules/tsutils/typeguard/2.8/index.js.map +1 -0
  1664. package/node_modules/tsutils/typeguard/2.8/node.d.ts +155 -0
  1665. package/node_modules/tsutils/typeguard/2.8/node.js +714 -0
  1666. package/node_modules/tsutils/typeguard/2.8/node.js.map +1 -0
  1667. package/node_modules/tsutils/typeguard/2.8/type.d.ts +18 -0
  1668. package/node_modules/tsutils/typeguard/2.8/type.js +77 -0
  1669. package/node_modules/tsutils/typeguard/2.8/type.js.map +1 -0
  1670. package/node_modules/tsutils/typeguard/2.9/index.d.ts +2 -0
  1671. package/node_modules/tsutils/typeguard/2.9/index.js +6 -0
  1672. package/node_modules/tsutils/typeguard/2.9/index.js.map +1 -0
  1673. package/node_modules/tsutils/typeguard/2.9/node.d.ts +3 -0
  1674. package/node_modules/tsutils/typeguard/2.9/node.js +11 -0
  1675. package/node_modules/tsutils/typeguard/2.9/node.js.map +1 -0
  1676. package/node_modules/tsutils/typeguard/2.9/type.d.ts +1 -0
  1677. package/node_modules/tsutils/typeguard/2.9/type.js +5 -0
  1678. package/node_modules/tsutils/typeguard/2.9/type.js.map +1 -0
  1679. package/node_modules/tsutils/typeguard/3.0/index.d.ts +2 -0
  1680. package/node_modules/tsutils/typeguard/3.0/index.js +6 -0
  1681. package/node_modules/tsutils/typeguard/3.0/index.js.map +1 -0
  1682. package/node_modules/tsutils/typeguard/3.0/node.d.ts +5 -0
  1683. package/node_modules/tsutils/typeguard/3.0/node.js +19 -0
  1684. package/node_modules/tsutils/typeguard/3.0/node.js.map +1 -0
  1685. package/node_modules/tsutils/typeguard/3.0/type.d.ts +6 -0
  1686. package/node_modules/tsutils/typeguard/3.0/type.js +16 -0
  1687. package/node_modules/tsutils/typeguard/3.0/type.js.map +1 -0
  1688. package/node_modules/tsutils/typeguard/3.2/index.d.ts +2 -0
  1689. package/node_modules/tsutils/typeguard/3.2/index.js +6 -0
  1690. package/node_modules/tsutils/typeguard/3.2/index.js.map +1 -0
  1691. package/node_modules/tsutils/typeguard/3.2/node.d.ts +3 -0
  1692. package/node_modules/tsutils/typeguard/3.2/node.js +11 -0
  1693. package/node_modules/tsutils/typeguard/3.2/node.js.map +1 -0
  1694. package/node_modules/tsutils/typeguard/3.2/type.d.ts +1 -0
  1695. package/node_modules/tsutils/typeguard/3.2/type.js +5 -0
  1696. package/node_modules/tsutils/typeguard/3.2/type.js.map +1 -0
  1697. package/node_modules/tsutils/typeguard/index.d.ts +2 -0
  1698. package/node_modules/tsutils/typeguard/index.js +6 -0
  1699. package/node_modules/tsutils/typeguard/index.js.map +1 -0
  1700. package/node_modules/tsutils/typeguard/next/index.d.ts +2 -0
  1701. package/node_modules/tsutils/typeguard/next/index.js +6 -0
  1702. package/node_modules/tsutils/typeguard/next/index.js.map +1 -0
  1703. package/node_modules/tsutils/typeguard/next/node.d.ts +1 -0
  1704. package/node_modules/tsutils/typeguard/next/node.js +5 -0
  1705. package/node_modules/tsutils/typeguard/next/node.js.map +1 -0
  1706. package/node_modules/tsutils/typeguard/next/type.d.ts +1 -0
  1707. package/node_modules/tsutils/typeguard/next/type.js +5 -0
  1708. package/node_modules/tsutils/typeguard/next/type.js.map +1 -0
  1709. package/node_modules/tsutils/typeguard/node.d.ts +1 -0
  1710. package/node_modules/tsutils/typeguard/node.js +5 -0
  1711. package/node_modules/tsutils/typeguard/node.js.map +1 -0
  1712. package/node_modules/tsutils/typeguard/type.d.ts +1 -0
  1713. package/node_modules/tsutils/typeguard/type.js +5 -0
  1714. package/node_modules/tsutils/typeguard/type.js.map +1 -0
  1715. package/node_modules/tsutils/util/control-flow.d.ts +24 -0
  1716. package/node_modules/tsutils/util/control-flow.js +296 -0
  1717. package/node_modules/tsutils/util/control-flow.js.map +1 -0
  1718. package/node_modules/tsutils/util/convert-ast.d.ts +33 -0
  1719. package/node_modules/tsutils/util/convert-ast.js +79 -0
  1720. package/node_modules/tsutils/util/convert-ast.js.map +1 -0
  1721. package/node_modules/tsutils/util/index.d.ts +5 -0
  1722. package/node_modules/tsutils/util/index.js +9 -0
  1723. package/node_modules/tsutils/util/index.js.map +1 -0
  1724. package/node_modules/tsutils/util/type.d.ts +35 -0
  1725. package/node_modules/tsutils/util/type.js +331 -0
  1726. package/node_modules/tsutils/util/type.js.map +1 -0
  1727. package/node_modules/tsutils/util/usage.d.ts +30 -0
  1728. package/node_modules/tsutils/util/usage.js +658 -0
  1729. package/node_modules/tsutils/util/usage.js.map +1 -0
  1730. package/node_modules/tsutils/util/util.d.ts +265 -0
  1731. package/node_modules/tsutils/util/util.js +1686 -0
  1732. package/node_modules/tsutils/util/util.js.map +1 -0
  1733. package/node_modules/yallist/LICENSE +15 -0
  1734. package/node_modules/yallist/README.md +204 -0
  1735. package/node_modules/yallist/iterator.js +8 -0
  1736. package/node_modules/yallist/package.json +29 -0
  1737. package/node_modules/yallist/yallist.js +426 -0
  1738. package/package.json +19 -14
  1739. package/readme.md +11 -2
@@ -0,0 +1,1914 @@
1
+ /*! @author Toru Nagashima <https://github.com/mysticatea> */
2
+ import evk from 'eslint-visitor-keys';
3
+
4
+ /**
5
+ * Get the innermost scope which contains a given location.
6
+ * @param {Scope} initialScope The initial scope to search.
7
+ * @param {Node} node The location to search.
8
+ * @returns {Scope} The innermost scope.
9
+ */
10
+ function getInnermostScope(initialScope, node) {
11
+ const location = node.range[0];
12
+
13
+ let scope = initialScope;
14
+ let found = false;
15
+ do {
16
+ found = false;
17
+ for (const childScope of scope.childScopes) {
18
+ const range = childScope.block.range;
19
+
20
+ if (range[0] <= location && location < range[1]) {
21
+ scope = childScope;
22
+ found = true;
23
+ break
24
+ }
25
+ }
26
+ } while (found)
27
+
28
+ return scope
29
+ }
30
+
31
+ /**
32
+ * Find the variable of a given name.
33
+ * @param {Scope} initialScope The scope to start finding.
34
+ * @param {string|Node} nameOrNode The variable name to find. If this is a Node object then it should be an Identifier node.
35
+ * @returns {Variable|null} The found variable or null.
36
+ */
37
+ function findVariable(initialScope, nameOrNode) {
38
+ let name = "";
39
+ let scope = initialScope;
40
+
41
+ if (typeof nameOrNode === "string") {
42
+ name = nameOrNode;
43
+ } else {
44
+ name = nameOrNode.name;
45
+ scope = getInnermostScope(scope, nameOrNode);
46
+ }
47
+
48
+ while (scope != null) {
49
+ const variable = scope.set.get(name);
50
+ if (variable != null) {
51
+ return variable
52
+ }
53
+ scope = scope.upper;
54
+ }
55
+
56
+ return null
57
+ }
58
+
59
+ /**
60
+ * Negate the result of `this` calling.
61
+ * @param {Token} token The token to check.
62
+ * @returns {boolean} `true` if the result of `this(token)` is `false`.
63
+ */
64
+ function negate0(token) {
65
+ return !this(token) //eslint-disable-line no-invalid-this
66
+ }
67
+
68
+ /**
69
+ * Creates the negate function of the given function.
70
+ * @param {function(Token):boolean} f - The function to negate.
71
+ * @returns {function(Token):boolean} Negated function.
72
+ */
73
+ function negate(f) {
74
+ return negate0.bind(f)
75
+ }
76
+
77
+ /**
78
+ * Checks if the given token is a PunctuatorToken with the given value
79
+ * @param {Token} token - The token to check.
80
+ * @param {string} value - The value to check.
81
+ * @returns {boolean} `true` if the token is a PunctuatorToken with the given value.
82
+ */
83
+ function isPunctuatorTokenWithValue(token, value) {
84
+ return token.type === "Punctuator" && token.value === value
85
+ }
86
+
87
+ /**
88
+ * Checks if the given token is an arrow token or not.
89
+ * @param {Token} token - The token to check.
90
+ * @returns {boolean} `true` if the token is an arrow token.
91
+ */
92
+ function isArrowToken(token) {
93
+ return isPunctuatorTokenWithValue(token, "=>")
94
+ }
95
+
96
+ /**
97
+ * Checks if the given token is a comma token or not.
98
+ * @param {Token} token - The token to check.
99
+ * @returns {boolean} `true` if the token is a comma token.
100
+ */
101
+ function isCommaToken(token) {
102
+ return isPunctuatorTokenWithValue(token, ",")
103
+ }
104
+
105
+ /**
106
+ * Checks if the given token is a semicolon token or not.
107
+ * @param {Token} token - The token to check.
108
+ * @returns {boolean} `true` if the token is a semicolon token.
109
+ */
110
+ function isSemicolonToken(token) {
111
+ return isPunctuatorTokenWithValue(token, ";")
112
+ }
113
+
114
+ /**
115
+ * Checks if the given token is a colon token or not.
116
+ * @param {Token} token - The token to check.
117
+ * @returns {boolean} `true` if the token is a colon token.
118
+ */
119
+ function isColonToken(token) {
120
+ return isPunctuatorTokenWithValue(token, ":")
121
+ }
122
+
123
+ /**
124
+ * Checks if the given token is an opening parenthesis token or not.
125
+ * @param {Token} token - The token to check.
126
+ * @returns {boolean} `true` if the token is an opening parenthesis token.
127
+ */
128
+ function isOpeningParenToken(token) {
129
+ return isPunctuatorTokenWithValue(token, "(")
130
+ }
131
+
132
+ /**
133
+ * Checks if the given token is a closing parenthesis token or not.
134
+ * @param {Token} token - The token to check.
135
+ * @returns {boolean} `true` if the token is a closing parenthesis token.
136
+ */
137
+ function isClosingParenToken(token) {
138
+ return isPunctuatorTokenWithValue(token, ")")
139
+ }
140
+
141
+ /**
142
+ * Checks if the given token is an opening square bracket token or not.
143
+ * @param {Token} token - The token to check.
144
+ * @returns {boolean} `true` if the token is an opening square bracket token.
145
+ */
146
+ function isOpeningBracketToken(token) {
147
+ return isPunctuatorTokenWithValue(token, "[")
148
+ }
149
+
150
+ /**
151
+ * Checks if the given token is a closing square bracket token or not.
152
+ * @param {Token} token - The token to check.
153
+ * @returns {boolean} `true` if the token is a closing square bracket token.
154
+ */
155
+ function isClosingBracketToken(token) {
156
+ return isPunctuatorTokenWithValue(token, "]")
157
+ }
158
+
159
+ /**
160
+ * Checks if the given token is an opening brace token or not.
161
+ * @param {Token} token - The token to check.
162
+ * @returns {boolean} `true` if the token is an opening brace token.
163
+ */
164
+ function isOpeningBraceToken(token) {
165
+ return isPunctuatorTokenWithValue(token, "{")
166
+ }
167
+
168
+ /**
169
+ * Checks if the given token is a closing brace token or not.
170
+ * @param {Token} token - The token to check.
171
+ * @returns {boolean} `true` if the token is a closing brace token.
172
+ */
173
+ function isClosingBraceToken(token) {
174
+ return isPunctuatorTokenWithValue(token, "}")
175
+ }
176
+
177
+ /**
178
+ * Checks if the given token is a comment token or not.
179
+ * @param {Token} token - The token to check.
180
+ * @returns {boolean} `true` if the token is a comment token.
181
+ */
182
+ function isCommentToken(token) {
183
+ return ["Block", "Line", "Shebang"].includes(token.type)
184
+ }
185
+
186
+ const isNotArrowToken = negate(isArrowToken);
187
+ const isNotCommaToken = negate(isCommaToken);
188
+ const isNotSemicolonToken = negate(isSemicolonToken);
189
+ const isNotColonToken = negate(isColonToken);
190
+ const isNotOpeningParenToken = negate(isOpeningParenToken);
191
+ const isNotClosingParenToken = negate(isClosingParenToken);
192
+ const isNotOpeningBracketToken = negate(isOpeningBracketToken);
193
+ const isNotClosingBracketToken = negate(isClosingBracketToken);
194
+ const isNotOpeningBraceToken = negate(isOpeningBraceToken);
195
+ const isNotClosingBraceToken = negate(isClosingBraceToken);
196
+ const isNotCommentToken = negate(isCommentToken);
197
+
198
+ /**
199
+ * Get the `(` token of the given function node.
200
+ * @param {Node} node - The function node to get.
201
+ * @param {SourceCode} sourceCode - The source code object to get tokens.
202
+ * @returns {Token} `(` token.
203
+ */
204
+ function getOpeningParenOfParams(node, sourceCode) {
205
+ return node.id
206
+ ? sourceCode.getTokenAfter(node.id, isOpeningParenToken)
207
+ : sourceCode.getFirstToken(node, isOpeningParenToken)
208
+ }
209
+
210
+ /**
211
+ * Get the location of the given function node for reporting.
212
+ * @param {Node} node - The function node to get.
213
+ * @param {SourceCode} sourceCode - The source code object to get tokens.
214
+ * @returns {string} The location of the function node for reporting.
215
+ */
216
+ function getFunctionHeadLocation(node, sourceCode) {
217
+ const parent = node.parent;
218
+ let start = null;
219
+ let end = null;
220
+
221
+ if (node.type === "ArrowFunctionExpression") {
222
+ const arrowToken = sourceCode.getTokenBefore(node.body, isArrowToken);
223
+
224
+ start = arrowToken.loc.start;
225
+ end = arrowToken.loc.end;
226
+ } else if (
227
+ parent.type === "Property" ||
228
+ parent.type === "MethodDefinition" ||
229
+ parent.type === "PropertyDefinition"
230
+ ) {
231
+ start = parent.loc.start;
232
+ end = getOpeningParenOfParams(node, sourceCode).loc.start;
233
+ } else {
234
+ start = node.loc.start;
235
+ end = getOpeningParenOfParams(node, sourceCode).loc.start;
236
+ }
237
+
238
+ return {
239
+ start: { ...start },
240
+ end: { ...end },
241
+ }
242
+ }
243
+
244
+ /* globals globalThis, global, self, window */
245
+
246
+ const globalObject =
247
+ typeof globalThis !== "undefined"
248
+ ? globalThis
249
+ : typeof self !== "undefined"
250
+ ? self
251
+ : typeof window !== "undefined"
252
+ ? window
253
+ : typeof global !== "undefined"
254
+ ? global
255
+ : {};
256
+
257
+ const builtinNames = Object.freeze(
258
+ new Set([
259
+ "Array",
260
+ "ArrayBuffer",
261
+ "BigInt",
262
+ "BigInt64Array",
263
+ "BigUint64Array",
264
+ "Boolean",
265
+ "DataView",
266
+ "Date",
267
+ "decodeURI",
268
+ "decodeURIComponent",
269
+ "encodeURI",
270
+ "encodeURIComponent",
271
+ "escape",
272
+ "Float32Array",
273
+ "Float64Array",
274
+ "Function",
275
+ "Infinity",
276
+ "Int16Array",
277
+ "Int32Array",
278
+ "Int8Array",
279
+ "isFinite",
280
+ "isNaN",
281
+ "isPrototypeOf",
282
+ "JSON",
283
+ "Map",
284
+ "Math",
285
+ "NaN",
286
+ "Number",
287
+ "Object",
288
+ "parseFloat",
289
+ "parseInt",
290
+ "Promise",
291
+ "Proxy",
292
+ "Reflect",
293
+ "RegExp",
294
+ "Set",
295
+ "String",
296
+ "Symbol",
297
+ "Uint16Array",
298
+ "Uint32Array",
299
+ "Uint8Array",
300
+ "Uint8ClampedArray",
301
+ "undefined",
302
+ "unescape",
303
+ "WeakMap",
304
+ "WeakSet",
305
+ ]),
306
+ );
307
+ const callAllowed = new Set(
308
+ [
309
+ Array.isArray,
310
+ typeof BigInt === "function" ? BigInt : undefined,
311
+ Boolean,
312
+ Date,
313
+ Date.parse,
314
+ decodeURI,
315
+ decodeURIComponent,
316
+ encodeURI,
317
+ encodeURIComponent,
318
+ escape,
319
+ isFinite,
320
+ isNaN,
321
+ isPrototypeOf,
322
+ ...Object.getOwnPropertyNames(Math)
323
+ .map((k) => Math[k])
324
+ .filter((f) => typeof f === "function"),
325
+ Number,
326
+ Number.isFinite,
327
+ Number.isNaN,
328
+ Number.parseFloat,
329
+ Number.parseInt,
330
+ Object,
331
+ Object.entries,
332
+ Object.is,
333
+ Object.isExtensible,
334
+ Object.isFrozen,
335
+ Object.isSealed,
336
+ Object.keys,
337
+ Object.values,
338
+ parseFloat,
339
+ parseInt,
340
+ RegExp,
341
+ String,
342
+ String.fromCharCode,
343
+ String.fromCodePoint,
344
+ String.raw,
345
+ Symbol.for,
346
+ Symbol.keyFor,
347
+ unescape,
348
+ ].filter((f) => typeof f === "function"),
349
+ );
350
+ const callPassThrough = new Set([
351
+ Object.freeze,
352
+ Object.preventExtensions,
353
+ Object.seal,
354
+ ]);
355
+
356
+ /**
357
+ * Get the property descriptor.
358
+ * @param {object} object The object to get.
359
+ * @param {string|number|symbol} name The property name to get.
360
+ */
361
+ function getPropertyDescriptor(object, name) {
362
+ let x = object;
363
+ while ((typeof x === "object" || typeof x === "function") && x !== null) {
364
+ const d = Object.getOwnPropertyDescriptor(x, name);
365
+ if (d) {
366
+ return d
367
+ }
368
+ x = Object.getPrototypeOf(x);
369
+ }
370
+ return null
371
+ }
372
+
373
+ /**
374
+ * Check if a property is getter or not.
375
+ * @param {object} object The object to check.
376
+ * @param {string|number|symbol} name The property name to check.
377
+ */
378
+ function isGetter(object, name) {
379
+ const d = getPropertyDescriptor(object, name);
380
+ return d != null && d.get != null
381
+ }
382
+
383
+ /**
384
+ * Get the element values of a given node list.
385
+ * @param {Node[]} nodeList The node list to get values.
386
+ * @param {Scope|undefined} initialScope The initial scope to find variables.
387
+ * @returns {any[]|null} The value list if all nodes are constant. Otherwise, null.
388
+ */
389
+ function getElementValues(nodeList, initialScope) {
390
+ const valueList = [];
391
+
392
+ for (let i = 0; i < nodeList.length; ++i) {
393
+ const elementNode = nodeList[i];
394
+
395
+ if (elementNode == null) {
396
+ valueList.length = i + 1;
397
+ } else if (elementNode.type === "SpreadElement") {
398
+ const argument = getStaticValueR(elementNode.argument, initialScope);
399
+ if (argument == null) {
400
+ return null
401
+ }
402
+ valueList.push(...argument.value);
403
+ } else {
404
+ const element = getStaticValueR(elementNode, initialScope);
405
+ if (element == null) {
406
+ return null
407
+ }
408
+ valueList.push(element.value);
409
+ }
410
+ }
411
+
412
+ return valueList
413
+ }
414
+
415
+ const operations = Object.freeze({
416
+ ArrayExpression(node, initialScope) {
417
+ const elements = getElementValues(node.elements, initialScope);
418
+ return elements != null ? { value: elements } : null
419
+ },
420
+
421
+ AssignmentExpression(node, initialScope) {
422
+ if (node.operator === "=") {
423
+ return getStaticValueR(node.right, initialScope)
424
+ }
425
+ return null
426
+ },
427
+
428
+ //eslint-disable-next-line complexity
429
+ BinaryExpression(node, initialScope) {
430
+ if (node.operator === "in" || node.operator === "instanceof") {
431
+ // Not supported.
432
+ return null
433
+ }
434
+
435
+ const left = getStaticValueR(node.left, initialScope);
436
+ const right = getStaticValueR(node.right, initialScope);
437
+ if (left != null && right != null) {
438
+ switch (node.operator) {
439
+ case "==":
440
+ return { value: left.value == right.value } //eslint-disable-line eqeqeq
441
+ case "!=":
442
+ return { value: left.value != right.value } //eslint-disable-line eqeqeq
443
+ case "===":
444
+ return { value: left.value === right.value }
445
+ case "!==":
446
+ return { value: left.value !== right.value }
447
+ case "<":
448
+ return { value: left.value < right.value }
449
+ case "<=":
450
+ return { value: left.value <= right.value }
451
+ case ">":
452
+ return { value: left.value > right.value }
453
+ case ">=":
454
+ return { value: left.value >= right.value }
455
+ case "<<":
456
+ return { value: left.value << right.value }
457
+ case ">>":
458
+ return { value: left.value >> right.value }
459
+ case ">>>":
460
+ return { value: left.value >>> right.value }
461
+ case "+":
462
+ return { value: left.value + right.value }
463
+ case "-":
464
+ return { value: left.value - right.value }
465
+ case "*":
466
+ return { value: left.value * right.value }
467
+ case "/":
468
+ return { value: left.value / right.value }
469
+ case "%":
470
+ return { value: left.value % right.value }
471
+ case "**":
472
+ return { value: Math.pow(left.value, right.value) }
473
+ case "|":
474
+ return { value: left.value | right.value }
475
+ case "^":
476
+ return { value: left.value ^ right.value }
477
+ case "&":
478
+ return { value: left.value & right.value }
479
+
480
+ // no default
481
+ }
482
+ }
483
+
484
+ return null
485
+ },
486
+
487
+ CallExpression(node, initialScope) {
488
+ const calleeNode = node.callee;
489
+ const args = getElementValues(node.arguments, initialScope);
490
+
491
+ if (args != null) {
492
+ if (calleeNode.type === "MemberExpression") {
493
+ if (calleeNode.property.type === "PrivateIdentifier") {
494
+ return null
495
+ }
496
+ const object = getStaticValueR(calleeNode.object, initialScope);
497
+ if (object != null) {
498
+ if (
499
+ object.value == null &&
500
+ (object.optional || node.optional)
501
+ ) {
502
+ return { value: undefined, optional: true }
503
+ }
504
+ const property = getStaticPropertyNameValue(
505
+ calleeNode,
506
+ initialScope,
507
+ );
508
+
509
+ if (property != null) {
510
+ const receiver = object.value;
511
+ const methodName = property.value;
512
+ if (callAllowed.has(receiver[methodName])) {
513
+ return { value: receiver[methodName](...args) }
514
+ }
515
+ if (callPassThrough.has(receiver[methodName])) {
516
+ return { value: args[0] }
517
+ }
518
+ }
519
+ }
520
+ } else {
521
+ const callee = getStaticValueR(calleeNode, initialScope);
522
+ if (callee != null) {
523
+ if (callee.value == null && node.optional) {
524
+ return { value: undefined, optional: true }
525
+ }
526
+ const func = callee.value;
527
+ if (callAllowed.has(func)) {
528
+ return { value: func(...args) }
529
+ }
530
+ if (callPassThrough.has(func)) {
531
+ return { value: args[0] }
532
+ }
533
+ }
534
+ }
535
+ }
536
+
537
+ return null
538
+ },
539
+
540
+ ConditionalExpression(node, initialScope) {
541
+ const test = getStaticValueR(node.test, initialScope);
542
+ if (test != null) {
543
+ return test.value
544
+ ? getStaticValueR(node.consequent, initialScope)
545
+ : getStaticValueR(node.alternate, initialScope)
546
+ }
547
+ return null
548
+ },
549
+
550
+ ExpressionStatement(node, initialScope) {
551
+ return getStaticValueR(node.expression, initialScope)
552
+ },
553
+
554
+ Identifier(node, initialScope) {
555
+ if (initialScope != null) {
556
+ const variable = findVariable(initialScope, node);
557
+
558
+ // Built-in globals.
559
+ if (
560
+ variable != null &&
561
+ variable.defs.length === 0 &&
562
+ builtinNames.has(variable.name) &&
563
+ variable.name in globalObject
564
+ ) {
565
+ return { value: globalObject[variable.name] }
566
+ }
567
+
568
+ // Constants.
569
+ if (variable != null && variable.defs.length === 1) {
570
+ const def = variable.defs[0];
571
+ if (
572
+ def.parent &&
573
+ def.parent.kind === "const" &&
574
+ // TODO(mysticatea): don't support destructuring here.
575
+ def.node.id.type === "Identifier"
576
+ ) {
577
+ return getStaticValueR(def.node.init, initialScope)
578
+ }
579
+ }
580
+ }
581
+ return null
582
+ },
583
+
584
+ Literal(node) {
585
+ //istanbul ignore if : this is implementation-specific behavior.
586
+ if ((node.regex != null || node.bigint != null) && node.value == null) {
587
+ // It was a RegExp/BigInt literal, but Node.js didn't support it.
588
+ return null
589
+ }
590
+ return { value: node.value }
591
+ },
592
+
593
+ LogicalExpression(node, initialScope) {
594
+ const left = getStaticValueR(node.left, initialScope);
595
+ if (left != null) {
596
+ if (
597
+ (node.operator === "||" && Boolean(left.value) === true) ||
598
+ (node.operator === "&&" && Boolean(left.value) === false) ||
599
+ (node.operator === "??" && left.value != null)
600
+ ) {
601
+ return left
602
+ }
603
+
604
+ const right = getStaticValueR(node.right, initialScope);
605
+ if (right != null) {
606
+ return right
607
+ }
608
+ }
609
+
610
+ return null
611
+ },
612
+
613
+ MemberExpression(node, initialScope) {
614
+ if (node.property.type === "PrivateIdentifier") {
615
+ return null
616
+ }
617
+ const object = getStaticValueR(node.object, initialScope);
618
+ if (object != null) {
619
+ if (object.value == null && (object.optional || node.optional)) {
620
+ return { value: undefined, optional: true }
621
+ }
622
+ const property = getStaticPropertyNameValue(node, initialScope);
623
+
624
+ if (property != null && !isGetter(object.value, property.value)) {
625
+ return { value: object.value[property.value] }
626
+ }
627
+ }
628
+ return null
629
+ },
630
+
631
+ ChainExpression(node, initialScope) {
632
+ const expression = getStaticValueR(node.expression, initialScope);
633
+ if (expression != null) {
634
+ return { value: expression.value }
635
+ }
636
+ return null
637
+ },
638
+
639
+ NewExpression(node, initialScope) {
640
+ const callee = getStaticValueR(node.callee, initialScope);
641
+ const args = getElementValues(node.arguments, initialScope);
642
+
643
+ if (callee != null && args != null) {
644
+ const Func = callee.value;
645
+ if (callAllowed.has(Func)) {
646
+ return { value: new Func(...args) }
647
+ }
648
+ }
649
+
650
+ return null
651
+ },
652
+
653
+ ObjectExpression(node, initialScope) {
654
+ const object = {};
655
+
656
+ for (const propertyNode of node.properties) {
657
+ if (propertyNode.type === "Property") {
658
+ if (propertyNode.kind !== "init") {
659
+ return null
660
+ }
661
+ const key = getStaticPropertyNameValue(
662
+ propertyNode,
663
+ initialScope,
664
+ );
665
+ const value = getStaticValueR(propertyNode.value, initialScope);
666
+ if (key == null || value == null) {
667
+ return null
668
+ }
669
+ object[key.value] = value.value;
670
+ } else if (
671
+ propertyNode.type === "SpreadElement" ||
672
+ propertyNode.type === "ExperimentalSpreadProperty"
673
+ ) {
674
+ const argument = getStaticValueR(
675
+ propertyNode.argument,
676
+ initialScope,
677
+ );
678
+ if (argument == null) {
679
+ return null
680
+ }
681
+ Object.assign(object, argument.value);
682
+ } else {
683
+ return null
684
+ }
685
+ }
686
+
687
+ return { value: object }
688
+ },
689
+
690
+ SequenceExpression(node, initialScope) {
691
+ const last = node.expressions[node.expressions.length - 1];
692
+ return getStaticValueR(last, initialScope)
693
+ },
694
+
695
+ TaggedTemplateExpression(node, initialScope) {
696
+ const tag = getStaticValueR(node.tag, initialScope);
697
+ const expressions = getElementValues(
698
+ node.quasi.expressions,
699
+ initialScope,
700
+ );
701
+
702
+ if (tag != null && expressions != null) {
703
+ const func = tag.value;
704
+ const strings = node.quasi.quasis.map((q) => q.value.cooked);
705
+ strings.raw = node.quasi.quasis.map((q) => q.value.raw);
706
+
707
+ if (func === String.raw) {
708
+ return { value: func(strings, ...expressions) }
709
+ }
710
+ }
711
+
712
+ return null
713
+ },
714
+
715
+ TemplateLiteral(node, initialScope) {
716
+ const expressions = getElementValues(node.expressions, initialScope);
717
+ if (expressions != null) {
718
+ let value = node.quasis[0].value.cooked;
719
+ for (let i = 0; i < expressions.length; ++i) {
720
+ value += expressions[i];
721
+ value += node.quasis[i + 1].value.cooked;
722
+ }
723
+ return { value }
724
+ }
725
+ return null
726
+ },
727
+
728
+ UnaryExpression(node, initialScope) {
729
+ if (node.operator === "delete") {
730
+ // Not supported.
731
+ return null
732
+ }
733
+ if (node.operator === "void") {
734
+ return { value: undefined }
735
+ }
736
+
737
+ const arg = getStaticValueR(node.argument, initialScope);
738
+ if (arg != null) {
739
+ switch (node.operator) {
740
+ case "-":
741
+ return { value: -arg.value }
742
+ case "+":
743
+ return { value: +arg.value } //eslint-disable-line no-implicit-coercion
744
+ case "!":
745
+ return { value: !arg.value }
746
+ case "~":
747
+ return { value: ~arg.value }
748
+ case "typeof":
749
+ return { value: typeof arg.value }
750
+
751
+ // no default
752
+ }
753
+ }
754
+
755
+ return null
756
+ },
757
+ });
758
+
759
+ /**
760
+ * Get the value of a given node if it's a static value.
761
+ * @param {Node} node The node to get.
762
+ * @param {Scope|undefined} initialScope The scope to start finding variable.
763
+ * @returns {{value:any}|{value:undefined,optional?:true}|null} The static value of the node, or `null`.
764
+ */
765
+ function getStaticValueR(node, initialScope) {
766
+ if (node != null && Object.hasOwnProperty.call(operations, node.type)) {
767
+ return operations[node.type](node, initialScope)
768
+ }
769
+ return null
770
+ }
771
+
772
+ /**
773
+ * Get the static value of property name from a MemberExpression node or a Property node.
774
+ * @param {Node} node The node to get.
775
+ * @param {Scope} [initialScope] The scope to start finding variable. Optional. If the node is a computed property node and this scope was given, this checks the computed property name by the `getStringIfConstant` function with the scope, and returns the value of it.
776
+ * @returns {{value:any}|{value:undefined,optional?:true}|null} The static value of the property name of the node, or `null`.
777
+ */
778
+ function getStaticPropertyNameValue(node, initialScope) {
779
+ const nameNode = node.type === "Property" ? node.key : node.property;
780
+
781
+ if (node.computed) {
782
+ return getStaticValueR(nameNode, initialScope)
783
+ }
784
+
785
+ if (nameNode.type === "Identifier") {
786
+ return { value: nameNode.name }
787
+ }
788
+
789
+ if (nameNode.type === "Literal") {
790
+ if (nameNode.bigint) {
791
+ return { value: nameNode.bigint }
792
+ }
793
+ return { value: String(nameNode.value) }
794
+ }
795
+
796
+ return null
797
+ }
798
+
799
+ /**
800
+ * Get the value of a given node if it's a static value.
801
+ * @param {Node} node The node to get.
802
+ * @param {Scope} [initialScope] The scope to start finding variable. Optional. If this scope was given, this tries to resolve identifier references which are in the given node as much as possible.
803
+ * @returns {{value:any}|{value:undefined,optional?:true}|null} The static value of the node, or `null`.
804
+ */
805
+ function getStaticValue(node, initialScope = null) {
806
+ try {
807
+ return getStaticValueR(node, initialScope)
808
+ } catch (_error) {
809
+ return null
810
+ }
811
+ }
812
+
813
+ /**
814
+ * Get the value of a given node if it's a literal or a template literal.
815
+ * @param {Node} node The node to get.
816
+ * @param {Scope} [initialScope] The scope to start finding variable. Optional. If the node is an Identifier node and this scope was given, this checks the variable of the identifier, and returns the value of it if the variable is a constant.
817
+ * @returns {string|null} The value of the node, or `null`.
818
+ */
819
+ function getStringIfConstant(node, initialScope = null) {
820
+ // Handle the literals that the platform doesn't support natively.
821
+ if (node && node.type === "Literal" && node.value === null) {
822
+ if (node.regex) {
823
+ return `/${node.regex.pattern}/${node.regex.flags}`
824
+ }
825
+ if (node.bigint) {
826
+ return node.bigint
827
+ }
828
+ }
829
+
830
+ const evaluated = getStaticValue(node, initialScope);
831
+ return evaluated && String(evaluated.value)
832
+ }
833
+
834
+ /**
835
+ * Get the property name from a MemberExpression node or a Property node.
836
+ * @param {Node} node The node to get.
837
+ * @param {Scope} [initialScope] The scope to start finding variable. Optional. If the node is a computed property node and this scope was given, this checks the computed property name by the `getStringIfConstant` function with the scope, and returns the value of it.
838
+ * @returns {string|null} The property name of the node.
839
+ */
840
+ function getPropertyName(node, initialScope) {
841
+ switch (node.type) {
842
+ case "MemberExpression":
843
+ if (node.computed) {
844
+ return getStringIfConstant(node.property, initialScope)
845
+ }
846
+ if (node.property.type === "PrivateIdentifier") {
847
+ return null
848
+ }
849
+ return node.property.name
850
+
851
+ case "Property":
852
+ case "MethodDefinition":
853
+ case "PropertyDefinition":
854
+ if (node.computed) {
855
+ return getStringIfConstant(node.key, initialScope)
856
+ }
857
+ if (node.key.type === "Literal") {
858
+ return String(node.key.value)
859
+ }
860
+ if (node.key.type === "PrivateIdentifier") {
861
+ return null
862
+ }
863
+ return node.key.name
864
+
865
+ // no default
866
+ }
867
+
868
+ return null
869
+ }
870
+
871
+ /**
872
+ * Get the name and kind of the given function node.
873
+ * @param {ASTNode} node - The function node to get.
874
+ * @param {SourceCode} [sourceCode] The source code object to get the code of computed property keys.
875
+ * @returns {string} The name and kind of the function node.
876
+ */
877
+ // eslint-disable-next-line complexity
878
+ function getFunctionNameWithKind(node, sourceCode) {
879
+ const parent = node.parent;
880
+ const tokens = [];
881
+ const isObjectMethod = parent.type === "Property" && parent.value === node;
882
+ const isClassMethod =
883
+ parent.type === "MethodDefinition" && parent.value === node;
884
+ const isClassFieldMethod =
885
+ parent.type === "PropertyDefinition" && parent.value === node;
886
+
887
+ // Modifiers.
888
+ if (isClassMethod || isClassFieldMethod) {
889
+ if (parent.static) {
890
+ tokens.push("static");
891
+ }
892
+ if (parent.key.type === "PrivateIdentifier") {
893
+ tokens.push("private");
894
+ }
895
+ }
896
+ if (node.async) {
897
+ tokens.push("async");
898
+ }
899
+ if (node.generator) {
900
+ tokens.push("generator");
901
+ }
902
+
903
+ // Kinds.
904
+ if (isObjectMethod || isClassMethod) {
905
+ if (parent.kind === "constructor") {
906
+ return "constructor"
907
+ }
908
+ if (parent.kind === "get") {
909
+ tokens.push("getter");
910
+ } else if (parent.kind === "set") {
911
+ tokens.push("setter");
912
+ } else {
913
+ tokens.push("method");
914
+ }
915
+ } else if (isClassFieldMethod) {
916
+ tokens.push("method");
917
+ } else {
918
+ if (node.type === "ArrowFunctionExpression") {
919
+ tokens.push("arrow");
920
+ }
921
+ tokens.push("function");
922
+ }
923
+
924
+ // Names.
925
+ if (isObjectMethod || isClassMethod || isClassFieldMethod) {
926
+ if (parent.key.type === "PrivateIdentifier") {
927
+ tokens.push(`#${parent.key.name}`);
928
+ } else {
929
+ const name = getPropertyName(parent);
930
+ if (name) {
931
+ tokens.push(`'${name}'`);
932
+ } else if (sourceCode) {
933
+ const keyText = sourceCode.getText(parent.key);
934
+ if (!keyText.includes("\n")) {
935
+ tokens.push(`[${keyText}]`);
936
+ }
937
+ }
938
+ }
939
+ } else if (node.id) {
940
+ tokens.push(`'${node.id.name}'`);
941
+ } else if (
942
+ parent.type === "VariableDeclarator" &&
943
+ parent.id &&
944
+ parent.id.type === "Identifier"
945
+ ) {
946
+ tokens.push(`'${parent.id.name}'`);
947
+ } else if (
948
+ (parent.type === "AssignmentExpression" ||
949
+ parent.type === "AssignmentPattern") &&
950
+ parent.left &&
951
+ parent.left.type === "Identifier"
952
+ ) {
953
+ tokens.push(`'${parent.left.name}'`);
954
+ }
955
+
956
+ return tokens.join(" ")
957
+ }
958
+
959
+ const typeConversionBinaryOps = Object.freeze(
960
+ new Set([
961
+ "==",
962
+ "!=",
963
+ "<",
964
+ "<=",
965
+ ">",
966
+ ">=",
967
+ "<<",
968
+ ">>",
969
+ ">>>",
970
+ "+",
971
+ "-",
972
+ "*",
973
+ "/",
974
+ "%",
975
+ "|",
976
+ "^",
977
+ "&",
978
+ "in",
979
+ ]),
980
+ );
981
+ const typeConversionUnaryOps = Object.freeze(new Set(["-", "+", "!", "~"]));
982
+
983
+ /**
984
+ * Check whether the given value is an ASTNode or not.
985
+ * @param {any} x The value to check.
986
+ * @returns {boolean} `true` if the value is an ASTNode.
987
+ */
988
+ function isNode(x) {
989
+ return x !== null && typeof x === "object" && typeof x.type === "string"
990
+ }
991
+
992
+ const visitor = Object.freeze(
993
+ Object.assign(Object.create(null), {
994
+ $visit(node, options, visitorKeys) {
995
+ const { type } = node;
996
+
997
+ if (typeof this[type] === "function") {
998
+ return this[type](node, options, visitorKeys)
999
+ }
1000
+
1001
+ return this.$visitChildren(node, options, visitorKeys)
1002
+ },
1003
+
1004
+ $visitChildren(node, options, visitorKeys) {
1005
+ const { type } = node;
1006
+
1007
+ for (const key of visitorKeys[type] || evk.getKeys(node)) {
1008
+ const value = node[key];
1009
+
1010
+ if (Array.isArray(value)) {
1011
+ for (const element of value) {
1012
+ if (
1013
+ isNode(element) &&
1014
+ this.$visit(element, options, visitorKeys)
1015
+ ) {
1016
+ return true
1017
+ }
1018
+ }
1019
+ } else if (
1020
+ isNode(value) &&
1021
+ this.$visit(value, options, visitorKeys)
1022
+ ) {
1023
+ return true
1024
+ }
1025
+ }
1026
+
1027
+ return false
1028
+ },
1029
+
1030
+ ArrowFunctionExpression() {
1031
+ return false
1032
+ },
1033
+ AssignmentExpression() {
1034
+ return true
1035
+ },
1036
+ AwaitExpression() {
1037
+ return true
1038
+ },
1039
+ BinaryExpression(node, options, visitorKeys) {
1040
+ if (
1041
+ options.considerImplicitTypeConversion &&
1042
+ typeConversionBinaryOps.has(node.operator) &&
1043
+ (node.left.type !== "Literal" || node.right.type !== "Literal")
1044
+ ) {
1045
+ return true
1046
+ }
1047
+ return this.$visitChildren(node, options, visitorKeys)
1048
+ },
1049
+ CallExpression() {
1050
+ return true
1051
+ },
1052
+ FunctionExpression() {
1053
+ return false
1054
+ },
1055
+ ImportExpression() {
1056
+ return true
1057
+ },
1058
+ MemberExpression(node, options, visitorKeys) {
1059
+ if (options.considerGetters) {
1060
+ return true
1061
+ }
1062
+ if (
1063
+ options.considerImplicitTypeConversion &&
1064
+ node.computed &&
1065
+ node.property.type !== "Literal"
1066
+ ) {
1067
+ return true
1068
+ }
1069
+ return this.$visitChildren(node, options, visitorKeys)
1070
+ },
1071
+ MethodDefinition(node, options, visitorKeys) {
1072
+ if (
1073
+ options.considerImplicitTypeConversion &&
1074
+ node.computed &&
1075
+ node.key.type !== "Literal"
1076
+ ) {
1077
+ return true
1078
+ }
1079
+ return this.$visitChildren(node, options, visitorKeys)
1080
+ },
1081
+ NewExpression() {
1082
+ return true
1083
+ },
1084
+ Property(node, options, visitorKeys) {
1085
+ if (
1086
+ options.considerImplicitTypeConversion &&
1087
+ node.computed &&
1088
+ node.key.type !== "Literal"
1089
+ ) {
1090
+ return true
1091
+ }
1092
+ return this.$visitChildren(node, options, visitorKeys)
1093
+ },
1094
+ PropertyDefinition(node, options, visitorKeys) {
1095
+ if (
1096
+ options.considerImplicitTypeConversion &&
1097
+ node.computed &&
1098
+ node.key.type !== "Literal"
1099
+ ) {
1100
+ return true
1101
+ }
1102
+ return this.$visitChildren(node, options, visitorKeys)
1103
+ },
1104
+ UnaryExpression(node, options, visitorKeys) {
1105
+ if (node.operator === "delete") {
1106
+ return true
1107
+ }
1108
+ if (
1109
+ options.considerImplicitTypeConversion &&
1110
+ typeConversionUnaryOps.has(node.operator) &&
1111
+ node.argument.type !== "Literal"
1112
+ ) {
1113
+ return true
1114
+ }
1115
+ return this.$visitChildren(node, options, visitorKeys)
1116
+ },
1117
+ UpdateExpression() {
1118
+ return true
1119
+ },
1120
+ YieldExpression() {
1121
+ return true
1122
+ },
1123
+ }),
1124
+ );
1125
+
1126
+ /**
1127
+ * Check whether a given node has any side effect or not.
1128
+ * @param {Node} node The node to get.
1129
+ * @param {SourceCode} sourceCode The source code object.
1130
+ * @param {object} [options] The option object.
1131
+ * @param {boolean} [options.considerGetters=false] If `true` then it considers member accesses as the node which has side effects.
1132
+ * @param {boolean} [options.considerImplicitTypeConversion=false] If `true` then it considers implicit type conversion as the node which has side effects.
1133
+ * @param {object} [options.visitorKeys=evk.KEYS] The keys to traverse nodes. Use `context.getSourceCode().visitorKeys`.
1134
+ * @returns {boolean} `true` if the node has a certain side effect.
1135
+ */
1136
+ function hasSideEffect(
1137
+ node,
1138
+ sourceCode,
1139
+ { considerGetters = false, considerImplicitTypeConversion = false } = {},
1140
+ ) {
1141
+ return visitor.$visit(
1142
+ node,
1143
+ { considerGetters, considerImplicitTypeConversion },
1144
+ sourceCode.visitorKeys || evk.KEYS,
1145
+ )
1146
+ }
1147
+
1148
+ /**
1149
+ * Get the left parenthesis of the parent node syntax if it exists.
1150
+ * E.g., `if (a) {}` then the `(`.
1151
+ * @param {Node} node The AST node to check.
1152
+ * @param {SourceCode} sourceCode The source code object to get tokens.
1153
+ * @returns {Token|null} The left parenthesis of the parent node syntax
1154
+ */
1155
+ function getParentSyntaxParen(node, sourceCode) {
1156
+ const parent = node.parent;
1157
+
1158
+ switch (parent.type) {
1159
+ case "CallExpression":
1160
+ case "NewExpression":
1161
+ if (parent.arguments.length === 1 && parent.arguments[0] === node) {
1162
+ return sourceCode.getTokenAfter(
1163
+ parent.callee,
1164
+ isOpeningParenToken,
1165
+ )
1166
+ }
1167
+ return null
1168
+
1169
+ case "DoWhileStatement":
1170
+ if (parent.test === node) {
1171
+ return sourceCode.getTokenAfter(
1172
+ parent.body,
1173
+ isOpeningParenToken,
1174
+ )
1175
+ }
1176
+ return null
1177
+
1178
+ case "IfStatement":
1179
+ case "WhileStatement":
1180
+ if (parent.test === node) {
1181
+ return sourceCode.getFirstToken(parent, 1)
1182
+ }
1183
+ return null
1184
+
1185
+ case "ImportExpression":
1186
+ if (parent.source === node) {
1187
+ return sourceCode.getFirstToken(parent, 1)
1188
+ }
1189
+ return null
1190
+
1191
+ case "SwitchStatement":
1192
+ if (parent.discriminant === node) {
1193
+ return sourceCode.getFirstToken(parent, 1)
1194
+ }
1195
+ return null
1196
+
1197
+ case "WithStatement":
1198
+ if (parent.object === node) {
1199
+ return sourceCode.getFirstToken(parent, 1)
1200
+ }
1201
+ return null
1202
+
1203
+ default:
1204
+ return null
1205
+ }
1206
+ }
1207
+
1208
+ /**
1209
+ * Check whether a given node is parenthesized or not.
1210
+ * @param {number} times The number of parantheses.
1211
+ * @param {Node} node The AST node to check.
1212
+ * @param {SourceCode} sourceCode The source code object to get tokens.
1213
+ * @returns {boolean} `true` if the node is parenthesized the given times.
1214
+ */
1215
+ /**
1216
+ * Check whether a given node is parenthesized or not.
1217
+ * @param {Node} node The AST node to check.
1218
+ * @param {SourceCode} sourceCode The source code object to get tokens.
1219
+ * @returns {boolean} `true` if the node is parenthesized.
1220
+ */
1221
+ function isParenthesized(
1222
+ timesOrNode,
1223
+ nodeOrSourceCode,
1224
+ optionalSourceCode,
1225
+ ) {
1226
+ let times, node, sourceCode, maybeLeftParen, maybeRightParen;
1227
+ if (typeof timesOrNode === "number") {
1228
+ times = timesOrNode | 0;
1229
+ node = nodeOrSourceCode;
1230
+ sourceCode = optionalSourceCode;
1231
+ if (!(times >= 1)) {
1232
+ throw new TypeError("'times' should be a positive integer.")
1233
+ }
1234
+ } else {
1235
+ times = 1;
1236
+ node = timesOrNode;
1237
+ sourceCode = nodeOrSourceCode;
1238
+ }
1239
+
1240
+ if (
1241
+ node == null ||
1242
+ // `CatchClause.param` can't be parenthesized, example `try {} catch (error) {}`
1243
+ (node.parent.type === "CatchClause" && node.parent.param === node)
1244
+ ) {
1245
+ return false
1246
+ }
1247
+
1248
+ maybeLeftParen = maybeRightParen = node;
1249
+ do {
1250
+ maybeLeftParen = sourceCode.getTokenBefore(maybeLeftParen);
1251
+ maybeRightParen = sourceCode.getTokenAfter(maybeRightParen);
1252
+ } while (
1253
+ maybeLeftParen != null &&
1254
+ maybeRightParen != null &&
1255
+ isOpeningParenToken(maybeLeftParen) &&
1256
+ isClosingParenToken(maybeRightParen) &&
1257
+ // Avoid false positive such as `if (a) {}`
1258
+ maybeLeftParen !== getParentSyntaxParen(node, sourceCode) &&
1259
+ --times > 0
1260
+ )
1261
+
1262
+ return times === 0
1263
+ }
1264
+
1265
+ /**
1266
+ * @author Toru Nagashima <https://github.com/mysticatea>
1267
+ * See LICENSE file in root directory for full license.
1268
+ */
1269
+
1270
+ const placeholder = /\$(?:[$&`']|[1-9][0-9]?)/gu;
1271
+
1272
+ /** @type {WeakMap<PatternMatcher, {pattern:RegExp,escaped:boolean}>} */
1273
+ const internal = new WeakMap();
1274
+
1275
+ /**
1276
+ * Check whether a given character is escaped or not.
1277
+ * @param {string} str The string to check.
1278
+ * @param {number} index The location of the character to check.
1279
+ * @returns {boolean} `true` if the character is escaped.
1280
+ */
1281
+ function isEscaped(str, index) {
1282
+ let escaped = false;
1283
+ for (let i = index - 1; i >= 0 && str.charCodeAt(i) === 0x5c; --i) {
1284
+ escaped = !escaped;
1285
+ }
1286
+ return escaped
1287
+ }
1288
+
1289
+ /**
1290
+ * Replace a given string by a given matcher.
1291
+ * @param {PatternMatcher} matcher The pattern matcher.
1292
+ * @param {string} str The string to be replaced.
1293
+ * @param {string} replacement The new substring to replace each matched part.
1294
+ * @returns {string} The replaced string.
1295
+ */
1296
+ function replaceS(matcher, str, replacement) {
1297
+ const chunks = [];
1298
+ let index = 0;
1299
+
1300
+ /** @type {RegExpExecArray} */
1301
+ let match = null;
1302
+
1303
+ /**
1304
+ * @param {string} key The placeholder.
1305
+ * @returns {string} The replaced string.
1306
+ */
1307
+ function replacer(key) {
1308
+ switch (key) {
1309
+ case "$$":
1310
+ return "$"
1311
+ case "$&":
1312
+ return match[0]
1313
+ case "$`":
1314
+ return str.slice(0, match.index)
1315
+ case "$'":
1316
+ return str.slice(match.index + match[0].length)
1317
+ default: {
1318
+ const i = key.slice(1);
1319
+ if (i in match) {
1320
+ return match[i]
1321
+ }
1322
+ return key
1323
+ }
1324
+ }
1325
+ }
1326
+
1327
+ for (match of matcher.execAll(str)) {
1328
+ chunks.push(str.slice(index, match.index));
1329
+ chunks.push(replacement.replace(placeholder, replacer));
1330
+ index = match.index + match[0].length;
1331
+ }
1332
+ chunks.push(str.slice(index));
1333
+
1334
+ return chunks.join("")
1335
+ }
1336
+
1337
+ /**
1338
+ * Replace a given string by a given matcher.
1339
+ * @param {PatternMatcher} matcher The pattern matcher.
1340
+ * @param {string} str The string to be replaced.
1341
+ * @param {(...strs[])=>string} replace The function to replace each matched part.
1342
+ * @returns {string} The replaced string.
1343
+ */
1344
+ function replaceF(matcher, str, replace) {
1345
+ const chunks = [];
1346
+ let index = 0;
1347
+
1348
+ for (const match of matcher.execAll(str)) {
1349
+ chunks.push(str.slice(index, match.index));
1350
+ chunks.push(String(replace(...match, match.index, match.input)));
1351
+ index = match.index + match[0].length;
1352
+ }
1353
+ chunks.push(str.slice(index));
1354
+
1355
+ return chunks.join("")
1356
+ }
1357
+
1358
+ /**
1359
+ * The class to find patterns as considering escape sequences.
1360
+ */
1361
+ class PatternMatcher {
1362
+ /**
1363
+ * Initialize this matcher.
1364
+ * @param {RegExp} pattern The pattern to match.
1365
+ * @param {{escaped:boolean}} options The options.
1366
+ */
1367
+ constructor(pattern, { escaped = false } = {}) {
1368
+ if (!(pattern instanceof RegExp)) {
1369
+ throw new TypeError("'pattern' should be a RegExp instance.")
1370
+ }
1371
+ if (!pattern.flags.includes("g")) {
1372
+ throw new Error("'pattern' should contains 'g' flag.")
1373
+ }
1374
+
1375
+ internal.set(this, {
1376
+ pattern: new RegExp(pattern.source, pattern.flags),
1377
+ escaped: Boolean(escaped),
1378
+ });
1379
+ }
1380
+
1381
+ /**
1382
+ * Find the pattern in a given string.
1383
+ * @param {string} str The string to find.
1384
+ * @returns {IterableIterator<RegExpExecArray>} The iterator which iterate the matched information.
1385
+ */
1386
+ *execAll(str) {
1387
+ const { pattern, escaped } = internal.get(this);
1388
+ let match = null;
1389
+ let lastIndex = 0;
1390
+
1391
+ pattern.lastIndex = 0;
1392
+ while ((match = pattern.exec(str)) != null) {
1393
+ if (escaped || !isEscaped(str, match.index)) {
1394
+ lastIndex = pattern.lastIndex;
1395
+ yield match;
1396
+ pattern.lastIndex = lastIndex;
1397
+ }
1398
+ }
1399
+ }
1400
+
1401
+ /**
1402
+ * Check whether the pattern is found in a given string.
1403
+ * @param {string} str The string to check.
1404
+ * @returns {boolean} `true` if the pattern was found in the string.
1405
+ */
1406
+ test(str) {
1407
+ const it = this.execAll(str);
1408
+ const ret = it.next();
1409
+ return !ret.done
1410
+ }
1411
+
1412
+ /**
1413
+ * Replace a given string.
1414
+ * @param {string} str The string to be replaced.
1415
+ * @param {(string|((...strs:string[])=>string))} replacer The string or function to replace. This is the same as the 2nd argument of `String.prototype.replace`.
1416
+ * @returns {string} The replaced string.
1417
+ */
1418
+ [Symbol.replace](str, replacer) {
1419
+ return typeof replacer === "function"
1420
+ ? replaceF(this, String(str), replacer)
1421
+ : replaceS(this, String(str), String(replacer))
1422
+ }
1423
+ }
1424
+
1425
+ const IMPORT_TYPE = /^(?:Import|Export(?:All|Default|Named))Declaration$/u;
1426
+ const has = Function.call.bind(Object.hasOwnProperty);
1427
+
1428
+ const READ = Symbol("read");
1429
+ const CALL = Symbol("call");
1430
+ const CONSTRUCT = Symbol("construct");
1431
+ const ESM = Symbol("esm");
1432
+
1433
+ const requireCall = { require: { [CALL]: true } };
1434
+
1435
+ /**
1436
+ * Check whether a given variable is modified or not.
1437
+ * @param {Variable} variable The variable to check.
1438
+ * @returns {boolean} `true` if the variable is modified.
1439
+ */
1440
+ function isModifiedGlobal(variable) {
1441
+ return (
1442
+ variable == null ||
1443
+ variable.defs.length !== 0 ||
1444
+ variable.references.some((r) => r.isWrite())
1445
+ )
1446
+ }
1447
+
1448
+ /**
1449
+ * Check if the value of a given node is passed through to the parent syntax as-is.
1450
+ * For example, `a` and `b` in (`a || b` and `c ? a : b`) are passed through.
1451
+ * @param {Node} node A node to check.
1452
+ * @returns {boolean} `true` if the node is passed through.
1453
+ */
1454
+ function isPassThrough(node) {
1455
+ const parent = node.parent;
1456
+
1457
+ switch (parent && parent.type) {
1458
+ case "ConditionalExpression":
1459
+ return parent.consequent === node || parent.alternate === node
1460
+ case "LogicalExpression":
1461
+ return true
1462
+ case "SequenceExpression":
1463
+ return parent.expressions[parent.expressions.length - 1] === node
1464
+ case "ChainExpression":
1465
+ return true
1466
+
1467
+ default:
1468
+ return false
1469
+ }
1470
+ }
1471
+
1472
+ /**
1473
+ * The reference tracker.
1474
+ */
1475
+ class ReferenceTracker {
1476
+ /**
1477
+ * Initialize this tracker.
1478
+ * @param {Scope} globalScope The global scope.
1479
+ * @param {object} [options] The options.
1480
+ * @param {"legacy"|"strict"} [options.mode="strict"] The mode to determine the ImportDeclaration's behavior for CJS modules.
1481
+ * @param {string[]} [options.globalObjectNames=["global","globalThis","self","window"]] The variable names for Global Object.
1482
+ */
1483
+ constructor(
1484
+ globalScope,
1485
+ {
1486
+ mode = "strict",
1487
+ globalObjectNames = ["global", "globalThis", "self", "window"],
1488
+ } = {},
1489
+ ) {
1490
+ this.variableStack = [];
1491
+ this.globalScope = globalScope;
1492
+ this.mode = mode;
1493
+ this.globalObjectNames = globalObjectNames.slice(0);
1494
+ }
1495
+
1496
+ /**
1497
+ * Iterate the references of global variables.
1498
+ * @param {object} traceMap The trace map.
1499
+ * @returns {IterableIterator<{node:Node,path:string[],type:symbol,info:any}>} The iterator to iterate references.
1500
+ */
1501
+ *iterateGlobalReferences(traceMap) {
1502
+ for (const key of Object.keys(traceMap)) {
1503
+ const nextTraceMap = traceMap[key];
1504
+ const path = [key];
1505
+ const variable = this.globalScope.set.get(key);
1506
+
1507
+ if (isModifiedGlobal(variable)) {
1508
+ continue
1509
+ }
1510
+
1511
+ yield* this._iterateVariableReferences(
1512
+ variable,
1513
+ path,
1514
+ nextTraceMap,
1515
+ true,
1516
+ );
1517
+ }
1518
+
1519
+ for (const key of this.globalObjectNames) {
1520
+ const path = [];
1521
+ const variable = this.globalScope.set.get(key);
1522
+
1523
+ if (isModifiedGlobal(variable)) {
1524
+ continue
1525
+ }
1526
+
1527
+ yield* this._iterateVariableReferences(
1528
+ variable,
1529
+ path,
1530
+ traceMap,
1531
+ false,
1532
+ );
1533
+ }
1534
+ }
1535
+
1536
+ /**
1537
+ * Iterate the references of CommonJS modules.
1538
+ * @param {object} traceMap The trace map.
1539
+ * @returns {IterableIterator<{node:Node,path:string[],type:symbol,info:any}>} The iterator to iterate references.
1540
+ */
1541
+ *iterateCjsReferences(traceMap) {
1542
+ for (const { node } of this.iterateGlobalReferences(requireCall)) {
1543
+ const key = getStringIfConstant(node.arguments[0]);
1544
+ if (key == null || !has(traceMap, key)) {
1545
+ continue
1546
+ }
1547
+
1548
+ const nextTraceMap = traceMap[key];
1549
+ const path = [key];
1550
+
1551
+ if (nextTraceMap[READ]) {
1552
+ yield {
1553
+ node,
1554
+ path,
1555
+ type: READ,
1556
+ info: nextTraceMap[READ],
1557
+ };
1558
+ }
1559
+ yield* this._iteratePropertyReferences(node, path, nextTraceMap);
1560
+ }
1561
+ }
1562
+
1563
+ /**
1564
+ * Iterate the references of ES modules.
1565
+ * @param {object} traceMap The trace map.
1566
+ * @returns {IterableIterator<{node:Node,path:string[],type:symbol,info:any}>} The iterator to iterate references.
1567
+ */
1568
+ *iterateEsmReferences(traceMap) {
1569
+ const programNode = this.globalScope.block;
1570
+
1571
+ for (const node of programNode.body) {
1572
+ if (!IMPORT_TYPE.test(node.type) || node.source == null) {
1573
+ continue
1574
+ }
1575
+ const moduleId = node.source.value;
1576
+
1577
+ if (!has(traceMap, moduleId)) {
1578
+ continue
1579
+ }
1580
+ const nextTraceMap = traceMap[moduleId];
1581
+ const path = [moduleId];
1582
+
1583
+ if (nextTraceMap[READ]) {
1584
+ yield { node, path, type: READ, info: nextTraceMap[READ] };
1585
+ }
1586
+
1587
+ if (node.type === "ExportAllDeclaration") {
1588
+ for (const key of Object.keys(nextTraceMap)) {
1589
+ const exportTraceMap = nextTraceMap[key];
1590
+ if (exportTraceMap[READ]) {
1591
+ yield {
1592
+ node,
1593
+ path: path.concat(key),
1594
+ type: READ,
1595
+ info: exportTraceMap[READ],
1596
+ };
1597
+ }
1598
+ }
1599
+ } else {
1600
+ for (const specifier of node.specifiers) {
1601
+ const esm = has(nextTraceMap, ESM);
1602
+ const it = this._iterateImportReferences(
1603
+ specifier,
1604
+ path,
1605
+ esm
1606
+ ? nextTraceMap
1607
+ : this.mode === "legacy"
1608
+ ? { default: nextTraceMap, ...nextTraceMap }
1609
+ : { default: nextTraceMap },
1610
+ );
1611
+
1612
+ if (esm) {
1613
+ yield* it;
1614
+ } else {
1615
+ for (const report of it) {
1616
+ report.path = report.path.filter(exceptDefault);
1617
+ if (
1618
+ report.path.length >= 2 ||
1619
+ report.type !== READ
1620
+ ) {
1621
+ yield report;
1622
+ }
1623
+ }
1624
+ }
1625
+ }
1626
+ }
1627
+ }
1628
+ }
1629
+
1630
+ /**
1631
+ * Iterate the references for a given variable.
1632
+ * @param {Variable} variable The variable to iterate that references.
1633
+ * @param {string[]} path The current path.
1634
+ * @param {object} traceMap The trace map.
1635
+ * @param {boolean} shouldReport = The flag to report those references.
1636
+ * @returns {IterableIterator<{node:Node,path:string[],type:symbol,info:any}>} The iterator to iterate references.
1637
+ */
1638
+ *_iterateVariableReferences(variable, path, traceMap, shouldReport) {
1639
+ if (this.variableStack.includes(variable)) {
1640
+ return
1641
+ }
1642
+ this.variableStack.push(variable);
1643
+ try {
1644
+ for (const reference of variable.references) {
1645
+ if (!reference.isRead()) {
1646
+ continue
1647
+ }
1648
+ const node = reference.identifier;
1649
+
1650
+ if (shouldReport && traceMap[READ]) {
1651
+ yield { node, path, type: READ, info: traceMap[READ] };
1652
+ }
1653
+ yield* this._iteratePropertyReferences(node, path, traceMap);
1654
+ }
1655
+ } finally {
1656
+ this.variableStack.pop();
1657
+ }
1658
+ }
1659
+
1660
+ /**
1661
+ * Iterate the references for a given AST node.
1662
+ * @param rootNode The AST node to iterate references.
1663
+ * @param {string[]} path The current path.
1664
+ * @param {object} traceMap The trace map.
1665
+ * @returns {IterableIterator<{node:Node,path:string[],type:symbol,info:any}>} The iterator to iterate references.
1666
+ */
1667
+ //eslint-disable-next-line complexity
1668
+ *_iteratePropertyReferences(rootNode, path, traceMap) {
1669
+ let node = rootNode;
1670
+ while (isPassThrough(node)) {
1671
+ node = node.parent;
1672
+ }
1673
+
1674
+ const parent = node.parent;
1675
+ if (parent.type === "MemberExpression") {
1676
+ if (parent.object === node) {
1677
+ const key = getPropertyName(parent);
1678
+ if (key == null || !has(traceMap, key)) {
1679
+ return
1680
+ }
1681
+
1682
+ path = path.concat(key); //eslint-disable-line no-param-reassign
1683
+ const nextTraceMap = traceMap[key];
1684
+ if (nextTraceMap[READ]) {
1685
+ yield {
1686
+ node: parent,
1687
+ path,
1688
+ type: READ,
1689
+ info: nextTraceMap[READ],
1690
+ };
1691
+ }
1692
+ yield* this._iteratePropertyReferences(
1693
+ parent,
1694
+ path,
1695
+ nextTraceMap,
1696
+ );
1697
+ }
1698
+ return
1699
+ }
1700
+ if (parent.type === "CallExpression") {
1701
+ if (parent.callee === node && traceMap[CALL]) {
1702
+ yield { node: parent, path, type: CALL, info: traceMap[CALL] };
1703
+ }
1704
+ return
1705
+ }
1706
+ if (parent.type === "NewExpression") {
1707
+ if (parent.callee === node && traceMap[CONSTRUCT]) {
1708
+ yield {
1709
+ node: parent,
1710
+ path,
1711
+ type: CONSTRUCT,
1712
+ info: traceMap[CONSTRUCT],
1713
+ };
1714
+ }
1715
+ return
1716
+ }
1717
+ if (parent.type === "AssignmentExpression") {
1718
+ if (parent.right === node) {
1719
+ yield* this._iterateLhsReferences(parent.left, path, traceMap);
1720
+ yield* this._iteratePropertyReferences(parent, path, traceMap);
1721
+ }
1722
+ return
1723
+ }
1724
+ if (parent.type === "AssignmentPattern") {
1725
+ if (parent.right === node) {
1726
+ yield* this._iterateLhsReferences(parent.left, path, traceMap);
1727
+ }
1728
+ return
1729
+ }
1730
+ if (parent.type === "VariableDeclarator") {
1731
+ if (parent.init === node) {
1732
+ yield* this._iterateLhsReferences(parent.id, path, traceMap);
1733
+ }
1734
+ }
1735
+ }
1736
+
1737
+ /**
1738
+ * Iterate the references for a given Pattern node.
1739
+ * @param {Node} patternNode The Pattern node to iterate references.
1740
+ * @param {string[]} path The current path.
1741
+ * @param {object} traceMap The trace map.
1742
+ * @returns {IterableIterator<{node:Node,path:string[],type:symbol,info:any}>} The iterator to iterate references.
1743
+ */
1744
+ *_iterateLhsReferences(patternNode, path, traceMap) {
1745
+ if (patternNode.type === "Identifier") {
1746
+ const variable = findVariable(this.globalScope, patternNode);
1747
+ if (variable != null) {
1748
+ yield* this._iterateVariableReferences(
1749
+ variable,
1750
+ path,
1751
+ traceMap,
1752
+ false,
1753
+ );
1754
+ }
1755
+ return
1756
+ }
1757
+ if (patternNode.type === "ObjectPattern") {
1758
+ for (const property of patternNode.properties) {
1759
+ const key = getPropertyName(property);
1760
+
1761
+ if (key == null || !has(traceMap, key)) {
1762
+ continue
1763
+ }
1764
+
1765
+ const nextPath = path.concat(key);
1766
+ const nextTraceMap = traceMap[key];
1767
+ if (nextTraceMap[READ]) {
1768
+ yield {
1769
+ node: property,
1770
+ path: nextPath,
1771
+ type: READ,
1772
+ info: nextTraceMap[READ],
1773
+ };
1774
+ }
1775
+ yield* this._iterateLhsReferences(
1776
+ property.value,
1777
+ nextPath,
1778
+ nextTraceMap,
1779
+ );
1780
+ }
1781
+ return
1782
+ }
1783
+ if (patternNode.type === "AssignmentPattern") {
1784
+ yield* this._iterateLhsReferences(patternNode.left, path, traceMap);
1785
+ }
1786
+ }
1787
+
1788
+ /**
1789
+ * Iterate the references for a given ModuleSpecifier node.
1790
+ * @param {Node} specifierNode The ModuleSpecifier node to iterate references.
1791
+ * @param {string[]} path The current path.
1792
+ * @param {object} traceMap The trace map.
1793
+ * @returns {IterableIterator<{node:Node,path:string[],type:symbol,info:any}>} The iterator to iterate references.
1794
+ */
1795
+ *_iterateImportReferences(specifierNode, path, traceMap) {
1796
+ const type = specifierNode.type;
1797
+
1798
+ if (type === "ImportSpecifier" || type === "ImportDefaultSpecifier") {
1799
+ const key =
1800
+ type === "ImportDefaultSpecifier"
1801
+ ? "default"
1802
+ : specifierNode.imported.name;
1803
+ if (!has(traceMap, key)) {
1804
+ return
1805
+ }
1806
+
1807
+ path = path.concat(key); //eslint-disable-line no-param-reassign
1808
+ const nextTraceMap = traceMap[key];
1809
+ if (nextTraceMap[READ]) {
1810
+ yield {
1811
+ node: specifierNode,
1812
+ path,
1813
+ type: READ,
1814
+ info: nextTraceMap[READ],
1815
+ };
1816
+ }
1817
+ yield* this._iterateVariableReferences(
1818
+ findVariable(this.globalScope, specifierNode.local),
1819
+ path,
1820
+ nextTraceMap,
1821
+ false,
1822
+ );
1823
+
1824
+ return
1825
+ }
1826
+
1827
+ if (type === "ImportNamespaceSpecifier") {
1828
+ yield* this._iterateVariableReferences(
1829
+ findVariable(this.globalScope, specifierNode.local),
1830
+ path,
1831
+ traceMap,
1832
+ false,
1833
+ );
1834
+ return
1835
+ }
1836
+
1837
+ if (type === "ExportSpecifier") {
1838
+ const key = specifierNode.local.name;
1839
+ if (!has(traceMap, key)) {
1840
+ return
1841
+ }
1842
+
1843
+ path = path.concat(key); //eslint-disable-line no-param-reassign
1844
+ const nextTraceMap = traceMap[key];
1845
+ if (nextTraceMap[READ]) {
1846
+ yield {
1847
+ node: specifierNode,
1848
+ path,
1849
+ type: READ,
1850
+ info: nextTraceMap[READ],
1851
+ };
1852
+ }
1853
+ }
1854
+ }
1855
+ }
1856
+
1857
+ ReferenceTracker.READ = READ;
1858
+ ReferenceTracker.CALL = CALL;
1859
+ ReferenceTracker.CONSTRUCT = CONSTRUCT;
1860
+ ReferenceTracker.ESM = ESM;
1861
+
1862
+ /**
1863
+ * This is a predicate function for Array#filter.
1864
+ * @param {string} name A name part.
1865
+ * @param {number} index The index of the name.
1866
+ * @returns {boolean} `false` if it's default.
1867
+ */
1868
+ function exceptDefault(name, index) {
1869
+ return !(index === 1 && name === "default")
1870
+ }
1871
+
1872
+ var index = {
1873
+ CALL,
1874
+ CONSTRUCT,
1875
+ ESM,
1876
+ findVariable,
1877
+ getFunctionHeadLocation,
1878
+ getFunctionNameWithKind,
1879
+ getInnermostScope,
1880
+ getPropertyName,
1881
+ getStaticValue,
1882
+ getStringIfConstant,
1883
+ hasSideEffect,
1884
+ isArrowToken,
1885
+ isClosingBraceToken,
1886
+ isClosingBracketToken,
1887
+ isClosingParenToken,
1888
+ isColonToken,
1889
+ isCommaToken,
1890
+ isCommentToken,
1891
+ isNotArrowToken,
1892
+ isNotClosingBraceToken,
1893
+ isNotClosingBracketToken,
1894
+ isNotClosingParenToken,
1895
+ isNotColonToken,
1896
+ isNotCommaToken,
1897
+ isNotCommentToken,
1898
+ isNotOpeningBraceToken,
1899
+ isNotOpeningBracketToken,
1900
+ isNotOpeningParenToken,
1901
+ isNotSemicolonToken,
1902
+ isOpeningBraceToken,
1903
+ isOpeningBracketToken,
1904
+ isOpeningParenToken,
1905
+ isParenthesized,
1906
+ isSemicolonToken,
1907
+ PatternMatcher,
1908
+ READ,
1909
+ ReferenceTracker,
1910
+ };
1911
+
1912
+ export default index;
1913
+ export { CALL, CONSTRUCT, ESM, PatternMatcher, READ, ReferenceTracker, findVariable, getFunctionHeadLocation, getFunctionNameWithKind, getInnermostScope, getPropertyName, getStaticValue, getStringIfConstant, hasSideEffect, isArrowToken, isClosingBraceToken, isClosingBracketToken, isClosingParenToken, isColonToken, isCommaToken, isCommentToken, isNotArrowToken, isNotClosingBraceToken, isNotClosingBracketToken, isNotClosingParenToken, isNotColonToken, isNotCommaToken, isNotCommentToken, isNotOpeningBraceToken, isNotOpeningBracketToken, isNotOpeningParenToken, isNotSemicolonToken, isOpeningBraceToken, isOpeningBracketToken, isOpeningParenToken, isParenthesized, isSemicolonToken };
1914
+ //# sourceMappingURL=index.mjs.map