xo 0.54.2 → 0.55.0

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