@alexlit/lint-kit 111.0.0 → 112.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1648) hide show
  1. package/package.json +2 -1
  2. package/packages/config-eslint/README.md +4 -1
  3. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/LICENSE +21 -0
  4. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/README.md +12 -0
  5. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/configs/all.js +159 -0
  6. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/configs/all.js.map +1 -0
  7. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/configs/base.js +7 -0
  8. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/configs/base.js.map +1 -0
  9. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/configs/disable-type-checked.js +66 -0
  10. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/configs/disable-type-checked.js.map +1 -0
  11. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/configs/eslint-recommended-raw.js +40 -0
  12. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/configs/eslint-recommended-raw.js.map +1 -0
  13. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/configs/eslint-recommended.js +14 -0
  14. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/configs/eslint-recommended.js.map +1 -0
  15. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/configs/recommended-type-checked-only.js +34 -0
  16. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/configs/recommended-type-checked-only.js.map +1 -0
  17. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/configs/recommended-type-checked.js +54 -0
  18. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/configs/recommended-type-checked.js.map +1 -0
  19. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/configs/recommended.js +33 -0
  20. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/configs/recommended.js.map +1 -0
  21. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/configs/strict-type-checked-only.js +69 -0
  22. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/configs/strict-type-checked-only.js.map +1 -0
  23. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/configs/strict-type-checked.js +102 -0
  24. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/configs/strict-type-checked.js.map +1 -0
  25. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/configs/strict.js +46 -0
  26. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/configs/strict.js.map +1 -0
  27. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/configs/stylistic-type-checked-only.js +19 -0
  28. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/configs/stylistic-type-checked-only.js.map +1 -0
  29. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/configs/stylistic-type-checked.js +35 -0
  30. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/configs/stylistic-type-checked.js.map +1 -0
  31. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/configs/stylistic.js +29 -0
  32. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/configs/stylistic.js.map +1 -0
  33. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/index.js +45 -0
  34. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/index.js.map +1 -0
  35. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/adjacent-overload-signatures.js +134 -0
  36. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/adjacent-overload-signatures.js.map +1 -0
  37. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/array-type.js +220 -0
  38. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/array-type.js.map +1 -0
  39. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/await-thenable.js +74 -0
  40. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/await-thenable.js.map +1 -0
  41. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/ban-ts-comment.js +178 -0
  42. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/ban-ts-comment.js.map +1 -0
  43. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/ban-tslint-comment.js +54 -0
  44. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/ban-tslint-comment.js.map +1 -0
  45. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/ban-types.js +239 -0
  46. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/ban-types.js.map +1 -0
  47. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/block-spacing.js +138 -0
  48. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/block-spacing.js.map +1 -0
  49. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/brace-style.js +97 -0
  50. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/brace-style.js.map +1 -0
  51. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/class-literal-property-style.js +162 -0
  52. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/class-literal-property-style.js.map +1 -0
  53. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/class-methods-use-this.js +209 -0
  54. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/class-methods-use-this.js.map +1 -0
  55. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/comma-dangle.js +164 -0
  56. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/comma-dangle.js.map +1 -0
  57. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/comma-spacing.js +149 -0
  58. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/comma-spacing.js.map +1 -0
  59. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-generic-constructors.js +108 -0
  60. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-generic-constructors.js.map +1 -0
  61. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-indexed-object-style.js +126 -0
  62. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-indexed-object-style.js.map +1 -0
  63. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-return.js +124 -0
  64. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-return.js.map +1 -0
  65. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-type-assertions.js +220 -0
  66. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-type-assertions.js.map +1 -0
  67. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-type-definitions.js +98 -0
  68. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-type-definitions.js.map +1 -0
  69. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-type-exports.js +243 -0
  70. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-type-exports.js.map +1 -0
  71. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-type-imports.js +636 -0
  72. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-type-imports.js.map +1 -0
  73. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/default-param-last.js +63 -0
  74. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/default-param-last.js.map +1 -0
  75. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/dot-notation.js +120 -0
  76. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/dot-notation.js.map +1 -0
  77. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/enum-utils/shared.js +113 -0
  78. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/enum-utils/shared.js.map +1 -0
  79. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/explicit-function-return-type.js +180 -0
  80. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/explicit-function-return-type.js.map +1 -0
  81. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/explicit-member-accessibility.js +281 -0
  82. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/explicit-member-accessibility.js.map +1 -0
  83. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/explicit-module-boundary-types.js +386 -0
  84. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/explicit-module-boundary-types.js.map +1 -0
  85. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/func-call-spacing.js +145 -0
  86. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/func-call-spacing.js.map +1 -0
  87. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/indent.js +414 -0
  88. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/indent.js.map +1 -0
  89. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/index.js +292 -0
  90. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/index.js.map +1 -0
  91. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/init-declarations.js +48 -0
  92. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/init-declarations.js.map +1 -0
  93. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/key-spacing.js +320 -0
  94. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/key-spacing.js.map +1 -0
  95. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/keyword-spacing.js +93 -0
  96. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/keyword-spacing.js.map +1 -0
  97. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/lines-around-comment.js +355 -0
  98. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/lines-around-comment.js.map +1 -0
  99. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/lines-between-class-members.js +57 -0
  100. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/lines-between-class-members.js.map +1 -0
  101. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/max-params.js +67 -0
  102. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/max-params.js.map +1 -0
  103. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/member-delimiter-style.js +256 -0
  104. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/member-delimiter-style.js.map +1 -0
  105. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/member-ordering.js +810 -0
  106. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/member-ordering.js.map +1 -0
  107. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/method-signature-style.js +179 -0
  108. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/method-signature-style.js.map +1 -0
  109. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/enums.js +103 -0
  110. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/enums.js.map +1 -0
  111. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/format.js +91 -0
  112. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/format.js.map +1 -0
  113. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/index.js +12 -0
  114. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/index.js.map +1 -0
  115. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/parse-options.js +75 -0
  116. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/parse-options.js.map +1 -0
  117. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/schema.js +309 -0
  118. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/schema.js.map +1 -0
  119. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/shared.js +18 -0
  120. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/shared.js.map +1 -0
  121. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/types.js +3 -0
  122. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/types.js.map +1 -0
  123. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/validator.js +351 -0
  124. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/validator.js.map +1 -0
  125. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention.js +504 -0
  126. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention.js.map +1 -0
  127. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-array-constructor.js +52 -0
  128. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-array-constructor.js.map +1 -0
  129. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-array-delete.js +81 -0
  130. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-array-delete.js.map +1 -0
  131. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-base-to-string.js +163 -0
  132. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-base-to-string.js.map +1 -0
  133. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-confusing-non-null-assertion.js +76 -0
  134. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-confusing-non-null-assertion.js.map +1 -0
  135. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-confusing-void-expression.js +291 -0
  136. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-confusing-void-expression.js.map +1 -0
  137. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-dupe-class-members.js +40 -0
  138. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-dupe-class-members.js.map +1 -0
  139. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-duplicate-enum-values.js +62 -0
  140. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-duplicate-enum-values.js.map +1 -0
  141. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-duplicate-type-constituents.js +137 -0
  142. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-duplicate-type-constituents.js.map +1 -0
  143. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-dynamic-delete.js +93 -0
  144. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-dynamic-delete.js.map +1 -0
  145. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-empty-function.js +132 -0
  146. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-empty-function.js.map +1 -0
  147. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-empty-interface.js +91 -0
  148. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-empty-interface.js.map +1 -0
  149. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-explicit-any.js +170 -0
  150. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-explicit-any.js.map +1 -0
  151. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-extra-non-null-assertion.js +36 -0
  152. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-extra-non-null-assertion.js.map +1 -0
  153. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-extra-parens.js +275 -0
  154. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-extra-parens.js.map +1 -0
  155. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-extra-semi.js +32 -0
  156. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-extra-semi.js.map +1 -0
  157. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-extraneous-class.js +112 -0
  158. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-extraneous-class.js.map +1 -0
  159. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-floating-promises.js +342 -0
  160. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-floating-promises.js.map +1 -0
  161. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-for-in-array.js +60 -0
  162. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-for-in-array.js.map +1 -0
  163. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-implied-eval.js +161 -0
  164. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-implied-eval.js.map +1 -0
  165. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-import-type-side-effects.js +54 -0
  166. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-import-type-side-effects.js.map +1 -0
  167. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-inferrable-types.js +183 -0
  168. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-inferrable-types.js.map +1 -0
  169. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-invalid-this.js +68 -0
  170. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-invalid-this.js.map +1 -0
  171. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-invalid-void-type.js +182 -0
  172. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-invalid-void-type.js.map +1 -0
  173. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-loop-func.js +168 -0
  174. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-loop-func.js.map +1 -0
  175. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-loss-of-precision.js +35 -0
  176. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-loss-of-precision.js.map +1 -0
  177. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-magic-numbers.js +213 -0
  178. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-magic-numbers.js.map +1 -0
  179. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-meaningless-void-operator.js +94 -0
  180. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-meaningless-void-operator.js.map +1 -0
  181. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-misused-new.js +82 -0
  182. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-misused-new.js.map +1 -0
  183. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-misused-promises.js +520 -0
  184. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-misused-promises.js.map +1 -0
  185. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-mixed-enums.js +194 -0
  186. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-mixed-enums.js.map +1 -0
  187. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-namespace.js +61 -0
  188. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-namespace.js.map +1 -0
  189. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-non-null-asserted-nullish-coalescing.js +74 -0
  190. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-non-null-asserted-nullish-coalescing.js.map +1 -0
  191. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-non-null-asserted-optional-chain.js +66 -0
  192. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-non-null-asserted-optional-chain.js.map +1 -0
  193. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-non-null-assertion.js +102 -0
  194. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-non-null-assertion.js.map +1 -0
  195. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-redeclare.js +199 -0
  196. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-redeclare.js.map +1 -0
  197. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-redundant-type-constituents.js +414 -0
  198. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-redundant-type-constituents.js.map +1 -0
  199. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-require-imports.js +96 -0
  200. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-require-imports.js.map +1 -0
  201. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-restricted-imports.js +237 -0
  202. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-restricted-imports.js.map +1 -0
  203. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-shadow.js +483 -0
  204. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-shadow.js.map +1 -0
  205. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-this-alias.js +67 -0
  206. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-this-alias.js.map +1 -0
  207. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-throw-literal.js +96 -0
  208. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-throw-literal.js.map +1 -0
  209. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-type-alias.js +263 -0
  210. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-type-alias.js.map +1 -0
  211. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-boolean-literal-compare.js +232 -0
  212. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-boolean-literal-compare.js.map +1 -0
  213. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-condition.js +542 -0
  214. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-condition.js.map +1 -0
  215. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-qualifier.js +147 -0
  216. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-qualifier.js.map +1 -0
  217. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-type-arguments.js +150 -0
  218. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-type-arguments.js.map +1 -0
  219. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-type-assertion.js +223 -0
  220. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-type-assertion.js.map +1 -0
  221. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-type-constraint.js +110 -0
  222. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-type-constraint.js.map +1 -0
  223. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-argument.js +202 -0
  224. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-argument.js.map +1 -0
  225. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-assignment.js +282 -0
  226. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-assignment.js.map +1 -0
  227. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-call.js +83 -0
  228. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-call.js.map +1 -0
  229. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-declaration-merging.js +55 -0
  230. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-declaration-merging.js.map +1 -0
  231. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-enum-comparison.js +168 -0
  232. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-enum-comparison.js.map +1 -0
  233. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-member-access.js +121 -0
  234. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-member-access.js.map +1 -0
  235. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-return.js +161 -0
  236. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-return.js.map +1 -0
  237. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-unary-minus.js +68 -0
  238. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-unary-minus.js.map +1 -0
  239. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unused-expressions.js +62 -0
  240. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unused-expressions.js.map +1 -0
  241. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unused-vars.js +487 -0
  242. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unused-vars.js.map +1 -0
  243. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-use-before-define.js +296 -0
  244. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-use-before-define.js.map +1 -0
  245. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-useless-constructor.js +59 -0
  246. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-useless-constructor.js.map +1 -0
  247. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-useless-empty-export.js +71 -0
  248. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-useless-empty-export.js.map +1 -0
  249. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-useless-template-literals.js +153 -0
  250. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-useless-template-literals.js.map +1 -0
  251. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-var-requires.js +72 -0
  252. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-var-requires.js.map +1 -0
  253. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/non-nullable-type-assertion-style.js +123 -0
  254. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/non-nullable-type-assertion-style.js.map +1 -0
  255. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/object-curly-spacing.js +224 -0
  256. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/object-curly-spacing.js.map +1 -0
  257. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/padding-line-between-statements.js +630 -0
  258. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/padding-line-between-statements.js.map +1 -0
  259. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/parameter-properties.js +169 -0
  260. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/parameter-properties.js.map +1 -0
  261. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-as-const.js +73 -0
  262. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-as-const.js.map +1 -0
  263. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-destructuring.js +200 -0
  264. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-destructuring.js.map +1 -0
  265. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-enum-initializers.js +63 -0
  266. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-enum-initializers.js.map +1 -0
  267. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-find.js +254 -0
  268. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-find.js.map +1 -0
  269. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-for-of.js +116 -0
  270. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-for-of.js.map +1 -0
  271. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-function-type.js +188 -0
  272. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-function-type.js.map +1 -0
  273. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-includes.js +230 -0
  274. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-includes.js.map +1 -0
  275. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-literal-enum-member.js +72 -0
  276. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-literal-enum-member.js.map +1 -0
  277. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-namespace-keyword.js +44 -0
  278. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-namespace-keyword.js.map +1 -0
  279. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-nullish-coalescing.js +349 -0
  280. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-nullish-coalescing.js.map +1 -0
  281. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-optional-chain-utils/PreferOptionalChainOptions.js +3 -0
  282. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-optional-chain-utils/PreferOptionalChainOptions.js.map +1 -0
  283. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-optional-chain-utils/analyzeChain.js +417 -0
  284. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-optional-chain-utils/analyzeChain.js.map +1 -0
  285. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-optional-chain-utils/compareNodes.js +318 -0
  286. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-optional-chain-utils/compareNodes.js.map +1 -0
  287. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-optional-chain-utils/gatherLogicalOperands.js +290 -0
  288. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-optional-chain-utils/gatherLogicalOperands.js.map +1 -0
  289. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-optional-chain.js +173 -0
  290. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-optional-chain.js.map +1 -0
  291. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-promise-reject-errors.js +109 -0
  292. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-promise-reject-errors.js.map +1 -0
  293. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-readonly-parameter-types.js +82 -0
  294. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-readonly-parameter-types.js.map +1 -0
  295. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-readonly.js +313 -0
  296. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-readonly.js.map +1 -0
  297. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-reduce-type-parameter.js +104 -0
  298. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-reduce-type-parameter.js.map +1 -0
  299. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-regexp-exec.js +157 -0
  300. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-regexp-exec.js.map +1 -0
  301. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-return-this-type.js +137 -0
  302. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-return-this-type.js.map +1 -0
  303. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-string-starts-ends-with.js +522 -0
  304. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-string-starts-ends-with.js.map +1 -0
  305. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-ts-expect-error.js +60 -0
  306. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-ts-expect-error.js.map +1 -0
  307. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/promise-function-async.js +184 -0
  308. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/promise-function-async.js.map +1 -0
  309. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/quotes.js +63 -0
  310. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/quotes.js.map +1 -0
  311. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/require-array-sort-compare.js +62 -0
  312. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/require-array-sort-compare.js.map +1 -0
  313. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/require-await.js +174 -0
  314. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/require-await.js.map +1 -0
  315. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/restrict-plus-operands.js +222 -0
  316. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/restrict-plus-operands.js.map +1 -0
  317. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/restrict-template-expressions.js +110 -0
  318. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/restrict-template-expressions.js.map +1 -0
  319. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/return-await.js +266 -0
  320. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/return-await.js.map +1 -0
  321. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/semi.js +64 -0
  322. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/semi.js.map +1 -0
  323. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/sort-type-constituents.js +226 -0
  324. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/sort-type-constituents.js.map +1 -0
  325. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/space-before-blocks.js +77 -0
  326. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/space-before-blocks.js.map +1 -0
  327. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/space-before-function-paren.js +137 -0
  328. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/space-before-function-paren.js.map +1 -0
  329. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/space-infix-ops.js +132 -0
  330. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/space-infix-ops.js.map +1 -0
  331. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/strict-boolean-expressions.js +798 -0
  332. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/strict-boolean-expressions.js.map +1 -0
  333. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/switch-exhaustiveness-check.js +241 -0
  334. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/switch-exhaustiveness-check.js.map +1 -0
  335. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/triple-slash-reference.js +108 -0
  336. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/triple-slash-reference.js.map +1 -0
  337. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/type-annotation-spacing.js +229 -0
  338. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/type-annotation-spacing.js.map +1 -0
  339. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/typedef.js +200 -0
  340. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/typedef.js.map +1 -0
  341. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/unbound-method.js +255 -0
  342. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/unbound-method.js.map +1 -0
  343. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/unified-signatures.js +397 -0
  344. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/unified-signatures.js.map +1 -0
  345. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/use-unknown-in-catch-callback-variable.js +283 -0
  346. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/rules/use-unknown-in-catch-callback-variable.js.map +1 -0
  347. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/util/astUtils.js +89 -0
  348. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/util/astUtils.js.map +1 -0
  349. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/util/collectUnusedVariables.js +568 -0
  350. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/util/collectUnusedVariables.js.map +1 -0
  351. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/util/createRule.js +6 -0
  352. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/util/createRule.js.map +1 -0
  353. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/util/escapeRegExp.js +16 -0
  354. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/util/escapeRegExp.js.map +1 -0
  355. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/util/explicitReturnTypeUtils.js +236 -0
  356. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/util/explicitReturnTypeUtils.js.map +1 -0
  357. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/util/getESLintCoreRule.js +17 -0
  358. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/util/getESLintCoreRule.js.map +1 -0
  359. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/util/getFunctionHeadLoc.js +163 -0
  360. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/util/getFunctionHeadLoc.js.map +1 -0
  361. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/util/getOperatorPrecedence.js +418 -0
  362. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/util/getOperatorPrecedence.js.map +1 -0
  363. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/util/getStaticStringValue.js +46 -0
  364. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/util/getStaticStringValue.js.map +1 -0
  365. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/util/getStringLength.js +20 -0
  366. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/util/getStringLength.js.map +1 -0
  367. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/util/getThisExpression.js +26 -0
  368. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/util/getThisExpression.js.map +1 -0
  369. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/util/getWrappedCode.js +8 -0
  370. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/util/getWrappedCode.js.map +1 -0
  371. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/util/getWrappingFixer.js +160 -0
  372. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/util/getWrappingFixer.js.map +1 -0
  373. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/util/index.js +44 -0
  374. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/util/index.js.map +1 -0
  375. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/util/isAssignee.js +44 -0
  376. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/util/isAssignee.js.map +1 -0
  377. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/util/isNodeEqual.js +27 -0
  378. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/util/isNodeEqual.js.map +1 -0
  379. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/util/isNullLiteral.js +9 -0
  380. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/util/isNullLiteral.js.map +1 -0
  381. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/util/isUndefinedIdentifier.js +9 -0
  382. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/util/isUndefinedIdentifier.js.map +1 -0
  383. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/util/misc.js +198 -0
  384. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/util/misc.js.map +1 -0
  385. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/util/objectIterators.js +27 -0
  386. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/util/objectIterators.js.map +1 -0
  387. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/util/types.js +3 -0
  388. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/dist/util/types.js.map +1 -0
  389. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/docs/rules/README.md +60 -0
  390. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/docs/rules/TEMPLATE.md +36 -0
  391. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/docs/rules/adjacent-overload-signatures.mdx +105 -0
  392. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/docs/rules/array-type.mdx +123 -0
  393. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/docs/rules/await-thenable.mdx +48 -0
  394. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/docs/rules/ban-ts-comment.mdx +165 -0
  395. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/docs/rules/ban-tslint-comment.mdx +45 -0
  396. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/docs/rules/ban-types.mdx +138 -0
  397. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/docs/rules/block-spacing.mdx +13 -0
  398. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/docs/rules/brace-style.mdx +13 -0
  399. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/docs/rules/camelcase.md +11 -0
  400. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/docs/rules/class-literal-property-style.mdx +112 -0
  401. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/docs/rules/class-methods-use-this.mdx +102 -0
  402. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/docs/rules/comma-dangle.mdx +23 -0
  403. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/docs/rules/comma-spacing.mdx +13 -0
  404. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/docs/rules/consistent-generic-constructors.mdx +85 -0
  405. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/docs/rules/consistent-indexed-object-style.mdx +89 -0
  406. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/docs/rules/consistent-return.mdx +48 -0
  407. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/docs/rules/consistent-type-assertions.mdx +118 -0
  408. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/docs/rules/consistent-type-definitions.mdx +90 -0
  409. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/docs/rules/consistent-type-exports.mdx +114 -0
  410. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/docs/rules/consistent-type-imports.mdx +113 -0
  411. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/docs/rules/default-param-last.mdx +64 -0
  412. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/docs/rules/dot-notation.mdx +85 -0
  413. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/docs/rules/explicit-function-return-type.mdx +347 -0
  414. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/docs/rules/explicit-member-accessibility.mdx +347 -0
  415. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/docs/rules/explicit-module-boundary-types.mdx +267 -0
  416. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/docs/rules/func-call-spacing.mdx +13 -0
  417. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/docs/rules/indent.mdx +21 -0
  418. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/docs/rules/init-declarations.mdx +13 -0
  419. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/docs/rules/key-spacing.mdx +13 -0
  420. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/docs/rules/keyword-spacing.mdx +13 -0
  421. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/docs/rules/lines-around-comment.mdx +28 -0
  422. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/docs/rules/lines-between-class-members.mdx +58 -0
  423. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/docs/rules/max-params.mdx +13 -0
  424. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/docs/rules/member-delimiter-style.mdx +170 -0
  425. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/docs/rules/member-ordering.mdx +1474 -0
  426. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/docs/rules/method-signature-style.mdx +122 -0
  427. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/docs/rules/naming-convention.mdx +730 -0
  428. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-array-constructor.mdx +35 -0
  429. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-array-delete.mdx +44 -0
  430. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-base-to-string.mdx +94 -0
  431. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-confusing-non-null-assertion.mdx +62 -0
  432. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-confusing-void-expression.mdx +122 -0
  433. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-dupe-class-members.mdx +17 -0
  434. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-duplicate-enum-values.mdx +64 -0
  435. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-duplicate-imports.mdx +13 -0
  436. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-duplicate-type-constituents.mdx +72 -0
  437. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-dynamic-delete.mdx +59 -0
  438. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-empty-function.mdx +95 -0
  439. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-empty-interface.mdx +63 -0
  440. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-explicit-any.mdx +174 -0
  441. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-extra-non-null-assertion.mdx +60 -0
  442. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-extra-parens.mdx +13 -0
  443. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-extra-semi.mdx +15 -0
  444. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-extraneous-class.mdx +323 -0
  445. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-floating-promises.mdx +130 -0
  446. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-for-in-array.mdx +67 -0
  447. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-implied-eval.mdx +108 -0
  448. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-import-type-side-effects.mdx +80 -0
  449. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-inferrable-types.mdx +107 -0
  450. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-invalid-this.mdx +17 -0
  451. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-invalid-void-type.mdx +118 -0
  452. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-loop-func.mdx +13 -0
  453. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-loss-of-precision.mdx +13 -0
  454. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-magic-numbers.mdx +122 -0
  455. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-meaningless-void-operator.mdx +61 -0
  456. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-misused-new.mdx +53 -0
  457. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-misused-promises.mdx +254 -0
  458. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-mixed-enums.mdx +96 -0
  459. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-namespace.mdx +142 -0
  460. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-non-null-asserted-nullish-coalescing.mdx +60 -0
  461. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-non-null-asserted-optional-chain.mdx +46 -0
  462. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-non-null-assertion.mdx +48 -0
  463. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-parameter-properties.mdx +12 -0
  464. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-redeclare.mdx +78 -0
  465. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-redundant-type-constituents.mdx +98 -0
  466. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-require-imports.mdx +69 -0
  467. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-restricted-imports.mdx +77 -0
  468. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-shadow.mdx +108 -0
  469. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-this-alias.mdx +120 -0
  470. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-throw-literal.mdx +115 -0
  471. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-type-alias.mdx +626 -0
  472. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-unnecessary-boolean-literal-compare.mdx +145 -0
  473. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-unnecessary-condition.mdx +125 -0
  474. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-unnecessary-qualifier.mdx +57 -0
  475. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-unnecessary-type-arguments.mdx +85 -0
  476. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-unnecessary-type-assertion.mdx +87 -0
  477. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-unnecessary-type-constraint.mdx +61 -0
  478. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-unsafe-argument.mdx +97 -0
  479. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-unsafe-assignment.mdx +100 -0
  480. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-unsafe-call.mdx +74 -0
  481. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-unsafe-declaration-merging.mdx +65 -0
  482. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-unsafe-enum-comparison.mdx +86 -0
  483. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-unsafe-member-access.mdx +80 -0
  484. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-unsafe-return.mdx +117 -0
  485. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-unsafe-unary-minus.mdx +60 -0
  486. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-unused-expressions.mdx +13 -0
  487. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-unused-vars.mdx +49 -0
  488. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-use-before-define.mdx +93 -0
  489. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-useless-constructor.mdx +22 -0
  490. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-useless-empty-export.mdx +53 -0
  491. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-useless-template-literals.mdx +61 -0
  492. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/docs/rules/no-var-requires.mdx +69 -0
  493. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/docs/rules/non-nullable-type-assertion-style.mdx +47 -0
  494. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/docs/rules/object-curly-spacing.mdx +13 -0
  495. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/docs/rules/padding-line-between-statements.mdx +36 -0
  496. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/docs/rules/parameter-properties.mdx +518 -0
  497. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/docs/rules/prefer-as-const.mdx +51 -0
  498. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/docs/rules/prefer-destructuring.mdx +102 -0
  499. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/docs/rules/prefer-enum-initializers.mdx +68 -0
  500. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/docs/rules/prefer-find.mdx +45 -0
  501. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/docs/rules/prefer-for-of.mdx +50 -0
  502. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/docs/rules/prefer-function-type.mdx +98 -0
  503. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/docs/rules/prefer-includes.mdx +81 -0
  504. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/docs/rules/prefer-literal-enum-member.mdx +110 -0
  505. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/docs/rules/prefer-namespace-keyword.mdx +51 -0
  506. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/docs/rules/prefer-nullish-coalescing.mdx +190 -0
  507. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/docs/rules/prefer-optional-chain.mdx +288 -0
  508. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/docs/rules/prefer-promise-reject-errors.mdx +56 -0
  509. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/docs/rules/prefer-readonly-parameter-types.mdx +403 -0
  510. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/docs/rules/prefer-readonly.mdx +111 -0
  511. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/docs/rules/prefer-reduce-type-parameter.mdx +66 -0
  512. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/docs/rules/prefer-regexp-exec.mdx +52 -0
  513. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/docs/rules/prefer-return-this-type.mdx +93 -0
  514. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/docs/rules/prefer-string-starts-ends-with.mdx +82 -0
  515. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/docs/rules/prefer-ts-expect-error.mdx +76 -0
  516. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/docs/rules/promise-function-async.mdx +144 -0
  517. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/docs/rules/quotes.mdx +13 -0
  518. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/docs/rules/require-array-sort-compare.mdx +87 -0
  519. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/docs/rules/require-await.mdx +25 -0
  520. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/docs/rules/restrict-plus-operands.mdx +232 -0
  521. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/docs/rules/restrict-template-expressions.mdx +136 -0
  522. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/docs/rules/return-await.mdx +228 -0
  523. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/docs/rules/semi.mdx +15 -0
  524. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/docs/rules/sort-type-constituents.mdx +178 -0
  525. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/docs/rules/space-before-blocks.mdx +49 -0
  526. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/docs/rules/space-before-function-paren.mdx +13 -0
  527. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/docs/rules/space-infix-ops.mdx +19 -0
  528. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/docs/rules/strict-boolean-expressions.mdx +196 -0
  529. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/docs/rules/switch-exhaustiveness-check.mdx +230 -0
  530. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/docs/rules/triple-slash-reference.mdx +123 -0
  531. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/docs/rules/type-annotation-spacing.mdx +335 -0
  532. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/docs/rules/typedef.mdx +347 -0
  533. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/docs/rules/unbound-method.mdx +111 -0
  534. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/docs/rules/unified-signatures.mdx +86 -0
  535. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/docs/rules/use-unknown-in-catch-callback-variable.mdx +84 -0
  536. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/index.d.ts +13 -0
  537. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/package.json +111 -0
  538. package/packages/config-eslint/node_modules/@typescript-eslint/eslint-plugin/rules.d.ts +46 -0
  539. package/packages/config-eslint/node_modules/@typescript-eslint/parser/LICENSE +22 -0
  540. package/packages/config-eslint/node_modules/@typescript-eslint/parser/README.md +12 -0
  541. package/packages/config-eslint/node_modules/@typescript-eslint/parser/dist/index.d.ts +8 -0
  542. package/packages/config-eslint/node_modules/@typescript-eslint/parser/dist/index.d.ts.map +1 -0
  543. package/packages/config-eslint/node_modules/@typescript-eslint/parser/dist/index.js +17 -0
  544. package/packages/config-eslint/node_modules/@typescript-eslint/parser/dist/index.js.map +1 -0
  545. package/packages/config-eslint/node_modules/@typescript-eslint/parser/dist/parser.d.ts +20 -0
  546. package/packages/config-eslint/node_modules/@typescript-eslint/parser/dist/parser.d.ts.map +1 -0
  547. package/packages/config-eslint/node_modules/@typescript-eslint/parser/dist/parser.js +130 -0
  548. package/packages/config-eslint/node_modules/@typescript-eslint/parser/dist/parser.js.map +1 -0
  549. package/packages/config-eslint/node_modules/@typescript-eslint/parser/package.json +85 -0
  550. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/LICENSE +21 -0
  551. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/README.md +10 -0
  552. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/ID.d.ts +4 -0
  553. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/ID.d.ts.map +1 -0
  554. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/ID.js +21 -0
  555. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/ID.js.map +1 -0
  556. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/ScopeManager.d.ts +72 -0
  557. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/ScopeManager.d.ts.map +1 -0
  558. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/ScopeManager.js +183 -0
  559. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/ScopeManager.js.map +1 -0
  560. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/analyze.d.ts +56 -0
  561. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/analyze.d.ts.map +1 -0
  562. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/analyze.js +42 -0
  563. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/analyze.js.map +1 -0
  564. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/assert.d.ts +3 -0
  565. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/assert.d.ts.map +1 -0
  566. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/assert.js +11 -0
  567. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/assert.js.map +1 -0
  568. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/definition/CatchClauseDefinition.d.ts +10 -0
  569. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/definition/CatchClauseDefinition.d.ts.map +1 -0
  570. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/definition/CatchClauseDefinition.js +14 -0
  571. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/definition/CatchClauseDefinition.js.map +1 -0
  572. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/definition/ClassNameDefinition.d.ts +10 -0
  573. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/definition/ClassNameDefinition.d.ts.map +1 -0
  574. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/definition/ClassNameDefinition.js +14 -0
  575. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/definition/ClassNameDefinition.js.map +1 -0
  576. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/definition/Definition.d.ts +14 -0
  577. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/definition/Definition.d.ts.map +1 -0
  578. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/definition/Definition.js +3 -0
  579. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/definition/Definition.js.map +1 -0
  580. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/definition/DefinitionBase.d.ts +35 -0
  581. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/definition/DefinitionBase.d.ts.map +1 -0
  582. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/definition/DefinitionBase.js +19 -0
  583. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/definition/DefinitionBase.js.map +1 -0
  584. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/definition/DefinitionType.d.ts +15 -0
  585. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/definition/DefinitionType.d.ts.map +1 -0
  586. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/definition/DefinitionType.js +18 -0
  587. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/definition/DefinitionType.js.map +1 -0
  588. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/definition/FunctionNameDefinition.d.ts +10 -0
  589. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/definition/FunctionNameDefinition.d.ts.map +1 -0
  590. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/definition/FunctionNameDefinition.js +14 -0
  591. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/definition/FunctionNameDefinition.js.map +1 -0
  592. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/definition/ImplicitGlobalVariableDefinition.d.ts +10 -0
  593. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/definition/ImplicitGlobalVariableDefinition.d.ts.map +1 -0
  594. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/definition/ImplicitGlobalVariableDefinition.js +14 -0
  595. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/definition/ImplicitGlobalVariableDefinition.js.map +1 -0
  596. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/definition/ImportBindingDefinition.d.ts +11 -0
  597. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/definition/ImportBindingDefinition.d.ts.map +1 -0
  598. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/definition/ImportBindingDefinition.js +14 -0
  599. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/definition/ImportBindingDefinition.js.map +1 -0
  600. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/definition/ParameterDefinition.d.ts +14 -0
  601. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/definition/ParameterDefinition.d.ts.map +1 -0
  602. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/definition/ParameterDefinition.js +15 -0
  603. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/definition/ParameterDefinition.js.map +1 -0
  604. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/definition/TSEnumMemberDefinition.d.ts +10 -0
  605. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/definition/TSEnumMemberDefinition.d.ts.map +1 -0
  606. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/definition/TSEnumMemberDefinition.js +14 -0
  607. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/definition/TSEnumMemberDefinition.js.map +1 -0
  608. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/definition/TSEnumNameDefinition.d.ts +10 -0
  609. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/definition/TSEnumNameDefinition.d.ts.map +1 -0
  610. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/definition/TSEnumNameDefinition.js +14 -0
  611. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/definition/TSEnumNameDefinition.js.map +1 -0
  612. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/definition/TSModuleNameDefinition.d.ts +10 -0
  613. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/definition/TSModuleNameDefinition.d.ts.map +1 -0
  614. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/definition/TSModuleNameDefinition.js +14 -0
  615. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/definition/TSModuleNameDefinition.js.map +1 -0
  616. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/definition/TypeDefinition.d.ts +10 -0
  617. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/definition/TypeDefinition.d.ts.map +1 -0
  618. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/definition/TypeDefinition.js +14 -0
  619. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/definition/TypeDefinition.js.map +1 -0
  620. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/definition/VariableDefinition.d.ts +10 -0
  621. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/definition/VariableDefinition.d.ts.map +1 -0
  622. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/definition/VariableDefinition.js +14 -0
  623. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/definition/VariableDefinition.js.map +1 -0
  624. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/definition/index.d.ts +14 -0
  625. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/definition/index.d.ts.map +1 -0
  626. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/definition/index.js +30 -0
  627. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/definition/index.js.map +1 -0
  628. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/index.d.ts +9 -0
  629. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/index.d.ts.map +1 -0
  630. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/index.js +31 -0
  631. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/index.js.map +1 -0
  632. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/base-config.d.ts +16 -0
  633. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/base-config.d.ts.map +1 -0
  634. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/base-config.js +23 -0
  635. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/base-config.js.map +1 -0
  636. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/decorators.d.ts +3 -0
  637. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/decorators.d.ts.map +1 -0
  638. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/decorators.js +23 -0
  639. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/decorators.js.map +1 -0
  640. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/decorators.legacy.d.ts +3 -0
  641. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/decorators.legacy.d.ts.map +1 -0
  642. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/decorators.legacy.js +15 -0
  643. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/decorators.legacy.js.map +1 -0
  644. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/dom.asynciterable.d.ts +3 -0
  645. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/dom.asynciterable.d.ts.map +1 -0
  646. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/dom.asynciterable.js +12 -0
  647. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/dom.asynciterable.js.map +1 -0
  648. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/dom.d.ts +3 -0
  649. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/dom.d.ts.map +1 -0
  650. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/dom.iterable.d.ts +3 -0
  651. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/dom.iterable.d.ts.map +1 -0
  652. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/dom.iterable.js +77 -0
  653. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/dom.iterable.js.map +1 -0
  654. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/dom.js +1442 -0
  655. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/dom.js.map +1 -0
  656. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.collection.d.ts +3 -0
  657. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.collection.d.ts.map +1 -0
  658. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.collection.js +21 -0
  659. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.collection.js.map +1 -0
  660. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.core.d.ts +3 -0
  661. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.core.d.ts.map +1 -0
  662. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.core.js +23 -0
  663. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.core.js.map +1 -0
  664. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.d.ts +3 -0
  665. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.d.ts.map +1 -0
  666. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.generator.d.ts +3 -0
  667. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.generator.d.ts.map +1 -0
  668. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.generator.js +16 -0
  669. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.generator.js.map +1 -0
  670. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.iterable.d.ts +3 -0
  671. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.iterable.d.ts.map +1 -0
  672. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.iterable.js +55 -0
  673. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.iterable.js.map +1 -0
  674. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.js +30 -0
  675. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.js.map +1 -0
  676. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.promise.d.ts +3 -0
  677. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.promise.d.ts.map +1 -0
  678. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.promise.js +12 -0
  679. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.promise.js.map +1 -0
  680. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.proxy.d.ts +3 -0
  681. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.proxy.d.ts.map +1 -0
  682. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.proxy.js +13 -0
  683. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.proxy.js.map +1 -0
  684. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.reflect.d.ts +3 -0
  685. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.reflect.d.ts.map +1 -0
  686. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.reflect.js +12 -0
  687. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.reflect.js.map +1 -0
  688. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.symbol.d.ts +3 -0
  689. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.symbol.d.ts.map +1 -0
  690. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.symbol.js +12 -0
  691. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.symbol.js.map +1 -0
  692. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.symbol.wellknown.d.ts +3 -0
  693. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.symbol.wellknown.d.ts.map +1 -0
  694. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.symbol.wellknown.js +46 -0
  695. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.symbol.wellknown.js.map +1 -0
  696. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.array.include.d.ts +3 -0
  697. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.array.include.d.ts.map +1 -0
  698. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.array.include.js +22 -0
  699. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.array.include.js.map +1 -0
  700. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.d.ts +3 -0
  701. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.d.ts.map +1 -0
  702. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.full.d.ts +3 -0
  703. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.full.d.ts.map +1 -0
  704. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.full.js +20 -0
  705. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.full.js.map +1 -0
  706. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.intl.d.ts +3 -0
  707. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.intl.d.ts.map +1 -0
  708. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.intl.js +12 -0
  709. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.intl.js.map +1 -0
  710. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.js +16 -0
  711. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.js.map +1 -0
  712. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.d.ts +3 -0
  713. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.d.ts.map +1 -0
  714. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.date.d.ts +3 -0
  715. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.date.d.ts.map +1 -0
  716. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.date.js +12 -0
  717. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.date.js.map +1 -0
  718. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.full.d.ts +3 -0
  719. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.full.d.ts.map +1 -0
  720. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.full.js +20 -0
  721. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.full.js.map +1 -0
  722. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.intl.d.ts +3 -0
  723. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.intl.d.ts.map +1 -0
  724. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.intl.js +12 -0
  725. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.intl.js.map +1 -0
  726. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.js +24 -0
  727. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.js.map +1 -0
  728. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.object.d.ts +3 -0
  729. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.object.d.ts.map +1 -0
  730. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.object.js +12 -0
  731. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.object.js.map +1 -0
  732. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.sharedmemory.d.ts +3 -0
  733. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.sharedmemory.d.ts.map +1 -0
  734. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.sharedmemory.js +19 -0
  735. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.sharedmemory.js.map +1 -0
  736. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.string.d.ts +3 -0
  737. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.string.d.ts.map +1 -0
  738. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.string.js +12 -0
  739. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.string.js.map +1 -0
  740. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.typedarrays.d.ts +3 -0
  741. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.typedarrays.d.ts.map +1 -0
  742. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.typedarrays.js +20 -0
  743. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.typedarrays.js.map +1 -0
  744. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.asyncgenerator.d.ts +3 -0
  745. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.asyncgenerator.d.ts.map +1 -0
  746. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.asyncgenerator.js +16 -0
  747. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.asyncgenerator.js.map +1 -0
  748. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.asynciterable.d.ts +3 -0
  749. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.asynciterable.d.ts.map +1 -0
  750. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.asynciterable.js +19 -0
  751. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.asynciterable.js.map +1 -0
  752. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.d.ts +3 -0
  753. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.d.ts.map +1 -0
  754. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.full.d.ts +3 -0
  755. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.full.d.ts.map +1 -0
  756. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.full.js +22 -0
  757. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.full.js.map +1 -0
  758. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.intl.d.ts +3 -0
  759. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.intl.d.ts.map +1 -0
  760. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.intl.js +12 -0
  761. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.intl.js.map +1 -0
  762. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.js +22 -0
  763. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.js.map +1 -0
  764. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.promise.d.ts +3 -0
  765. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.promise.d.ts.map +1 -0
  766. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.promise.js +12 -0
  767. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.promise.js.map +1 -0
  768. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.regexp.d.ts +3 -0
  769. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.regexp.d.ts.map +1 -0
  770. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.regexp.js +14 -0
  771. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.regexp.js.map +1 -0
  772. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.array.d.ts +3 -0
  773. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.array.d.ts.map +1 -0
  774. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.array.js +14 -0
  775. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.array.js.map +1 -0
  776. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.d.ts +3 -0
  777. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.d.ts.map +1 -0
  778. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.full.d.ts +3 -0
  779. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.full.d.ts.map +1 -0
  780. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.full.js +22 -0
  781. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.full.js.map +1 -0
  782. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.intl.d.ts +3 -0
  783. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.intl.d.ts.map +1 -0
  784. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.intl.js +12 -0
  785. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.intl.js.map +1 -0
  786. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.js +22 -0
  787. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.js.map +1 -0
  788. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.object.d.ts +3 -0
  789. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.object.d.ts.map +1 -0
  790. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.object.js +14 -0
  791. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.object.js.map +1 -0
  792. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.string.d.ts +3 -0
  793. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.string.d.ts.map +1 -0
  794. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.string.js +12 -0
  795. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.string.js.map +1 -0
  796. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.symbol.d.ts +3 -0
  797. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.symbol.d.ts.map +1 -0
  798. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.symbol.js +12 -0
  799. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.symbol.js.map +1 -0
  800. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.bigint.d.ts +3 -0
  801. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.bigint.d.ts.map +1 -0
  802. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.bigint.js +22 -0
  803. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.bigint.js.map +1 -0
  804. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.d.ts +3 -0
  805. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.d.ts.map +1 -0
  806. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.date.d.ts +3 -0
  807. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.date.d.ts.map +1 -0
  808. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.date.js +14 -0
  809. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.date.js.map +1 -0
  810. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.full.d.ts +3 -0
  811. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.full.d.ts.map +1 -0
  812. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.full.js +22 -0
  813. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.full.js.map +1 -0
  814. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.intl.d.ts +3 -0
  815. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.intl.d.ts.map +1 -0
  816. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.intl.js +14 -0
  817. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.intl.js.map +1 -0
  818. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.js +28 -0
  819. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.js.map +1 -0
  820. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.number.d.ts +3 -0
  821. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.number.d.ts.map +1 -0
  822. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.number.js +14 -0
  823. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.number.js.map +1 -0
  824. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.promise.d.ts +3 -0
  825. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.promise.d.ts.map +1 -0
  826. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.promise.js +15 -0
  827. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.promise.js.map +1 -0
  828. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.sharedmemory.d.ts +3 -0
  829. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.sharedmemory.d.ts.map +1 -0
  830. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.sharedmemory.js +12 -0
  831. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.sharedmemory.js.map +1 -0
  832. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.string.d.ts +3 -0
  833. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.string.d.ts.map +1 -0
  834. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.string.js +14 -0
  835. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.string.js.map +1 -0
  836. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.symbol.wellknown.d.ts +3 -0
  837. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.symbol.wellknown.d.ts.map +1 -0
  838. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.symbol.wellknown.js +17 -0
  839. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.symbol.wellknown.js.map +1 -0
  840. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.d.ts +3 -0
  841. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.d.ts.map +1 -0
  842. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.full.d.ts +3 -0
  843. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.full.d.ts.map +1 -0
  844. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.full.js +22 -0
  845. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.full.js.map +1 -0
  846. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.intl.d.ts +3 -0
  847. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.intl.d.ts.map +1 -0
  848. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.intl.js +12 -0
  849. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.intl.js.map +1 -0
  850. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.js +20 -0
  851. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.js.map +1 -0
  852. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.promise.d.ts +3 -0
  853. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.promise.d.ts.map +1 -0
  854. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.promise.js +14 -0
  855. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.promise.js.map +1 -0
  856. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.string.d.ts +3 -0
  857. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.string.d.ts.map +1 -0
  858. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.string.js +12 -0
  859. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.string.js.map +1 -0
  860. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.weakref.d.ts +3 -0
  861. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.weakref.d.ts.map +1 -0
  862. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.weakref.js +15 -0
  863. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.weakref.js.map +1 -0
  864. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.array.d.ts +3 -0
  865. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.array.d.ts.map +1 -0
  866. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.array.js +24 -0
  867. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.array.js.map +1 -0
  868. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.d.ts +3 -0
  869. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.d.ts.map +1 -0
  870. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.error.d.ts +3 -0
  871. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.error.d.ts.map +1 -0
  872. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.error.js +21 -0
  873. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.error.js.map +1 -0
  874. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.full.d.ts +3 -0
  875. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.full.d.ts.map +1 -0
  876. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.full.js +22 -0
  877. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.full.js.map +1 -0
  878. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.intl.d.ts +3 -0
  879. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.intl.d.ts.map +1 -0
  880. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.intl.js +12 -0
  881. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.intl.js.map +1 -0
  882. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.js +26 -0
  883. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.js.map +1 -0
  884. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.object.d.ts +3 -0
  885. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.object.d.ts.map +1 -0
  886. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.object.js +12 -0
  887. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.object.js.map +1 -0
  888. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.regexp.d.ts +3 -0
  889. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.regexp.d.ts.map +1 -0
  890. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.regexp.js +15 -0
  891. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.regexp.js.map +1 -0
  892. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.sharedmemory.d.ts +3 -0
  893. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.sharedmemory.d.ts.map +1 -0
  894. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.sharedmemory.js +12 -0
  895. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.sharedmemory.js.map +1 -0
  896. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.string.d.ts +3 -0
  897. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.string.d.ts.map +1 -0
  898. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.string.js +12 -0
  899. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.string.js.map +1 -0
  900. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.array.d.ts +3 -0
  901. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.array.d.ts.map +1 -0
  902. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.array.js +24 -0
  903. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.array.js.map +1 -0
  904. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.collection.d.ts +3 -0
  905. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.collection.d.ts.map +1 -0
  906. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.collection.js +12 -0
  907. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.collection.js.map +1 -0
  908. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.d.ts +3 -0
  909. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.d.ts.map +1 -0
  910. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.full.d.ts +3 -0
  911. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.full.d.ts.map +1 -0
  912. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.full.js +22 -0
  913. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.full.js.map +1 -0
  914. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.js +16 -0
  915. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.js.map +1 -0
  916. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es5.d.ts +3 -0
  917. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es5.d.ts.map +1 -0
  918. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es5.js +118 -0
  919. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es5.js.map +1 -0
  920. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es6.d.ts +3 -0
  921. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es6.d.ts.map +1 -0
  922. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es6.js +30 -0
  923. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es6.js.map +1 -0
  924. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es7.d.ts +3 -0
  925. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es7.d.ts.map +1 -0
  926. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es7.js +16 -0
  927. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/es7.js.map +1 -0
  928. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.array.d.ts +3 -0
  929. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.array.d.ts.map +1 -0
  930. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.array.js +24 -0
  931. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.array.js.map +1 -0
  932. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.asynciterable.d.ts +3 -0
  933. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.asynciterable.d.ts.map +1 -0
  934. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.asynciterable.js +19 -0
  935. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.asynciterable.js.map +1 -0
  936. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.bigint.d.ts +3 -0
  937. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.bigint.d.ts.map +1 -0
  938. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.bigint.js +22 -0
  939. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.bigint.js.map +1 -0
  940. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.collection.d.ts +3 -0
  941. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.collection.d.ts.map +1 -0
  942. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.collection.js +12 -0
  943. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.collection.js.map +1 -0
  944. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.d.ts +3 -0
  945. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.d.ts.map +1 -0
  946. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.decorators.d.ts +3 -0
  947. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.decorators.d.ts.map +1 -0
  948. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.decorators.js +17 -0
  949. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.decorators.js.map +1 -0
  950. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.disposable.d.ts +3 -0
  951. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.disposable.d.ts.map +1 -0
  952. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.disposable.js +22 -0
  953. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.disposable.js.map +1 -0
  954. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.full.d.ts +3 -0
  955. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.full.d.ts.map +1 -0
  956. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.full.js +22 -0
  957. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.full.js.map +1 -0
  958. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.intl.d.ts +3 -0
  959. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.intl.d.ts.map +1 -0
  960. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.intl.js +12 -0
  961. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.intl.js.map +1 -0
  962. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.js +24 -0
  963. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.js.map +1 -0
  964. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.object.d.ts +3 -0
  965. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.object.d.ts.map +1 -0
  966. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.object.js +12 -0
  967. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.object.js.map +1 -0
  968. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.promise.d.ts +3 -0
  969. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.promise.d.ts.map +1 -0
  970. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.promise.js +13 -0
  971. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.promise.js.map +1 -0
  972. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.string.d.ts +3 -0
  973. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.string.d.ts.map +1 -0
  974. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.string.js +12 -0
  975. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.string.js.map +1 -0
  976. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.symbol.d.ts +3 -0
  977. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.symbol.d.ts.map +1 -0
  978. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.symbol.js +12 -0
  979. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.symbol.js.map +1 -0
  980. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.weakref.d.ts +3 -0
  981. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.weakref.d.ts.map +1 -0
  982. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.weakref.js +15 -0
  983. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.weakref.js.map +1 -0
  984. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/index.d.ts +97 -0
  985. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/index.d.ts.map +1 -0
  986. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/index.js +197 -0
  987. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/index.js.map +1 -0
  988. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/lib.d.ts +3 -0
  989. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/lib.d.ts.map +1 -0
  990. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/lib.js +18 -0
  991. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/lib.js.map +1 -0
  992. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/scripthost.d.ts +3 -0
  993. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/scripthost.d.ts.map +1 -0
  994. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/scripthost.js +24 -0
  995. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/scripthost.js.map +1 -0
  996. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.asynciterable.d.ts +3 -0
  997. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.asynciterable.d.ts.map +1 -0
  998. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.asynciterable.js +12 -0
  999. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.asynciterable.js.map +1 -0
  1000. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.d.ts +3 -0
  1001. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.d.ts.map +1 -0
  1002. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.importscripts.d.ts +3 -0
  1003. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.importscripts.d.ts.map +1 -0
  1004. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.importscripts.js +9 -0
  1005. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.importscripts.js.map +1 -0
  1006. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.iterable.d.ts +3 -0
  1007. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.iterable.d.ts.map +1 -0
  1008. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.iterable.js +34 -0
  1009. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.iterable.js.map +1 -0
  1010. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.js +590 -0
  1011. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.js.map +1 -0
  1012. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/referencer/ClassVisitor.d.ts +29 -0
  1013. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/referencer/ClassVisitor.d.ts.map +1 -0
  1014. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/referencer/ClassVisitor.js +311 -0
  1015. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/referencer/ClassVisitor.js.map +1 -0
  1016. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/referencer/ExportVisitor.d.ts +15 -0
  1017. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/referencer/ExportVisitor.d.ts.map +1 -0
  1018. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/referencer/ExportVisitor.js +84 -0
  1019. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/referencer/ExportVisitor.js.map +1 -0
  1020. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/referencer/ImportVisitor.d.ts +14 -0
  1021. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/referencer/ImportVisitor.d.ts.map +1 -0
  1022. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/referencer/ImportVisitor.js +50 -0
  1023. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/referencer/ImportVisitor.js.map +1 -0
  1024. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/referencer/PatternVisitor.d.ts +29 -0
  1025. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/referencer/PatternVisitor.d.ts.map +1 -0
  1026. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/referencer/PatternVisitor.js +108 -0
  1027. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/referencer/PatternVisitor.js.map +1 -0
  1028. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/referencer/Reference.d.ts +89 -0
  1029. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/referencer/Reference.d.ts.map +1 -0
  1030. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/referencer/Reference.js +107 -0
  1031. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/referencer/Reference.js.map +1 -0
  1032. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/referencer/Referencer.d.ts +87 -0
  1033. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/referencer/Referencer.d.ts.map +1 -0
  1034. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/referencer/Referencer.js +548 -0
  1035. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/referencer/Referencer.js.map +1 -0
  1036. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/referencer/TypeVisitor.d.ts +33 -0
  1037. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/referencer/TypeVisitor.d.ts.map +1 -0
  1038. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/referencer/TypeVisitor.js +230 -0
  1039. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/referencer/TypeVisitor.js.map +1 -0
  1040. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/referencer/Visitor.d.ts +13 -0
  1041. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/referencer/Visitor.d.ts.map +1 -0
  1042. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/referencer/Visitor.js +41 -0
  1043. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/referencer/Visitor.js.map +1 -0
  1044. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/referencer/VisitorBase.d.ts +22 -0
  1045. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/referencer/VisitorBase.d.ts.map +1 -0
  1046. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/referencer/VisitorBase.js +80 -0
  1047. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/referencer/VisitorBase.js.map +1 -0
  1048. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/referencer/index.d.ts +2 -0
  1049. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/referencer/index.d.ts.map +1 -0
  1050. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/referencer/index.js +6 -0
  1051. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/referencer/index.js.map +1 -0
  1052. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/scope/BlockScope.d.ts +10 -0
  1053. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/scope/BlockScope.d.ts.map +1 -0
  1054. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/scope/BlockScope.js +12 -0
  1055. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/scope/BlockScope.js.map +1 -0
  1056. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/scope/CatchScope.d.ts +10 -0
  1057. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/scope/CatchScope.d.ts.map +1 -0
  1058. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/scope/CatchScope.js +12 -0
  1059. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/scope/CatchScope.js.map +1 -0
  1060. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/scope/ClassFieldInitializerScope.d.ts +10 -0
  1061. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/scope/ClassFieldInitializerScope.d.ts.map +1 -0
  1062. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/scope/ClassFieldInitializerScope.js +12 -0
  1063. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/scope/ClassFieldInitializerScope.js.map +1 -0
  1064. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/scope/ClassScope.d.ts +10 -0
  1065. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/scope/ClassScope.d.ts.map +1 -0
  1066. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/scope/ClassScope.js +12 -0
  1067. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/scope/ClassScope.js.map +1 -0
  1068. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/scope/ClassStaticBlockScope.d.ts +10 -0
  1069. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/scope/ClassStaticBlockScope.d.ts.map +1 -0
  1070. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/scope/ClassStaticBlockScope.js +12 -0
  1071. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/scope/ClassStaticBlockScope.js.map +1 -0
  1072. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/scope/ConditionalTypeScope.d.ts +10 -0
  1073. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/scope/ConditionalTypeScope.d.ts.map +1 -0
  1074. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/scope/ConditionalTypeScope.js +12 -0
  1075. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/scope/ConditionalTypeScope.js.map +1 -0
  1076. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/scope/ForScope.d.ts +10 -0
  1077. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/scope/ForScope.d.ts.map +1 -0
  1078. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/scope/ForScope.js +12 -0
  1079. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/scope/ForScope.js.map +1 -0
  1080. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/scope/FunctionExpressionNameScope.d.ts +11 -0
  1081. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/scope/FunctionExpressionNameScope.d.ts.map +1 -0
  1082. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/scope/FunctionExpressionNameScope.js +17 -0
  1083. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/scope/FunctionExpressionNameScope.js.map +1 -0
  1084. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/scope/FunctionScope.d.ts +13 -0
  1085. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/scope/FunctionScope.d.ts.map +1 -0
  1086. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/scope/FunctionScope.js +36 -0
  1087. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/scope/FunctionScope.js.map +1 -0
  1088. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/scope/FunctionTypeScope.d.ts +10 -0
  1089. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/scope/FunctionTypeScope.d.ts.map +1 -0
  1090. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/scope/FunctionTypeScope.js +12 -0
  1091. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/scope/FunctionTypeScope.js.map +1 -0
  1092. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/scope/GlobalScope.d.ts +18 -0
  1093. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/scope/GlobalScope.d.ts.map +1 -0
  1094. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/scope/GlobalScope.js +39 -0
  1095. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/scope/GlobalScope.js.map +1 -0
  1096. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/scope/MappedTypeScope.d.ts +10 -0
  1097. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/scope/MappedTypeScope.d.ts.map +1 -0
  1098. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/scope/MappedTypeScope.js +12 -0
  1099. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/scope/MappedTypeScope.js.map +1 -0
  1100. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/scope/ModuleScope.d.ts +10 -0
  1101. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/scope/ModuleScope.d.ts.map +1 -0
  1102. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/scope/ModuleScope.js +12 -0
  1103. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/scope/ModuleScope.js.map +1 -0
  1104. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/scope/Scope.d.ts +21 -0
  1105. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/scope/Scope.d.ts.map +1 -0
  1106. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/scope/Scope.js +3 -0
  1107. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/scope/Scope.js.map +1 -0
  1108. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/scope/ScopeBase.d.ts +103 -0
  1109. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/scope/ScopeBase.d.ts.map +1 -0
  1110. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/scope/ScopeBase.js +351 -0
  1111. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/scope/ScopeBase.js.map +1 -0
  1112. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/scope/ScopeType.d.ts +22 -0
  1113. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/scope/ScopeType.d.ts.map +1 -0
  1114. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/scope/ScopeType.js +25 -0
  1115. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/scope/ScopeType.js.map +1 -0
  1116. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/scope/SwitchScope.d.ts +10 -0
  1117. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/scope/SwitchScope.d.ts.map +1 -0
  1118. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/scope/SwitchScope.js +12 -0
  1119. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/scope/SwitchScope.js.map +1 -0
  1120. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/scope/TSEnumScope.d.ts +10 -0
  1121. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/scope/TSEnumScope.d.ts.map +1 -0
  1122. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/scope/TSEnumScope.js +12 -0
  1123. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/scope/TSEnumScope.js.map +1 -0
  1124. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/scope/TSModuleScope.d.ts +10 -0
  1125. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/scope/TSModuleScope.d.ts.map +1 -0
  1126. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/scope/TSModuleScope.js +12 -0
  1127. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/scope/TSModuleScope.js.map +1 -0
  1128. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/scope/TypeScope.d.ts +10 -0
  1129. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/scope/TypeScope.d.ts.map +1 -0
  1130. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/scope/TypeScope.js +12 -0
  1131. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/scope/TypeScope.js.map +1 -0
  1132. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/scope/WithScope.d.ts +11 -0
  1133. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/scope/WithScope.d.ts.map +1 -0
  1134. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/scope/WithScope.js +22 -0
  1135. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/scope/WithScope.js.map +1 -0
  1136. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/scope/index.d.ts +20 -0
  1137. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/scope/index.d.ts.map +1 -0
  1138. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/scope/index.js +36 -0
  1139. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/scope/index.js.map +1 -0
  1140. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/variable/ESLintScopeVariable.d.ts +34 -0
  1141. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/variable/ESLintScopeVariable.d.ts.map +1 -0
  1142. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/variable/ESLintScopeVariable.js +12 -0
  1143. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/variable/ESLintScopeVariable.js.map +1 -0
  1144. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/variable/ImplicitLibVariable.d.ts +25 -0
  1145. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/variable/ImplicitLibVariable.d.ts.map +1 -0
  1146. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/variable/ImplicitLibVariable.js +19 -0
  1147. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/variable/ImplicitLibVariable.js.map +1 -0
  1148. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/variable/Variable.d.ts +18 -0
  1149. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/variable/Variable.d.ts.map +1 -0
  1150. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/variable/Variable.js +33 -0
  1151. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/variable/Variable.js.map +1 -0
  1152. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/variable/VariableBase.d.ts +44 -0
  1153. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/variable/VariableBase.d.ts.map +1 -0
  1154. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/variable/VariableBase.js +39 -0
  1155. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/variable/VariableBase.js.map +1 -0
  1156. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/variable/index.d.ts +4 -0
  1157. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/variable/index.d.ts.map +1 -0
  1158. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/variable/index.js +10 -0
  1159. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/dist/variable/index.js.map +1 -0
  1160. package/packages/config-eslint/node_modules/@typescript-eslint/scope-manager/package.json +71 -0
  1161. package/packages/config-eslint/node_modules/@typescript-eslint/type-utils/LICENSE +21 -0
  1162. package/packages/config-eslint/node_modules/@typescript-eslint/type-utils/README.md +14 -0
  1163. package/packages/config-eslint/node_modules/@typescript-eslint/type-utils/dist/TypeOrValueSpecifier.d.ts +21 -0
  1164. package/packages/config-eslint/node_modules/@typescript-eslint/type-utils/dist/TypeOrValueSpecifier.d.ts.map +1 -0
  1165. package/packages/config-eslint/node_modules/@typescript-eslint/type-utils/dist/TypeOrValueSpecifier.js +188 -0
  1166. package/packages/config-eslint/node_modules/@typescript-eslint/type-utils/dist/TypeOrValueSpecifier.js.map +1 -0
  1167. package/packages/config-eslint/node_modules/@typescript-eslint/type-utils/dist/builtinSymbolLikes.d.ts +39 -0
  1168. package/packages/config-eslint/node_modules/@typescript-eslint/type-utils/dist/builtinSymbolLikes.d.ts.map +1 -0
  1169. package/packages/config-eslint/node_modules/@typescript-eslint/type-utils/dist/builtinSymbolLikes.js +130 -0
  1170. package/packages/config-eslint/node_modules/@typescript-eslint/type-utils/dist/builtinSymbolLikes.js.map +1 -0
  1171. package/packages/config-eslint/node_modules/@typescript-eslint/type-utils/dist/containsAllTypesByName.d.ts +10 -0
  1172. package/packages/config-eslint/node_modules/@typescript-eslint/type-utils/dist/containsAllTypesByName.d.ts.map +1 -0
  1173. package/packages/config-eslint/node_modules/@typescript-eslint/type-utils/dist/containsAllTypesByName.js +61 -0
  1174. package/packages/config-eslint/node_modules/@typescript-eslint/type-utils/dist/containsAllTypesByName.js.map +1 -0
  1175. package/packages/config-eslint/node_modules/@typescript-eslint/type-utils/dist/getConstrainedTypeAtLocation.d.ts +7 -0
  1176. package/packages/config-eslint/node_modules/@typescript-eslint/type-utils/dist/getConstrainedTypeAtLocation.d.ts.map +1 -0
  1177. package/packages/config-eslint/node_modules/@typescript-eslint/type-utils/dist/getConstrainedTypeAtLocation.js +15 -0
  1178. package/packages/config-eslint/node_modules/@typescript-eslint/type-utils/dist/getConstrainedTypeAtLocation.js.map +1 -0
  1179. package/packages/config-eslint/node_modules/@typescript-eslint/type-utils/dist/getContextualType.d.ts +8 -0
  1180. package/packages/config-eslint/node_modules/@typescript-eslint/type-utils/dist/getContextualType.d.ts.map +1 -0
  1181. package/packages/config-eslint/node_modules/@typescript-eslint/type-utils/dist/getContextualType.js +66 -0
  1182. package/packages/config-eslint/node_modules/@typescript-eslint/type-utils/dist/getContextualType.js.map +1 -0
  1183. package/packages/config-eslint/node_modules/@typescript-eslint/type-utils/dist/getDeclaration.d.ts +7 -0
  1184. package/packages/config-eslint/node_modules/@typescript-eslint/type-utils/dist/getDeclaration.d.ts.map +1 -0
  1185. package/packages/config-eslint/node_modules/@typescript-eslint/type-utils/dist/getDeclaration.js +16 -0
  1186. package/packages/config-eslint/node_modules/@typescript-eslint/type-utils/dist/getDeclaration.js.map +1 -0
  1187. package/packages/config-eslint/node_modules/@typescript-eslint/type-utils/dist/getSourceFileOfNode.d.ts +6 -0
  1188. package/packages/config-eslint/node_modules/@typescript-eslint/type-utils/dist/getSourceFileOfNode.d.ts.map +1 -0
  1189. package/packages/config-eslint/node_modules/@typescript-eslint/type-utils/dist/getSourceFileOfNode.js +38 -0
  1190. package/packages/config-eslint/node_modules/@typescript-eslint/type-utils/dist/getSourceFileOfNode.js.map +1 -0
  1191. package/packages/config-eslint/node_modules/@typescript-eslint/type-utils/dist/getTokenAtPosition.d.ts +3 -0
  1192. package/packages/config-eslint/node_modules/@typescript-eslint/type-utils/dist/getTokenAtPosition.d.ts.map +1 -0
  1193. package/packages/config-eslint/node_modules/@typescript-eslint/type-utils/dist/getTokenAtPosition.js +53 -0
  1194. package/packages/config-eslint/node_modules/@typescript-eslint/type-utils/dist/getTokenAtPosition.js.map +1 -0
  1195. package/packages/config-eslint/node_modules/@typescript-eslint/type-utils/dist/getTypeArguments.d.ts +6 -0
  1196. package/packages/config-eslint/node_modules/@typescript-eslint/type-utils/dist/getTypeArguments.d.ts.map +1 -0
  1197. package/packages/config-eslint/node_modules/@typescript-eslint/type-utils/dist/getTypeArguments.js +16 -0
  1198. package/packages/config-eslint/node_modules/@typescript-eslint/type-utils/dist/getTypeArguments.js.map +1 -0
  1199. package/packages/config-eslint/node_modules/@typescript-eslint/type-utils/dist/getTypeName.d.ts +8 -0
  1200. package/packages/config-eslint/node_modules/@typescript-eslint/type-utils/dist/getTypeName.d.ts.map +1 -0
  1201. package/packages/config-eslint/node_modules/@typescript-eslint/type-utils/dist/getTypeName.js +74 -0
  1202. package/packages/config-eslint/node_modules/@typescript-eslint/type-utils/dist/getTypeName.js.map +1 -0
  1203. package/packages/config-eslint/node_modules/@typescript-eslint/type-utils/dist/index.d.ts +19 -0
  1204. package/packages/config-eslint/node_modules/@typescript-eslint/type-utils/dist/index.d.ts.map +1 -0
  1205. package/packages/config-eslint/node_modules/@typescript-eslint/type-utils/dist/index.js +39 -0
  1206. package/packages/config-eslint/node_modules/@typescript-eslint/type-utils/dist/index.js.map +1 -0
  1207. package/packages/config-eslint/node_modules/@typescript-eslint/type-utils/dist/isSymbolFromDefaultLibrary.d.ts +3 -0
  1208. package/packages/config-eslint/node_modules/@typescript-eslint/type-utils/dist/isSymbolFromDefaultLibrary.d.ts.map +1 -0
  1209. package/packages/config-eslint/node_modules/@typescript-eslint/type-utils/dist/isSymbolFromDefaultLibrary.js +18 -0
  1210. package/packages/config-eslint/node_modules/@typescript-eslint/type-utils/dist/isSymbolFromDefaultLibrary.js.map +1 -0
  1211. package/packages/config-eslint/node_modules/@typescript-eslint/type-utils/dist/isTypeReadonly.d.ts +27 -0
  1212. package/packages/config-eslint/node_modules/@typescript-eslint/type-utils/dist/isTypeReadonly.d.ts.map +1 -0
  1213. package/packages/config-eslint/node_modules/@typescript-eslint/type-utils/dist/isTypeReadonly.js +226 -0
  1214. package/packages/config-eslint/node_modules/@typescript-eslint/type-utils/dist/isTypeReadonly.js.map +1 -0
  1215. package/packages/config-eslint/node_modules/@typescript-eslint/type-utils/dist/isUnsafeAssignment.d.ts +17 -0
  1216. package/packages/config-eslint/node_modules/@typescript-eslint/type-utils/dist/isUnsafeAssignment.d.ts.map +1 -0
  1217. package/packages/config-eslint/node_modules/@typescript-eslint/type-utils/dist/isUnsafeAssignment.js +106 -0
  1218. package/packages/config-eslint/node_modules/@typescript-eslint/type-utils/dist/isUnsafeAssignment.js.map +1 -0
  1219. package/packages/config-eslint/node_modules/@typescript-eslint/type-utils/dist/predicates.d.ts +58 -0
  1220. package/packages/config-eslint/node_modules/@typescript-eslint/type-utils/dist/predicates.d.ts.map +1 -0
  1221. package/packages/config-eslint/node_modules/@typescript-eslint/type-utils/dist/predicates.js +169 -0
  1222. package/packages/config-eslint/node_modules/@typescript-eslint/type-utils/dist/predicates.js.map +1 -0
  1223. package/packages/config-eslint/node_modules/@typescript-eslint/type-utils/dist/propertyTypes.d.ts +4 -0
  1224. package/packages/config-eslint/node_modules/@typescript-eslint/type-utils/dist/propertyTypes.d.ts.map +1 -0
  1225. package/packages/config-eslint/node_modules/@typescript-eslint/type-utils/dist/propertyTypes.js +37 -0
  1226. package/packages/config-eslint/node_modules/@typescript-eslint/type-utils/dist/propertyTypes.js.map +1 -0
  1227. package/packages/config-eslint/node_modules/@typescript-eslint/type-utils/dist/requiresQuoting.d.ts +4 -0
  1228. package/packages/config-eslint/node_modules/@typescript-eslint/type-utils/dist/requiresQuoting.d.ts.map +1 -0
  1229. package/packages/config-eslint/node_modules/@typescript-eslint/type-utils/dist/requiresQuoting.js +43 -0
  1230. package/packages/config-eslint/node_modules/@typescript-eslint/type-utils/dist/requiresQuoting.js.map +1 -0
  1231. package/packages/config-eslint/node_modules/@typescript-eslint/type-utils/dist/typeFlagUtils.d.ts +16 -0
  1232. package/packages/config-eslint/node_modules/@typescript-eslint/type-utils/dist/typeFlagUtils.d.ts.map +1 -0
  1233. package/packages/config-eslint/node_modules/@typescript-eslint/type-utils/dist/typeFlagUtils.js +59 -0
  1234. package/packages/config-eslint/node_modules/@typescript-eslint/type-utils/dist/typeFlagUtils.js.map +1 -0
  1235. package/packages/config-eslint/node_modules/@typescript-eslint/type-utils/package.json +81 -0
  1236. package/packages/config-eslint/node_modules/@typescript-eslint/types/LICENSE +21 -0
  1237. package/packages/config-eslint/node_modules/@typescript-eslint/types/README.md +12 -0
  1238. package/packages/config-eslint/node_modules/@typescript-eslint/types/dist/generated/ast-spec.d.ts +1930 -0
  1239. package/packages/config-eslint/node_modules/@typescript-eslint/types/dist/generated/ast-spec.d.ts.map +1 -0
  1240. package/packages/config-eslint/node_modules/@typescript-eslint/types/dist/generated/ast-spec.js +202 -0
  1241. package/packages/config-eslint/node_modules/@typescript-eslint/types/dist/generated/ast-spec.js.map +1 -0
  1242. package/packages/config-eslint/node_modules/@typescript-eslint/types/dist/index.d.ts +5 -0
  1243. package/packages/config-eslint/node_modules/@typescript-eslint/types/dist/index.d.ts.map +1 -0
  1244. package/packages/config-eslint/node_modules/@typescript-eslint/types/dist/index.js +24 -0
  1245. package/packages/config-eslint/node_modules/@typescript-eslint/types/dist/index.js.map +1 -0
  1246. package/packages/config-eslint/node_modules/@typescript-eslint/types/dist/lib.d.ts +3 -0
  1247. package/packages/config-eslint/node_modules/@typescript-eslint/types/dist/lib.d.ts.map +1 -0
  1248. package/packages/config-eslint/node_modules/@typescript-eslint/types/dist/lib.js +7 -0
  1249. package/packages/config-eslint/node_modules/@typescript-eslint/types/dist/lib.js.map +1 -0
  1250. package/packages/config-eslint/node_modules/@typescript-eslint/types/dist/parser-options.d.ts +44 -0
  1251. package/packages/config-eslint/node_modules/@typescript-eslint/types/dist/parser-options.d.ts.map +1 -0
  1252. package/packages/config-eslint/node_modules/@typescript-eslint/types/dist/parser-options.js +3 -0
  1253. package/packages/config-eslint/node_modules/@typescript-eslint/types/dist/parser-options.js.map +1 -0
  1254. package/packages/config-eslint/node_modules/@typescript-eslint/types/dist/ts-estree.d.ts +14 -0
  1255. package/packages/config-eslint/node_modules/@typescript-eslint/types/dist/ts-estree.d.ts.map +1 -0
  1256. package/packages/config-eslint/node_modules/@typescript-eslint/types/dist/ts-estree.js +28 -0
  1257. package/packages/config-eslint/node_modules/@typescript-eslint/types/dist/ts-estree.js.map +1 -0
  1258. package/packages/config-eslint/node_modules/@typescript-eslint/types/package.json +86 -0
  1259. package/packages/config-eslint/node_modules/@typescript-eslint/typescript-estree/LICENSE +26 -0
  1260. package/packages/config-eslint/node_modules/@typescript-eslint/typescript-estree/README.md +14 -0
  1261. package/packages/config-eslint/node_modules/@typescript-eslint/typescript-estree/dist/ast-converter.d.ts +9 -0
  1262. package/packages/config-eslint/node_modules/@typescript-eslint/typescript-estree/dist/ast-converter.d.ts.map +1 -0
  1263. package/packages/config-eslint/node_modules/@typescript-eslint/typescript-estree/dist/ast-converter.js +62 -0
  1264. package/packages/config-eslint/node_modules/@typescript-eslint/typescript-estree/dist/ast-converter.js.map +1 -0
  1265. package/packages/config-eslint/node_modules/@typescript-eslint/typescript-estree/dist/clear-caches.d.ts +10 -0
  1266. package/packages/config-eslint/node_modules/@typescript-eslint/typescript-estree/dist/clear-caches.d.ts.map +1 -0
  1267. package/packages/config-eslint/node_modules/@typescript-eslint/typescript-estree/dist/clear-caches.js +25 -0
  1268. package/packages/config-eslint/node_modules/@typescript-eslint/typescript-estree/dist/clear-caches.js.map +1 -0
  1269. package/packages/config-eslint/node_modules/@typescript-eslint/typescript-estree/dist/convert-comments.d.ts +11 -0
  1270. package/packages/config-eslint/node_modules/@typescript-eslint/typescript-estree/dist/convert-comments.d.ts.map +1 -0
  1271. package/packages/config-eslint/node_modules/@typescript-eslint/typescript-estree/dist/convert-comments.js +63 -0
  1272. package/packages/config-eslint/node_modules/@typescript-eslint/typescript-estree/dist/convert-comments.js.map +1 -0
  1273. package/packages/config-eslint/node_modules/@typescript-eslint/typescript-estree/dist/convert.d.ts +137 -0
  1274. package/packages/config-eslint/node_modules/@typescript-eslint/typescript-estree/dist/convert.d.ts.map +1 -0
  1275. package/packages/config-eslint/node_modules/@typescript-eslint/typescript-estree/dist/convert.js +2554 -0
  1276. package/packages/config-eslint/node_modules/@typescript-eslint/typescript-estree/dist/convert.js.map +1 -0
  1277. package/packages/config-eslint/node_modules/@typescript-eslint/typescript-estree/dist/create-program/WatchCompilerHostOfConfigFile.d.ts +13 -0
  1278. package/packages/config-eslint/node_modules/@typescript-eslint/typescript-estree/dist/create-program/WatchCompilerHostOfConfigFile.d.ts.map +1 -0
  1279. package/packages/config-eslint/node_modules/@typescript-eslint/typescript-estree/dist/create-program/WatchCompilerHostOfConfigFile.js +6 -0
  1280. package/packages/config-eslint/node_modules/@typescript-eslint/typescript-estree/dist/create-program/WatchCompilerHostOfConfigFile.js.map +1 -0
  1281. package/packages/config-eslint/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createDefaultProgram.d.ts +12 -0
  1282. package/packages/config-eslint/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createDefaultProgram.d.ts.map +1 -0
  1283. package/packages/config-eslint/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createDefaultProgram.js +71 -0
  1284. package/packages/config-eslint/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createDefaultProgram.js.map +1 -0
  1285. package/packages/config-eslint/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createIsolatedProgram.d.ts +8 -0
  1286. package/packages/config-eslint/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createIsolatedProgram.d.ts.map +1 -0
  1287. package/packages/config-eslint/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createIsolatedProgram.js +88 -0
  1288. package/packages/config-eslint/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createIsolatedProgram.js.map +1 -0
  1289. package/packages/config-eslint/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createProjectProgram.d.ts +10 -0
  1290. package/packages/config-eslint/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createProjectProgram.d.ts.map +1 -0
  1291. package/packages/config-eslint/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createProjectProgram.js +101 -0
  1292. package/packages/config-eslint/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createProjectProgram.js.map +1 -0
  1293. package/packages/config-eslint/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createProjectService.d.ts +9 -0
  1294. package/packages/config-eslint/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createProjectService.d.ts.map +1 -0
  1295. package/packages/config-eslint/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createProjectService.js +52 -0
  1296. package/packages/config-eslint/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createProjectService.js.map +1 -0
  1297. package/packages/config-eslint/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createSourceFile.d.ts +7 -0
  1298. package/packages/config-eslint/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createSourceFile.d.ts.map +1 -0
  1299. package/packages/config-eslint/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createSourceFile.js +53 -0
  1300. package/packages/config-eslint/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createSourceFile.js.map +1 -0
  1301. package/packages/config-eslint/node_modules/@typescript-eslint/typescript-estree/dist/create-program/describeFilePath.d.ts +2 -0
  1302. package/packages/config-eslint/node_modules/@typescript-eslint/typescript-estree/dist/create-program/describeFilePath.d.ts.map +1 -0
  1303. package/packages/config-eslint/node_modules/@typescript-eslint/typescript-estree/dist/create-program/describeFilePath.js +32 -0
  1304. package/packages/config-eslint/node_modules/@typescript-eslint/typescript-estree/dist/create-program/describeFilePath.js.map +1 -0
  1305. package/packages/config-eslint/node_modules/@typescript-eslint/typescript-estree/dist/create-program/getScriptKind.d.ts +5 -0
  1306. package/packages/config-eslint/node_modules/@typescript-eslint/typescript-estree/dist/create-program/getScriptKind.d.ts.map +1 -0
  1307. package/packages/config-eslint/node_modules/@typescript-eslint/typescript-estree/dist/create-program/getScriptKind.js +72 -0
  1308. package/packages/config-eslint/node_modules/@typescript-eslint/typescript-estree/dist/create-program/getScriptKind.js.map +1 -0
  1309. package/packages/config-eslint/node_modules/@typescript-eslint/typescript-estree/dist/create-program/getWatchProgramsForProjects.d.ts +15 -0
  1310. package/packages/config-eslint/node_modules/@typescript-eslint/typescript-estree/dist/create-program/getWatchProgramsForProjects.d.ts.map +1 -0
  1311. package/packages/config-eslint/node_modules/@typescript-eslint/typescript-estree/dist/create-program/getWatchProgramsForProjects.js +379 -0
  1312. package/packages/config-eslint/node_modules/@typescript-eslint/typescript-estree/dist/create-program/getWatchProgramsForProjects.js.map +1 -0
  1313. package/packages/config-eslint/node_modules/@typescript-eslint/typescript-estree/dist/create-program/shared.d.ts +32 -0
  1314. package/packages/config-eslint/node_modules/@typescript-eslint/typescript-estree/dist/create-program/shared.d.ts.map +1 -0
  1315. package/packages/config-eslint/node_modules/@typescript-eslint/typescript-estree/dist/create-program/shared.js +124 -0
  1316. package/packages/config-eslint/node_modules/@typescript-eslint/typescript-estree/dist/create-program/shared.js.map +1 -0
  1317. package/packages/config-eslint/node_modules/@typescript-eslint/typescript-estree/dist/create-program/useProvidedPrograms.d.ts +16 -0
  1318. package/packages/config-eslint/node_modules/@typescript-eslint/typescript-estree/dist/create-program/useProvidedPrograms.d.ts.map +1 -0
  1319. package/packages/config-eslint/node_modules/@typescript-eslint/typescript-estree/dist/create-program/useProvidedPrograms.js +96 -0
  1320. package/packages/config-eslint/node_modules/@typescript-eslint/typescript-estree/dist/create-program/useProvidedPrograms.js.map +1 -0
  1321. package/packages/config-eslint/node_modules/@typescript-eslint/typescript-estree/dist/createParserServices.d.ts +5 -0
  1322. package/packages/config-eslint/node_modules/@typescript-eslint/typescript-estree/dist/createParserServices.d.ts.map +1 -0
  1323. package/packages/config-eslint/node_modules/@typescript-eslint/typescript-estree/dist/createParserServices.js +20 -0
  1324. package/packages/config-eslint/node_modules/@typescript-eslint/typescript-estree/dist/createParserServices.js.map +1 -0
  1325. package/packages/config-eslint/node_modules/@typescript-eslint/typescript-estree/dist/getModifiers.d.ts +4 -0
  1326. package/packages/config-eslint/node_modules/@typescript-eslint/typescript-estree/dist/getModifiers.d.ts.map +1 -0
  1327. package/packages/config-eslint/node_modules/@typescript-eslint/typescript-estree/dist/getModifiers.js +66 -0
  1328. package/packages/config-eslint/node_modules/@typescript-eslint/typescript-estree/dist/getModifiers.js.map +1 -0
  1329. package/packages/config-eslint/node_modules/@typescript-eslint/typescript-estree/dist/index.d.ts +13 -0
  1330. package/packages/config-eslint/node_modules/@typescript-eslint/typescript-estree/dist/index.d.ts.map +1 -0
  1331. package/packages/config-eslint/node_modules/@typescript-eslint/typescript-estree/dist/index.js +38 -0
  1332. package/packages/config-eslint/node_modules/@typescript-eslint/typescript-estree/dist/index.js.map +1 -0
  1333. package/packages/config-eslint/node_modules/@typescript-eslint/typescript-estree/dist/jsx/xhtml-entities.d.ts +2 -0
  1334. package/packages/config-eslint/node_modules/@typescript-eslint/typescript-estree/dist/jsx/xhtml-entities.d.ts.map +1 -0
  1335. package/packages/config-eslint/node_modules/@typescript-eslint/typescript-estree/dist/jsx/xhtml-entities.js +259 -0
  1336. package/packages/config-eslint/node_modules/@typescript-eslint/typescript-estree/dist/jsx/xhtml-entities.js.map +1 -0
  1337. package/packages/config-eslint/node_modules/@typescript-eslint/typescript-estree/dist/node-utils.d.ts +249 -0
  1338. package/packages/config-eslint/node_modules/@typescript-eslint/typescript-estree/dist/node-utils.d.ts.map +1 -0
  1339. package/packages/config-eslint/node_modules/@typescript-eslint/typescript-estree/dist/node-utils.js +787 -0
  1340. package/packages/config-eslint/node_modules/@typescript-eslint/typescript-estree/dist/node-utils.js.map +1 -0
  1341. package/packages/config-eslint/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/ExpiringCache.d.ts +17 -0
  1342. package/packages/config-eslint/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/ExpiringCache.d.ts.map +1 -0
  1343. package/packages/config-eslint/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/ExpiringCache.js +60 -0
  1344. package/packages/config-eslint/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/ExpiringCache.js.map +1 -0
  1345. package/packages/config-eslint/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/createParseSettings.d.ts +7 -0
  1346. package/packages/config-eslint/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/createParseSettings.d.ts.map +1 -0
  1347. package/packages/config-eslint/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/createParseSettings.js +194 -0
  1348. package/packages/config-eslint/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/createParseSettings.js.map +1 -0
  1349. package/packages/config-eslint/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/getProjectConfigFiles.d.ts +13 -0
  1350. package/packages/config-eslint/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/getProjectConfigFiles.d.ts.map +1 -0
  1351. package/packages/config-eslint/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/getProjectConfigFiles.js +74 -0
  1352. package/packages/config-eslint/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/getProjectConfigFiles.js.map +1 -0
  1353. package/packages/config-eslint/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/index.d.ts +134 -0
  1354. package/packages/config-eslint/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/index.d.ts.map +1 -0
  1355. package/packages/config-eslint/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/index.js +3 -0
  1356. package/packages/config-eslint/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/index.js.map +1 -0
  1357. package/packages/config-eslint/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/inferSingleRun.d.ts +15 -0
  1358. package/packages/config-eslint/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/inferSingleRun.d.ts.map +1 -0
  1359. package/packages/config-eslint/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/inferSingleRun.js +57 -0
  1360. package/packages/config-eslint/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/inferSingleRun.js.map +1 -0
  1361. package/packages/config-eslint/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/resolveProjectList.d.ts +19 -0
  1362. package/packages/config-eslint/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/resolveProjectList.d.ts.map +1 -0
  1363. package/packages/config-eslint/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/resolveProjectList.js +100 -0
  1364. package/packages/config-eslint/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/resolveProjectList.js.map +1 -0
  1365. package/packages/config-eslint/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/warnAboutTSVersion.d.ts +3 -0
  1366. package/packages/config-eslint/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/warnAboutTSVersion.d.ts.map +1 -0
  1367. package/packages/config-eslint/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/warnAboutTSVersion.js +69 -0
  1368. package/packages/config-eslint/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/warnAboutTSVersion.js.map +1 -0
  1369. package/packages/config-eslint/node_modules/@typescript-eslint/typescript-estree/dist/parser-options.d.ts +214 -0
  1370. package/packages/config-eslint/node_modules/@typescript-eslint/typescript-estree/dist/parser-options.d.ts.map +1 -0
  1371. package/packages/config-eslint/node_modules/@typescript-eslint/typescript-estree/dist/parser-options.js +3 -0
  1372. package/packages/config-eslint/node_modules/@typescript-eslint/typescript-estree/dist/parser-options.js.map +1 -0
  1373. package/packages/config-eslint/node_modules/@typescript-eslint/typescript-estree/dist/parser.d.ts +20 -0
  1374. package/packages/config-eslint/node_modules/@typescript-eslint/typescript-estree/dist/parser.d.ts.map +1 -0
  1375. package/packages/config-eslint/node_modules/@typescript-eslint/typescript-estree/dist/parser.js +190 -0
  1376. package/packages/config-eslint/node_modules/@typescript-eslint/typescript-estree/dist/parser.js.map +1 -0
  1377. package/packages/config-eslint/node_modules/@typescript-eslint/typescript-estree/dist/semantic-or-syntactic-errors.d.ts +13 -0
  1378. package/packages/config-eslint/node_modules/@typescript-eslint/typescript-estree/dist/semantic-or-syntactic-errors.d.ts.map +1 -0
  1379. package/packages/config-eslint/node_modules/@typescript-eslint/typescript-estree/dist/semantic-or-syntactic-errors.js +96 -0
  1380. package/packages/config-eslint/node_modules/@typescript-eslint/typescript-estree/dist/semantic-or-syntactic-errors.js.map +1 -0
  1381. package/packages/config-eslint/node_modules/@typescript-eslint/typescript-estree/dist/simple-traverse.d.ts +12 -0
  1382. package/packages/config-eslint/node_modules/@typescript-eslint/typescript-estree/dist/simple-traverse.d.ts.map +1 -0
  1383. package/packages/config-eslint/node_modules/@typescript-eslint/typescript-estree/dist/simple-traverse.js +58 -0
  1384. package/packages/config-eslint/node_modules/@typescript-eslint/typescript-estree/dist/simple-traverse.js.map +1 -0
  1385. package/packages/config-eslint/node_modules/@typescript-eslint/typescript-estree/dist/source-files.d.ts +4 -0
  1386. package/packages/config-eslint/node_modules/@typescript-eslint/typescript-estree/dist/source-files.d.ts.map +1 -0
  1387. package/packages/config-eslint/node_modules/@typescript-eslint/typescript-estree/dist/source-files.js +41 -0
  1388. package/packages/config-eslint/node_modules/@typescript-eslint/typescript-estree/dist/source-files.js.map +1 -0
  1389. package/packages/config-eslint/node_modules/@typescript-eslint/typescript-estree/dist/ts-estree/estree-to-ts-node-types.d.ts +178 -0
  1390. package/packages/config-eslint/node_modules/@typescript-eslint/typescript-estree/dist/ts-estree/estree-to-ts-node-types.d.ts.map +1 -0
  1391. package/packages/config-eslint/node_modules/@typescript-eslint/typescript-estree/dist/ts-estree/estree-to-ts-node-types.js +3 -0
  1392. package/packages/config-eslint/node_modules/@typescript-eslint/typescript-estree/dist/ts-estree/estree-to-ts-node-types.js.map +1 -0
  1393. package/packages/config-eslint/node_modules/@typescript-eslint/typescript-estree/dist/ts-estree/index.d.ts +4 -0
  1394. package/packages/config-eslint/node_modules/@typescript-eslint/typescript-estree/dist/ts-estree/index.d.ts.map +1 -0
  1395. package/packages/config-eslint/node_modules/@typescript-eslint/typescript-estree/dist/ts-estree/index.js +25 -0
  1396. package/packages/config-eslint/node_modules/@typescript-eslint/typescript-estree/dist/ts-estree/index.js.map +1 -0
  1397. package/packages/config-eslint/node_modules/@typescript-eslint/typescript-estree/dist/ts-estree/ts-nodes.d.ts +18 -0
  1398. package/packages/config-eslint/node_modules/@typescript-eslint/typescript-estree/dist/ts-estree/ts-nodes.d.ts.map +1 -0
  1399. package/packages/config-eslint/node_modules/@typescript-eslint/typescript-estree/dist/ts-estree/ts-nodes.js +3 -0
  1400. package/packages/config-eslint/node_modules/@typescript-eslint/typescript-estree/dist/ts-estree/ts-nodes.js.map +1 -0
  1401. package/packages/config-eslint/node_modules/@typescript-eslint/typescript-estree/dist/use-at-your-own-risk.d.ts +7 -0
  1402. package/packages/config-eslint/node_modules/@typescript-eslint/typescript-estree/dist/use-at-your-own-risk.d.ts.map +1 -0
  1403. package/packages/config-eslint/node_modules/@typescript-eslint/typescript-estree/dist/use-at-your-own-risk.js +28 -0
  1404. package/packages/config-eslint/node_modules/@typescript-eslint/typescript-estree/dist/use-at-your-own-risk.js.map +1 -0
  1405. package/packages/config-eslint/node_modules/@typescript-eslint/typescript-estree/dist/useProgramFromProjectService.d.ts +5 -0
  1406. package/packages/config-eslint/node_modules/@typescript-eslint/typescript-estree/dist/useProgramFromProjectService.d.ts.map +1 -0
  1407. package/packages/config-eslint/node_modules/@typescript-eslint/typescript-estree/dist/useProgramFromProjectService.js +57 -0
  1408. package/packages/config-eslint/node_modules/@typescript-eslint/typescript-estree/dist/useProgramFromProjectService.js.map +1 -0
  1409. package/packages/config-eslint/node_modules/@typescript-eslint/typescript-estree/dist/version-check.d.ts +3 -0
  1410. package/packages/config-eslint/node_modules/@typescript-eslint/typescript-estree/dist/version-check.d.ts.map +1 -0
  1411. package/packages/config-eslint/node_modules/@typescript-eslint/typescript-estree/dist/version-check.js +49 -0
  1412. package/packages/config-eslint/node_modules/@typescript-eslint/typescript-estree/dist/version-check.js.map +1 -0
  1413. package/packages/config-eslint/node_modules/@typescript-eslint/typescript-estree/package.json +93 -0
  1414. package/packages/config-eslint/node_modules/@typescript-eslint/utils/LICENSE +21 -0
  1415. package/packages/config-eslint/node_modules/@typescript-eslint/utils/README.md +12 -0
  1416. package/packages/config-eslint/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/PatternMatcher.d.ts +48 -0
  1417. package/packages/config-eslint/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/PatternMatcher.d.ts.map +1 -0
  1418. package/packages/config-eslint/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/PatternMatcher.js +36 -0
  1419. package/packages/config-eslint/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/PatternMatcher.js.map +1 -0
  1420. package/packages/config-eslint/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/ReferenceTracker.d.ts +76 -0
  1421. package/packages/config-eslint/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/ReferenceTracker.d.ts.map +1 -0
  1422. package/packages/config-eslint/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/ReferenceTracker.js +40 -0
  1423. package/packages/config-eslint/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/ReferenceTracker.js.map +1 -0
  1424. package/packages/config-eslint/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/astUtilities.d.ts +76 -0
  1425. package/packages/config-eslint/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/astUtilities.d.ts.map +1 -0
  1426. package/packages/config-eslint/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/astUtilities.js +99 -0
  1427. package/packages/config-eslint/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/astUtilities.js.map +1 -0
  1428. package/packages/config-eslint/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/index.d.ts +6 -0
  1429. package/packages/config-eslint/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/index.d.ts.map +1 -0
  1430. package/packages/config-eslint/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/index.js +22 -0
  1431. package/packages/config-eslint/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/index.js.map +1 -0
  1432. package/packages/config-eslint/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/predicates.d.ts +32 -0
  1433. package/packages/config-eslint/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/predicates.d.ts.map +1 -0
  1434. package/packages/config-eslint/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/predicates.js +72 -0
  1435. package/packages/config-eslint/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/predicates.js.map +1 -0
  1436. package/packages/config-eslint/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/scopeAnalysis.d.ts +18 -0
  1437. package/packages/config-eslint/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/scopeAnalysis.d.ts.map +1 -0
  1438. package/packages/config-eslint/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/scopeAnalysis.js +44 -0
  1439. package/packages/config-eslint/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/scopeAnalysis.js.map +1 -0
  1440. package/packages/config-eslint/node_modules/@typescript-eslint/utils/dist/ast-utils/helpers.d.ts +1231 -0
  1441. package/packages/config-eslint/node_modules/@typescript-eslint/utils/dist/ast-utils/helpers.d.ts.map +1 -0
  1442. package/packages/config-eslint/node_modules/@typescript-eslint/utils/dist/ast-utils/helpers.js +22 -0
  1443. package/packages/config-eslint/node_modules/@typescript-eslint/utils/dist/ast-utils/helpers.js.map +1 -0
  1444. package/packages/config-eslint/node_modules/@typescript-eslint/utils/dist/ast-utils/index.d.ts +5 -0
  1445. package/packages/config-eslint/node_modules/@typescript-eslint/utils/dist/ast-utils/index.d.ts.map +1 -0
  1446. package/packages/config-eslint/node_modules/@typescript-eslint/utils/dist/ast-utils/index.js +21 -0
  1447. package/packages/config-eslint/node_modules/@typescript-eslint/utils/dist/ast-utils/index.js.map +1 -0
  1448. package/packages/config-eslint/node_modules/@typescript-eslint/utils/dist/ast-utils/misc.d.ts +8 -0
  1449. package/packages/config-eslint/node_modules/@typescript-eslint/utils/dist/ast-utils/misc.d.ts.map +1 -0
  1450. package/packages/config-eslint/node_modules/@typescript-eslint/utils/dist/ast-utils/misc.js +13 -0
  1451. package/packages/config-eslint/node_modules/@typescript-eslint/utils/dist/ast-utils/misc.js.map +1 -0
  1452. package/packages/config-eslint/node_modules/@typescript-eslint/utils/dist/ast-utils/predicates.d.ts +70 -0
  1453. package/packages/config-eslint/node_modules/@typescript-eslint/utils/dist/ast-utils/predicates.d.ts.map +1 -0
  1454. package/packages/config-eslint/node_modules/@typescript-eslint/utils/dist/ast-utils/predicates.js +135 -0
  1455. package/packages/config-eslint/node_modules/@typescript-eslint/utils/dist/ast-utils/predicates.js.map +1 -0
  1456. package/packages/config-eslint/node_modules/@typescript-eslint/utils/dist/eslint-utils/InferTypesFromRule.d.ts +11 -0
  1457. package/packages/config-eslint/node_modules/@typescript-eslint/utils/dist/eslint-utils/InferTypesFromRule.d.ts.map +1 -0
  1458. package/packages/config-eslint/node_modules/@typescript-eslint/utils/dist/eslint-utils/InferTypesFromRule.js +3 -0
  1459. package/packages/config-eslint/node_modules/@typescript-eslint/utils/dist/eslint-utils/InferTypesFromRule.js.map +1 -0
  1460. package/packages/config-eslint/node_modules/@typescript-eslint/utils/dist/eslint-utils/RuleCreator.d.ts +35 -0
  1461. package/packages/config-eslint/node_modules/@typescript-eslint/utils/dist/eslint-utils/RuleCreator.d.ts.map +1 -0
  1462. package/packages/config-eslint/node_modules/@typescript-eslint/utils/dist/eslint-utils/RuleCreator.js +45 -0
  1463. package/packages/config-eslint/node_modules/@typescript-eslint/utils/dist/eslint-utils/RuleCreator.js.map +1 -0
  1464. package/packages/config-eslint/node_modules/@typescript-eslint/utils/dist/eslint-utils/applyDefault.d.ts +10 -0
  1465. package/packages/config-eslint/node_modules/@typescript-eslint/utils/dist/eslint-utils/applyDefault.d.ts.map +1 -0
  1466. package/packages/config-eslint/node_modules/@typescript-eslint/utils/dist/eslint-utils/applyDefault.js +34 -0
  1467. package/packages/config-eslint/node_modules/@typescript-eslint/utils/dist/eslint-utils/applyDefault.js.map +1 -0
  1468. package/packages/config-eslint/node_modules/@typescript-eslint/utils/dist/eslint-utils/context.d.ts +16 -0
  1469. package/packages/config-eslint/node_modules/@typescript-eslint/utils/dist/eslint-utils/context.d.ts.map +1 -0
  1470. package/packages/config-eslint/node_modules/@typescript-eslint/utils/dist/eslint-utils/context.js +34 -0
  1471. package/packages/config-eslint/node_modules/@typescript-eslint/utils/dist/eslint-utils/context.js.map +1 -0
  1472. package/packages/config-eslint/node_modules/@typescript-eslint/utils/dist/eslint-utils/deepMerge.d.ts +16 -0
  1473. package/packages/config-eslint/node_modules/@typescript-eslint/utils/dist/eslint-utils/deepMerge.d.ts.map +1 -0
  1474. package/packages/config-eslint/node_modules/@typescript-eslint/utils/dist/eslint-utils/deepMerge.js +47 -0
  1475. package/packages/config-eslint/node_modules/@typescript-eslint/utils/dist/eslint-utils/deepMerge.js.map +1 -0
  1476. package/packages/config-eslint/node_modules/@typescript-eslint/utils/dist/eslint-utils/getParserServices.d.ts +24 -0
  1477. package/packages/config-eslint/node_modules/@typescript-eslint/utils/dist/eslint-utils/getParserServices.d.ts.map +1 -0
  1478. package/packages/config-eslint/node_modules/@typescript-eslint/utils/dist/eslint-utils/getParserServices.js +42 -0
  1479. package/packages/config-eslint/node_modules/@typescript-eslint/utils/dist/eslint-utils/getParserServices.js.map +1 -0
  1480. package/packages/config-eslint/node_modules/@typescript-eslint/utils/dist/eslint-utils/index.d.ts +7 -0
  1481. package/packages/config-eslint/node_modules/@typescript-eslint/utils/dist/eslint-utils/index.d.ts.map +1 -0
  1482. package/packages/config-eslint/node_modules/@typescript-eslint/utils/dist/eslint-utils/index.js +23 -0
  1483. package/packages/config-eslint/node_modules/@typescript-eslint/utils/dist/eslint-utils/index.js.map +1 -0
  1484. package/packages/config-eslint/node_modules/@typescript-eslint/utils/dist/eslint-utils/nullThrows.d.ts +14 -0
  1485. package/packages/config-eslint/node_modules/@typescript-eslint/utils/dist/eslint-utils/nullThrows.d.ts.map +1 -0
  1486. package/packages/config-eslint/node_modules/@typescript-eslint/utils/dist/eslint-utils/nullThrows.js +23 -0
  1487. package/packages/config-eslint/node_modules/@typescript-eslint/utils/dist/eslint-utils/nullThrows.js.map +1 -0
  1488. package/packages/config-eslint/node_modules/@typescript-eslint/utils/dist/eslint-utils/parserPathSeemsToBeTSESLint.d.ts +2 -0
  1489. package/packages/config-eslint/node_modules/@typescript-eslint/utils/dist/eslint-utils/parserPathSeemsToBeTSESLint.d.ts.map +1 -0
  1490. package/packages/config-eslint/node_modules/@typescript-eslint/utils/dist/eslint-utils/parserPathSeemsToBeTSESLint.js +8 -0
  1491. package/packages/config-eslint/node_modules/@typescript-eslint/utils/dist/eslint-utils/parserPathSeemsToBeTSESLint.js.map +1 -0
  1492. package/packages/config-eslint/node_modules/@typescript-eslint/utils/dist/index.d.ts +8 -0
  1493. package/packages/config-eslint/node_modules/@typescript-eslint/utils/dist/index.d.ts.map +1 -0
  1494. package/packages/config-eslint/node_modules/@typescript-eslint/utils/dist/index.js +41 -0
  1495. package/packages/config-eslint/node_modules/@typescript-eslint/utils/dist/index.js.map +1 -0
  1496. package/packages/config-eslint/node_modules/@typescript-eslint/utils/dist/json-schema.d.ts +388 -0
  1497. package/packages/config-eslint/node_modules/@typescript-eslint/utils/dist/json-schema.d.ts.map +1 -0
  1498. package/packages/config-eslint/node_modules/@typescript-eslint/utils/dist/json-schema.js +9 -0
  1499. package/packages/config-eslint/node_modules/@typescript-eslint/utils/dist/json-schema.js.map +1 -0
  1500. package/packages/config-eslint/node_modules/@typescript-eslint/utils/dist/ts-eslint/AST.d.ts +9 -0
  1501. package/packages/config-eslint/node_modules/@typescript-eslint/utils/dist/ts-eslint/AST.d.ts.map +1 -0
  1502. package/packages/config-eslint/node_modules/@typescript-eslint/utils/dist/ts-eslint/AST.js +4 -0
  1503. package/packages/config-eslint/node_modules/@typescript-eslint/utils/dist/ts-eslint/AST.js.map +1 -0
  1504. package/packages/config-eslint/node_modules/@typescript-eslint/utils/dist/ts-eslint/Config.d.ts +259 -0
  1505. package/packages/config-eslint/node_modules/@typescript-eslint/utils/dist/ts-eslint/Config.d.ts.map +1 -0
  1506. package/packages/config-eslint/node_modules/@typescript-eslint/utils/dist/ts-eslint/Config.js +4 -0
  1507. package/packages/config-eslint/node_modules/@typescript-eslint/utils/dist/ts-eslint/Config.js.map +1 -0
  1508. package/packages/config-eslint/node_modules/@typescript-eslint/utils/dist/ts-eslint/ESLint.d.ts +367 -0
  1509. package/packages/config-eslint/node_modules/@typescript-eslint/utils/dist/ts-eslint/ESLint.d.ts.map +1 -0
  1510. package/packages/config-eslint/node_modules/@typescript-eslint/utils/dist/ts-eslint/ESLint.js +15 -0
  1511. package/packages/config-eslint/node_modules/@typescript-eslint/utils/dist/ts-eslint/ESLint.js.map +1 -0
  1512. package/packages/config-eslint/node_modules/@typescript-eslint/utils/dist/ts-eslint/Linter.d.ts +247 -0
  1513. package/packages/config-eslint/node_modules/@typescript-eslint/utils/dist/ts-eslint/Linter.d.ts.map +1 -0
  1514. package/packages/config-eslint/node_modules/@typescript-eslint/utils/dist/ts-eslint/Linter.js +14 -0
  1515. package/packages/config-eslint/node_modules/@typescript-eslint/utils/dist/ts-eslint/Linter.js.map +1 -0
  1516. package/packages/config-eslint/node_modules/@typescript-eslint/utils/dist/ts-eslint/Parser.d.ts +91 -0
  1517. package/packages/config-eslint/node_modules/@typescript-eslint/utils/dist/ts-eslint/Parser.d.ts.map +1 -0
  1518. package/packages/config-eslint/node_modules/@typescript-eslint/utils/dist/ts-eslint/Parser.js +4 -0
  1519. package/packages/config-eslint/node_modules/@typescript-eslint/utils/dist/ts-eslint/Parser.js.map +1 -0
  1520. package/packages/config-eslint/node_modules/@typescript-eslint/utils/dist/ts-eslint/ParserOptions.d.ts +2 -0
  1521. package/packages/config-eslint/node_modules/@typescript-eslint/utils/dist/ts-eslint/ParserOptions.d.ts.map +1 -0
  1522. package/packages/config-eslint/node_modules/@typescript-eslint/utils/dist/ts-eslint/ParserOptions.js +3 -0
  1523. package/packages/config-eslint/node_modules/@typescript-eslint/utils/dist/ts-eslint/ParserOptions.js.map +1 -0
  1524. package/packages/config-eslint/node_modules/@typescript-eslint/utils/dist/ts-eslint/Processor.d.ts +62 -0
  1525. package/packages/config-eslint/node_modules/@typescript-eslint/utils/dist/ts-eslint/Processor.d.ts.map +1 -0
  1526. package/packages/config-eslint/node_modules/@typescript-eslint/utils/dist/ts-eslint/Processor.js +4 -0
  1527. package/packages/config-eslint/node_modules/@typescript-eslint/utils/dist/ts-eslint/Processor.js.map +1 -0
  1528. package/packages/config-eslint/node_modules/@typescript-eslint/utils/dist/ts-eslint/Rule.d.ts +530 -0
  1529. package/packages/config-eslint/node_modules/@typescript-eslint/utils/dist/ts-eslint/Rule.d.ts.map +1 -0
  1530. package/packages/config-eslint/node_modules/@typescript-eslint/utils/dist/ts-eslint/Rule.js +3 -0
  1531. package/packages/config-eslint/node_modules/@typescript-eslint/utils/dist/ts-eslint/Rule.js.map +1 -0
  1532. package/packages/config-eslint/node_modules/@typescript-eslint/utils/dist/ts-eslint/RuleTester.d.ts +159 -0
  1533. package/packages/config-eslint/node_modules/@typescript-eslint/utils/dist/ts-eslint/RuleTester.d.ts.map +1 -0
  1534. package/packages/config-eslint/node_modules/@typescript-eslint/utils/dist/ts-eslint/RuleTester.js +8 -0
  1535. package/packages/config-eslint/node_modules/@typescript-eslint/utils/dist/ts-eslint/RuleTester.js.map +1 -0
  1536. package/packages/config-eslint/node_modules/@typescript-eslint/utils/dist/ts-eslint/Scope.d.ts +44 -0
  1537. package/packages/config-eslint/node_modules/@typescript-eslint/utils/dist/ts-eslint/Scope.d.ts.map +1 -0
  1538. package/packages/config-eslint/node_modules/@typescript-eslint/utils/dist/ts-eslint/Scope.js +34 -0
  1539. package/packages/config-eslint/node_modules/@typescript-eslint/utils/dist/ts-eslint/Scope.js.map +1 -0
  1540. package/packages/config-eslint/node_modules/@typescript-eslint/utils/dist/ts-eslint/SourceCode.d.ts +352 -0
  1541. package/packages/config-eslint/node_modules/@typescript-eslint/utils/dist/ts-eslint/SourceCode.d.ts.map +1 -0
  1542. package/packages/config-eslint/node_modules/@typescript-eslint/utils/dist/ts-eslint/SourceCode.js +9 -0
  1543. package/packages/config-eslint/node_modules/@typescript-eslint/utils/dist/ts-eslint/SourceCode.js.map +1 -0
  1544. package/packages/config-eslint/node_modules/@typescript-eslint/utils/dist/ts-eslint/index.d.ts +12 -0
  1545. package/packages/config-eslint/node_modules/@typescript-eslint/utils/dist/ts-eslint/index.d.ts.map +1 -0
  1546. package/packages/config-eslint/node_modules/@typescript-eslint/utils/dist/ts-eslint/index.js +28 -0
  1547. package/packages/config-eslint/node_modules/@typescript-eslint/utils/dist/ts-eslint/index.js.map +1 -0
  1548. package/packages/config-eslint/node_modules/@typescript-eslint/utils/dist/ts-estree.d.ts +3 -0
  1549. package/packages/config-eslint/node_modules/@typescript-eslint/utils/dist/ts-estree.d.ts.map +1 -0
  1550. package/packages/config-eslint/node_modules/@typescript-eslint/utils/dist/ts-estree.js +10 -0
  1551. package/packages/config-eslint/node_modules/@typescript-eslint/utils/dist/ts-estree.js.map +1 -0
  1552. package/packages/config-eslint/node_modules/@typescript-eslint/utils/dist/ts-utils/index.d.ts +2 -0
  1553. package/packages/config-eslint/node_modules/@typescript-eslint/utils/dist/ts-utils/index.d.ts.map +1 -0
  1554. package/packages/config-eslint/node_modules/@typescript-eslint/utils/dist/ts-utils/index.js +18 -0
  1555. package/packages/config-eslint/node_modules/@typescript-eslint/utils/dist/ts-utils/index.js.map +1 -0
  1556. package/packages/config-eslint/node_modules/@typescript-eslint/utils/dist/ts-utils/isArray.d.ts +2 -0
  1557. package/packages/config-eslint/node_modules/@typescript-eslint/utils/dist/ts-utils/isArray.d.ts.map +1 -0
  1558. package/packages/config-eslint/node_modules/@typescript-eslint/utils/dist/ts-utils/isArray.js +9 -0
  1559. package/packages/config-eslint/node_modules/@typescript-eslint/utils/dist/ts-utils/isArray.js.map +1 -0
  1560. package/packages/config-eslint/node_modules/@typescript-eslint/utils/package.json +99 -0
  1561. package/packages/config-eslint/node_modules/@typescript-eslint/visitor-keys/LICENSE +21 -0
  1562. package/packages/config-eslint/node_modules/@typescript-eslint/visitor-keys/README.md +10 -0
  1563. package/packages/config-eslint/node_modules/@typescript-eslint/visitor-keys/dist/get-keys.d.ts +4 -0
  1564. package/packages/config-eslint/node_modules/@typescript-eslint/visitor-keys/dist/get-keys.d.ts.map +1 -0
  1565. package/packages/config-eslint/node_modules/@typescript-eslint/visitor-keys/dist/get-keys.js +7 -0
  1566. package/packages/config-eslint/node_modules/@typescript-eslint/visitor-keys/dist/get-keys.js.map +1 -0
  1567. package/packages/config-eslint/node_modules/@typescript-eslint/visitor-keys/dist/index.d.ts +3 -0
  1568. package/packages/config-eslint/node_modules/@typescript-eslint/visitor-keys/dist/index.d.ts.map +1 -0
  1569. package/packages/config-eslint/node_modules/@typescript-eslint/visitor-keys/dist/index.js +8 -0
  1570. package/packages/config-eslint/node_modules/@typescript-eslint/visitor-keys/dist/index.js.map +1 -0
  1571. package/packages/config-eslint/node_modules/@typescript-eslint/visitor-keys/dist/visitor-keys.d.ts +4 -0
  1572. package/packages/config-eslint/node_modules/@typescript-eslint/visitor-keys/dist/visitor-keys.d.ts.map +1 -0
  1573. package/packages/config-eslint/node_modules/@typescript-eslint/visitor-keys/dist/visitor-keys.js +190 -0
  1574. package/packages/config-eslint/node_modules/@typescript-eslint/visitor-keys/dist/visitor-keys.js.map +1 -0
  1575. package/packages/config-eslint/node_modules/@typescript-eslint/visitor-keys/package.json +71 -0
  1576. package/packages/config-eslint/node_modules/brace-expansion/.github/FUNDING.yml +2 -0
  1577. package/packages/config-eslint/node_modules/brace-expansion/LICENSE +21 -0
  1578. package/packages/config-eslint/node_modules/brace-expansion/README.md +135 -0
  1579. package/packages/config-eslint/node_modules/brace-expansion/index.js +203 -0
  1580. package/packages/config-eslint/node_modules/brace-expansion/package.json +46 -0
  1581. package/packages/config-eslint/node_modules/globby/gitignore.js +120 -0
  1582. package/packages/config-eslint/node_modules/globby/index.d.ts +186 -0
  1583. package/packages/config-eslint/node_modules/globby/index.js +181 -0
  1584. package/packages/config-eslint/node_modules/globby/license +9 -0
  1585. package/packages/config-eslint/node_modules/globby/package.json +82 -0
  1586. package/packages/config-eslint/node_modules/globby/readme.md +170 -0
  1587. package/packages/config-eslint/node_modules/globby/stream-utils.js +46 -0
  1588. package/packages/config-eslint/node_modules/minimatch/LICENSE +15 -0
  1589. package/packages/config-eslint/node_modules/minimatch/README.md +454 -0
  1590. package/packages/config-eslint/node_modules/minimatch/dist/cjs/assert-valid-pattern.d.ts +2 -0
  1591. package/packages/config-eslint/node_modules/minimatch/dist/cjs/assert-valid-pattern.d.ts.map +1 -0
  1592. package/packages/config-eslint/node_modules/minimatch/dist/cjs/assert-valid-pattern.js +14 -0
  1593. package/packages/config-eslint/node_modules/minimatch/dist/cjs/assert-valid-pattern.js.map +1 -0
  1594. package/packages/config-eslint/node_modules/minimatch/dist/cjs/ast.d.ts +19 -0
  1595. package/packages/config-eslint/node_modules/minimatch/dist/cjs/ast.d.ts.map +1 -0
  1596. package/packages/config-eslint/node_modules/minimatch/dist/cjs/ast.js +589 -0
  1597. package/packages/config-eslint/node_modules/minimatch/dist/cjs/ast.js.map +1 -0
  1598. package/packages/config-eslint/node_modules/minimatch/dist/cjs/brace-expressions.d.ts +8 -0
  1599. package/packages/config-eslint/node_modules/minimatch/dist/cjs/brace-expressions.d.ts.map +1 -0
  1600. package/packages/config-eslint/node_modules/minimatch/dist/cjs/brace-expressions.js +152 -0
  1601. package/packages/config-eslint/node_modules/minimatch/dist/cjs/brace-expressions.js.map +1 -0
  1602. package/packages/config-eslint/node_modules/minimatch/dist/cjs/escape.d.ts +12 -0
  1603. package/packages/config-eslint/node_modules/minimatch/dist/cjs/escape.d.ts.map +1 -0
  1604. package/packages/config-eslint/node_modules/minimatch/dist/cjs/escape.js +22 -0
  1605. package/packages/config-eslint/node_modules/minimatch/dist/cjs/escape.js.map +1 -0
  1606. package/packages/config-eslint/node_modules/minimatch/dist/cjs/index.d.ts +94 -0
  1607. package/packages/config-eslint/node_modules/minimatch/dist/cjs/index.d.ts.map +1 -0
  1608. package/packages/config-eslint/node_modules/minimatch/dist/cjs/index.js +1011 -0
  1609. package/packages/config-eslint/node_modules/minimatch/dist/cjs/index.js.map +1 -0
  1610. package/packages/config-eslint/node_modules/minimatch/dist/cjs/package.json +3 -0
  1611. package/packages/config-eslint/node_modules/minimatch/dist/cjs/unescape.d.ts +17 -0
  1612. package/packages/config-eslint/node_modules/minimatch/dist/cjs/unescape.d.ts.map +1 -0
  1613. package/packages/config-eslint/node_modules/minimatch/dist/cjs/unescape.js +24 -0
  1614. package/packages/config-eslint/node_modules/minimatch/dist/cjs/unescape.js.map +1 -0
  1615. package/packages/config-eslint/node_modules/minimatch/dist/mjs/assert-valid-pattern.d.ts +2 -0
  1616. package/packages/config-eslint/node_modules/minimatch/dist/mjs/assert-valid-pattern.d.ts.map +1 -0
  1617. package/packages/config-eslint/node_modules/minimatch/dist/mjs/assert-valid-pattern.js +10 -0
  1618. package/packages/config-eslint/node_modules/minimatch/dist/mjs/assert-valid-pattern.js.map +1 -0
  1619. package/packages/config-eslint/node_modules/minimatch/dist/mjs/ast.d.ts +19 -0
  1620. package/packages/config-eslint/node_modules/minimatch/dist/mjs/ast.d.ts.map +1 -0
  1621. package/packages/config-eslint/node_modules/minimatch/dist/mjs/ast.js +585 -0
  1622. package/packages/config-eslint/node_modules/minimatch/dist/mjs/ast.js.map +1 -0
  1623. package/packages/config-eslint/node_modules/minimatch/dist/mjs/brace-expressions.d.ts +8 -0
  1624. package/packages/config-eslint/node_modules/minimatch/dist/mjs/brace-expressions.d.ts.map +1 -0
  1625. package/packages/config-eslint/node_modules/minimatch/dist/mjs/brace-expressions.js +148 -0
  1626. package/packages/config-eslint/node_modules/minimatch/dist/mjs/brace-expressions.js.map +1 -0
  1627. package/packages/config-eslint/node_modules/minimatch/dist/mjs/escape.d.ts +12 -0
  1628. package/packages/config-eslint/node_modules/minimatch/dist/mjs/escape.d.ts.map +1 -0
  1629. package/packages/config-eslint/node_modules/minimatch/dist/mjs/escape.js +18 -0
  1630. package/packages/config-eslint/node_modules/minimatch/dist/mjs/escape.js.map +1 -0
  1631. package/packages/config-eslint/node_modules/minimatch/dist/mjs/index.d.ts +94 -0
  1632. package/packages/config-eslint/node_modules/minimatch/dist/mjs/index.d.ts.map +1 -0
  1633. package/packages/config-eslint/node_modules/minimatch/dist/mjs/index.js +995 -0
  1634. package/packages/config-eslint/node_modules/minimatch/dist/mjs/index.js.map +1 -0
  1635. package/packages/config-eslint/node_modules/minimatch/dist/mjs/package.json +3 -0
  1636. package/packages/config-eslint/node_modules/minimatch/dist/mjs/unescape.d.ts +17 -0
  1637. package/packages/config-eslint/node_modules/minimatch/dist/mjs/unescape.d.ts.map +1 -0
  1638. package/packages/config-eslint/node_modules/minimatch/dist/mjs/unescape.js +20 -0
  1639. package/packages/config-eslint/node_modules/minimatch/dist/mjs/unescape.js.map +1 -0
  1640. package/packages/config-eslint/node_modules/minimatch/package.json +86 -0
  1641. package/packages/config-eslint/node_modules/slash/index.d.ts +25 -0
  1642. package/packages/config-eslint/node_modules/slash/index.js +11 -0
  1643. package/packages/config-eslint/node_modules/slash/license +9 -0
  1644. package/packages/config-eslint/node_modules/slash/package.json +35 -0
  1645. package/packages/config-eslint/node_modules/slash/readme.md +44 -0
  1646. package/packages/config-eslint/package.json +5 -5
  1647. package/packages/config-stylelint/package.json +2 -2
  1648. package/scripts/i.sh +10 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"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","sourcesContent":["import expand from 'brace-expansion'\nimport { assertValidPattern } from './assert-valid-pattern.js'\nimport { AST, ExtglobType } from './ast.js'\nimport { escape } from './escape.js'\nimport { unescape } from './unescape.js'\n\ntype Platform =\n | 'aix'\n | 'android'\n | 'darwin'\n | 'freebsd'\n | 'haiku'\n | 'linux'\n | 'openbsd'\n | 'sunos'\n | 'win32'\n | 'cygwin'\n | 'netbsd'\n\nexport interface MinimatchOptions {\n nobrace?: boolean\n nocomment?: boolean\n nonegate?: boolean\n debug?: boolean\n noglobstar?: boolean\n noext?: boolean\n nonull?: boolean\n windowsPathsNoEscape?: boolean\n allowWindowsEscape?: boolean\n partial?: boolean\n dot?: boolean\n nocase?: boolean\n nocaseMagicOnly?: boolean\n magicalBraces?: boolean\n matchBase?: boolean\n flipNegate?: boolean\n preserveMultipleSlashes?: boolean\n optimizationLevel?: number\n platform?: Platform\n windowsNoMagicRoot?: boolean\n}\n\nexport const minimatch = (\n p: string,\n pattern: string,\n options: MinimatchOptions = {}\n) => {\n assertValidPattern(pattern)\n\n // shortcut: comments match nothing.\n if (!options.nocomment && pattern.charAt(0) === '#') {\n return false\n }\n\n return new Minimatch(pattern, options).match(p)\n}\n\n// Optimized checking for the most common glob patterns.\nconst starDotExtRE = /^\\*+([^+@!?\\*\\[\\(]*)$/\nconst starDotExtTest = (ext: string) => (f: string) =>\n !f.startsWith('.') && f.endsWith(ext)\nconst starDotExtTestDot = (ext: string) => (f: string) => f.endsWith(ext)\nconst starDotExtTestNocase = (ext: string) => {\n ext = ext.toLowerCase()\n return (f: string) => !f.startsWith('.') && f.toLowerCase().endsWith(ext)\n}\nconst starDotExtTestNocaseDot = (ext: string) => {\n ext = ext.toLowerCase()\n return (f: string) => f.toLowerCase().endsWith(ext)\n}\nconst starDotStarRE = /^\\*+\\.\\*+$/\nconst starDotStarTest = (f: string) => !f.startsWith('.') && f.includes('.')\nconst starDotStarTestDot = (f: string) =>\n f !== '.' && f !== '..' && f.includes('.')\nconst dotStarRE = /^\\.\\*+$/\nconst dotStarTest = (f: string) => f !== '.' && f !== '..' && f.startsWith('.')\nconst starRE = /^\\*+$/\nconst starTest = (f: string) => f.length !== 0 && !f.startsWith('.')\nconst starTestDot = (f: string) => f.length !== 0 && f !== '.' && f !== '..'\nconst qmarksRE = /^\\?+([^+@!?\\*\\[\\(]*)?$/\nconst qmarksTestNocase = ([$0, ext = '']: RegExpMatchArray) => {\n const noext = qmarksTestNoExt([$0])\n if (!ext) return noext\n ext = ext.toLowerCase()\n return (f: string) => noext(f) && f.toLowerCase().endsWith(ext)\n}\nconst qmarksTestNocaseDot = ([$0, ext = '']: RegExpMatchArray) => {\n const noext = qmarksTestNoExtDot([$0])\n if (!ext) return noext\n ext = ext.toLowerCase()\n return (f: string) => noext(f) && f.toLowerCase().endsWith(ext)\n}\nconst qmarksTestDot = ([$0, ext = '']: RegExpMatchArray) => {\n const noext = qmarksTestNoExtDot([$0])\n return !ext ? noext : (f: string) => noext(f) && f.endsWith(ext)\n}\nconst qmarksTest = ([$0, ext = '']: RegExpMatchArray) => {\n const noext = qmarksTestNoExt([$0])\n return !ext ? noext : (f: string) => noext(f) && f.endsWith(ext)\n}\nconst qmarksTestNoExt = ([$0]: RegExpMatchArray) => {\n const len = $0.length\n return (f: string) => f.length === len && !f.startsWith('.')\n}\nconst qmarksTestNoExtDot = ([$0]: RegExpMatchArray) => {\n const len = $0.length\n return (f: string) => f.length === len && f !== '.' && f !== '..'\n}\n\n/* c8 ignore start */\nconst defaultPlatform: Platform = (\n typeof process === 'object' && process\n ? (typeof process.env === 'object' &&\n process.env &&\n process.env.__MINIMATCH_TESTING_PLATFORM__) ||\n process.platform\n : 'posix'\n) as Platform\ntype Sep = '\\\\' | '/'\nconst path: { [k: string]: { sep: Sep } } = {\n win32: { sep: '\\\\' },\n posix: { sep: '/' },\n}\n/* c8 ignore stop */\n\nexport const sep = defaultPlatform === 'win32' ? path.win32.sep : path.posix.sep\nminimatch.sep = sep\n\nexport const GLOBSTAR = Symbol('globstar **')\nminimatch.GLOBSTAR = GLOBSTAR\n\n// any single thing other than /\n// don't need to escape / when using new RegExp()\nconst qmark = '[^/]'\n\n// * => any number of characters\nconst star = qmark + '*?'\n\n// ** when dots are allowed. Anything goes, except .. and .\n// not (^ or / followed by one or two dots followed by $ or /),\n// followed by anything, any number of times.\nconst twoStarDot = '(?:(?!(?:\\\\/|^)(?:\\\\.{1,2})($|\\\\/)).)*?'\n\n// not a ^ or / followed by a dot,\n// followed by anything, any number of times.\nconst twoStarNoDot = '(?:(?!(?:\\\\/|^)\\\\.).)*?'\n\nexport const filter =\n (pattern: string, options: MinimatchOptions = {}) =>\n (p: string) =>\n minimatch(p, pattern, options)\nminimatch.filter = filter\n\nconst ext = (a: MinimatchOptions, b: MinimatchOptions = {}) =>\n Object.assign({}, a, b)\n\nexport const defaults = (def: MinimatchOptions): typeof minimatch => {\n if (!def || typeof def !== 'object' || !Object.keys(def).length) {\n return minimatch\n }\n\n const orig = minimatch\n\n const m = (p: string, pattern: string, options: MinimatchOptions = {}) =>\n orig(p, pattern, ext(def, options))\n\n return Object.assign(m, {\n Minimatch: class Minimatch extends orig.Minimatch {\n constructor(pattern: string, options: MinimatchOptions = {}) {\n super(pattern, ext(def, options))\n }\n static defaults(options: MinimatchOptions) {\n return orig.defaults(ext(def, options)).Minimatch\n }\n },\n\n AST: class AST extends orig.AST {\n /* c8 ignore start */\n constructor(\n type: ExtglobType | null,\n parent?: AST,\n options: MinimatchOptions = {}\n ) {\n super(type, parent, ext(def, options))\n }\n /* c8 ignore stop */\n\n static fromGlob(pattern: string, options: MinimatchOptions = {}) {\n return orig.AST.fromGlob(pattern, ext(def, options))\n }\n },\n\n unescape: (\n s: string,\n options: Pick<MinimatchOptions, 'windowsPathsNoEscape'> = {}\n ) => orig.unescape(s, ext(def, options)),\n\n escape: (\n s: string,\n options: Pick<MinimatchOptions, 'windowsPathsNoEscape'> = {}\n ) => orig.escape(s, ext(def, options)),\n\n filter: (pattern: string, options: MinimatchOptions = {}) =>\n orig.filter(pattern, ext(def, options)),\n\n defaults: (options: MinimatchOptions) => orig.defaults(ext(def, options)),\n\n makeRe: (pattern: string, options: MinimatchOptions = {}) =>\n orig.makeRe(pattern, ext(def, options)),\n\n braceExpand: (pattern: string, options: MinimatchOptions = {}) =>\n orig.braceExpand(pattern, ext(def, options)),\n\n match: (list: string[], pattern: string, options: MinimatchOptions = {}) =>\n orig.match(list, pattern, ext(def, options)),\n\n sep: orig.sep,\n GLOBSTAR: GLOBSTAR as typeof GLOBSTAR,\n })\n}\nminimatch.defaults = defaults\n\n// Brace expansion:\n// a{b,c}d -> abd acd\n// a{b,}c -> abc ac\n// a{0..3}d -> a0d a1d a2d a3d\n// a{b,c{d,e}f}g -> abg acdfg acefg\n// a{b,c}d{e,f}g -> abdeg acdeg abdeg abdfg\n//\n// Invalid sets are not expanded.\n// a{2..}b -> a{2..}b\n// a{b}c -> a{b}c\nexport const braceExpand = (\n pattern: string,\n options: MinimatchOptions = {}\n) => {\n assertValidPattern(pattern)\n\n // Thanks to Yeting Li <https://github.com/yetingli> for\n // improving this regexp to avoid a ReDOS vulnerability.\n if (options.nobrace || !/\\{(?:(?!\\{).)*\\}/.test(pattern)) {\n // shortcut. no need to expand.\n return [pattern]\n }\n\n return expand(pattern)\n}\nminimatch.braceExpand = braceExpand\n\n// parse a component of the expanded set.\n// At this point, no pattern may contain \"/\" in it\n// so we're going to return a 2d array, where each entry is the full\n// pattern, split on '/', and then turned into a regular expression.\n// A regexp is made at the end which joins each array with an\n// escaped /, and another full one which joins each regexp with |.\n//\n// Following the lead of Bash 4.1, note that \"**\" only has special meaning\n// when it is the *only* thing in a path portion. Otherwise, any series\n// of * is equivalent to a single *. Globstar behavior is enabled by\n// default, and can be disabled by setting options.noglobstar.\n\nexport const makeRe = (pattern: string, options: MinimatchOptions = {}) =>\n new Minimatch(pattern, options).makeRe()\nminimatch.makeRe = makeRe\n\nexport const match = (\n list: string[],\n pattern: string,\n options: MinimatchOptions = {}\n) => {\n const mm = new Minimatch(pattern, options)\n list = list.filter(f => mm.match(f))\n if (mm.options.nonull && !list.length) {\n list.push(pattern)\n }\n return list\n}\nminimatch.match = match\n\n// replace stuff like \\* with *\nconst globMagic = /[?*]|[+@!]\\(.*?\\)|\\[|\\]/\nconst regExpEscape = (s: string) =>\n s.replace(/[-[\\]{}()*+?.,\\\\^$|#\\s]/g, '\\\\$&')\n\nexport type MMRegExp = RegExp & {\n _src?: string\n _glob?: string\n}\n\nexport type ParseReturnFiltered = string | MMRegExp | typeof GLOBSTAR\nexport type ParseReturn = ParseReturnFiltered | false\n\nexport class Minimatch {\n options: MinimatchOptions\n set: ParseReturnFiltered[][]\n pattern: string\n\n windowsPathsNoEscape: boolean\n nonegate: boolean\n negate: boolean\n comment: boolean\n empty: boolean\n preserveMultipleSlashes: boolean\n partial: boolean\n globSet: string[]\n globParts: string[][]\n nocase: boolean\n\n isWindows: boolean\n platform: Platform\n windowsNoMagicRoot: boolean\n\n regexp: false | null | MMRegExp\n constructor(pattern: string, options: MinimatchOptions = {}) {\n assertValidPattern(pattern)\n\n options = options || {}\n this.options = options\n this.pattern = pattern\n this.platform = options.platform || defaultPlatform\n this.isWindows = this.platform === 'win32'\n this.windowsPathsNoEscape =\n !!options.windowsPathsNoEscape || options.allowWindowsEscape === false\n if (this.windowsPathsNoEscape) {\n this.pattern = this.pattern.replace(/\\\\/g, '/')\n }\n this.preserveMultipleSlashes = !!options.preserveMultipleSlashes\n this.regexp = null\n this.negate = false\n this.nonegate = !!options.nonegate\n this.comment = false\n this.empty = false\n this.partial = !!options.partial\n this.nocase = !!this.options.nocase\n this.windowsNoMagicRoot =\n options.windowsNoMagicRoot !== undefined\n ? options.windowsNoMagicRoot\n : !!(this.isWindows && this.nocase)\n\n this.globSet = []\n this.globParts = []\n this.set = []\n\n // make the set of regexps etc.\n this.make()\n }\n\n hasMagic(): boolean {\n if (this.options.magicalBraces && this.set.length > 1) {\n return true\n }\n for (const pattern of this.set) {\n for (const part of pattern) {\n if (typeof part !== 'string') return true\n }\n }\n return false\n }\n\n debug(..._: any[]) {}\n\n make() {\n const pattern = this.pattern\n const options = this.options\n\n // empty patterns and comments match nothing.\n if (!options.nocomment && pattern.charAt(0) === '#') {\n this.comment = true\n return\n }\n\n if (!pattern) {\n this.empty = true\n return\n }\n\n // step 1: figure out negation, etc.\n this.parseNegate()\n\n // step 2: expand braces\n this.globSet = [...new Set(this.braceExpand())]\n\n if (options.debug) {\n this.debug = (...args: any[]) => console.error(...args)\n }\n\n this.debug(this.pattern, this.globSet)\n\n // step 3: now we have a set, so turn each one into a series of\n // path-portion matching patterns.\n // These will be regexps, except in the case of \"**\", which is\n // set to the GLOBSTAR object for globstar behavior,\n // and will not contain any / characters\n //\n // First, we preprocess to make the glob pattern sets a bit simpler\n // and deduped. There are some perf-killing patterns that can cause\n // problems with a glob walk, but we can simplify them down a bit.\n const rawGlobParts = this.globSet.map(s => this.slashSplit(s))\n this.globParts = this.preprocess(rawGlobParts)\n this.debug(this.pattern, this.globParts)\n\n // glob --> regexps\n let set = this.globParts.map((s, _, __) => {\n if (this.isWindows && this.windowsNoMagicRoot) {\n // check if it's a drive or unc path.\n const isUNC =\n s[0] === '' &&\n s[1] === '' &&\n (s[2] === '?' || !globMagic.test(s[2])) &&\n !globMagic.test(s[3])\n const isDrive = /^[a-z]:/i.test(s[0])\n if (isUNC) {\n return [...s.slice(0, 4), ...s.slice(4).map(ss => this.parse(ss))]\n } else if (isDrive) {\n return [s[0], ...s.slice(1).map(ss => this.parse(ss))]\n }\n }\n return s.map(ss => this.parse(ss))\n })\n\n this.debug(this.pattern, set)\n\n // filter out everything that didn't compile properly.\n this.set = set.filter(\n s => s.indexOf(false) === -1\n ) as ParseReturnFiltered[][]\n\n // do not treat the ? in UNC paths as magic\n if (this.isWindows) {\n for (let i = 0; i < this.set.length; i++) {\n const p = this.set[i]\n if (\n p[0] === '' &&\n p[1] === '' &&\n this.globParts[i][2] === '?' &&\n typeof p[3] === 'string' &&\n /^[a-z]:$/i.test(p[3])\n ) {\n p[2] = '?'\n }\n }\n }\n\n this.debug(this.pattern, this.set)\n }\n\n // various transforms to equivalent pattern sets that are\n // faster to process in a filesystem walk. The goal is to\n // eliminate what we can, and push all ** patterns as far\n // to the right as possible, even if it increases the number\n // of patterns that we have to process.\n preprocess(globParts: string[][]) {\n // if we're not in globstar mode, then turn all ** into *\n if (this.options.noglobstar) {\n for (let i = 0; i < globParts.length; i++) {\n for (let j = 0; j < globParts[i].length; j++) {\n if (globParts[i][j] === '**') {\n globParts[i][j] = '*'\n }\n }\n }\n }\n\n const { optimizationLevel = 1 } = this.options\n\n if (optimizationLevel >= 2) {\n // aggressive optimization for the purpose of fs walking\n globParts = this.firstPhasePreProcess(globParts)\n globParts = this.secondPhasePreProcess(globParts)\n } else if (optimizationLevel >= 1) {\n // just basic optimizations to remove some .. parts\n globParts = this.levelOneOptimize(globParts)\n } else {\n globParts = this.adjascentGlobstarOptimize(globParts)\n }\n\n return globParts\n }\n\n // just get rid of adjascent ** portions\n adjascentGlobstarOptimize(globParts: string[][]) {\n return globParts.map(parts => {\n let gs: number = -1\n while (-1 !== (gs = parts.indexOf('**', gs + 1))) {\n let i = gs\n while (parts[i + 1] === '**') {\n i++\n }\n if (i !== gs) {\n parts.splice(gs, i - gs)\n }\n }\n return parts\n })\n }\n\n // get rid of adjascent ** and resolve .. portions\n levelOneOptimize(globParts: string[][]) {\n return globParts.map(parts => {\n parts = parts.reduce((set: string[], part) => {\n const prev = set[set.length - 1]\n if (part === '**' && prev === '**') {\n return set\n }\n if (part === '..') {\n if (prev && prev !== '..' && prev !== '.' && prev !== '**') {\n set.pop()\n return set\n }\n }\n set.push(part)\n return set\n }, [])\n return parts.length === 0 ? [''] : parts\n })\n }\n\n levelTwoFileOptimize(parts: string | string[]) {\n if (!Array.isArray(parts)) {\n parts = this.slashSplit(parts)\n }\n let didSomething: boolean = false\n do {\n didSomething = false\n // <pre>/<e>/<rest> -> <pre>/<rest>\n if (!this.preserveMultipleSlashes) {\n for (let i = 1; i < parts.length - 1; i++) {\n const p = parts[i]\n // don't squeeze out UNC patterns\n if (i === 1 && p === '' && parts[0] === '') continue\n if (p === '.' || p === '') {\n didSomething = true\n parts.splice(i, 1)\n i--\n }\n }\n if (\n parts[0] === '.' &&\n parts.length === 2 &&\n (parts[1] === '.' || parts[1] === '')\n ) {\n didSomething = true\n parts.pop()\n }\n }\n\n // <pre>/<p>/../<rest> -> <pre>/<rest>\n let dd: number = 0\n while (-1 !== (dd = parts.indexOf('..', dd + 1))) {\n const p = parts[dd - 1]\n if (p && p !== '.' && p !== '..' && p !== '**') {\n didSomething = true\n parts.splice(dd - 1, 2)\n dd -= 2\n }\n }\n } while (didSomething)\n return parts.length === 0 ? [''] : parts\n }\n\n // First phase: single-pattern processing\n // <pre> is 1 or more portions\n // <rest> is 1 or more portions\n // <p> is any portion other than ., .., '', or **\n // <e> is . or ''\n //\n // **/.. is *brutal* for filesystem walking performance, because\n // it effectively resets the recursive walk each time it occurs,\n // and ** cannot be reduced out by a .. pattern part like a regexp\n // or most strings (other than .., ., and '') can be.\n //\n // <pre>/**/../<p>/<p>/<rest> -> {<pre>/../<p>/<p>/<rest>,<pre>/**/<p>/<p>/<rest>}\n // <pre>/<e>/<rest> -> <pre>/<rest>\n // <pre>/<p>/../<rest> -> <pre>/<rest>\n // **/**/<rest> -> **/<rest>\n //\n // **/*/<rest> -> */**/<rest> <== not valid because ** doesn't follow\n // this WOULD be allowed if ** did follow symlinks, or * didn't\n firstPhasePreProcess(globParts: string[][]) {\n let didSomething = false\n do {\n didSomething = false\n // <pre>/**/../<p>/<p>/<rest> -> {<pre>/../<p>/<p>/<rest>,<pre>/**/<p>/<p>/<rest>}\n for (let parts of globParts) {\n let gs: number = -1\n while (-1 !== (gs = parts.indexOf('**', gs + 1))) {\n let gss: number = gs\n while (parts[gss + 1] === '**') {\n // <pre>/**/**/<rest> -> <pre>/**/<rest>\n gss++\n }\n // eg, if gs is 2 and gss is 4, that means we have 3 **\n // parts, and can remove 2 of them.\n if (gss > gs) {\n parts.splice(gs + 1, gss - gs)\n }\n\n let next = parts[gs + 1]\n const p = parts[gs + 2]\n const p2 = parts[gs + 3]\n if (next !== '..') continue\n if (\n !p ||\n p === '.' ||\n p === '..' ||\n !p2 ||\n p2 === '.' ||\n p2 === '..'\n ) {\n continue\n }\n didSomething = true\n // edit parts in place, and push the new one\n parts.splice(gs, 1)\n const other = parts.slice(0)\n other[gs] = '**'\n globParts.push(other)\n gs--\n }\n\n // <pre>/<e>/<rest> -> <pre>/<rest>\n if (!this.preserveMultipleSlashes) {\n for (let i = 1; i < parts.length - 1; i++) {\n const p = parts[i]\n // don't squeeze out UNC patterns\n if (i === 1 && p === '' && parts[0] === '') continue\n if (p === '.' || p === '') {\n didSomething = true\n parts.splice(i, 1)\n i--\n }\n }\n if (\n parts[0] === '.' &&\n parts.length === 2 &&\n (parts[1] === '.' || parts[1] === '')\n ) {\n didSomething = true\n parts.pop()\n }\n }\n\n // <pre>/<p>/../<rest> -> <pre>/<rest>\n let dd: number = 0\n while (-1 !== (dd = parts.indexOf('..', dd + 1))) {\n const p = parts[dd - 1]\n if (p && p !== '.' && p !== '..' && p !== '**') {\n didSomething = true\n const needDot = dd === 1 && parts[dd + 1] === '**'\n const splin = needDot ? ['.'] : []\n parts.splice(dd - 1, 2, ...splin)\n if (parts.length === 0) parts.push('')\n dd -= 2\n }\n }\n }\n } while (didSomething)\n\n return globParts\n }\n\n // second phase: multi-pattern dedupes\n // {<pre>/*/<rest>,<pre>/<p>/<rest>} -> <pre>/*/<rest>\n // {<pre>/<rest>,<pre>/<rest>} -> <pre>/<rest>\n // {<pre>/**/<rest>,<pre>/<rest>} -> <pre>/**/<rest>\n //\n // {<pre>/**/<rest>,<pre>/**/<p>/<rest>} -> <pre>/**/<rest>\n // ^-- not valid because ** doens't follow symlinks\n secondPhasePreProcess(globParts: string[][]): string[][] {\n for (let i = 0; i < globParts.length - 1; i++) {\n for (let j = i + 1; j < globParts.length; j++) {\n const matched = this.partsMatch(\n globParts[i],\n globParts[j],\n !this.preserveMultipleSlashes\n )\n if (!matched) continue\n globParts[i] = matched\n globParts[j] = []\n }\n }\n return globParts.filter(gs => gs.length)\n }\n\n partsMatch(\n a: string[],\n b: string[],\n emptyGSMatch: boolean = false\n ): false | string[] {\n let ai = 0\n let bi = 0\n let result: string[] = []\n let which: string = ''\n while (ai < a.length && bi < b.length) {\n if (a[ai] === b[bi]) {\n result.push(which === 'b' ? b[bi] : a[ai])\n ai++\n bi++\n } else if (emptyGSMatch && a[ai] === '**' && b[bi] === a[ai + 1]) {\n result.push(a[ai])\n ai++\n } else if (emptyGSMatch && b[bi] === '**' && a[ai] === b[bi + 1]) {\n result.push(b[bi])\n bi++\n } else if (\n a[ai] === '*' &&\n b[bi] &&\n (this.options.dot || !b[bi].startsWith('.')) &&\n b[bi] !== '**'\n ) {\n if (which === 'b') return false\n which = 'a'\n result.push(a[ai])\n ai++\n bi++\n } else if (\n b[bi] === '*' &&\n a[ai] &&\n (this.options.dot || !a[ai].startsWith('.')) &&\n a[ai] !== '**'\n ) {\n if (which === 'a') return false\n which = 'b'\n result.push(b[bi])\n ai++\n bi++\n } else {\n return false\n }\n }\n // if we fall out of the loop, it means they two are identical\n // as long as their lengths match\n return a.length === b.length && result\n }\n\n parseNegate() {\n if (this.nonegate) return\n\n const pattern = this.pattern\n let negate = false\n let negateOffset = 0\n\n for (let i = 0; i < pattern.length && pattern.charAt(i) === '!'; i++) {\n negate = !negate\n negateOffset++\n }\n\n if (negateOffset) this.pattern = pattern.slice(negateOffset)\n this.negate = negate\n }\n\n // set partial to true to test if, for example,\n // \"/a/b\" matches the start of \"/*/b/*/d\"\n // Partial means, if you run out of file before you run\n // out of pattern, then that's fine, as long as all\n // the parts match.\n matchOne(file: string[], pattern: ParseReturn[], partial: boolean = false) {\n const options = this.options\n\n // UNC paths like //?/X:/... can match X:/... and vice versa\n // Drive letters in absolute drive or unc paths are always compared\n // case-insensitively.\n if (this.isWindows) {\n const fileDrive = typeof file[0] === 'string' && /^[a-z]:$/i.test(file[0])\n const fileUNC =\n !fileDrive &&\n file[0] === '' &&\n file[1] === '' &&\n file[2] === '?' &&\n /^[a-z]:$/i.test(file[3])\n\n const patternDrive =\n typeof pattern[0] === 'string' && /^[a-z]:$/i.test(pattern[0])\n const patternUNC =\n !patternDrive &&\n pattern[0] === '' &&\n pattern[1] === '' &&\n pattern[2] === '?' &&\n typeof pattern[3] === 'string' &&\n /^[a-z]:$/i.test(pattern[3])\n\n const fdi = fileUNC ? 3 : fileDrive ? 0 : undefined\n const pdi = patternUNC ? 3 : patternDrive ? 0 : undefined\n if (typeof fdi === 'number' && typeof pdi === 'number') {\n const [fd, pd]: [string, string] = [file[fdi], pattern[pdi] as string]\n if (fd.toLowerCase() === pd.toLowerCase()) {\n pattern[pdi] = fd\n if (pdi > fdi) {\n pattern = pattern.slice( pdi)\n } else if (fdi > pdi) {\n file = file.slice(fdi)\n }\n }\n }\n }\n\n // resolve and reduce . and .. portions in the file as well.\n // dont' need to do the second phase, because it's only one string[]\n const { optimizationLevel = 1 } = this.options\n if (optimizationLevel >= 2) {\n file = this.levelTwoFileOptimize(file)\n }\n\n this.debug('matchOne', this, { file, pattern })\n this.debug('matchOne', file.length, pattern.length)\n\n for (\n var fi = 0, pi = 0, fl = file.length, pl = pattern.length;\n fi < fl && pi < pl;\n fi++, pi++\n ) {\n this.debug('matchOne loop')\n var p = pattern[pi]\n var f = file[fi]\n\n this.debug(pattern, p, f)\n\n // should be impossible.\n // some invalid regexp stuff in the set.\n /* c8 ignore start */\n if (p === false) {\n return false\n }\n /* c8 ignore stop */\n\n if (p === GLOBSTAR) {\n this.debug('GLOBSTAR', [pattern, p, f])\n\n // \"**\"\n // a/**/b/**/c would match the following:\n // a/b/x/y/z/c\n // a/x/y/z/b/c\n // a/b/x/b/x/c\n // a/b/c\n // To do this, take the rest of the pattern after\n // the **, and see if it would match the file remainder.\n // If so, return success.\n // If not, the ** \"swallows\" a segment, and try again.\n // This is recursively awful.\n //\n // a/**/b/**/c matching a/b/x/y/z/c\n // - a matches a\n // - doublestar\n // - matchOne(b/x/y/z/c, b/**/c)\n // - b matches b\n // - doublestar\n // - matchOne(x/y/z/c, c) -> no\n // - matchOne(y/z/c, c) -> no\n // - matchOne(z/c, c) -> no\n // - matchOne(c, c) yes, hit\n var fr = fi\n var pr = pi + 1\n if (pr === pl) {\n this.debug('** at the end')\n // a ** at the end will just swallow the rest.\n // We have found a match.\n // however, it will not swallow /.x, unless\n // options.dot is set.\n // . and .. are *never* matched by **, for explosively\n // exponential reasons.\n for (; fi < fl; fi++) {\n if (\n file[fi] === '.' ||\n file[fi] === '..' ||\n (!options.dot && file[fi].charAt(0) === '.')\n )\n return false\n }\n return true\n }\n\n // ok, let's see if we can swallow whatever we can.\n while (fr < fl) {\n var swallowee = file[fr]\n\n this.debug('\\nglobstar while', file, fr, pattern, pr, swallowee)\n\n // XXX remove this slice. Just pass the start index.\n if (this.matchOne(file.slice(fr), pattern.slice(pr), partial)) {\n this.debug('globstar found match!', fr, fl, swallowee)\n // found a match.\n return true\n } else {\n // can't swallow \".\" or \"..\" ever.\n // can only swallow \".foo\" when explicitly asked.\n if (\n swallowee === '.' ||\n swallowee === '..' ||\n (!options.dot && swallowee.charAt(0) === '.')\n ) {\n this.debug('dot detected!', file, fr, pattern, pr)\n break\n }\n\n // ** swallows a segment, and continue.\n this.debug('globstar swallow a segment, and continue')\n fr++\n }\n }\n\n // no match was found.\n // However, in partial mode, we can't say this is necessarily over.\n /* c8 ignore start */\n if (partial) {\n // ran out of file\n this.debug('\\n>>> no match, partial?', file, fr, pattern, pr)\n if (fr === fl) {\n return true\n }\n }\n /* c8 ignore stop */\n return false\n }\n\n // something other than **\n // non-magic patterns just have to match exactly\n // patterns with magic have been turned into regexps.\n let hit: boolean\n if (typeof p === 'string') {\n hit = f === p\n this.debug('string match', p, f, hit)\n } else {\n hit = p.test(f)\n this.debug('pattern match', p, f, hit)\n }\n\n if (!hit) return false\n }\n\n // Note: ending in / means that we'll get a final \"\"\n // at the end of the pattern. This can only match a\n // corresponding \"\" at the end of the file.\n // If the file ends in /, then it can only match a\n // a pattern that ends in /, unless the pattern just\n // doesn't have any more for it. But, a/b/ should *not*\n // match \"a/b/*\", even though \"\" matches against the\n // [^/]*? pattern, except in partial mode, where it might\n // simply not be reached yet.\n // However, a/b/ should still satisfy a/*\n\n // now either we fell off the end of the pattern, or we're done.\n if (fi === fl && pi === pl) {\n // ran out of pattern and filename at the same time.\n // an exact hit!\n return true\n } else if (fi === fl) {\n // ran out of file, but still had pattern left.\n // this is ok if we're doing the match as part of\n // a glob fs traversal.\n return partial\n } else if (pi === pl) {\n // ran out of pattern, still have file left.\n // this is only acceptable if we're on the very last\n // empty segment of a file with a trailing slash.\n // a/* should match a/b/\n return fi === fl - 1 && file[fi] === ''\n\n /* c8 ignore start */\n } else {\n // should be unreachable.\n throw new Error('wtf?')\n }\n /* c8 ignore stop */\n }\n\n braceExpand() {\n return braceExpand(this.pattern, this.options)\n }\n\n parse(pattern: string): ParseReturn {\n assertValidPattern(pattern)\n\n const options = this.options\n\n // shortcuts\n if (pattern === '**') return GLOBSTAR\n if (pattern === '') return ''\n\n // far and away, the most common glob pattern parts are\n // *, *.*, and *.<ext> Add a fast check method for those.\n let m: RegExpMatchArray | null\n let fastTest: null | ((f: string) => boolean) = null\n if ((m = pattern.match(starRE))) {\n fastTest = options.dot ? starTestDot : starTest\n } else if ((m = pattern.match(starDotExtRE))) {\n fastTest = (\n options.nocase\n ? options.dot\n ? starDotExtTestNocaseDot\n : starDotExtTestNocase\n : options.dot\n ? starDotExtTestDot\n : starDotExtTest\n )(m[1])\n } else if ((m = pattern.match(qmarksRE))) {\n fastTest = (\n options.nocase\n ? options.dot\n ? qmarksTestNocaseDot\n : qmarksTestNocase\n : options.dot\n ? qmarksTestDot\n : qmarksTest\n )(m)\n } else if ((m = pattern.match(starDotStarRE))) {\n fastTest = options.dot ? starDotStarTestDot : starDotStarTest\n } else if ((m = pattern.match(dotStarRE))) {\n fastTest = dotStarTest\n }\n\n const re = AST.fromGlob(pattern, this.options).toMMPattern()\n return fastTest ? Object.assign(re, { test: fastTest }) : re\n }\n\n makeRe() {\n if (this.regexp || this.regexp === false) return this.regexp\n\n // at this point, this.set is a 2d array of partial\n // pattern strings, or \"**\".\n //\n // It's better to use .match(). This function shouldn't\n // be used, really, but it's pretty convenient sometimes,\n // when you just want to work with a regex.\n const set = this.set\n\n if (!set.length) {\n this.regexp = false\n return this.regexp\n }\n const options = this.options\n\n const twoStar = options.noglobstar\n ? star\n : options.dot\n ? twoStarDot\n : twoStarNoDot\n const flags = new Set(options.nocase ? ['i'] : [])\n\n // regexpify non-globstar patterns\n // if ** is only item, then we just do one twoStar\n // if ** is first, and there are more, prepend (\\/|twoStar\\/)? to next\n // if ** is last, append (\\/twoStar|) to previous\n // if ** is in the middle, append (\\/|\\/twoStar\\/) to previous\n // then filter out GLOBSTAR symbols\n let re = set\n .map(pattern => {\n const pp: (string | typeof GLOBSTAR)[] = pattern.map(p => {\n if (p instanceof RegExp) {\n for (const f of p.flags.split('')) flags.add(f)\n }\n return typeof p === 'string'\n ? regExpEscape(p)\n : p === GLOBSTAR\n ? GLOBSTAR\n : p._src\n }) as (string | typeof GLOBSTAR)[]\n pp.forEach((p, i) => {\n const next = pp[i + 1]\n const prev = pp[i - 1]\n if (p !== GLOBSTAR || prev === GLOBSTAR) {\n return\n }\n if (prev === undefined) {\n if (next !== undefined && next !== GLOBSTAR) {\n pp[i + 1] = '(?:\\\\/|' + twoStar + '\\\\/)?' + next\n } else {\n pp[i] = twoStar\n }\n } else if (next === undefined) {\n pp[i - 1] = prev + '(?:\\\\/|' + twoStar + ')?'\n } else if (next !== GLOBSTAR) {\n pp[i - 1] = prev + '(?:\\\\/|\\\\/' + twoStar + '\\\\/)' + next\n pp[i + 1] = GLOBSTAR\n }\n })\n return pp.filter(p => p !== GLOBSTAR).join('/')\n })\n .join('|')\n\n // need to wrap in parens if we had more than one thing with |,\n // otherwise only the first will be anchored to ^ and the last to $\n const [open, close] = set.length > 1 ? ['(?:', ')'] : ['', '']\n // must match entire pattern\n // ending in a * or ** will make it less strict.\n re = '^' + open + re + close + '$'\n\n // can match anything, as long as it's not this.\n if (this.negate) re = '^(?!' + re + ').+$'\n\n try {\n this.regexp = new RegExp(re, [...flags].join(''))\n /* c8 ignore start */\n } catch (ex) {\n // should be impossible\n this.regexp = false\n }\n /* c8 ignore stop */\n return this.regexp\n }\n\n slashSplit(p: string) {\n // if p starts with // on windows, we preserve that\n // so that UNC paths aren't broken. Otherwise, any number of\n // / characters are coalesced into one, unless\n // preserveMultipleSlashes is set to true.\n if (this.preserveMultipleSlashes) {\n return p.split('/')\n } else if (this.isWindows && /^\\/\\/[^\\/]+/.test(p)) {\n // add an extra '' for the one we lose\n return ['', ...p.split(/\\/+/)]\n } else {\n return p.split(/\\/+/)\n }\n }\n\n match(f: string, partial = this.partial) {\n this.debug('match', f, this.pattern)\n // short-circuit in the case of busted things.\n // comments, etc.\n if (this.comment) {\n return false\n }\n if (this.empty) {\n return f === ''\n }\n\n if (f === '/' && partial) {\n return true\n }\n\n const options = this.options\n\n // windows: need to use /, not \\\n if (this.isWindows) {\n f = f.split('\\\\').join('/')\n }\n\n // treat the test path as a set of pathparts.\n const ff = this.slashSplit(f)\n this.debug(this.pattern, 'split', ff)\n\n // just ONE of the pattern sets in this.set needs to match\n // in order for it to be valid. If negating, then just one\n // match means that we have failed.\n // Either way, return on the first hit.\n\n const set = this.set\n this.debug(this.pattern, 'set', set)\n\n // Find the basename of the path by looking for the last non-empty segment\n let filename: string = ff[ff.length - 1]\n if (!filename) {\n for (let i = ff.length - 2; !filename && i >= 0; i--) {\n filename = ff[i]\n }\n }\n\n for (let i = 0; i < set.length; i++) {\n const pattern = set[i]\n let file = ff\n if (options.matchBase && pattern.length === 1) {\n file = [filename]\n }\n const hit = this.matchOne(file, pattern, partial)\n if (hit) {\n if (options.flipNegate) {\n return true\n }\n return !this.negate\n }\n }\n\n // didn't get any hits. this is success if it's a negative\n // pattern, failure otherwise.\n if (options.flipNegate) {\n return false\n }\n return this.negate\n }\n\n static defaults(def: MinimatchOptions) {\n return minimatch.defaults(def).Minimatch\n }\n}\n/* c8 ignore start */\nexport { AST } from './ast.js'\nexport { escape } from './escape.js'\nexport { unescape } from './unescape.js'\n/* c8 ignore stop */\nminimatch.AST = AST\nminimatch.Minimatch = Minimatch\nminimatch.escape = escape\nminimatch.unescape = unescape\n"]}
