@eslint-react/jsx 0.8.6-beta.0 → 0.8.6-beta.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (652) hide show
  1. package/node_modules/@eslint-react/ast/dist/index.cjs +958 -0
  2. package/node_modules/@eslint-react/ast/dist/index.d.mts +1185 -0
  3. package/node_modules/@eslint-react/ast/dist/index.d.ts +1185 -0
  4. package/node_modules/@eslint-react/ast/dist/index.js +958 -0
  5. package/node_modules/@eslint-react/ast/dist/index.mjs +878 -0
  6. package/node_modules/@eslint-react/ast/package.json +52 -0
  7. package/node_modules/@eslint-react/tools/dist/index.cjs +9195 -0
  8. package/node_modules/@eslint-react/tools/dist/index.d.mts +173 -0
  9. package/node_modules/@eslint-react/tools/dist/index.d.ts +173 -0
  10. package/node_modules/@eslint-react/tools/dist/index.js +9195 -0
  11. package/node_modules/@eslint-react/tools/dist/index.mjs +9174 -0
  12. package/node_modules/@eslint-react/tools/package.json +46 -0
  13. package/node_modules/@eslint-react/types/dist/index.cjs +2 -0
  14. package/node_modules/@eslint-react/types/dist/index.d.mts +65 -0
  15. package/node_modules/@eslint-react/types/dist/index.d.ts +65 -0
  16. package/node_modules/@eslint-react/types/dist/index.js +2 -0
  17. package/node_modules/@eslint-react/types/dist/index.mjs +1 -0
  18. package/node_modules/@eslint-react/types/package.json +49 -0
  19. package/node_modules/@typescript-eslint/scope-manager/LICENSE +21 -0
  20. package/node_modules/@typescript-eslint/scope-manager/README.md +10 -0
  21. package/node_modules/@typescript-eslint/scope-manager/dist/ID.d.ts +4 -0
  22. package/node_modules/@typescript-eslint/scope-manager/dist/ID.d.ts.map +1 -0
  23. package/node_modules/@typescript-eslint/scope-manager/dist/ID.js +21 -0
  24. package/node_modules/@typescript-eslint/scope-manager/dist/ID.js.map +1 -0
  25. package/node_modules/@typescript-eslint/scope-manager/dist/ScopeManager.d.ts +75 -0
  26. package/node_modules/@typescript-eslint/scope-manager/dist/ScopeManager.d.ts.map +1 -0
  27. package/node_modules/@typescript-eslint/scope-manager/dist/ScopeManager.js +185 -0
  28. package/node_modules/@typescript-eslint/scope-manager/dist/ScopeManager.js.map +1 -0
  29. package/node_modules/@typescript-eslint/scope-manager/dist/analyze.d.ts +56 -0
  30. package/node_modules/@typescript-eslint/scope-manager/dist/analyze.d.ts.map +1 -0
  31. package/node_modules/@typescript-eslint/scope-manager/dist/analyze.js +42 -0
  32. package/node_modules/@typescript-eslint/scope-manager/dist/analyze.js.map +1 -0
  33. package/node_modules/@typescript-eslint/scope-manager/dist/assert.d.ts +3 -0
  34. package/node_modules/@typescript-eslint/scope-manager/dist/assert.d.ts.map +1 -0
  35. package/node_modules/@typescript-eslint/scope-manager/dist/assert.js +11 -0
  36. package/node_modules/@typescript-eslint/scope-manager/dist/assert.js.map +1 -0
  37. package/node_modules/@typescript-eslint/scope-manager/dist/definition/CatchClauseDefinition.d.ts +10 -0
  38. package/node_modules/@typescript-eslint/scope-manager/dist/definition/CatchClauseDefinition.d.ts.map +1 -0
  39. package/node_modules/@typescript-eslint/scope-manager/dist/definition/CatchClauseDefinition.js +14 -0
  40. package/node_modules/@typescript-eslint/scope-manager/dist/definition/CatchClauseDefinition.js.map +1 -0
  41. package/node_modules/@typescript-eslint/scope-manager/dist/definition/ClassNameDefinition.d.ts +10 -0
  42. package/node_modules/@typescript-eslint/scope-manager/dist/definition/ClassNameDefinition.d.ts.map +1 -0
  43. package/node_modules/@typescript-eslint/scope-manager/dist/definition/ClassNameDefinition.js +14 -0
  44. package/node_modules/@typescript-eslint/scope-manager/dist/definition/ClassNameDefinition.js.map +1 -0
  45. package/node_modules/@typescript-eslint/scope-manager/dist/definition/Definition.d.ts +14 -0
  46. package/node_modules/@typescript-eslint/scope-manager/dist/definition/Definition.d.ts.map +1 -0
  47. package/node_modules/@typescript-eslint/scope-manager/dist/definition/Definition.js +3 -0
  48. package/node_modules/@typescript-eslint/scope-manager/dist/definition/Definition.js.map +1 -0
  49. package/node_modules/@typescript-eslint/scope-manager/dist/definition/DefinitionBase.d.ts +39 -0
  50. package/node_modules/@typescript-eslint/scope-manager/dist/definition/DefinitionBase.d.ts.map +1 -0
  51. package/node_modules/@typescript-eslint/scope-manager/dist/definition/DefinitionBase.js +19 -0
  52. package/node_modules/@typescript-eslint/scope-manager/dist/definition/DefinitionBase.js.map +1 -0
  53. package/node_modules/@typescript-eslint/scope-manager/dist/definition/DefinitionType.d.ts +15 -0
  54. package/node_modules/@typescript-eslint/scope-manager/dist/definition/DefinitionType.d.ts.map +1 -0
  55. package/node_modules/@typescript-eslint/scope-manager/dist/definition/DefinitionType.js +18 -0
  56. package/node_modules/@typescript-eslint/scope-manager/dist/definition/DefinitionType.js.map +1 -0
  57. package/node_modules/@typescript-eslint/scope-manager/dist/definition/FunctionNameDefinition.d.ts +10 -0
  58. package/node_modules/@typescript-eslint/scope-manager/dist/definition/FunctionNameDefinition.d.ts.map +1 -0
  59. package/node_modules/@typescript-eslint/scope-manager/dist/definition/FunctionNameDefinition.js +14 -0
  60. package/node_modules/@typescript-eslint/scope-manager/dist/definition/FunctionNameDefinition.js.map +1 -0
  61. package/node_modules/@typescript-eslint/scope-manager/dist/definition/ImplicitGlobalVariableDefinition.d.ts +10 -0
  62. package/node_modules/@typescript-eslint/scope-manager/dist/definition/ImplicitGlobalVariableDefinition.d.ts.map +1 -0
  63. package/node_modules/@typescript-eslint/scope-manager/dist/definition/ImplicitGlobalVariableDefinition.js +14 -0
  64. package/node_modules/@typescript-eslint/scope-manager/dist/definition/ImplicitGlobalVariableDefinition.js.map +1 -0
  65. package/node_modules/@typescript-eslint/scope-manager/dist/definition/ImportBindingDefinition.d.ts +11 -0
  66. package/node_modules/@typescript-eslint/scope-manager/dist/definition/ImportBindingDefinition.d.ts.map +1 -0
  67. package/node_modules/@typescript-eslint/scope-manager/dist/definition/ImportBindingDefinition.js +14 -0
  68. package/node_modules/@typescript-eslint/scope-manager/dist/definition/ImportBindingDefinition.js.map +1 -0
  69. package/node_modules/@typescript-eslint/scope-manager/dist/definition/ParameterDefinition.d.ts +14 -0
  70. package/node_modules/@typescript-eslint/scope-manager/dist/definition/ParameterDefinition.d.ts.map +1 -0
  71. package/node_modules/@typescript-eslint/scope-manager/dist/definition/ParameterDefinition.js +15 -0
  72. package/node_modules/@typescript-eslint/scope-manager/dist/definition/ParameterDefinition.js.map +1 -0
  73. package/node_modules/@typescript-eslint/scope-manager/dist/definition/TSEnumMemberDefinition.d.ts +10 -0
  74. package/node_modules/@typescript-eslint/scope-manager/dist/definition/TSEnumMemberDefinition.d.ts.map +1 -0
  75. package/node_modules/@typescript-eslint/scope-manager/dist/definition/TSEnumMemberDefinition.js +14 -0
  76. package/node_modules/@typescript-eslint/scope-manager/dist/definition/TSEnumMemberDefinition.js.map +1 -0
  77. package/node_modules/@typescript-eslint/scope-manager/dist/definition/TSEnumNameDefinition.d.ts +10 -0
  78. package/node_modules/@typescript-eslint/scope-manager/dist/definition/TSEnumNameDefinition.d.ts.map +1 -0
  79. package/node_modules/@typescript-eslint/scope-manager/dist/definition/TSEnumNameDefinition.js +14 -0
  80. package/node_modules/@typescript-eslint/scope-manager/dist/definition/TSEnumNameDefinition.js.map +1 -0
  81. package/node_modules/@typescript-eslint/scope-manager/dist/definition/TSModuleNameDefinition.d.ts +10 -0
  82. package/node_modules/@typescript-eslint/scope-manager/dist/definition/TSModuleNameDefinition.d.ts.map +1 -0
  83. package/node_modules/@typescript-eslint/scope-manager/dist/definition/TSModuleNameDefinition.js +14 -0
  84. package/node_modules/@typescript-eslint/scope-manager/dist/definition/TSModuleNameDefinition.js.map +1 -0
  85. package/node_modules/@typescript-eslint/scope-manager/dist/definition/TypeDefinition.d.ts +10 -0
  86. package/node_modules/@typescript-eslint/scope-manager/dist/definition/TypeDefinition.d.ts.map +1 -0
  87. package/node_modules/@typescript-eslint/scope-manager/dist/definition/TypeDefinition.js +14 -0
  88. package/node_modules/@typescript-eslint/scope-manager/dist/definition/TypeDefinition.js.map +1 -0
  89. package/node_modules/@typescript-eslint/scope-manager/dist/definition/VariableDefinition.d.ts +10 -0
  90. package/node_modules/@typescript-eslint/scope-manager/dist/definition/VariableDefinition.d.ts.map +1 -0
  91. package/node_modules/@typescript-eslint/scope-manager/dist/definition/VariableDefinition.js +14 -0
  92. package/node_modules/@typescript-eslint/scope-manager/dist/definition/VariableDefinition.js.map +1 -0
  93. package/node_modules/@typescript-eslint/scope-manager/dist/definition/index.d.ts +14 -0
  94. package/node_modules/@typescript-eslint/scope-manager/dist/definition/index.d.ts.map +1 -0
  95. package/node_modules/@typescript-eslint/scope-manager/dist/definition/index.js +30 -0
  96. package/node_modules/@typescript-eslint/scope-manager/dist/definition/index.js.map +1 -0
  97. package/node_modules/@typescript-eslint/scope-manager/dist/index.d.ts +9 -0
  98. package/node_modules/@typescript-eslint/scope-manager/dist/index.d.ts.map +1 -0
  99. package/node_modules/@typescript-eslint/scope-manager/dist/index.js +31 -0
  100. package/node_modules/@typescript-eslint/scope-manager/dist/index.js.map +1 -0
  101. package/node_modules/@typescript-eslint/scope-manager/dist/lib/base-config.d.ts +16 -0
  102. package/node_modules/@typescript-eslint/scope-manager/dist/lib/base-config.d.ts.map +1 -0
  103. package/node_modules/@typescript-eslint/scope-manager/dist/lib/base-config.js +23 -0
  104. package/node_modules/@typescript-eslint/scope-manager/dist/lib/base-config.js.map +1 -0
  105. package/node_modules/@typescript-eslint/scope-manager/dist/lib/decorators.d.ts +3 -0
  106. package/node_modules/@typescript-eslint/scope-manager/dist/lib/decorators.d.ts.map +1 -0
  107. package/node_modules/@typescript-eslint/scope-manager/dist/lib/decorators.js +23 -0
  108. package/node_modules/@typescript-eslint/scope-manager/dist/lib/decorators.js.map +1 -0
  109. package/node_modules/@typescript-eslint/scope-manager/dist/lib/decorators.legacy.d.ts +3 -0
  110. package/node_modules/@typescript-eslint/scope-manager/dist/lib/decorators.legacy.d.ts.map +1 -0
  111. package/node_modules/@typescript-eslint/scope-manager/dist/lib/decorators.legacy.js +15 -0
  112. package/node_modules/@typescript-eslint/scope-manager/dist/lib/decorators.legacy.js.map +1 -0
  113. package/node_modules/@typescript-eslint/scope-manager/dist/lib/dom.d.ts +3 -0
  114. package/node_modules/@typescript-eslint/scope-manager/dist/lib/dom.d.ts.map +1 -0
  115. package/node_modules/@typescript-eslint/scope-manager/dist/lib/dom.iterable.d.ts +3 -0
  116. package/node_modules/@typescript-eslint/scope-manager/dist/lib/dom.iterable.d.ts.map +1 -0
  117. package/node_modules/@typescript-eslint/scope-manager/dist/lib/dom.iterable.js +75 -0
  118. package/node_modules/@typescript-eslint/scope-manager/dist/lib/dom.iterable.js.map +1 -0
  119. package/node_modules/@typescript-eslint/scope-manager/dist/lib/dom.js +1436 -0
  120. package/node_modules/@typescript-eslint/scope-manager/dist/lib/dom.js.map +1 -0
  121. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.collection.d.ts +3 -0
  122. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.collection.d.ts.map +1 -0
  123. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.collection.js +21 -0
  124. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.collection.js.map +1 -0
  125. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.core.d.ts +3 -0
  126. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.core.d.ts.map +1 -0
  127. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.core.js +23 -0
  128. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.core.js.map +1 -0
  129. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.d.ts +3 -0
  130. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.d.ts.map +1 -0
  131. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.generator.d.ts +3 -0
  132. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.generator.d.ts.map +1 -0
  133. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.generator.js +16 -0
  134. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.generator.js.map +1 -0
  135. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.iterable.d.ts +3 -0
  136. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.iterable.d.ts.map +1 -0
  137. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.iterable.js +55 -0
  138. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.iterable.js.map +1 -0
  139. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.js +30 -0
  140. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.js.map +1 -0
  141. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.promise.d.ts +3 -0
  142. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.promise.d.ts.map +1 -0
  143. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.promise.js +12 -0
  144. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.promise.js.map +1 -0
  145. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.proxy.d.ts +3 -0
  146. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.proxy.d.ts.map +1 -0
  147. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.proxy.js +13 -0
  148. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.proxy.js.map +1 -0
  149. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.reflect.d.ts +3 -0
  150. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.reflect.d.ts.map +1 -0
  151. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.reflect.js +12 -0
  152. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.reflect.js.map +1 -0
  153. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.symbol.d.ts +3 -0
  154. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.symbol.d.ts.map +1 -0
  155. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.symbol.js +12 -0
  156. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.symbol.js.map +1 -0
  157. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.symbol.wellknown.d.ts +3 -0
  158. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.symbol.wellknown.d.ts.map +1 -0
  159. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.symbol.wellknown.js +46 -0
  160. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.symbol.wellknown.js.map +1 -0
  161. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.array.include.d.ts +3 -0
  162. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.array.include.d.ts.map +1 -0
  163. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.array.include.js +22 -0
  164. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.array.include.js.map +1 -0
  165. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.d.ts +3 -0
  166. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.d.ts.map +1 -0
  167. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.full.d.ts +3 -0
  168. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.full.d.ts.map +1 -0
  169. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.full.js +20 -0
  170. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.full.js.map +1 -0
  171. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.js +14 -0
  172. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.js.map +1 -0
  173. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.d.ts +3 -0
  174. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.d.ts.map +1 -0
  175. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.date.d.ts +3 -0
  176. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.date.d.ts.map +1 -0
  177. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.date.js +12 -0
  178. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.date.js.map +1 -0
  179. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.full.d.ts +3 -0
  180. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.full.d.ts.map +1 -0
  181. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.full.js +20 -0
  182. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.full.js.map +1 -0
  183. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.intl.d.ts +3 -0
  184. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.intl.d.ts.map +1 -0
  185. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.intl.js +12 -0
  186. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.intl.js.map +1 -0
  187. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.js +24 -0
  188. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.js.map +1 -0
  189. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.object.d.ts +3 -0
  190. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.object.d.ts.map +1 -0
  191. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.object.js +12 -0
  192. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.object.js.map +1 -0
  193. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.sharedmemory.d.ts +3 -0
  194. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.sharedmemory.d.ts.map +1 -0
  195. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.sharedmemory.js +19 -0
  196. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.sharedmemory.js.map +1 -0
  197. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.string.d.ts +3 -0
  198. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.string.d.ts.map +1 -0
  199. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.string.js +12 -0
  200. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.string.js.map +1 -0
  201. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.typedarrays.d.ts +3 -0
  202. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.typedarrays.d.ts.map +1 -0
  203. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.typedarrays.js +20 -0
  204. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.typedarrays.js.map +1 -0
  205. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.asyncgenerator.d.ts +3 -0
  206. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.asyncgenerator.d.ts.map +1 -0
  207. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.asyncgenerator.js +16 -0
  208. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.asyncgenerator.js.map +1 -0
  209. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.asynciterable.d.ts +3 -0
  210. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.asynciterable.d.ts.map +1 -0
  211. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.asynciterable.js +19 -0
  212. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.asynciterable.js.map +1 -0
  213. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.d.ts +3 -0
  214. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.d.ts.map +1 -0
  215. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.full.d.ts +3 -0
  216. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.full.d.ts.map +1 -0
  217. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.full.js +20 -0
  218. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.full.js.map +1 -0
  219. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.intl.d.ts +3 -0
  220. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.intl.d.ts.map +1 -0
  221. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.intl.js +12 -0
  222. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.intl.js.map +1 -0
  223. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.js +22 -0
  224. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.js.map +1 -0
  225. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.promise.d.ts +3 -0
  226. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.promise.d.ts.map +1 -0
  227. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.promise.js +12 -0
  228. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.promise.js.map +1 -0
  229. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.regexp.d.ts +3 -0
  230. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.regexp.d.ts.map +1 -0
  231. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.regexp.js +14 -0
  232. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.regexp.js.map +1 -0
  233. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.array.d.ts +3 -0
  234. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.array.d.ts.map +1 -0
  235. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.array.js +14 -0
  236. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.array.js.map +1 -0
  237. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.d.ts +3 -0
  238. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.d.ts.map +1 -0
  239. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.full.d.ts +3 -0
  240. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.full.d.ts.map +1 -0
  241. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.full.js +20 -0
  242. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.full.js.map +1 -0
  243. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.intl.d.ts +3 -0
  244. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.intl.d.ts.map +1 -0
  245. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.intl.js +12 -0
  246. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.intl.js.map +1 -0
  247. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.js +22 -0
  248. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.js.map +1 -0
  249. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.object.d.ts +3 -0
  250. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.object.d.ts.map +1 -0
  251. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.object.js +14 -0
  252. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.object.js.map +1 -0
  253. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.string.d.ts +3 -0
  254. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.string.d.ts.map +1 -0
  255. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.string.js +12 -0
  256. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.string.js.map +1 -0
  257. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.symbol.d.ts +3 -0
  258. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.symbol.d.ts.map +1 -0
  259. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.symbol.js +12 -0
  260. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.symbol.js.map +1 -0
  261. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.bigint.d.ts +3 -0
  262. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.bigint.d.ts.map +1 -0
  263. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.bigint.js +22 -0
  264. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.bigint.js.map +1 -0
  265. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.d.ts +3 -0
  266. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.d.ts.map +1 -0
  267. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.date.d.ts +3 -0
  268. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.date.d.ts.map +1 -0
  269. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.date.js +14 -0
  270. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.date.js.map +1 -0
  271. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.full.d.ts +3 -0
  272. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.full.d.ts.map +1 -0
  273. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.full.js +20 -0
  274. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.full.js.map +1 -0
  275. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.intl.d.ts +3 -0
  276. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.intl.d.ts.map +1 -0
  277. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.intl.js +14 -0
  278. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.intl.js.map +1 -0
  279. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.js +28 -0
  280. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.js.map +1 -0
  281. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.number.d.ts +3 -0
  282. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.number.d.ts.map +1 -0
  283. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.number.js +14 -0
  284. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.number.js.map +1 -0
  285. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.promise.d.ts +3 -0
  286. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.promise.d.ts.map +1 -0
  287. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.promise.js +15 -0
  288. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.promise.js.map +1 -0
  289. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.sharedmemory.d.ts +3 -0
  290. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.sharedmemory.d.ts.map +1 -0
  291. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.sharedmemory.js +12 -0
  292. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.sharedmemory.js.map +1 -0
  293. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.string.d.ts +3 -0
  294. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.string.d.ts.map +1 -0
  295. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.string.js +14 -0
  296. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.string.js.map +1 -0
  297. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.symbol.wellknown.d.ts +3 -0
  298. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.symbol.wellknown.d.ts.map +1 -0
  299. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.symbol.wellknown.js +17 -0
  300. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.symbol.wellknown.js.map +1 -0
  301. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.d.ts +3 -0
  302. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.d.ts.map +1 -0
  303. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.full.d.ts +3 -0
  304. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.full.d.ts.map +1 -0
  305. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.full.js +20 -0
  306. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.full.js.map +1 -0
  307. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.intl.d.ts +3 -0
  308. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.intl.d.ts.map +1 -0
  309. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.intl.js +12 -0
  310. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.intl.js.map +1 -0
  311. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.js +20 -0
  312. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.js.map +1 -0
  313. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.promise.d.ts +3 -0
  314. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.promise.d.ts.map +1 -0
  315. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.promise.js +14 -0
  316. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.promise.js.map +1 -0
  317. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.string.d.ts +3 -0
  318. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.string.d.ts.map +1 -0
  319. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.string.js +12 -0
  320. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.string.js.map +1 -0
  321. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.weakref.d.ts +3 -0
  322. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.weakref.d.ts.map +1 -0
  323. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.weakref.js +15 -0
  324. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.weakref.js.map +1 -0
  325. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.array.d.ts +3 -0
  326. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.array.d.ts.map +1 -0
  327. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.array.js +24 -0
  328. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.array.js.map +1 -0
  329. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.d.ts +3 -0
  330. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.d.ts.map +1 -0
  331. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.error.d.ts +3 -0
  332. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.error.d.ts.map +1 -0
  333. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.error.js +21 -0
  334. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.error.js.map +1 -0
  335. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.full.d.ts +3 -0
  336. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.full.d.ts.map +1 -0
  337. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.full.js +20 -0
  338. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.full.js.map +1 -0
  339. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.intl.d.ts +3 -0
  340. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.intl.d.ts.map +1 -0
  341. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.intl.js +12 -0
  342. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.intl.js.map +1 -0
  343. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.js +26 -0
  344. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.js.map +1 -0
  345. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.object.d.ts +3 -0
  346. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.object.d.ts.map +1 -0
  347. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.object.js +12 -0
  348. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.object.js.map +1 -0
  349. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.regexp.d.ts +3 -0
  350. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.regexp.d.ts.map +1 -0
  351. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.regexp.js +15 -0
  352. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.regexp.js.map +1 -0
  353. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.sharedmemory.d.ts +3 -0
  354. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.sharedmemory.d.ts.map +1 -0
  355. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.sharedmemory.js +12 -0
  356. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.sharedmemory.js.map +1 -0
  357. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.string.d.ts +3 -0
  358. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.string.d.ts.map +1 -0
  359. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.string.js +12 -0
  360. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.string.js.map +1 -0
  361. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.array.d.ts +3 -0
  362. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.array.d.ts.map +1 -0
  363. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.array.js +24 -0
  364. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.array.js.map +1 -0
  365. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.collection.d.ts +3 -0
  366. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.collection.d.ts.map +1 -0
  367. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.collection.js +12 -0
  368. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.collection.js.map +1 -0
  369. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.d.ts +3 -0
  370. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.d.ts.map +1 -0
  371. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.full.d.ts +3 -0
  372. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.full.d.ts.map +1 -0
  373. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.full.js +20 -0
  374. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.full.js.map +1 -0
  375. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.js +16 -0
  376. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.js.map +1 -0
  377. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es5.d.ts +3 -0
  378. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es5.d.ts.map +1 -0
  379. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es5.js +116 -0
  380. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es5.js.map +1 -0
  381. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es6.d.ts +3 -0
  382. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es6.d.ts.map +1 -0
  383. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es6.js +30 -0
  384. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es6.js.map +1 -0
  385. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es7.d.ts +3 -0
  386. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es7.d.ts.map +1 -0
  387. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es7.js +14 -0
  388. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es7.js.map +1 -0
  389. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.array.d.ts +3 -0
  390. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.array.d.ts.map +1 -0
  391. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.array.js +24 -0
  392. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.array.js.map +1 -0
  393. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.asynciterable.d.ts +3 -0
  394. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.asynciterable.d.ts.map +1 -0
  395. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.asynciterable.js +19 -0
  396. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.asynciterable.js.map +1 -0
  397. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.bigint.d.ts +3 -0
  398. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.bigint.d.ts.map +1 -0
  399. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.bigint.js +22 -0
  400. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.bigint.js.map +1 -0
  401. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.collection.d.ts +3 -0
  402. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.collection.d.ts.map +1 -0
  403. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.collection.js +12 -0
  404. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.collection.js.map +1 -0
  405. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.d.ts +3 -0
  406. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.d.ts.map +1 -0
  407. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.decorators.d.ts +3 -0
  408. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.decorators.d.ts.map +1 -0
  409. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.decorators.js +17 -0
  410. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.decorators.js.map +1 -0
  411. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.disposable.d.ts +3 -0
  412. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.disposable.d.ts.map +1 -0
  413. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.disposable.js +22 -0
  414. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.disposable.js.map +1 -0
  415. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.full.d.ts +3 -0
  416. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.full.d.ts.map +1 -0
  417. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.full.js +20 -0
  418. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.full.js.map +1 -0
  419. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.intl.d.ts +3 -0
  420. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.intl.d.ts.map +1 -0
  421. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.intl.js +12 -0
  422. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.intl.js.map +1 -0
  423. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.js +18 -0
  424. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.js.map +1 -0
  425. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.promise.d.ts +3 -0
  426. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.promise.d.ts.map +1 -0
  427. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.promise.js +14 -0
  428. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.promise.js.map +1 -0
  429. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.string.d.ts +3 -0
  430. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.string.d.ts.map +1 -0
  431. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.string.js +12 -0
  432. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.string.js.map +1 -0
  433. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.symbol.d.ts +3 -0
  434. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.symbol.d.ts.map +1 -0
  435. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.symbol.js +12 -0
  436. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.symbol.js.map +1 -0
  437. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.weakref.d.ts +3 -0
  438. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.weakref.d.ts.map +1 -0
  439. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.weakref.js +15 -0
  440. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.weakref.js.map +1 -0
  441. package/node_modules/@typescript-eslint/scope-manager/dist/lib/index.d.ts +93 -0
  442. package/node_modules/@typescript-eslint/scope-manager/dist/lib/index.d.ts.map +1 -0
  443. package/node_modules/@typescript-eslint/scope-manager/dist/lib/index.js +189 -0
  444. package/node_modules/@typescript-eslint/scope-manager/dist/lib/index.js.map +1 -0
  445. package/node_modules/@typescript-eslint/scope-manager/dist/lib/lib.d.ts +3 -0
  446. package/node_modules/@typescript-eslint/scope-manager/dist/lib/lib.d.ts.map +1 -0
  447. package/node_modules/@typescript-eslint/scope-manager/dist/lib/lib.js +18 -0
  448. package/node_modules/@typescript-eslint/scope-manager/dist/lib/lib.js.map +1 -0
  449. package/node_modules/@typescript-eslint/scope-manager/dist/lib/scripthost.d.ts +3 -0
  450. package/node_modules/@typescript-eslint/scope-manager/dist/lib/scripthost.d.ts.map +1 -0
  451. package/node_modules/@typescript-eslint/scope-manager/dist/lib/scripthost.js +24 -0
  452. package/node_modules/@typescript-eslint/scope-manager/dist/lib/scripthost.js.map +1 -0
  453. package/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.d.ts +3 -0
  454. package/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.d.ts.map +1 -0
  455. package/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.importscripts.d.ts +3 -0
  456. package/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.importscripts.d.ts.map +1 -0
  457. package/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.importscripts.js +9 -0
  458. package/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.importscripts.js.map +1 -0
  459. package/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.iterable.d.ts +3 -0
  460. package/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.iterable.d.ts.map +1 -0
  461. package/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.iterable.js +34 -0
  462. package/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.iterable.js.map +1 -0
  463. package/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.js +589 -0
  464. package/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.js.map +1 -0
  465. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/ClassVisitor.d.ts +29 -0
  466. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/ClassVisitor.d.ts.map +1 -0
  467. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/ClassVisitor.js +321 -0
  468. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/ClassVisitor.js.map +1 -0
  469. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/ExportVisitor.d.ts +15 -0
  470. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/ExportVisitor.d.ts.map +1 -0
  471. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/ExportVisitor.js +84 -0
  472. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/ExportVisitor.js.map +1 -0
  473. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/ImportVisitor.d.ts +14 -0
  474. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/ImportVisitor.d.ts.map +1 -0
  475. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/ImportVisitor.js +50 -0
  476. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/ImportVisitor.js.map +1 -0
  477. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/PatternVisitor.d.ts +29 -0
  478. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/PatternVisitor.d.ts.map +1 -0
  479. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/PatternVisitor.js +108 -0
  480. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/PatternVisitor.js.map +1 -0
  481. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/Reference.d.ts +89 -0
  482. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/Reference.d.ts.map +1 -0
  483. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/Reference.js +107 -0
  484. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/Reference.js.map +1 -0
  485. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/Referencer.d.ts +86 -0
  486. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/Referencer.d.ts.map +1 -0
  487. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/Referencer.js +539 -0
  488. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/Referencer.js.map +1 -0
  489. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/TypeVisitor.d.ts +33 -0
  490. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/TypeVisitor.d.ts.map +1 -0
  491. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/TypeVisitor.js +229 -0
  492. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/TypeVisitor.js.map +1 -0
  493. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/Visitor.d.ts +13 -0
  494. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/Visitor.d.ts.map +1 -0
  495. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/Visitor.js +41 -0
  496. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/Visitor.js.map +1 -0
  497. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/VisitorBase.d.ts +22 -0
  498. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/VisitorBase.d.ts.map +1 -0
  499. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/VisitorBase.js +80 -0
  500. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/VisitorBase.js.map +1 -0
  501. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/index.d.ts +2 -0
  502. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/index.d.ts.map +1 -0
  503. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/index.js +6 -0
  504. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/index.js.map +1 -0
  505. package/node_modules/@typescript-eslint/scope-manager/dist/scope/BlockScope.d.ts +10 -0
  506. package/node_modules/@typescript-eslint/scope-manager/dist/scope/BlockScope.d.ts.map +1 -0
  507. package/node_modules/@typescript-eslint/scope-manager/dist/scope/BlockScope.js +12 -0
  508. package/node_modules/@typescript-eslint/scope-manager/dist/scope/BlockScope.js.map +1 -0
  509. package/node_modules/@typescript-eslint/scope-manager/dist/scope/CatchScope.d.ts +10 -0
  510. package/node_modules/@typescript-eslint/scope-manager/dist/scope/CatchScope.d.ts.map +1 -0
  511. package/node_modules/@typescript-eslint/scope-manager/dist/scope/CatchScope.js +12 -0
  512. package/node_modules/@typescript-eslint/scope-manager/dist/scope/CatchScope.js.map +1 -0
  513. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ClassFieldInitializerScope.d.ts +10 -0
  514. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ClassFieldInitializerScope.d.ts.map +1 -0
  515. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ClassFieldInitializerScope.js +12 -0
  516. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ClassFieldInitializerScope.js.map +1 -0
  517. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ClassScope.d.ts +10 -0
  518. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ClassScope.d.ts.map +1 -0
  519. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ClassScope.js +12 -0
  520. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ClassScope.js.map +1 -0
  521. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ClassStaticBlockScope.d.ts +10 -0
  522. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ClassStaticBlockScope.d.ts.map +1 -0
  523. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ClassStaticBlockScope.js +12 -0
  524. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ClassStaticBlockScope.js.map +1 -0
  525. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ConditionalTypeScope.d.ts +10 -0
  526. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ConditionalTypeScope.d.ts.map +1 -0
  527. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ConditionalTypeScope.js +12 -0
  528. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ConditionalTypeScope.js.map +1 -0
  529. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ForScope.d.ts +10 -0
  530. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ForScope.d.ts.map +1 -0
  531. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ForScope.js +12 -0
  532. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ForScope.js.map +1 -0
  533. package/node_modules/@typescript-eslint/scope-manager/dist/scope/FunctionExpressionNameScope.d.ts +11 -0
  534. package/node_modules/@typescript-eslint/scope-manager/dist/scope/FunctionExpressionNameScope.d.ts.map +1 -0
  535. package/node_modules/@typescript-eslint/scope-manager/dist/scope/FunctionExpressionNameScope.js +17 -0
  536. package/node_modules/@typescript-eslint/scope-manager/dist/scope/FunctionExpressionNameScope.js.map +1 -0
  537. package/node_modules/@typescript-eslint/scope-manager/dist/scope/FunctionScope.d.ts +13 -0
  538. package/node_modules/@typescript-eslint/scope-manager/dist/scope/FunctionScope.d.ts.map +1 -0
  539. package/node_modules/@typescript-eslint/scope-manager/dist/scope/FunctionScope.js +36 -0
  540. package/node_modules/@typescript-eslint/scope-manager/dist/scope/FunctionScope.js.map +1 -0
  541. package/node_modules/@typescript-eslint/scope-manager/dist/scope/FunctionTypeScope.d.ts +10 -0
  542. package/node_modules/@typescript-eslint/scope-manager/dist/scope/FunctionTypeScope.d.ts.map +1 -0
  543. package/node_modules/@typescript-eslint/scope-manager/dist/scope/FunctionTypeScope.js +12 -0
  544. package/node_modules/@typescript-eslint/scope-manager/dist/scope/FunctionTypeScope.js.map +1 -0
  545. package/node_modules/@typescript-eslint/scope-manager/dist/scope/GlobalScope.d.ts +18 -0
  546. package/node_modules/@typescript-eslint/scope-manager/dist/scope/GlobalScope.d.ts.map +1 -0
  547. package/node_modules/@typescript-eslint/scope-manager/dist/scope/GlobalScope.js +39 -0
  548. package/node_modules/@typescript-eslint/scope-manager/dist/scope/GlobalScope.js.map +1 -0
  549. package/node_modules/@typescript-eslint/scope-manager/dist/scope/MappedTypeScope.d.ts +10 -0
  550. package/node_modules/@typescript-eslint/scope-manager/dist/scope/MappedTypeScope.d.ts.map +1 -0
  551. package/node_modules/@typescript-eslint/scope-manager/dist/scope/MappedTypeScope.js +12 -0
  552. package/node_modules/@typescript-eslint/scope-manager/dist/scope/MappedTypeScope.js.map +1 -0
  553. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ModuleScope.d.ts +10 -0
  554. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ModuleScope.d.ts.map +1 -0
  555. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ModuleScope.js +12 -0
  556. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ModuleScope.js.map +1 -0
  557. package/node_modules/@typescript-eslint/scope-manager/dist/scope/Scope.d.ts +21 -0
  558. package/node_modules/@typescript-eslint/scope-manager/dist/scope/Scope.d.ts.map +1 -0
  559. package/node_modules/@typescript-eslint/scope-manager/dist/scope/Scope.js +3 -0
  560. package/node_modules/@typescript-eslint/scope-manager/dist/scope/Scope.js.map +1 -0
  561. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ScopeBase.d.ts +107 -0
  562. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ScopeBase.d.ts.map +1 -0
  563. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ScopeBase.js +358 -0
  564. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ScopeBase.js.map +1 -0
  565. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ScopeType.d.ts +22 -0
  566. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ScopeType.d.ts.map +1 -0
  567. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ScopeType.js +25 -0
  568. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ScopeType.js.map +1 -0
  569. package/node_modules/@typescript-eslint/scope-manager/dist/scope/SwitchScope.d.ts +10 -0
  570. package/node_modules/@typescript-eslint/scope-manager/dist/scope/SwitchScope.d.ts.map +1 -0
  571. package/node_modules/@typescript-eslint/scope-manager/dist/scope/SwitchScope.js +12 -0
  572. package/node_modules/@typescript-eslint/scope-manager/dist/scope/SwitchScope.js.map +1 -0
  573. package/node_modules/@typescript-eslint/scope-manager/dist/scope/TSEnumScope.d.ts +10 -0
  574. package/node_modules/@typescript-eslint/scope-manager/dist/scope/TSEnumScope.d.ts.map +1 -0
  575. package/node_modules/@typescript-eslint/scope-manager/dist/scope/TSEnumScope.js +12 -0
  576. package/node_modules/@typescript-eslint/scope-manager/dist/scope/TSEnumScope.js.map +1 -0
  577. package/node_modules/@typescript-eslint/scope-manager/dist/scope/TSModuleScope.d.ts +10 -0
  578. package/node_modules/@typescript-eslint/scope-manager/dist/scope/TSModuleScope.d.ts.map +1 -0
  579. package/node_modules/@typescript-eslint/scope-manager/dist/scope/TSModuleScope.js +12 -0
  580. package/node_modules/@typescript-eslint/scope-manager/dist/scope/TSModuleScope.js.map +1 -0
  581. package/node_modules/@typescript-eslint/scope-manager/dist/scope/TypeScope.d.ts +10 -0
  582. package/node_modules/@typescript-eslint/scope-manager/dist/scope/TypeScope.d.ts.map +1 -0
  583. package/node_modules/@typescript-eslint/scope-manager/dist/scope/TypeScope.js +12 -0
  584. package/node_modules/@typescript-eslint/scope-manager/dist/scope/TypeScope.js.map +1 -0
  585. package/node_modules/@typescript-eslint/scope-manager/dist/scope/WithScope.d.ts +11 -0
  586. package/node_modules/@typescript-eslint/scope-manager/dist/scope/WithScope.d.ts.map +1 -0
  587. package/node_modules/@typescript-eslint/scope-manager/dist/scope/WithScope.js +22 -0
  588. package/node_modules/@typescript-eslint/scope-manager/dist/scope/WithScope.js.map +1 -0
  589. package/node_modules/@typescript-eslint/scope-manager/dist/scope/index.d.ts +20 -0
  590. package/node_modules/@typescript-eslint/scope-manager/dist/scope/index.d.ts.map +1 -0
  591. package/node_modules/@typescript-eslint/scope-manager/dist/scope/index.js +36 -0
  592. package/node_modules/@typescript-eslint/scope-manager/dist/scope/index.js.map +1 -0
  593. package/node_modules/@typescript-eslint/scope-manager/dist/variable/ESLintScopeVariable.d.ts +34 -0
  594. package/node_modules/@typescript-eslint/scope-manager/dist/variable/ESLintScopeVariable.d.ts.map +1 -0
  595. package/node_modules/@typescript-eslint/scope-manager/dist/variable/ESLintScopeVariable.js +12 -0
  596. package/node_modules/@typescript-eslint/scope-manager/dist/variable/ESLintScopeVariable.js.map +1 -0
  597. package/node_modules/@typescript-eslint/scope-manager/dist/variable/ImplicitLibVariable.d.ts +25 -0
  598. package/node_modules/@typescript-eslint/scope-manager/dist/variable/ImplicitLibVariable.d.ts.map +1 -0
  599. package/node_modules/@typescript-eslint/scope-manager/dist/variable/ImplicitLibVariable.js +19 -0
  600. package/node_modules/@typescript-eslint/scope-manager/dist/variable/ImplicitLibVariable.js.map +1 -0
  601. package/node_modules/@typescript-eslint/scope-manager/dist/variable/Variable.d.ts +18 -0
  602. package/node_modules/@typescript-eslint/scope-manager/dist/variable/Variable.d.ts.map +1 -0
  603. package/node_modules/@typescript-eslint/scope-manager/dist/variable/Variable.js +33 -0
  604. package/node_modules/@typescript-eslint/scope-manager/dist/variable/Variable.js.map +1 -0
  605. package/node_modules/@typescript-eslint/scope-manager/dist/variable/VariableBase.d.ts +44 -0
  606. package/node_modules/@typescript-eslint/scope-manager/dist/variable/VariableBase.d.ts.map +1 -0
  607. package/node_modules/@typescript-eslint/scope-manager/dist/variable/VariableBase.js +39 -0
  608. package/node_modules/@typescript-eslint/scope-manager/dist/variable/VariableBase.js.map +1 -0
  609. package/node_modules/@typescript-eslint/scope-manager/dist/variable/index.d.ts +4 -0
  610. package/node_modules/@typescript-eslint/scope-manager/dist/variable/index.d.ts.map +1 -0
  611. package/node_modules/@typescript-eslint/scope-manager/dist/variable/index.js +10 -0
  612. package/node_modules/@typescript-eslint/scope-manager/dist/variable/index.js.map +1 -0
  613. package/node_modules/@typescript-eslint/scope-manager/package.json +72 -0
  614. package/node_modules/@typescript-eslint/types/LICENSE +21 -0
  615. package/node_modules/@typescript-eslint/types/README.md +12 -0
  616. package/node_modules/@typescript-eslint/types/dist/generated/ast-spec.d.ts +1881 -0
  617. package/node_modules/@typescript-eslint/types/dist/generated/ast-spec.d.ts.map +1 -0
  618. package/node_modules/@typescript-eslint/types/dist/generated/ast-spec.js +202 -0
  619. package/node_modules/@typescript-eslint/types/dist/generated/ast-spec.js.map +1 -0
  620. package/node_modules/@typescript-eslint/types/dist/index.d.ts +5 -0
  621. package/node_modules/@typescript-eslint/types/dist/index.d.ts.map +1 -0
  622. package/node_modules/@typescript-eslint/types/dist/index.js +24 -0
  623. package/node_modules/@typescript-eslint/types/dist/index.js.map +1 -0
  624. package/node_modules/@typescript-eslint/types/dist/lib.d.ts +3 -0
  625. package/node_modules/@typescript-eslint/types/dist/lib.d.ts.map +1 -0
  626. package/node_modules/@typescript-eslint/types/dist/lib.js +7 -0
  627. package/node_modules/@typescript-eslint/types/dist/lib.js.map +1 -0
  628. package/node_modules/@typescript-eslint/types/dist/parser-options.d.ts +40 -0
  629. package/node_modules/@typescript-eslint/types/dist/parser-options.d.ts.map +1 -0
  630. package/node_modules/@typescript-eslint/types/dist/parser-options.js +3 -0
  631. package/node_modules/@typescript-eslint/types/dist/parser-options.js.map +1 -0
  632. package/node_modules/@typescript-eslint/types/dist/ts-estree.d.ts +14 -0
  633. package/node_modules/@typescript-eslint/types/dist/ts-estree.d.ts.map +1 -0
  634. package/node_modules/@typescript-eslint/types/dist/ts-estree.js +28 -0
  635. package/node_modules/@typescript-eslint/types/dist/ts-estree.js.map +1 -0
  636. package/node_modules/@typescript-eslint/types/package.json +94 -0
  637. package/node_modules/micro-memoize/CHANGELOG.md +226 -0
  638. package/{LICENSE → node_modules/micro-memoize/LICENSE} +1 -1
  639. package/node_modules/micro-memoize/README.md +557 -0
  640. package/node_modules/micro-memoize/dist/micro-memoize.cjs.js +373 -0
  641. package/node_modules/micro-memoize/dist/micro-memoize.cjs.js.map +1 -0
  642. package/node_modules/micro-memoize/dist/micro-memoize.esm.js +371 -0
  643. package/node_modules/micro-memoize/dist/micro-memoize.esm.js.map +1 -0
  644. package/node_modules/micro-memoize/dist/micro-memoize.js +379 -0
  645. package/node_modules/micro-memoize/dist/micro-memoize.js.map +1 -0
  646. package/node_modules/micro-memoize/dist/micro-memoize.min.js +1 -0
  647. package/node_modules/micro-memoize/index.d.ts +132 -0
  648. package/node_modules/micro-memoize/mjs/index.d.mts +132 -0
  649. package/node_modules/micro-memoize/mjs/index.mjs +371 -0
  650. package/node_modules/micro-memoize/mjs/index.mjs.map +1 -0
  651. package/node_modules/micro-memoize/package.json +106 -0
  652. package/package.json +13 -7