@@ -0,0 +1,3 @@
1
+ {
2
+ "type": "commonjs"
3
+ }
@@ -0,0 +1,17 @@
1
+ import { MinimatchOptions } from './index.js';
2
+ /**
3
+ * Un-escape a string that has been escaped with {@link escape}.
4
+ *
5
+ * If the {@link windowsPathsNoEscape} option is used, then square-brace
6
+ * escapes are removed, but not backslash escapes. For example, it will turn
7
+ * the string `'[*]'` into `*`, but it will not turn `'\\*'` into `'*'`,
8
+ * becuase `\` is a path separator in `windowsPathsNoEscape` mode.
9
+ *
10
+ * When `windowsPathsNoEscape` is not set, then both brace escapes and
11
+ * backslash escapes are removed.
12
+ *
13
+ * Slashes (and backslashes in `windowsPathsNoEscape` mode) cannot be escaped
14
+ * or unescaped.
15
+ */
16
+ export declare const unescape: (s: string, { windowsPathsNoEscape, }?: Pick<MinimatchOptions, 'windowsPathsNoEscape'>) => string;
17
+ //# sourceMappingURL=unescape.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"unescape.d.ts","sourceRoot":"","sources":["../../src/unescape.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,YAAY,CAAA;AAC7C;;;;;;;;;;;;;GAaG;AACH,eAAO,MAAM,QAAQ,MAChB,MAAM,8BAGN,KAAK,gBAAgB,EAAE,sBAAsB,CAAC,WAKlD,CAAA"}
@@ -0,0 +1,24 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.unescape = void 0;
4
+ /**
5
+ * Un-escape a string that has been escaped with {@link escape}.
6
+ *
7
+ * If the {@link windowsPathsNoEscape} option is used, then square-brace
8
+ * escapes are removed, but not backslash escapes. For example, it will turn
9
+ * the string `'[*]'` into `*`, but it will not turn `'\\*'` into `'*'`,
10
+ * becuase `\` is a path separator in `windowsPathsNoEscape` mode.
11
+ *
12
+ * When `windowsPathsNoEscape` is not set, then both brace escapes and
13
+ * backslash escapes are removed.
14
+ *
15
+ * Slashes (and backslashes in `windowsPathsNoEscape` mode) cannot be escaped
16
+ * or unescaped.
17
+ */
18
+ const unescape = (s, { windowsPathsNoEscape = false, } = {}) => {
19
+ return windowsPathsNoEscape
20
+ ? s.replace(/\[([^\/\\])\]/g, '$1')
21
+ : s.replace(/((?!\\).|^)\[([^\/\\])\]/g, '$1$2').replace(/\\([^\/])/g, '$1');
22
+ };
23
+ exports.unescape = unescape;
24
+ //# sourceMappingURL=unescape.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"unescape.js","sourceRoot":"","sources":["../../src/unescape.ts"],"names":[],"mappings":";;;AACA;;;;;;;;;;;;;GAaG;AACI,MAAM,QAAQ,GAAG,CACtB,CAAS,EACT,EACE,oBAAoB,GAAG,KAAK,MACsB,EAAE,EACtD,EAAE;IACF,OAAO,oBAAoB;QACzB,CAAC,CAAC,CAAC,CAAC,OAAO,CAAC,gBAAgB,EAAE,IAAI,CAAC;QACnC,CAAC,CAAC,CAAC,CAAC,OAAO,CAAC,2BAA2B,EAAE,MAAM,CAAC,CAAC,OAAO,CAAC,YAAY,EAAE,IAAI,CAAC,CAAA;AAChF,CAAC,CAAA;AATY,QAAA,QAAQ,YASpB","sourcesContent":["import { MinimatchOptions } from './index.js'\n/**\n * Un-escape a string that has been escaped with {@link escape}.\n *\n * If the {@link windowsPathsNoEscape} option is used, then square-brace\n * escapes are removed, but not backslash escapes. For example, it will turn\n * the string `'[*]'` into `*`, but it will not turn `'\\\\*'` into `'*'`,\n * becuase `\\` is a path separator in `windowsPathsNoEscape` mode.\n *\n * When `windowsPathsNoEscape` is not set, then both brace escapes and\n * backslash escapes are removed.\n *\n * Slashes (and backslashes in `windowsPathsNoEscape` mode) cannot be escaped\n * or unescaped.\n */\nexport const unescape = (\n s: string,\n {\n windowsPathsNoEscape = false,\n }: Pick<MinimatchOptions, 'windowsPathsNoEscape'> = {}\n) => {\n return windowsPathsNoEscape\n ? s.replace(/\\[([^\\/\\\\])\\]/g, '$1')\n : s.replace(/((?!\\\\).|^)\\[([^\\/\\\\])\\]/g, '$1$2').replace(/\\\\([^\\/])/g, '$1')\n}\n"]}
@@ -0,0 +1,2 @@
1
+ export declare const assertValidPattern: (pattern: any) => void;
2
+ //# sourceMappingURL=assert-valid-pattern.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"assert-valid-pattern.d.ts","sourceRoot":"","sources":["../../src/assert-valid-pattern.ts"],"names":[],"mappings":"AACA,eAAO,MAAM,kBAAkB,EAAE,CAAC,OAAO,EAAE,GAAG,KAAK,IAUlD,CAAA"}
@@ -0,0 +1,10 @@
1
+ const MAX_PATTERN_LENGTH = 1024 * 64;
2
+ export const assertValidPattern = (pattern) => {
3
+ if (typeof pattern !== 'string') {
4
+ throw new TypeError('invalid pattern');
5
+ }
6
+ if (pattern.length > MAX_PATTERN_LENGTH) {
7
+ throw new TypeError('pattern is too long');
8
+ }
9
+ };
10
+ //# sourceMappingURL=assert-valid-pattern.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"assert-valid-pattern.js","sourceRoot":"","sources":["../../src/assert-valid-pattern.ts"],"names":[],"mappings":"AAAA,MAAM,kBAAkB,GAAG,IAAI,GAAG,EAAE,CAAA;AACpC,MAAM,CAAC,MAAM,kBAAkB,GAA2B,CACxD,OAAY,EACe,EAAE;IAC7B,IAAI,OAAO,OAAO,KAAK,QAAQ,EAAE;QAC/B,MAAM,IAAI,SAAS,CAAC,iBAAiB,CAAC,CAAA;KACvC;IAED,IAAI,OAAO,CAAC,MAAM,GAAG,kBAAkB,EAAE;QACvC,MAAM,IAAI,SAAS,CAAC,qBAAqB,CAAC,CAAA;KAC3C;AACH,CAAC,CAAA","sourcesContent":["const MAX_PATTERN_LENGTH = 1024 * 64\nexport const assertValidPattern: (pattern: any) => void = (\n pattern: any\n): asserts pattern is string => {\n if (typeof pattern !== 'string') {\n throw new TypeError('invalid pattern')\n }\n\n if (pattern.length > MAX_PATTERN_LENGTH) {\n throw new TypeError('pattern is too long')\n }\n}\n"]}
@@ -0,0 +1,19 @@
1
+ import { MinimatchOptions, MMRegExp } from './index.js';
2
+ export type ExtglobType = '!' | '?' | '+' | '*' | '@';
3
+ export declare class AST {
4
+ #private;
5
+ type: ExtglobType | null;
6
+ constructor(type: ExtglobType | null, parent?: AST, options?: MinimatchOptions);
7
+ get hasMagic(): boolean | undefined;
8
+ toString(): string;
9
+ push(...parts: (string | AST)[]): void;
10
+ toJSON(): any[];
11
+ isStart(): boolean;
12
+ isEnd(): boolean;
13
+ copyIn(part: AST | string): void;
14
+ clone(parent: AST): AST;
15
+ static fromGlob(pattern: string, options?: MinimatchOptions): AST;
16
+ toMMPattern(): MMRegExp | string;
17
+ toRegExpSource(allowDot?: boolean): [re: string, body: string, hasMagic: boolean, uflag: boolean];
18
+ }
19
+ //# sourceMappingURL=ast.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ast.d.ts","sourceRoot":"","sources":["../../src/ast.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,gBAAgB,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAA;AAwCvD,MAAM,MAAM,WAAW,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,CAAA;AAkCrD,qBAAa,GAAG;;IACd,IAAI,EAAE,WAAW,GAAG,IAAI,CAAA;gBAiBtB,IAAI,EAAE,WAAW,GAAG,IAAI,EACxB,MAAM,CAAC,EAAE,GAAG,EACZ,OAAO,GAAE,gBAAqB;IAahC,IAAI,QAAQ,IAAI,OAAO,GAAG,SAAS,CAUlC;IAGD,QAAQ,IAAI,MAAM;IA+ClB,IAAI,CAAC,GAAG,KAAK,EAAE,CAAC,MAAM,GAAG,GAAG,CAAC,EAAE;IAY/B,MAAM;IAgBN,OAAO,IAAI,OAAO;IAgBlB,KAAK,IAAI,OAAO;IAYhB,MAAM,CAAC,IAAI,EAAE,GAAG,GAAG,MAAM;IAKzB,KAAK,CAAC,MAAM,EAAE,GAAG;IAsIjB,MAAM,CAAC,QAAQ,CAAC,OAAO,EAAE,MAAM,EAAE,OAAO,GAAE,gBAAqB;IAQ/D,WAAW,IAAI,QAAQ,GAAG,MAAM;IAgGhC,cAAc,CACZ,QAAQ,CAAC,EAAE,OAAO,GACjB,CAAC,EAAE,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,OAAO,EAAE,KAAK,EAAE,OAAO,CAAC;CAiMjE"}