@@ -0,0 +1,878 @@
1
+ import { Data, O as O$1, uniqueBy, MutRef, F } from '@eslint-react/tools';
2
+ import { DefinitionType, ScopeType } from '@typescript-eslint/scope-manager';
3
+ import { isNil, type } from 'rambda';
4
+ import { AST_NODE_TYPES } from '@typescript-eslint/types';
5
+ import { ASTUtils } from '@typescript-eslint/utils';
6
+ import * as eslintUtils from '@eslint-community/eslint-utils';
7
+ import { toLowerCase, delimiterCase, replace } from 'string-ts';
8
+
9
+ /**
10
+ * @since 2.0.0
11
+ */
12
+
13
+ /**
14
+ * @category type lambdas
15
+ * @since 2.0.0
16
+ */
17
+
18
+ /**
19
+ * Tests if a value is a `function`.
20
+ *
21
+ * @param input - The value to test.
22
+ *
23
+ * @example
24
+ * import { isFunction } from 'effect/Predicate'
25
+ *
26
+ * assert.deepStrictEqual(isFunction(isFunction), true)
27
+ * assert.deepStrictEqual(isFunction("function"), false)
28
+ *
29
+ * @category guards
30
+ * @since 2.0.0
31
+ */
32
+ const isFunction$2 = input => typeof input === "function";
33
+
34
+ /**
35
+ * Tests if a value is a `string`.
36
+ *
37
+ * @param input - The value to test.
38
+ *
39
+ * @example
40
+ * import { isString } from "effect/Predicate"
41
+ *
42
+ * assert.deepStrictEqual(isString("a"), true)
43
+ *
44
+ * assert.deepStrictEqual(isString(1), false)
45
+ *
46
+ * @category guards
47
+ * @since 2.0.0
48
+ */
49
+ const isString = input => typeof input === "string";
50
+
51
+ /**
52
+ * Tests if a value is a `function`.
53
+ *
54
+ * @param input - The value to test.
55
+ *
56
+ * @example
57
+ * import { isFunction } from "effect/Predicate"
58
+ *
59
+ * assert.deepStrictEqual(isFunction(isFunction), true)
60
+ *
61
+ * assert.deepStrictEqual(isFunction("function"), false)
62
+ *
63
+ * @category guards
64
+ * @since 2.0.0
65
+ */
66
+ const isFunction$1 = isFunction$2;
67
+
68
+ /**
69
+ * Tests if a value is an `object`.
70
+ *
71
+ * @param input - The value to test.
72
+ *
73
+ * @example
74
+ * import { isObject } from "effect/Predicate"
75
+ *
76
+ * assert.deepStrictEqual(isObject({}), true)
77
+ * assert.deepStrictEqual(isObject([]), true)
78
+ *
79
+ * assert.deepStrictEqual(isObject(null), false)
80
+ * assert.deepStrictEqual(isObject(undefined), false)
81
+ *
82
+ * @category guards
83
+ * @since 2.0.0
84
+ */
85
+ const isObject = input => typeof input === "object" && input !== null || isFunction$1(input);
86
+
87
+ /**
88
+ * A guard that succeeds when the input is `null` or `undefined`.
89
+ *
90
+ * @param input - The value to test.
91
+ *
92
+ * @example
93
+ * import { isNullable } from "effect/Predicate"
94
+ *
95
+ * assert.deepStrictEqual(isNullable(null), true)
96
+ * assert.deepStrictEqual(isNullable(undefined), true)
97
+ *
98
+ * assert.deepStrictEqual(isNullable({}), false)
99
+ * assert.deepStrictEqual(isNullable([]), false)
100
+ *
101
+ * @category guards
102
+ * @since 2.0.0
103
+ */
104
+ const isNullable = input => input === null || input === undefined;
105
+
106
+ const t=Symbol.for("@ts-pattern/matcher"),e=Symbol.for("@ts-pattern/isVariadic"),n="@ts-pattern/anonymous-select-key",r=t=>Boolean(t&&"object"==typeof t),i=e=>e&&!!e[t],s=(n,o,c)=>{if(i(n)){const e=n[t](),{matched:r,selections:i}=e.match(o);return r&&i&&Object.keys(i).forEach(t=>c(t,i[t])),r}if(r(n)){if(!r(o))return !1;if(Array.isArray(n)){if(!Array.isArray(o))return !1;let t=[],r=[],a=[];for(const s of n.keys()){const o=n[s];i(o)&&o[e]?a.push(o):a.length?r.push(o):t.push(o);}if(a.length){if(a.length>1)throw new Error("Pattern error: Using `...P.array(...)` several times in a single pattern is not allowed.");if(o.length<t.length+r.length)return !1;const e=o.slice(0,t.length),n=0===r.length?[]:o.slice(-r.length),i=o.slice(t.length,0===r.length?Infinity:-r.length);return t.every((t,n)=>s(t,e[n],c))&&r.every((t,e)=>s(t,n[e],c))&&(0===a.length||s(a[0],i,c))}return n.length===o.length&&n.every((t,e)=>s(t,o[e],c))}return Object.keys(n).every(e=>{const r=n[e];return (e in o||i(a=r)&&"optional"===a[t]().matcherType)&&s(r,o[e],c);var a;})}return Object.is(o,n)},o=e=>{var n,s,a;return r(e)?i(e)?null!=(n=null==(s=(a=e[t]()).getSelectionKeys)?void 0:s.call(a))?n:[]:Array.isArray(e)?c(e,o):c(Object.values(e),o):[]},c=(t,e)=>t.reduce((t,n)=>t.concat(e(n)),[]);function a(...t){if(1===t.length){const[e]=t;return t=>s(e,t,()=>{})}if(2===t.length){const[e,n]=t;return s(e,n,()=>{})}throw new Error(`isMatching wasn't given the right number of arguments: expected 1 or 2, received ${t.length}.`)}function u(t){return Object.assign(t,{optional:()=>l(t),and:e=>m(t,e),or:e=>y(t,e),select:e=>void 0===e?p(t):p(e,t)})}function h(t){return Object.assign((t=>Object.assign(t,{*[Symbol.iterator](){yield Object.assign(t,{[e]:!0});}}))(t),{optional:()=>h(l(t)),select:e=>h(void 0===e?p(t):p(e,t))})}function l(e){return u({[t]:()=>({match:t=>{let n={};const r=(t,e)=>{n[t]=e;};return void 0===t?(o(e).forEach(t=>r(t,void 0)),{matched:!0,selections:n}):{matched:s(e,t,r),selections:n}},getSelectionKeys:()=>o(e),matcherType:"optional"})})}const f=(t,e)=>{for(const n of t)if(!e(n))return !1;return !0},g=(t,e)=>{for(const[n,r]of t.entries())if(!e(r,n))return !1;return !0};function m(...e){return u({[t]:()=>({match:t=>{let n={};const r=(t,e)=>{n[t]=e;};return {matched:e.every(e=>s(e,t,r)),selections:n}},getSelectionKeys:()=>c(e,o),matcherType:"and"})})}function y(...e){return u({[t]:()=>({match:t=>{let n={};const r=(t,e)=>{n[t]=e;};return c(e,o).forEach(t=>r(t,void 0)),{matched:e.some(e=>s(e,t,r)),selections:n}},getSelectionKeys:()=>c(e,o),matcherType:"or"})})}function d(e){return {[t]:()=>({match:t=>({matched:Boolean(e(t))})})}}function p(...e){const r="string"==typeof e[0]?e[0]:void 0,i=2===e.length?e[1]:"string"==typeof e[0]?void 0:e[0];return u({[t]:()=>({match:t=>{let e={[null!=r?r:n]:t};return {matched:void 0===i||s(i,t,(t,n)=>{e[t]=n;}),selections:e}},getSelectionKeys:()=>[null!=r?r:n].concat(void 0===i?[]:o(i))})})}function v(t){return "number"==typeof t}function b(t){return "string"==typeof t}function w(t){return "bigint"==typeof t}const S=u(d(function(t){return !0})),O=S,j=t=>Object.assign(u(t),{startsWith:e=>{return j(m(t,(n=e,d(t=>b(t)&&t.startsWith(n)))));var n;},endsWith:e=>{return j(m(t,(n=e,d(t=>b(t)&&t.endsWith(n)))));var n;},minLength:e=>j(m(t,(t=>d(e=>b(e)&&e.length>=t))(e))),maxLength:e=>j(m(t,(t=>d(e=>b(e)&&e.length<=t))(e))),includes:e=>{return j(m(t,(n=e,d(t=>b(t)&&t.includes(n)))));var n;},regex:e=>{return j(m(t,(n=e,d(t=>b(t)&&Boolean(t.match(n))))));var n;}}),E=j(d(b)),K=t=>Object.assign(u(t),{between:(e,n)=>K(m(t,((t,e)=>d(n=>v(n)&&t<=n&&e>=n))(e,n))),lt:e=>K(m(t,(t=>d(e=>v(e)&&e<t))(e))),gt:e=>K(m(t,(t=>d(e=>v(e)&&e>t))(e))),lte:e=>K(m(t,(t=>d(e=>v(e)&&e<=t))(e))),gte:e=>K(m(t,(t=>d(e=>v(e)&&e>=t))(e))),int:()=>K(m(t,d(t=>v(t)&&Number.isInteger(t)))),finite:()=>K(m(t,d(t=>v(t)&&Number.isFinite(t)))),positive:()=>K(m(t,d(t=>v(t)&&t>0))),negative:()=>K(m(t,d(t=>v(t)&&t<0)))}),A=K(d(v)),x=t=>Object.assign(u(t),{between:(e,n)=>x(m(t,((t,e)=>d(n=>w(n)&&t<=n&&e>=n))(e,n))),lt:e=>x(m(t,(t=>d(e=>w(e)&&e<t))(e))),gt:e=>x(m(t,(t=>d(e=>w(e)&&e>t))(e))),lte:e=>x(m(t,(t=>d(e=>w(e)&&e<=t))(e))),gte:e=>x(m(t,(t=>d(e=>w(e)&&e>=t))(e))),positive:()=>x(m(t,d(t=>w(t)&&t>0))),negative:()=>x(m(t,d(t=>w(t)&&t<0)))}),P=x(d(w)),T=u(d(function(t){return "boolean"==typeof t})),k=u(d(function(t){return "symbol"==typeof t})),B=u(d(function(t){return null==t}));var _={__proto__:null,matcher:t,optional:l,array:function(...e){return h({[t]:()=>({match:t=>{if(!Array.isArray(t))return {matched:!1};if(0===e.length)return {matched:!0};const n=e[0];let r={};if(0===t.length)return o(n).forEach(t=>{r[t]=[];}),{matched:!0,selections:r};const i=(t,e)=>{r[t]=(r[t]||[]).concat([e]);};return {matched:t.every(t=>s(n,t,i)),selections:r}},getSelectionKeys:()=>0===e.length?[]:o(e[0])})})},set:function(...e){return u({[t]:()=>({match:t=>{if(!(t instanceof Set))return {matched:!1};let n={};if(0===t.size)return {matched:!0,selections:n};if(0===e.length)return {matched:!0};const r=(t,e)=>{n[t]=(n[t]||[]).concat([e]);},i=e[0];return {matched:f(t,t=>s(i,t,r)),selections:n}},getSelectionKeys:()=>0===e.length?[]:o(e[0])})})},map:function(...e){return u({[t]:()=>({match:t=>{if(!(t instanceof Map))return {matched:!1};let n={};if(0===t.size)return {matched:!0,selections:n};const r=(t,e)=>{n[t]=(n[t]||[]).concat([e]);};if(0===e.length)return {matched:!0};var i;if(1===e.length)throw new Error(`\`P.map\` wasn't given enough arguments. Expected (key, value), received ${null==(i=e[0])?void 0:i.toString()}`);const[o,c]=e;return {matched:g(t,(t,e)=>{const n=s(o,e,r),i=s(c,t,r);return n&&i}),selections:n}},getSelectionKeys:()=>0===e.length?[]:[...o(e[0]),...o(e[1])]})})},intersection:m,union:y,not:function(e){return u({[t]:()=>({match:t=>({matched:!s(e,t,()=>{})}),getSelectionKeys:()=>[],matcherType:"not"})})},when:d,select:p,any:S,_:O,string:E,number:A,bigint:P,boolean:T,symbol:k,nullish:B,instanceOf:function(t){return u(d(function(t){return e=>e instanceof t}(t)))},shape:function(t){return u(d(a(t)))}};const W={matched:!1,value:void 0};function N(t){return new $(t,W)}class ${constructor(t,e){this.input=void 0,this.state=void 0,this.input=t,this.state=e;}with(...t){if(this.state.matched)return this;const e=t[t.length-1],r=[t[0]];let i;3===t.length&&"function"==typeof t[1]?(r.push(t[0]),i=t[1]):t.length>2&&r.push(...t.slice(1,t.length-1));let o=!1,c={};const a=(t,e)=>{o=!0,c[t]=e;},u=!r.some(t=>s(t,this.input,a))||i&&!Boolean(i(this.input))?W:{matched:!0,value:e(o?n in c?c[n]:c:this.input,this.input)};return new $(this.input,u)}when(t,e){if(this.state.matched)return this;const n=Boolean(t(this.input));return new $(this.input,n?{matched:!0,value:e(this.input,this.input)}:W)}otherwise(t){return this.state.matched?this.state.value:t(this.input)}exhaustive(){return this.run()}run(){if(this.state.matched)return this.state.value;let t;try{t=JSON.stringify(this.input);}catch(e){t=this.input;}throw new Error(`Pattern matching error: no pattern matches value ${t}`)}returnType(){return this}}
107
+
108
+ const NodeType = AST_NODE_TYPES;
109
+ const is = ASTUtils.isNodeOfType;
110
+ const isOneOf = ASTUtils.isNodeOfTypes;
111
+ const isFunction = isOneOf([
112
+ NodeType.ArrowFunctionExpression,
113
+ NodeType.FunctionDeclaration,
114
+ NodeType.FunctionExpression
115
+ ]);
116
+ const isFunctionType = isOneOf([
117
+ NodeType.ArrowFunctionExpression,
118
+ NodeType.FunctionDeclaration,
119
+ NodeType.FunctionExpression,
120
+ NodeType.TSCallSignatureDeclaration,
121
+ NodeType.TSConstructSignatureDeclaration,
122
+ NodeType.TSDeclareFunction,
123
+ NodeType.TSEmptyBodyFunctionExpression,
124
+ NodeType.TSFunctionType,
125
+ NodeType.TSMethodSignature
126
+ ]);
127
+ const isClass = isOneOf([
128
+ NodeType.ClassDeclaration,
129
+ NodeType.ClassExpression
130
+ ]);
131
+ const isLoop = isOneOf([
132
+ NodeType.DoWhileStatement,
133
+ NodeType.ForInStatement,
134
+ NodeType.ForOfStatement,
135
+ NodeType.ForStatement,
136
+ NodeType.WhileStatement
137
+ ]);
138
+ const isArrayTupleType = isOneOf([
139
+ NodeType.TSArrayType,
140
+ NodeType.TSTupleType
141
+ ]);
142
+ const isProperty = isOneOf([
143
+ NodeType.PropertyDefinition,
144
+ NodeType.TSIndexSignature,
145
+ NodeType.TSParameterProperty,
146
+ NodeType.TSPropertySignature
147
+ ]);
148
+ const isJSXElement = is(NodeType.JSXElement);
149
+ const isJSXFragment = is(NodeType.JSXFragment);
150
+ const isJSX = isOneOf([
151
+ NodeType.JSXAttribute,
152
+ NodeType.JSXSpreadChild,
153
+ NodeType.JSXClosingElement,
154
+ NodeType.JSXClosingFragment,
155
+ NodeType.JSXElement,
156
+ NodeType.JSXEmptyExpression,
157
+ NodeType.JSXExpressionContainer,
158
+ NodeType.JSXFragment,
159
+ NodeType.JSXIdentifier,
160
+ NodeType.JSXMemberExpression,
161
+ NodeType.JSXNamespacedName,
162
+ NodeType.JSXOpeningElement,
163
+ NodeType.JSXOpeningFragment,
164
+ NodeType.JSXSpreadAttribute,
165
+ NodeType.JSXSpreadChild,
166
+ NodeType.JSXText
167
+ ]);
168
+ const isJSXTagNameExpression = isOneOf([
169
+ NodeType.JSXIdentifier,
170
+ NodeType.JSXMemberExpression,
171
+ NodeType.JSXNamespacedName
172
+ ]);
173
+ const isDestructuringPattern = isOneOf([
174
+ NodeType.ArrayPattern,
175
+ NodeType.AssignmentPattern,
176
+ NodeType.ObjectPattern,
177
+ NodeType.RestElement
178
+ ]);
179
+ const isTypeDeclaration = isOneOf([
180
+ NodeType.TSInterfaceDeclaration,
181
+ NodeType.TSTypeAliasDeclaration
182
+ ]);
183
+ const isLeftHandSideExpression = isOneOf([
184
+ NodeType.ArrayExpression,
185
+ NodeType.ArrayPattern,
186
+ NodeType.ArrowFunctionExpression,
187
+ NodeType.CallExpression,
188
+ NodeType.ClassExpression,
189
+ NodeType.FunctionExpression,
190
+ NodeType.Identifier,
191
+ NodeType.JSXElement,
192
+ NodeType.JSXFragment,
193
+ NodeType.Literal,
194
+ NodeType.TemplateLiteral,
195
+ NodeType.MemberExpression,
196
+ NodeType.MetaProperty,
197
+ NodeType.ObjectExpression,
198
+ NodeType.ObjectPattern,
199
+ NodeType.SequenceExpression,
200
+ NodeType.Super,
201
+ NodeType.TaggedTemplateExpression,
202
+ NodeType.ThisExpression
203
+ ]);
204
+ const isLeftHandSideExpressionType = isOneOf([
205
+ NodeType.ArrayExpression,
206
+ NodeType.ArrayPattern,
207
+ NodeType.ArrowFunctionExpression,
208
+ NodeType.CallExpression,
209
+ NodeType.ClassExpression,
210
+ NodeType.FunctionExpression,
211
+ NodeType.Identifier,
212
+ NodeType.JSXElement,
213
+ NodeType.JSXFragment,
214
+ NodeType.Literal,
215
+ NodeType.TemplateLiteral,
216
+ NodeType.MemberExpression,
217
+ NodeType.MetaProperty,
218
+ NodeType.ObjectExpression,
219
+ NodeType.ObjectPattern,
220
+ NodeType.SequenceExpression,
221
+ NodeType.Super,
222
+ NodeType.TaggedTemplateExpression,
223
+ NodeType.ThisExpression,
224
+ NodeType.TSAsExpression,
225
+ NodeType.TSNonNullExpression,
226
+ NodeType.TSTypeAssertion
227
+ ]);
228
+
229
+ const Construction = Data.taggedEnum();
230
+ const None = Construction.None();
231
+ /**
232
+ * Get a function that detects the construction of a given node.
233
+ * @param context The rule context
234
+ * @returns A function that detects the construction of a given node
235
+ */ function constructionDetector(context) {
236
+ /**
237
+ * Detect if a node is a constructed value.
238
+ * @param node The AST node to detect the construction of
239
+ * @param scope The scope of the node
240
+ * @returns The construction of the node
241
+ */ // eslint-disable-next-line sonarjs/cognitive-complexity
242
+ const detect = (node, scope = context.getScope())=>{
243
+ return N(node).when(is(NodeType.ArrayExpression), (node)=>Construction.Array({
244
+ node,
245
+ usage: O$1.none()
246
+ })).when(is(NodeType.ObjectExpression), (node)=>Construction.ObjectExpression({
247
+ node,
248
+ usage: O$1.none()
249
+ })).when(is(NodeType.ClassExpression), (node)=>Construction.ClassExpression({
250
+ node,
251
+ usage: O$1.none()
252
+ })).when(is(NodeType.JSXElement), (node)=>Construction.JSXElement({
253
+ node,
254
+ usage: O$1.none()
255
+ })).when(is(NodeType.JSXFragment), (node)=>Construction.JSXFragment({
256
+ node,
257
+ usage: O$1.none()
258
+ })).when(is(NodeType.NewExpression), (node)=>Construction.NewExpression({
259
+ node,
260
+ usage: O$1.none()
261
+ })).when(isOneOf([
262
+ NodeType.FunctionExpression,
263
+ NodeType.ArrowFunctionExpression
264
+ ]), (node)=>{
265
+ return Construction.FunctionExpression({
266
+ node,
267
+ usage: O$1.none()
268
+ });
269
+ }).when(is(NodeType.MemberExpression), (node)=>{
270
+ if (!("object" in node)) {
271
+ return None;
272
+ }
273
+ const object = detect(node.object);
274
+ if (object._tag === "None") {
275
+ return object;
276
+ }
277
+ return {
278
+ ...object,
279
+ usage: O$1.some(node.object)
280
+ };
281
+ }).when(is(NodeType.AssignmentExpression), (node)=>{
282
+ if (!("right" in node)) {
283
+ return None;
284
+ }
285
+ const right = detect(node.right);
286
+ if (right._tag === "None") {
287
+ return right;
288
+ }
289
+ return Construction.AssignmentExpression({
290
+ node: right.node,
291
+ usage: O$1.some(node)
292
+ });
293
+ }).when(is(NodeType.LogicalExpression), (node)=>{
294
+ if (!("left" in node && "right" in node)) {
295
+ return None;
296
+ }
297
+ const left = detect(node.left);
298
+ if (left._tag === "None") {
299
+ return None;
300
+ }
301
+ return detect(node.right);
302
+ }).when(is(NodeType.ConditionalExpression), (node)=>{
303
+ if (!("consequent" in node && "alternate" in node && !isNil(node.alternate))) {
304
+ return None;
305
+ }
306
+ const consequent = detect(node.consequent);
307
+ if (consequent._tag === "None") {
308
+ return None;
309
+ }
310
+ return detect(node.alternate);
311
+ }).when(is(NodeType.Identifier), (node)=>{
312
+ if (!("name" in node && isString(node.name))) {
313
+ return None;
314
+ }
315
+ const maybeLatestDef = O$1.fromNullable(scope.set.get(node.name)?.defs.at(-1));
316
+ if (O$1.isNone(maybeLatestDef)) {
317
+ return None;
318
+ }
319
+ const latestDef = maybeLatestDef.value;
320
+ if (latestDef.type !== DefinitionType.Variable && latestDef.type !== DefinitionType.FunctionName) {
321
+ return None;
322
+ }
323
+ if (latestDef.node.type === NodeType.FunctionDeclaration) {
324
+ return Construction.FunctionDeclaration({
325
+ node: latestDef.node,
326
+ usage: O$1.some(node)
327
+ });
328
+ }
329
+ if (!("init" in latestDef.node) || latestDef.node.init === null) {
330
+ return None;
331
+ }
332
+ return detect(latestDef.node.init);
333
+ }).when(is(NodeType.Literal), (node)=>{
334
+ if ("regex" in node) {
335
+ return Construction.RegExpLiteral({
336
+ node,
337
+ usage: O$1.none()
338
+ });
339
+ }
340
+ return None;
341
+ }).when(isOneOf([
342
+ NodeType.TSAsExpression,
343
+ NodeType.TSTypeAssertion
344
+ ]), ()=>{
345
+ if (!("expression" in node) || !isObject(node.expression)) {
346
+ return None;
347
+ }
348
+ return detect(node.expression);
349
+ }).otherwise(()=>None);
350
+ };
351
+ return detect;
352
+ }
353
+
354
+ const unstableAssignmentPatternTypes = [
355
+ NodeType.JSXElement,
356
+ NodeType.ArrayExpression,
357
+ NodeType.ObjectExpression,
358
+ NodeType.FunctionExpression,
359
+ NodeType.ArrowFunctionExpression,
360
+ NodeType.ClassExpression,
361
+ NodeType.NewExpression,
362
+ NodeType.CallExpression
363
+ ];
364
+ /**
365
+ * Check if the given node is an unstable assignment pattern (will change between assignments)
366
+ * @param node The AST node to check
367
+ * @param node.right The right side of the assignment
368
+ */ function isUnstableAssignmentPattern(node) {
369
+ const { right } = node;
370
+ if (right.type === NodeType.Literal) {
371
+ return "regex" in right;
372
+ }
373
+ return isOneOf(unstableAssignmentPatternTypes)(right);
374
+ }
375
+
376
+ // Ported from: https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/utils/src/ast-utils/eslint-utils/astUtilities.ts
377
+ /**
378
+ * Get the proper location of a given function node to report.
379
+ * @see {@link https://eslint-community.github.io/eslint-utils/api/ast-utils.html#getfunctionheadlocation}
380
+ */ const getFunctionHeadLocation = eslintUtils.getFunctionHeadLocation;
381
+ /**
382
+ * Get the name and kind of a given function node.
383
+ * @see {@link https://eslint-community.github.io/eslint-utils/api/ast-utils.html#getfunctionnamewithkind}
384
+ */ const getFunctionNameWithKind = eslintUtils.getFunctionNameWithKind;
385
+ /**
386
+ * Get the property name of a given property node.
387
+ * If the node is a computed property, this tries to compute the property name by the getStringIfConstant function.
388
+ * @see {@link https://eslint-community.github.io/eslint-utils/api/ast-utils.html#getpropertyname}
389
+ * @returns The property name of the node. If the property name is not constant then it returns `null`.
390
+ */ const getPropertyName = eslintUtils.getPropertyName;
391
+ /**
392
+ * Get the value of a given node if it can decide the value statically.
393
+ * If the 2nd parameter `initialScope` was given, this function tries to resolve identifier references which are in the
394
+ * given node as much as possible. In the resolving way, it does on the assumption that built-in global objects have
395
+ * not been modified.
396
+ * For example, it considers `Symbol.iterator`, ` String.raw``hello`` `, and `Object.freeze({a: 1}).a` as static.
397
+ * @see {@link https://eslint-community.github.io/eslint-utils/api/ast-utils.html#getstaticvalue}
398
+ * @returns The `{ value: any }` shaped object. The `value` property is the static value. If it couldn't compute the
399
+ * static value of the node, it returns `null`.
400
+ */ const getStaticValue = eslintUtils.getStaticValue;
401
+ /**
402
+ * Get the string value of a given node.
403
+ * This function is a tiny wrapper of the getStaticValue function.
404
+ * @see {@link https://eslint-community.github.io/eslint-utils/api/ast-utils.html#getstringifconstant}
405
+ */ const getStringIfConstant = eslintUtils.getStringIfConstant;
406
+ /**
407
+ * Check whether a given node has any side effect or not.
408
+ * The side effect means that it may modify a certain variable or object member. This function considers the node which
409
+ * contains the following types as the node which has side effects:
410
+ * - `AssignmentExpression`
411
+ * - `AwaitExpression`
412
+ * - `CallExpression`
413
+ * - `ImportExpression`
414
+ * - `NewExpression`
415
+ * - `UnaryExpression([operator = "delete"])`
416
+ * - `UpdateExpression`
417
+ * - `YieldExpression`
418
+ * - When `options.considerGetters` is `true`:
419
+ * - `MemberExpression`
420
+ * - When `options.considerImplicitTypeConversion` is `true`:
421
+ * - `BinaryExpression([operator = "==" | "!=" | "<" | "<=" | ">" | ">=" | "<<" | ">>" | ">>>" | "+" | "-" | "*" | "/" | "%" | "|" | "^" | "&" | "in"])`
422
+ * - `MemberExpression([computed = true])`
423
+ * - `MethodDefinition([computed = true])`
424
+ * - `Property([computed = true])`
425
+ * - `UnaryExpression([operator = "-" | "+" | "!" | "~"])`
426
+ * @see {@link https://eslint-community.github.io/eslint-utils/api/ast-utils.html#hassideeffect}
427
+ */ const hasSideEffect = eslintUtils.hasSideEffect;
428
+ const isParenthesized = eslintUtils.isParenthesized;
429
+
430
+ /**
431
+ * Gets nested identifiers in a node
432
+ * @param node The AST node
433
+ * @returns The nested identifiers
434
+ */ function getNestedIdentifiers(node) {
435
+ const identifiers = [];
436
+ if (node.type === NodeType.Identifier) {
437
+ identifiers.push(node);
438
+ }
439
+ if ("arguments" in node) {
440
+ node.arguments.forEach((x)=>{
441
+ identifiers.push(...getNestedIdentifiers(x));
442
+ });
443
+ }
444
+ if ("elements" in node) {
445
+ node.elements.forEach((x)=>{
446
+ if (x !== null) {
447
+ identifiers.push(...getNestedIdentifiers(x));
448
+ }
449
+ });
450
+ }
451
+ if ("properties" in node) {
452
+ node.properties.forEach((x)=>{
453
+ identifiers.push(...getNestedIdentifiers(x));
454
+ });
455
+ }
456
+ if ("expressions" in node) {
457
+ node.expressions.forEach((x)=>{
458
+ identifiers.push(...getNestedIdentifiers(x));
459
+ });
460
+ }
461
+ if (node.type === NodeType.Property) {
462
+ identifiers.push(...getNestedIdentifiers(node.value));
463
+ }
464
+ if (node.type === NodeType.SpreadElement) {
465
+ identifiers.push(...getNestedIdentifiers(node.argument));
466
+ }
467
+ if (node.type === NodeType.MemberExpression) {
468
+ identifiers.push(...getNestedIdentifiers(node.object));
469
+ }
470
+ if (node.type === NodeType.UnaryExpression) {
471
+ identifiers.push(...getNestedIdentifiers(node.argument));
472
+ }
473
+ if (node.type === NodeType.ChainExpression) {
474
+ identifiers.push(...getNestedIdentifiers(node.expression));
475
+ }
476
+ if (node.type === NodeType.TSNonNullExpression) {
477
+ identifiers.push(...getNestedIdentifiers(node.expression));
478
+ }
479
+ return identifiers;
480
+ }
481
+
482
+ /**
483
+ * Gets nested return statements in a node
484
+ * @param node The AST node
485
+ * @returns The nested return statements
486
+ */ function getNestedReturnStatements(node) {
487
+ const returnStatements = [];
488
+ if (node.type === NodeType.ReturnStatement) {
489
+ returnStatements.push(node);
490
+ }
491
+ if ("body" in node && !isNil(node.body)) {
492
+ Array.isArray(node.body) ? node.body.forEach((x)=>{
493
+ returnStatements.push(...getNestedReturnStatements(x));
494
+ }) : returnStatements.push(...getNestedReturnStatements(node.body));
495
+ }
496
+ if ("consequent" in node) {
497
+ Array.isArray(node.consequent) ? node.consequent.forEach((x)=>{
498
+ returnStatements.push(...getNestedReturnStatements(x));
499
+ }) : returnStatements.push(...getNestedReturnStatements(node.consequent));
500
+ }
501
+ if ("alternate" in node && node.alternate !== null) {
502
+ Array.isArray(node.alternate) ? node.alternate.forEach((x)=>{
503
+ returnStatements.push(...getNestedReturnStatements(x));
504
+ }) : returnStatements.push(...getNestedReturnStatements(node.alternate));
505
+ }
506
+ if ("cases" in node) {
507
+ node.cases.forEach((x)=>{
508
+ returnStatements.push(...getNestedReturnStatements(x));
509
+ });
510
+ }
511
+ if ("block" in node) {
512
+ returnStatements.push(...getNestedReturnStatements(node.block));
513
+ }
514
+ if ("handler" in node && node.handler !== null) {
515
+ returnStatements.push(...getNestedReturnStatements(node.handler));
516
+ }
517
+ if ("finalizer" in node && node.finalizer !== null) {
518
+ returnStatements.push(...getNestedReturnStatements(node.finalizer));
519
+ }
520
+ if ("expression" in node && node.expression !== true && node.expression !== false) {
521
+ returnStatements.push(...getNestedReturnStatements(node.expression));
522
+ }
523
+ if ("test" in node && node.test !== null) {
524
+ returnStatements.push(...getNestedReturnStatements(node.test));
525
+ }
526
+ return returnStatements;
527
+ }
528
+
529
+ /**
530
+ * Checks if the given node is a function expression or arrow function expression of a object method.
531
+ * @param node The node to check.
532
+ * @returns `true` if the node is a function expression or arrow function expression of a object method, `false` otherwise.
533
+ */ const isFunctionOfObjectMethod = a({
534
+ type: _.union([
535
+ NodeType.FunctionExpression,
536
+ NodeType.ArrowFunctionExpression
537
+ ]),
538
+ parent: {
539
+ type: NodeType.Property,
540
+ parent: {
541
+ type: NodeType.ObjectExpression
542
+ }
543
+ }
544
+ });
545
+ /**
546
+ * Checks if the given node is a function expression or arrow function expression of a class method.
547
+ * @param node The node to check.
548
+ * @returns `true` if the node is a function expression or arrow function expression of a class method, `false` otherwise.
549
+ */ const isFunctionOfClassMethod = a({
550
+ type: _.union([
551
+ NodeType.FunctionExpression,
552
+ NodeType.ArrowFunctionExpression
553
+ ]),
554
+ parent: {
555
+ type: NodeType.MethodDefinition,
556
+ parent: {
557
+ type: NodeType.ClassBody
558
+ }
559
+ }
560
+ });
561
+ /**
562
+ * Checks if the given node is a function expression or arrow function expression of a class property.
563
+ * @param node The node to check.
564
+ * @returns `true` if the node is a function expression or arrow function expression of a class property, `false` otherwise.
565
+ */ const isFunctionOfClassProperty = a({
566
+ type: _.union([
567
+ NodeType.FunctionExpression,
568
+ NodeType.ArrowFunctionExpression
569
+ ]),
570
+ parent: {
571
+ type: NodeType.Property,
572
+ parent: {
573
+ type: NodeType.ClassBody
574
+ }
575
+ }
576
+ });
577
+
578
+ /**
579
+ * Checks if a node is an identifier with a given name
580
+ * @param node The AST node
581
+ * @param name The name
582
+ * @returns `true if the node is an identifier with the given name
583
+ */ function isIdentifierWithName(node, name) {
584
+ return node.type === NodeType.Identifier && node.name === name;
585
+ }
586
+ /**
587
+ * Checks if a node is an identifier with one of names
588
+ * @param node The AST node
589
+ * @param name The name
590
+ * @returns `true` if the node is an identifier with one of names
591
+ */ function isIdentifierWithOneOfNames(node, name) {
592
+ return node.type === NodeType.Identifier && name.includes(node.name);
593
+ }
594
+ /**
595
+ * Gets FunctionDeclaration's identifier or FunctionExpression's parent identifier if it exists
596
+ * @param node The AST node to check
597
+ * @returns function identifier or null
598
+ */ function getFunctionIdentifier(node) {
599
+ if (node.id) {
600
+ return node.id;
601
+ }
602
+ if (isOneOf([
603
+ NodeType.ArrowFunctionExpression,
604
+ NodeType.FunctionExpression
605
+ ])(node)) {
606
+ return "id" in node.parent && node.parent.id?.type === NodeType.Identifier ? node.parent.id : null;
607
+ }
608
+ return null;
609
+ }
610
+ /**
611
+ * Gets class identifier from ClassDeclaration or ClassExpression
612
+ * @param node The AST node to check
613
+ * @returns class identifier or null
614
+ */ function getClassIdentifier(node) {
615
+ return N(node).with({
616
+ type: NodeType.ClassDeclaration
617
+ }, (x)=>x.id).with({
618
+ type: NodeType.ClassExpression,
619
+ parent: {
620
+ type: NodeType.VariableDeclarator,
621
+ id: {
622
+ type: NodeType.Identifier
623
+ }
624
+ }
625
+ }, (x)=>x.parent.id).otherwise(()=>null);
626
+ }
627
+
628
+ /**
629
+ * Determines whether node equals to another node
630
+ * @param a node to compare
631
+ * @param b node to compare
632
+ * @returns `true` if node equal
633
+ * @see https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/src/util/isNodeEqual.ts
634
+ */ function isNodeEqual(a, b) {
635
+ if (a.type !== b.type) {
636
+ return false;
637
+ }
638
+ if (a.type === NodeType.ThisExpression && b.type === NodeType.ThisExpression) {
639
+ return true;
640
+ }
641
+ if (a.type === NodeType.Literal && b.type === NodeType.Literal) {
642
+ return a.value === b.value;
643
+ }
644
+ if (a.type === NodeType.Identifier && b.type === NodeType.Identifier) {
645
+ return a.name === b.name;
646
+ }
647
+ if (a.type === NodeType.MemberExpression && b.type === NodeType.MemberExpression) {
648
+ return isNodeEqual(a.property, b.property) && isNodeEqual(a.object, b.object);
649
+ }
650
+ return false;
651
+ }
652
+
653
+ function isRegExpLiteral(node) {
654
+ return node.type === NodeType.Literal && "regex" in node;
655
+ }
656
+ function isStringLiteral(node) {
657
+ return node?.type === NodeType.Literal && isString(node.value);
658
+ }
659
+
660
+ /**
661
+ * Check if a node is multiline
662
+ * @param node The AST node to check
663
+ * @returns `true` if the node is multiline
664
+ */ function isMultiLine(node) {
665
+ return node.loc.start.line !== node.loc.end.line;
666
+ }
667
+ function unsafeIsToStringCall(node) {
668
+ return a({
669
+ type: NodeType.CallExpression,
670
+ callee: {
671
+ type: NodeType.MemberExpression,
672
+ property: {
673
+ type: NodeType.Identifier,
674
+ name: "toString"
675
+ }
676
+ }
677
+ }, node);
678
+ }
679
+ function unsafeIsStringCall(node) {
680
+ return a({
681
+ type: NodeType.CallExpression,
682
+ callee: {
683
+ type: NodeType.Identifier,
684
+ name: "String"
685
+ }
686
+ }, node);
687
+ }
688
+ /**
689
+ * Unsafe check whether given node or its parent is directly inside `Array.from` call
690
+ * @param node The AST node to check
691
+ * @returns `true` if node is directly inside `Array.from` call, `false` if not
692
+ */ function unsafeIsArrayFromCall(node) {
693
+ return a({
694
+ type: NodeType.CallExpression,
695
+ callee: {
696
+ type: NodeType.MemberExpression,
697
+ property: {
698
+ name: "from"
699
+ }
700
+ }
701
+ }, node);
702
+ }
703
+ /**
704
+ * Unsafe check whether given node or its parent is directly inside `map` call
705
+ * ```jsx
706
+ * _ = <div>{items.map(item => <li />)}</div>
707
+ * ` ^^^^^^^^^^^^^^ `
708
+ * ```
709
+ * @param node The AST node to check
710
+ * @returns `true` if node is directly inside `map` call, `false` if not
711
+ */ function unsafeIsMapCall(node) {
712
+ return a({
713
+ callee: {
714
+ type: NodeType.MemberExpression,
715
+ property: {
716
+ name: "map"
717
+ }
718
+ }
719
+ }, node);
720
+ }
721
+
722
+ function isPropertyOfObjectExpression(node) {
723
+ return node.parent?.type === NodeType.Property;
724
+ }
725
+ function isPropertyWithIdentifierKey(node, key) {
726
+ return node.type === NodeType.Property && isIdentifierWithName(node.key, key);
727
+ }
728
+ function findPropertyWithIdentifierKey(properties, key) {
729
+ return properties.find((x)=>isPropertyWithIdentifierKey(x, key));
730
+ }
731
+
732
+ /**
733
+ * Returns human readable node type for given AST node
734
+ * @param node AST node
735
+ * @returns Human readable node type
736
+ */ function readableNodeType(node) {
737
+ if (node.type === NodeType.Literal) {
738
+ if ("regex" in node) {
739
+ return "RegExp literal";
740
+ }
741
+ return `${type(node.value)} literal`;
742
+ }
743
+ if (isJSX(node)) {
744
+ return `JSX ${toLowerCase(delimiterCase(replace(node.type, "JSX", ""), " "))}`;
745
+ }
746
+ return toLowerCase(delimiterCase(node.type, " "));
747
+ }
748
+
749
+ /**
750
+ * Traverses up the AST tree until the predicate returns `true` or the root node is reached
751
+ * @param node The AST node to start traversing from
752
+ * @param predicate The predicate to check each node
753
+ * @returns The first node that matches the predicate or `null` if no node matches
754
+ */ function traverseUp(node, predicate) {
755
+ const { parent } = node;
756
+ if (!parent || parent.type === NodeType.Program) {
757
+ return null;
758
+ }
759
+ return predicate(parent) ? parent : traverseUp(parent, predicate);
760
+ }
761
+ /**
762
+ * Traverses up the AST tree until the predicate returns `true` or the root node is reached
763
+ * @template T
764
+ * @param node The AST node to start traversing from
765
+ * @param predicate The predicate to check each node. **must be a type guard**
766
+ * @returns The first node that matches the predicate or `null` if no node matches
767
+ */ function traverseUpGuard(node, predicate) {
768
+ const { parent } = node;
769
+ if (!parent || parent.type === NodeType.Program) {
770
+ return null;
771
+ }
772
+ return predicate(parent) ? parent : traverseUpGuard(parent, predicate);
773
+ }
774
+
775
+ function isDeclaredInNode({ functionNode, reference, scopeManager }) {
776
+ const scope = scopeManager.acquire(functionNode);
777
+ return !!scope?.set.has(reference.identifier.name);
778
+ }
779
+ function getExternalRefs(params) {
780
+ const { node, scopeManager, sourceCode } = params;
781
+ const scope = scopeManager.acquire(node);
782
+ if (!scope) {
783
+ return [];
784
+ }
785
+ const references = scope.references.filter((x)=>x.isRead() && !scope.set.has(x.identifier.name)).map((x)=>{
786
+ const referenceNode = traverseUpGuard(x.identifier, isOneOf([
787
+ NodeType.MemberExpression,
788
+ NodeType.Identifier
789
+ ]));
790
+ if (!referenceNode) {
791
+ return null;
792
+ }
793
+ return {
794
+ node: referenceNode,
795
+ text: sourceCode.getText(referenceNode),
796
+ variable: x
797
+ };
798
+ }).filter((x)=>x !== null);
799
+ const localRefIds = new Set([
800
+ ...scope.set.values()
801
+ ].map((x)=>sourceCode.getText(x.identifiers[0])));
802
+ const externalRefs = references.filter((x)=>isNil(x.variable.resolved) || !localRefIds.has(x.text));
803
+ return uniqueBy(externalRefs, (x)=>x.text).map((x)=>x.variable);
804
+ }
805
+
806
+ /**
807
+ * Get all unary operators in a nested unary expression.
808
+ * @param node The node to get the operators from.
809
+ * @returns All unary operators in a nested unary expression.
810
+ */ function getNestedUnaryOperators(node) {
811
+ const { operator } = node;
812
+ const { argument } = node;
813
+ if (argument.type === NodeType.UnaryExpression) {
814
+ return [
815
+ operator,
816
+ ...getNestedUnaryOperators(argument)
817
+ ];
818
+ }
819
+ return [
820
+ operator
821
+ ];
822
+ }
823
+
824
+ /**
825
+ * Find a variable through a list of variables by name
826
+ * @param name The name of the variable to find
827
+ */ function findVariableByName(name) {
828
+ /**
829
+ * @param variables The variables to search through
830
+ */ return (variables)=>{
831
+ return O$1.fromNullable(variables.find((variable)=>variable.name === name));
832
+ };
833
+ }
834
+ /**
835
+ * Get all variables from the given scope up to the global scope
836
+ * @param startScope The scope to start from
837
+ */ function getVariablesUpToGlobal(startScope) {
838
+ const scopeRef = MutRef.make(startScope);
839
+ const variablesRef = MutRef.make(MutRef.get(scopeRef).variables);
840
+ while(MutRef.get(scopeRef).type !== ScopeType.global){
841
+ MutRef.set(scopeRef, MutRef.get(scopeRef).upper);
842
+ MutRef.update(variablesRef, (variables)=>variables.concat(MutRef.get(scopeRef).variables));
843
+ }
844
+ return MutRef.get(variablesRef).reverse();
845
+ }
846
+ /**
847
+ * Find a variable through a list of variables by name, starting from the given scope and going up to the global scope
848
+ * @param name The name of the variable to find
849
+ * @param startScope The scope to start from
850
+ */ function findVariableByNameUpToGlobal(name, startScope) {
851
+ return findVariableByName(name)(getVariablesUpToGlobal(startScope));
852
+ }
853
+ function resolveDefinitionInit(def) {
854
+ if ("init" in def.node && !isNullable(def.node.init)) {
855
+ return O$1.some(def.node.init);
856
+ }
857
+ // TODO: support other types of definitions
858
+ return O$1.none();
859
+ }
860
+ /**
861
+ * Get the init node of the nth definition of a variable
862
+ * @param at The index number of def in defs
863
+ * @returns A function that takes a variable and returns the init node of the nth definition of that variable
864
+ */ function getVariableInit(at) {
865
+ return (variable)=>{
866
+ return F.pipe(O$1.some(variable), O$1.flatMapNullable((v)=>v.defs.at(at)), O$1.flatMap(resolveDefinitionInit));
867
+ };
868
+ }
869
+ function isInitExpression(node) {
870
+ return node.type !== NodeType.VariableDeclaration;
871
+ }
872
+ function getVariableInitExpression(at) {
873
+ return (variable)=>{
874
+ return F.pipe(O$1.some(variable), O$1.flatMapNullable((v)=>v.defs.at(at)), O$1.flatMap(resolveDefinitionInit), O$1.filter(isInitExpression));
875
+ };
876
+ }
877
+
878
+ export { Construction, NodeType, constructionDetector, findPropertyWithIdentifierKey, findVariableByName, findVariableByNameUpToGlobal, getClassIdentifier, getExternalRefs, getFunctionHeadLocation, getFunctionIdentifier, getFunctionNameWithKind, getNestedIdentifiers, getNestedReturnStatements, getNestedUnaryOperators, getPropertyName, getStaticValue, getStringIfConstant, getVariableInit, getVariableInitExpression, getVariablesUpToGlobal, hasSideEffect, is, isArrayTupleType, isClass, isDeclaredInNode, isDestructuringPattern, isFunction, isFunctionOfClassMethod, isFunctionOfClassProperty, isFunctionOfObjectMethod, isFunctionType, isIdentifierWithName, isIdentifierWithOneOfNames, isJSX, isJSXElement, isJSXFragment, isJSXTagNameExpression, isLeftHandSideExpression, isLeftHandSideExpressionType, isLoop, isMultiLine, isNodeEqual, isOneOf, isParenthesized, isProperty, isPropertyOfObjectExpression, isPropertyWithIdentifierKey, isRegExpLiteral, isStringLiteral, isTypeDeclaration, isUnstableAssignmentPattern, readableNodeType, resolveDefinitionInit, traverseUp, traverseUpGuard, unsafeIsArrayFromCall, unsafeIsMapCall, unsafeIsStringCall, unsafeIsToStringCall, unstableAssignmentPatternTypes };