@askviraj/linter 1.1.0 → 1.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1621) hide show
  1. package/dist/config/presets/markdown.js +5 -1
  2. package/node_modules/{astro-eslint-parser/node_modules/@typescript-eslint/types → @astrojs/compiler-binding}/LICENSE +1 -1
  3. package/node_modules/@astrojs/compiler-binding/browser.js +1 -0
  4. package/node_modules/@astrojs/compiler-binding/index.d.ts +337 -0
  5. package/node_modules/@astrojs/compiler-binding/index.js +599 -0
  6. package/node_modules/@astrojs/compiler-binding/package.json +83 -0
  7. package/node_modules/@astrojs/compiler-binding/webcontainer-fallback.cjs +23 -0
  8. package/node_modules/@astrojs/compiler-binding-linux-x64-gnu/README.md +3 -0
  9. package/node_modules/@astrojs/compiler-binding-linux-x64-gnu/astro.linux-x64-gnu.node +0 -0
  10. package/node_modules/@astrojs/compiler-binding-linux-x64-gnu/package.json +40 -0
  11. package/node_modules/{astro-eslint-parser/node_modules/@typescript-eslint/visitor-keys → @astrojs/compiler-rs}/LICENSE +1 -1
  12. package/node_modules/@astrojs/compiler-rs/README.md +62 -0
  13. package/node_modules/@astrojs/compiler-rs/async.d.ts +1 -0
  14. package/node_modules/@astrojs/compiler-rs/dist/async.d.mts +9 -0
  15. package/node_modules/@astrojs/compiler-rs/dist/async.mjs +1 -0
  16. package/node_modules/@astrojs/compiler-rs/dist/index.d.mts +9 -0
  17. package/node_modules/@astrojs/compiler-rs/dist/index.mjs +1 -0
  18. package/node_modules/@astrojs/compiler-rs/dist/shared.d.mts +45 -0
  19. package/node_modules/@astrojs/compiler-rs/dist/shared.mjs +1 -0
  20. package/node_modules/@astrojs/compiler-rs/dist/types.d.mts +94 -0
  21. package/node_modules/@astrojs/compiler-rs/dist/types.mjs +1 -0
  22. package/node_modules/@astrojs/compiler-rs/dist/utils.d.mts +4 -0
  23. package/node_modules/@astrojs/compiler-rs/dist/utils.mjs +1 -0
  24. package/node_modules/@astrojs/compiler-rs/package.json +55 -0
  25. package/node_modules/@astrojs/compiler-rs/types.d.ts +1 -0
  26. package/node_modules/@eslint/config-helpers/README.md +2 -2
  27. package/node_modules/@eslint/config-helpers/dist/cjs/index.cjs +27 -26
  28. package/node_modules/@eslint/config-helpers/dist/cjs/index.d.cts +13 -12
  29. package/node_modules/@eslint/config-helpers/dist/cjs/types.cts +4 -2
  30. package/node_modules/@eslint/config-helpers/dist/esm/index.d.ts +13 -12
  31. package/node_modules/@eslint/config-helpers/dist/esm/index.js +27 -26
  32. package/node_modules/@eslint/config-helpers/dist/esm/types.d.ts +2 -0
  33. package/node_modules/@eslint/config-helpers/dist/esm/types.ts +4 -2
  34. package/node_modules/@eslint/config-helpers/package.json +1 -1
  35. package/node_modules/@eslint/css/README.md +2 -2
  36. package/node_modules/@eslint/css/dist/build/rules.d.ts +75 -21
  37. package/node_modules/@eslint/css/dist/build/rules.js +15 -15
  38. package/node_modules/@eslint/css/dist/data/baseline-data.js +256 -32
  39. package/node_modules/@eslint/css/dist/index.js +1 -1
  40. package/node_modules/@eslint/css/dist/rules/font-family-fallbacks.d.ts +15 -15
  41. package/node_modules/@eslint/css/dist/rules/font-family-fallbacks.js +2 -5
  42. package/node_modules/@eslint/css/dist/rules/no-duplicate-imports.d.ts +18 -18
  43. package/node_modules/@eslint/css/dist/rules/no-duplicate-imports.js +9 -12
  44. package/node_modules/@eslint/css/dist/rules/no-duplicate-keyframe-selectors.d.ts +14 -14
  45. package/node_modules/@eslint/css/dist/rules/no-duplicate-keyframe-selectors.js +2 -3
  46. package/node_modules/@eslint/css/dist/rules/no-empty-blocks.d.ts +14 -14
  47. package/node_modules/@eslint/css/dist/rules/no-empty-blocks.js +2 -3
  48. package/node_modules/@eslint/css/dist/rules/no-important.d.ts +16 -16
  49. package/node_modules/@eslint/css/dist/rules/no-important.js +2 -3
  50. package/node_modules/@eslint/css/dist/rules/no-invalid-at-rule-placement.d.ts +16 -16
  51. package/node_modules/@eslint/css/dist/rules/no-invalid-at-rule-placement.js +2 -3
  52. package/node_modules/@eslint/css/dist/rules/no-invalid-at-rules.d.ts +21 -21
  53. package/node_modules/@eslint/css/dist/rules/no-invalid-at-rules.js +2 -3
  54. package/node_modules/@eslint/css/dist/rules/no-invalid-named-grid-areas.d.ts +16 -16
  55. package/node_modules/@eslint/css/dist/rules/no-invalid-named-grid-areas.js +2 -3
  56. package/node_modules/@eslint/css/dist/rules/no-invalid-properties.d.ts +18 -18
  57. package/node_modules/@eslint/css/dist/rules/no-invalid-properties.js +2 -3
  58. package/node_modules/@eslint/css/dist/rules/no-unmatchable-selectors.d.ts +14 -14
  59. package/node_modules/@eslint/css/dist/rules/no-unmatchable-selectors.js +2 -3
  60. package/node_modules/@eslint/css/dist/rules/prefer-logical-properties.d.ts +22 -19
  61. package/node_modules/@eslint/css/dist/rules/prefer-logical-properties.js +66 -23
  62. package/node_modules/@eslint/css/dist/rules/relative-font-units.d.ts +16 -16
  63. package/node_modules/@eslint/css/dist/rules/relative-font-units.js +13 -7
  64. package/node_modules/@eslint/css/dist/rules/selector-complexity.d.ts +17 -17
  65. package/node_modules/@eslint/css/dist/rules/selector-complexity.js +2 -3
  66. package/node_modules/@eslint/css/dist/rules/use-baseline.d.ts +22 -22
  67. package/node_modules/@eslint/css/dist/rules/use-baseline.js +2 -3
  68. package/node_modules/@eslint/css/dist/rules/use-layers.d.ts +18 -18
  69. package/node_modules/@eslint/css/dist/rules/use-layers.js +3 -4
  70. package/node_modules/@eslint/css/package.json +7 -12
  71. package/node_modules/@eslint/css-tree/README.md +2 -2
  72. package/node_modules/@eslint/css-tree/dist/csstree.esm.js +1 -1
  73. package/node_modules/@eslint/css-tree/dist/csstree.js +1 -1
  74. package/node_modules/@eslint/css-tree/dist/data.cjs +4 -1
  75. package/node_modules/@eslint/css-tree/dist/data.js +4 -1
  76. package/node_modules/@eslint/css-tree/dist/version.cjs +1 -1
  77. package/node_modules/@eslint/css-tree/dist/version.js +1 -1
  78. package/node_modules/@eslint/css-tree/package.json +3 -3
  79. package/node_modules/@eslint/json/README.md +2 -2
  80. package/node_modules/@eslint/json/dist/index.js +1 -1
  81. package/node_modules/@eslint/json/package.json +4 -9
  82. package/node_modules/@eslint/markdown/README.md +3 -3
  83. package/node_modules/@eslint/markdown/dist/build/rules.d.ts +105 -27
  84. package/node_modules/@eslint/markdown/dist/build/rules.js +21 -21
  85. package/node_modules/@eslint/markdown/dist/index.d.ts +2 -2
  86. package/node_modules/@eslint/markdown/dist/index.js +4 -4
  87. package/node_modules/@eslint/markdown/dist/processor.d.ts +4 -9
  88. package/node_modules/@eslint/markdown/dist/processor.js +12 -15
  89. package/node_modules/@eslint/markdown/dist/rules/fenced-code-language.d.ts +17 -17
  90. package/node_modules/@eslint/markdown/dist/rules/fenced-code-language.js +2 -3
  91. package/node_modules/@eslint/markdown/dist/rules/fenced-code-meta.d.ts +17 -17
  92. package/node_modules/@eslint/markdown/dist/rules/fenced-code-meta.js +2 -3
  93. package/node_modules/@eslint/markdown/dist/rules/heading-increment.d.ts +16 -16
  94. package/node_modules/@eslint/markdown/dist/rules/heading-increment.js +2 -3
  95. package/node_modules/@eslint/markdown/dist/rules/no-bare-urls.d.ts +14 -14
  96. package/node_modules/@eslint/markdown/dist/rules/no-bare-urls.js +2 -3
  97. package/node_modules/@eslint/markdown/dist/rules/no-duplicate-definitions.d.ts +17 -17
  98. package/node_modules/@eslint/markdown/dist/rules/no-duplicate-definitions.js +2 -3
  99. package/node_modules/@eslint/markdown/dist/rules/no-duplicate-headings.d.ts +15 -15
  100. package/node_modules/@eslint/markdown/dist/rules/no-duplicate-headings.js +2 -3
  101. package/node_modules/@eslint/markdown/dist/rules/no-empty-definitions.d.ts +17 -17
  102. package/node_modules/@eslint/markdown/dist/rules/no-empty-definitions.js +2 -3
  103. package/node_modules/@eslint/markdown/dist/rules/no-empty-images.d.ts +14 -14
  104. package/node_modules/@eslint/markdown/dist/rules/no-empty-images.js +2 -3
  105. package/node_modules/@eslint/markdown/dist/rules/no-empty-links.d.ts +14 -14
  106. package/node_modules/@eslint/markdown/dist/rules/no-empty-links.js +2 -3
  107. package/node_modules/@eslint/markdown/dist/rules/no-html.d.ts +15 -15
  108. package/node_modules/@eslint/markdown/dist/rules/no-html.js +2 -3
  109. package/node_modules/@eslint/markdown/dist/rules/no-invalid-label-refs.d.ts +14 -14
  110. package/node_modules/@eslint/markdown/dist/rules/no-invalid-label-refs.js +2 -3
  111. package/node_modules/@eslint/markdown/dist/rules/no-missing-atx-heading-space.d.ts +17 -17
  112. package/node_modules/@eslint/markdown/dist/rules/no-missing-atx-heading-space.js +2 -3
  113. package/node_modules/@eslint/markdown/dist/rules/no-missing-label-refs.d.ts +16 -16
  114. package/node_modules/@eslint/markdown/dist/rules/no-missing-label-refs.js +2 -3
  115. package/node_modules/@eslint/markdown/dist/rules/no-missing-link-fragments.d.ts +16 -16
  116. package/node_modules/@eslint/markdown/dist/rules/no-missing-link-fragments.js +2 -3
  117. package/node_modules/@eslint/markdown/dist/rules/no-multiple-h1.d.ts +16 -16
  118. package/node_modules/@eslint/markdown/dist/rules/no-multiple-h1.js +2 -3
  119. package/node_modules/@eslint/markdown/dist/rules/no-reference-like-urls.d.ts +15 -15
  120. package/node_modules/@eslint/markdown/dist/rules/no-reference-like-urls.js +2 -3
  121. package/node_modules/@eslint/markdown/dist/rules/no-reversed-media-syntax.d.ts +15 -15
  122. package/node_modules/@eslint/markdown/dist/rules/no-reversed-media-syntax.js +2 -3
  123. package/node_modules/@eslint/markdown/dist/rules/no-space-in-emphasis.d.ts +17 -17
  124. package/node_modules/@eslint/markdown/dist/rules/no-space-in-emphasis.js +2 -3
  125. package/node_modules/@eslint/markdown/dist/rules/no-unused-definitions.d.ts +17 -17
  126. package/node_modules/@eslint/markdown/dist/rules/no-unused-definitions.js +2 -3
  127. package/node_modules/@eslint/markdown/dist/rules/require-alt-text.d.ts +14 -14
  128. package/node_modules/@eslint/markdown/dist/rules/require-alt-text.js +2 -3
  129. package/node_modules/@eslint/markdown/dist/rules/table-column-count.d.ts +17 -17
  130. package/node_modules/@eslint/markdown/dist/rules/table-column-count.js +2 -3
  131. package/node_modules/@eslint/markdown/package.json +5 -10
  132. package/node_modules/@eslint-community/eslint-utils/index.js +1 -1
  133. package/node_modules/@eslint-community/eslint-utils/index.js.map +1 -1
  134. package/node_modules/@eslint-community/eslint-utils/index.mjs +1 -1
  135. package/node_modules/@eslint-community/eslint-utils/index.mjs.map +1 -1
  136. package/node_modules/@eslint-community/eslint-utils/package.json +12 -7
  137. package/node_modules/@html-eslint/core/dist/index.js +1 -0
  138. package/node_modules/@html-eslint/core/dist/index.js.map +1 -1
  139. package/node_modules/@html-eslint/core/dist/index.mjs +1 -0
  140. package/node_modules/@html-eslint/core/dist/index.mjs.map +1 -1
  141. package/node_modules/@html-eslint/core/package.json +3 -3
  142. package/node_modules/@html-eslint/eslint-plugin/lib/rules/require-content.js +20 -1
  143. package/node_modules/@html-eslint/eslint-plugin/lib/rules/require-input-label.js +110 -8
  144. package/node_modules/@html-eslint/eslint-plugin/lib/rules/utils/node.js +13 -0
  145. package/node_modules/@html-eslint/eslint-plugin/package.json +7 -7
  146. package/node_modules/@html-eslint/eslint-plugin/types/rules/require-content.d.ts.map +1 -1
  147. package/node_modules/@html-eslint/eslint-plugin/types/rules/require-input-label.d.ts.map +1 -1
  148. package/node_modules/@html-eslint/eslint-plugin/types/rules/utils/node.d.ts +7 -0
  149. package/node_modules/@html-eslint/eslint-plugin/types/rules/utils/node.d.ts.map +1 -1
  150. package/node_modules/@html-eslint/parser/lib/parser.js +0 -1
  151. package/node_modules/@html-eslint/parser/package.json +4 -4
  152. package/node_modules/@html-eslint/parser/types/parser.d.ts.map +1 -1
  153. package/node_modules/@html-eslint/template-parser/package.json +3 -3
  154. package/node_modules/@html-eslint/template-syntax-parser/package.json +3 -3
  155. package/node_modules/@html-eslint/types/package.json +2 -2
  156. package/node_modules/@rviscomi/capo.js/README.md +4 -4
  157. package/node_modules/@rviscomi/capo.js/dist/adapters/adapter.cjs +7 -2
  158. package/node_modules/@rviscomi/capo.js/dist/adapters/browser.cjs +31 -3
  159. package/node_modules/@rviscomi/capo.js/dist/adapters/index.cjs +36 -4
  160. package/node_modules/@rviscomi/capo.js/dist/adapters/test-suite.cjs +6 -1
  161. package/node_modules/@rviscomi/capo.js/dist/analyzer.cjs +53 -24
  162. package/node_modules/@rviscomi/capo.js/dist/chrome/README.md +53 -0
  163. package/node_modules/@rviscomi/capo.js/{crx → dist/chrome}/capo.html +1 -1
  164. package/node_modules/@rviscomi/capo.js/dist/chrome/capo.js +3 -0
  165. package/node_modules/@rviscomi/capo.js/{crx → dist/chrome}/chrome.js +56 -18
  166. package/node_modules/@rviscomi/capo.js/dist/chrome/manifest.json +26 -0
  167. package/node_modules/@rviscomi/capo.js/dist/chrome/options/options.js +1 -0
  168. package/node_modules/@rviscomi/capo.js/dist/chrome.zip +0 -0
  169. package/node_modules/@rviscomi/capo.js/dist/firefox/README.md +53 -0
  170. package/node_modules/@rviscomi/capo.js/dist/firefox/background.js +7 -0
  171. package/node_modules/@rviscomi/capo.js/dist/firefox/capo.css +59 -0
  172. package/node_modules/@rviscomi/capo.js/dist/firefox/capo.html +12 -0
  173. package/node_modules/@rviscomi/capo.js/dist/firefox/capo.js +3 -0
  174. package/node_modules/@rviscomi/capo.js/dist/firefox/chrome.js +120 -0
  175. package/node_modules/@rviscomi/capo.js/dist/firefox/images/icon128.png +0 -0
  176. package/node_modules/@rviscomi/capo.js/dist/firefox/manifest.json +39 -0
  177. package/node_modules/@rviscomi/capo.js/dist/firefox/options/options.css +81 -0
  178. package/node_modules/@rviscomi/capo.js/dist/firefox/options/options.html +43 -0
  179. package/node_modules/@rviscomi/capo.js/dist/firefox/options/options.js +1 -0
  180. package/node_modules/@rviscomi/capo.js/dist/firefox/styles/open-props.css +291 -0
  181. package/node_modules/@rviscomi/capo.js/dist/firefox.zip +0 -0
  182. package/node_modules/@rviscomi/capo.js/dist/index.cjs +93 -33
  183. package/node_modules/@rviscomi/capo.js/dist/lib/colors.cjs +1 -0
  184. package/node_modules/@rviscomi/capo.js/dist/lib/io.cjs +137 -28
  185. package/node_modules/@rviscomi/capo.js/dist/lib/options.cjs +61 -0
  186. package/node_modules/@rviscomi/capo.js/dist/lib/rules.cjs +28 -13
  187. package/node_modules/@rviscomi/capo.js/dist/lib/validation.cjs +31 -16
  188. package/node_modules/@rviscomi/capo.js/dist/source.zip +0 -0
  189. package/node_modules/@rviscomi/capo.js/dist/types/adapters/adapter.d.ts +105 -0
  190. package/node_modules/@rviscomi/capo.js/dist/types/adapters/browser.d.ts +107 -0
  191. package/node_modules/@rviscomi/capo.js/dist/types/adapters/index.d.ts +7 -0
  192. package/node_modules/@rviscomi/capo.js/dist/types/adapters/test-suite.d.ts +52 -0
  193. package/node_modules/@rviscomi/capo.js/dist/types/analyzer.d.ts +195 -0
  194. package/node_modules/@rviscomi/capo.js/dist/types/index.d.ts +29 -0
  195. package/node_modules/@rviscomi/capo.js/dist/types/lib/colors.d.ts +20 -0
  196. package/node_modules/@rviscomi/capo.js/dist/types/lib/io.d.ts +166 -0
  197. package/node_modules/@rviscomi/capo.js/dist/types/lib/options.d.ts +114 -0
  198. package/node_modules/@rviscomi/capo.js/dist/types/lib/rules.d.ts +111 -0
  199. package/node_modules/@rviscomi/capo.js/dist/types/lib/validation.d.ts +61 -0
  200. package/node_modules/@rviscomi/capo.js/dist/types/src/adapters/adapter.d.ts +105 -0
  201. package/node_modules/@rviscomi/capo.js/dist/types/src/adapters/browser.d.ts +107 -0
  202. package/node_modules/@rviscomi/capo.js/dist/types/src/adapters/index.d.ts +7 -0
  203. package/node_modules/@rviscomi/capo.js/dist/types/src/adapters/test-suite.d.ts +52 -0
  204. package/node_modules/@rviscomi/capo.js/dist/types/src/analyzer.d.ts +195 -0
  205. package/node_modules/@rviscomi/capo.js/dist/types/src/index.d.ts +13 -0
  206. package/node_modules/@rviscomi/capo.js/dist/types/src/lib/colors.d.ts +20 -0
  207. package/node_modules/@rviscomi/capo.js/dist/types/src/lib/io.d.ts +166 -0
  208. package/node_modules/@rviscomi/capo.js/dist/types/src/lib/options.d.ts +114 -0
  209. package/node_modules/@rviscomi/capo.js/dist/types/src/lib/rules.d.ts +111 -0
  210. package/node_modules/@rviscomi/capo.js/dist/types/src/lib/validation.d.ts +61 -0
  211. package/node_modules/@rviscomi/capo.js/package.json +34 -16
  212. package/node_modules/@rviscomi/capo.js/src/adapters/adapter.js +16 -5
  213. package/node_modules/@rviscomi/capo.js/src/adapters/browser.js +30 -4
  214. package/node_modules/@rviscomi/capo.js/src/adapters/test-suite.js +11 -10
  215. package/node_modules/@rviscomi/capo.js/src/analyzer.js +47 -25
  216. package/node_modules/@rviscomi/capo.js/src/extension/README.md +53 -0
  217. package/node_modules/@rviscomi/capo.js/src/extension/background.js +7 -0
  218. package/node_modules/@rviscomi/capo.js/src/extension/capo.css +59 -0
  219. package/node_modules/@rviscomi/capo.js/src/extension/capo.html +12 -0
  220. package/node_modules/@rviscomi/capo.js/src/extension/capo.js +93 -0
  221. package/node_modules/@rviscomi/capo.js/src/extension/chrome.js +120 -0
  222. package/node_modules/@rviscomi/capo.js/src/extension/images/icon128.png +0 -0
  223. package/node_modules/@rviscomi/capo.js/src/extension/images/icon256.png +0 -0
  224. package/node_modules/@rviscomi/capo.js/{crx → src/extension}/manifest.json +1 -1
  225. package/node_modules/@rviscomi/capo.js/src/extension/options/options.css +81 -0
  226. package/node_modules/@rviscomi/capo.js/src/extension/options/options.html +43 -0
  227. package/node_modules/@rviscomi/capo.js/src/extension/options.js +87 -0
  228. package/node_modules/@rviscomi/capo.js/src/extension/styles/open-props.css +291 -0
  229. package/node_modules/@rviscomi/capo.js/src/index.js +10 -0
  230. package/node_modules/@rviscomi/capo.js/src/lib/colors.js +14 -0
  231. package/node_modules/@rviscomi/capo.js/src/lib/io.js +171 -32
  232. package/node_modules/@rviscomi/capo.js/src/lib/options.js +82 -1
  233. package/node_modules/@rviscomi/capo.js/src/lib/rules.js +120 -43
  234. package/node_modules/@rviscomi/capo.js/src/lib/validation.js +211 -86
  235. package/node_modules/@rviscomi/capo.js/src/web/capo.js +5 -8
  236. package/node_modules/@types/hast/README.md +2 -2
  237. package/node_modules/@types/hast/index.d.ts +642 -0
  238. package/node_modules/@types/hast/package.json +9 -3
  239. package/node_modules/@typescript-eslint/eslint-plugin/dist/configs/eslintrc/all.d.ts +0 -4
  240. package/node_modules/@typescript-eslint/eslint-plugin/dist/configs/eslintrc/all.js +0 -4
  241. package/node_modules/@typescript-eslint/eslint-plugin/dist/configs/flat/all.js +0 -4
  242. package/node_modules/@typescript-eslint/eslint-plugin/dist/index.d.ts +0 -4
  243. package/node_modules/@typescript-eslint/eslint-plugin/dist/index.js +47 -0
  244. package/node_modules/@typescript-eslint/eslint-plugin/dist/raw-plugin.d.ts +0 -4
  245. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/ban-ts-comment.js +4 -4
  246. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/method-signature-style.d.ts +1 -1
  247. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/method-signature-style.js +23 -10
  248. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-base-to-string.js +1 -1
  249. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-loop-func.js +16 -2
  250. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-misused-promises.js +41 -3
  251. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-restricted-imports.js +12 -0
  252. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-shadow.d.ts +1 -1
  253. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-shadow.js +5 -4
  254. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-this-alias.js +1 -1
  255. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-parameter-property-assignment.js +1 -1
  256. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-template-expression.js +2 -2
  257. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-type-assertion.js +5 -1
  258. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unused-vars.js +1 -1
  259. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-string-starts-ends-with.js +2 -1
  260. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/require-array-sort-compare.js +1 -1
  261. package/node_modules/@typescript-eslint/eslint-plugin/dist/rules/unbound-method.js +36 -9
  262. package/node_modules/@typescript-eslint/eslint-plugin/node_modules/ignore/index.js +11 -2
  263. package/node_modules/@typescript-eslint/eslint-plugin/node_modules/ignore/legacy.js +11 -2
  264. package/node_modules/@typescript-eslint/eslint-plugin/node_modules/ignore/package.json +1 -1
  265. package/node_modules/@typescript-eslint/eslint-plugin/package.json +22 -11
  266. package/node_modules/@typescript-eslint/parser/dist/index.js +47 -0
  267. package/node_modules/@typescript-eslint/parser/dist/parser.js +11 -6
  268. package/node_modules/@typescript-eslint/parser/package.json +9 -7
  269. package/node_modules/@typescript-eslint/project-service/package.json +7 -5
  270. package/node_modules/@typescript-eslint/scope-manager/dist/scope/FunctionScope.js +2 -2
  271. package/node_modules/@typescript-eslint/scope-manager/dist/scope/index.d.ts +1 -0
  272. package/node_modules/@typescript-eslint/scope-manager/dist/scope/index.js +1 -0
  273. package/node_modules/@typescript-eslint/scope-manager/package.json +8 -6
  274. package/node_modules/@typescript-eslint/tsconfig-utils/package.json +5 -3
  275. package/node_modules/@typescript-eslint/type-utils/package.json +9 -7
  276. package/node_modules/@typescript-eslint/types/dist/generated/ast-spec.d.ts +10 -0
  277. package/node_modules/@typescript-eslint/types/dist/parser-options.d.ts +13 -0
  278. package/node_modules/@typescript-eslint/types/package.json +5 -3
  279. package/node_modules/@typescript-eslint/typescript-estree/dist/check-syntax-errors.js +22 -6
  280. package/node_modules/@typescript-eslint/typescript-estree/dist/convert.js +5 -4
  281. package/node_modules/@typescript-eslint/typescript-estree/dist/getImportClausePhaseModifier.d.ts +4 -0
  282. package/node_modules/{astro-eslint-parser/node_modules/@typescript-eslint/types/dist/ts-estree.js → @typescript-eslint/typescript-estree/dist/getImportClausePhaseModifier.js} +21 -2
  283. package/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/createParseSettings.js +1 -1
  284. package/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/warnAboutTSVersion.d.ts +1 -1
  285. package/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/warnAboutTSVersion.js +27 -18
  286. package/node_modules/@typescript-eslint/typescript-estree/dist/parser-options.d.ts +8 -0
  287. package/node_modules/@typescript-eslint/typescript-estree/package.json +9 -7
  288. package/node_modules/@typescript-eslint/utils/dist/ts-eslint/Rule.d.ts +1 -1
  289. package/node_modules/@typescript-eslint/utils/package.json +8 -6
  290. package/node_modules/@typescript-eslint/visitor-keys/package.json +6 -4
  291. package/node_modules/acorn/CHANGELOG.md +12 -0
  292. package/node_modules/acorn/README.md +5 -0
  293. package/node_modules/acorn/dist/acorn.d.mts +8 -0
  294. package/node_modules/acorn/dist/acorn.d.ts +8 -0
  295. package/node_modules/acorn/dist/acorn.js +16 -7
  296. package/node_modules/acorn/dist/acorn.mjs +16 -7
  297. package/node_modules/acorn/package.json +1 -1
  298. package/node_modules/astro-eslint-parser/lib/index.d.mts +113 -18
  299. package/node_modules/astro-eslint-parser/lib/index.mjs +871 -1172
  300. package/node_modules/astro-eslint-parser/package.json +7 -9
  301. package/node_modules/brace-expansion/README.md +11 -0
  302. package/node_modules/brace-expansion/dist/commonjs/index.d.ts +2 -0
  303. package/node_modules/brace-expansion/dist/commonjs/index.d.ts.map +1 -1
  304. package/node_modules/brace-expansion/dist/commonjs/index.js +167 -79
  305. package/node_modules/brace-expansion/dist/commonjs/index.js.map +1 -1
  306. package/node_modules/brace-expansion/dist/esm/index.d.ts +2 -0
  307. package/node_modules/brace-expansion/dist/esm/index.d.ts.map +1 -1
  308. package/node_modules/brace-expansion/dist/esm/index.js +166 -78
  309. package/node_modules/brace-expansion/dist/esm/index.js.map +1 -1
  310. package/node_modules/brace-expansion/package.json +3 -3
  311. package/node_modules/eslint/README.md +2 -2
  312. package/node_modules/eslint/lib/cli-engine/formatters/html.js +1 -1
  313. package/node_modules/eslint/lib/languages/js/index.js +1 -1
  314. package/node_modules/eslint/lib/linter/code-path-analysis/debug-helpers.js +1 -1
  315. package/node_modules/eslint/lib/linter/vfile.js +1 -1
  316. package/node_modules/eslint/lib/rules/class-methods-use-this.js +6 -5
  317. package/node_modules/eslint/lib/rules/complexity.js +1 -1
  318. package/node_modules/eslint/lib/rules/eqeqeq.js +26 -6
  319. package/node_modules/eslint/lib/rules/func-name-matching.js +3 -3
  320. package/node_modules/eslint/lib/rules/generator-star-spacing.js +4 -6
  321. package/node_modules/eslint/lib/rules/indent.js +4 -6
  322. package/node_modules/eslint/lib/rules/key-spacing.js +5 -7
  323. package/node_modules/eslint/lib/rules/max-len.js +1 -1
  324. package/node_modules/eslint/lib/rules/max-nested-callbacks.js +11 -1
  325. package/node_modules/eslint/lib/rules/no-compare-neg-zero.js +91 -8
  326. package/node_modules/eslint/lib/rules/no-control-regex.js +3 -0
  327. package/node_modules/eslint/lib/rules/no-implicit-coercion.js +22 -8
  328. package/node_modules/eslint/lib/rules/no-invalid-regexp.js +3 -1
  329. package/node_modules/eslint/lib/rules/no-mixed-spaces-and-tabs.js +5 -7
  330. package/node_modules/eslint/lib/rules/no-promise-executor-return.js +5 -7
  331. package/node_modules/eslint/lib/rules/no-script-url.js +4 -6
  332. package/node_modules/eslint/lib/rules/no-shadow.js +14 -20
  333. package/node_modules/eslint/lib/rules/no-unreachable-loop.js +8 -4
  334. package/node_modules/eslint/lib/rules/prefer-numeric-literals.js +14 -6
  335. package/node_modules/eslint/lib/rules/prefer-object-has-own.js +4 -6
  336. package/node_modules/eslint/lib/rules/prefer-object-spread.js +9 -1
  337. package/node_modules/eslint/lib/rules/prefer-template.js +1 -1
  338. package/node_modules/eslint/lib/rules/preserve-caught-error.js +268 -116
  339. package/node_modules/eslint/lib/rules/quotes.js +1 -1
  340. package/node_modules/eslint/lib/rules/radix.js +58 -57
  341. package/node_modules/eslint/lib/rules/use-isnan.js +20 -12
  342. package/node_modules/eslint/lib/rules/utils/ast-utils.js +1 -1
  343. package/node_modules/eslint/lib/shared/serialization.js +1 -1
  344. package/node_modules/eslint/lib/shared/translate-cli-options.js +3 -3
  345. package/node_modules/eslint/lib/types/config-api.d.ts +8 -1
  346. package/node_modules/eslint/lib/types/index.d.ts +3 -6
  347. package/node_modules/eslint/lib/types/rules.d.ts +17 -9
  348. package/node_modules/eslint/package.json +7 -7
  349. package/node_modules/eslint-plugin-astro/README.md +10 -2
  350. package/node_modules/eslint-plugin-astro/lib/index.d.mts +0 -1
  351. package/node_modules/eslint-plugin-astro/lib/index.mjs +76 -637
  352. package/node_modules/eslint-plugin-astro/package.json +11 -11
  353. package/node_modules/eslint-plugin-toml/README.md +2 -0
  354. package/node_modules/eslint-plugin-toml/lib/index.d.mts +6 -5
  355. package/node_modules/eslint-plugin-toml/lib/index.mjs +32 -3
  356. package/node_modules/eslint-plugin-toml/package.json +7 -7
  357. package/node_modules/eslint-plugin-yml/lib/index.mjs +49 -19
  358. package/node_modules/eslint-plugin-yml/package.json +2 -2
  359. package/node_modules/flatted/golang/pkg/flatted/flatted.go +16 -14
  360. package/node_modules/flatted/package.json +10 -5
  361. package/node_modules/flatted/types/index.d.ts +1 -1
  362. package/node_modules/globals/globals.json +105 -33
  363. package/node_modules/globals/index.d.ts +105 -33
  364. package/node_modules/globals/package.json +2 -2
  365. package/node_modules/mdn-data/css/properties.json +64 -16
  366. package/node_modules/mdn-data/css/properties.schema.json +1 -7
  367. package/node_modules/mdn-data/css/syntaxes.json +1 -1
  368. package/node_modules/mdn-data/l10n/css.json +3 -62
  369. package/node_modules/mdn-data/package.json +1 -1
  370. package/node_modules/minimatch/package.json +9 -9
  371. package/node_modules/nanoid/non-secure/index.cjs +2 -2
  372. package/node_modules/nanoid/non-secure/index.js +2 -2
  373. package/node_modules/nanoid/package.json +1 -1
  374. package/node_modules/picomatch/README.md +15 -21
  375. package/node_modules/picomatch/lib/parse.js +39 -9
  376. package/node_modules/picomatch/lib/picomatch.js +14 -2
  377. package/node_modules/picomatch/package.json +3 -2
  378. package/node_modules/postcss/README.md +1 -5
  379. package/node_modules/postcss/lib/container.js +81 -34
  380. package/node_modules/postcss/lib/fromJSON.js +76 -23
  381. package/node_modules/postcss/lib/input.js +13 -4
  382. package/node_modules/postcss/lib/lazy-result.js +77 -14
  383. package/node_modules/postcss/lib/list.js +1 -0
  384. package/node_modules/postcss/lib/node.d.ts +2 -2
  385. package/node_modules/postcss/lib/node.js +105 -60
  386. package/node_modules/postcss/lib/postcss.d.ts +4 -1
  387. package/node_modules/postcss/lib/previous-map.js +6 -3
  388. package/node_modules/postcss/lib/processor.js +1 -1
  389. package/node_modules/postcss/lib/root.js +16 -1
  390. package/node_modules/postcss/lib/stringifier.js +112 -25
  391. package/node_modules/postcss/lib/warning.js +10 -0
  392. package/node_modules/postcss/package.json +2 -2
  393. package/node_modules/typescript-eslint/dist/index.js +47 -0
  394. package/node_modules/typescript-eslint/package.json +14 -6
  395. package/node_modules/yaml-eslint-parser/lib/index.d.mts +2 -2
  396. package/node_modules/yaml-eslint-parser/lib/index.mjs +164 -157
  397. package/node_modules/yaml-eslint-parser/package.json +17 -18
  398. package/package.json +23 -23
  399. package/node_modules/@astrojs/compiler/LICENSE +0 -53
  400. package/node_modules/@astrojs/compiler/README.md +0 -72
  401. package/node_modules/@astrojs/compiler/dist/astro.wasm +0 -0
  402. package/node_modules/@astrojs/compiler/dist/browser/index.cjs +0 -2
  403. package/node_modules/@astrojs/compiler/dist/browser/index.d.ts +0 -11
  404. package/node_modules/@astrojs/compiler/dist/browser/index.js +0 -1
  405. package/node_modules/@astrojs/compiler/dist/browser/utils.cjs +0 -3
  406. package/node_modules/@astrojs/compiler/dist/browser/utils.d.ts +0 -29
  407. package/node_modules/@astrojs/compiler/dist/browser/utils.js +0 -3
  408. package/node_modules/@astrojs/compiler/dist/browser/wasm_exec.cjs +0 -2
  409. package/node_modules/@astrojs/compiler/dist/browser/wasm_exec.d.ts +0 -37
  410. package/node_modules/@astrojs/compiler/dist/browser/wasm_exec.js +0 -1
  411. package/node_modules/@astrojs/compiler/dist/chunk-QR6QDSEV.js +0 -2
  412. package/node_modules/@astrojs/compiler/dist/chunk-W5DTLHV4.js +0 -1
  413. package/node_modules/@astrojs/compiler/dist/node/index.cjs +0 -1
  414. package/node_modules/@astrojs/compiler/dist/node/index.d.ts +0 -12
  415. package/node_modules/@astrojs/compiler/dist/node/index.js +0 -1
  416. package/node_modules/@astrojs/compiler/dist/node/sync.cjs +0 -1
  417. package/node_modules/@astrojs/compiler/dist/node/sync.d.ts +0 -16
  418. package/node_modules/@astrojs/compiler/dist/node/sync.js +0 -1
  419. package/node_modules/@astrojs/compiler/dist/node/utils.cjs +0 -3
  420. package/node_modules/@astrojs/compiler/dist/node/utils.d.ts +0 -29
  421. package/node_modules/@astrojs/compiler/dist/node/utils.js +0 -3
  422. package/node_modules/@astrojs/compiler/dist/node/wasm_exec.cjs +0 -1
  423. package/node_modules/@astrojs/compiler/dist/node/wasm_exec.d.ts +0 -37
  424. package/node_modules/@astrojs/compiler/dist/node/wasm_exec.js +0 -1
  425. package/node_modules/@astrojs/compiler/dist/shared/ast.cjs +0 -1
  426. package/node_modules/@astrojs/compiler/dist/shared/ast.d.ts +0 -74
  427. package/node_modules/@astrojs/compiler/dist/shared/ast.js +0 -0
  428. package/node_modules/@astrojs/compiler/dist/shared/diagnostics.cjs +0 -1
  429. package/node_modules/@astrojs/compiler/dist/shared/diagnostics.d.ts +0 -18
  430. package/node_modules/@astrojs/compiler/dist/shared/diagnostics.js +0 -1
  431. package/node_modules/@astrojs/compiler/dist/shared/types.cjs +0 -1
  432. package/node_modules/@astrojs/compiler/dist/shared/types.d.ts +0 -153
  433. package/node_modules/@astrojs/compiler/dist/shared/types.js +0 -1
  434. package/node_modules/@astrojs/compiler/package.json +0 -58
  435. package/node_modules/@astrojs/compiler/sync.d.ts +0 -1
  436. package/node_modules/@astrojs/compiler/types.d.ts +0 -1
  437. package/node_modules/@astrojs/compiler/utils.d.ts +0 -1
  438. package/node_modules/@nodelib/fs.scandir/LICENSE +0 -21
  439. package/node_modules/@nodelib/fs.scandir/README.md +0 -171
  440. package/node_modules/@nodelib/fs.scandir/out/adapters/fs.d.ts +0 -20
  441. package/node_modules/@nodelib/fs.scandir/out/adapters/fs.js +0 -19
  442. package/node_modules/@nodelib/fs.scandir/out/constants.d.ts +0 -4
  443. package/node_modules/@nodelib/fs.scandir/out/constants.js +0 -17
  444. package/node_modules/@nodelib/fs.scandir/out/index.d.ts +0 -12
  445. package/node_modules/@nodelib/fs.scandir/out/index.js +0 -26
  446. package/node_modules/@nodelib/fs.scandir/out/providers/async.d.ts +0 -7
  447. package/node_modules/@nodelib/fs.scandir/out/providers/async.js +0 -104
  448. package/node_modules/@nodelib/fs.scandir/out/providers/common.d.ts +0 -1
  449. package/node_modules/@nodelib/fs.scandir/out/providers/common.js +0 -13
  450. package/node_modules/@nodelib/fs.scandir/out/providers/sync.d.ts +0 -5
  451. package/node_modules/@nodelib/fs.scandir/out/providers/sync.js +0 -54
  452. package/node_modules/@nodelib/fs.scandir/out/settings.d.ts +0 -20
  453. package/node_modules/@nodelib/fs.scandir/out/settings.js +0 -24
  454. package/node_modules/@nodelib/fs.scandir/out/types/index.d.ts +0 -20
  455. package/node_modules/@nodelib/fs.scandir/out/types/index.js +0 -2
  456. package/node_modules/@nodelib/fs.scandir/out/utils/fs.d.ts +0 -2
  457. package/node_modules/@nodelib/fs.scandir/out/utils/fs.js +0 -19
  458. package/node_modules/@nodelib/fs.scandir/out/utils/index.d.ts +0 -2
  459. package/node_modules/@nodelib/fs.scandir/out/utils/index.js +0 -5
  460. package/node_modules/@nodelib/fs.scandir/package.json +0 -44
  461. package/node_modules/@nodelib/fs.stat/LICENSE +0 -21
  462. package/node_modules/@nodelib/fs.stat/README.md +0 -126
  463. package/node_modules/@nodelib/fs.stat/out/adapters/fs.d.ts +0 -13
  464. package/node_modules/@nodelib/fs.stat/out/adapters/fs.js +0 -17
  465. package/node_modules/@nodelib/fs.stat/out/index.d.ts +0 -12
  466. package/node_modules/@nodelib/fs.stat/out/index.js +0 -26
  467. package/node_modules/@nodelib/fs.stat/out/providers/async.d.ts +0 -4
  468. package/node_modules/@nodelib/fs.stat/out/providers/async.js +0 -36
  469. package/node_modules/@nodelib/fs.stat/out/providers/sync.d.ts +0 -3
  470. package/node_modules/@nodelib/fs.stat/out/providers/sync.js +0 -23
  471. package/node_modules/@nodelib/fs.stat/out/settings.d.ts +0 -16
  472. package/node_modules/@nodelib/fs.stat/out/settings.js +0 -16
  473. package/node_modules/@nodelib/fs.stat/out/types/index.d.ts +0 -4
  474. package/node_modules/@nodelib/fs.stat/out/types/index.js +0 -2
  475. package/node_modules/@nodelib/fs.stat/package.json +0 -37
  476. package/node_modules/@nodelib/fs.walk/LICENSE +0 -21
  477. package/node_modules/@nodelib/fs.walk/README.md +0 -215
  478. package/node_modules/@nodelib/fs.walk/out/index.d.ts +0 -14
  479. package/node_modules/@nodelib/fs.walk/out/index.js +0 -34
  480. package/node_modules/@nodelib/fs.walk/out/providers/async.d.ts +0 -12
  481. package/node_modules/@nodelib/fs.walk/out/providers/async.js +0 -30
  482. package/node_modules/@nodelib/fs.walk/out/providers/index.d.ts +0 -4
  483. package/node_modules/@nodelib/fs.walk/out/providers/index.js +0 -9
  484. package/node_modules/@nodelib/fs.walk/out/providers/stream.d.ts +0 -12
  485. package/node_modules/@nodelib/fs.walk/out/providers/stream.js +0 -34
  486. package/node_modules/@nodelib/fs.walk/out/providers/sync.d.ts +0 -10
  487. package/node_modules/@nodelib/fs.walk/out/providers/sync.js +0 -14
  488. package/node_modules/@nodelib/fs.walk/out/readers/async.d.ts +0 -30
  489. package/node_modules/@nodelib/fs.walk/out/readers/async.js +0 -97
  490. package/node_modules/@nodelib/fs.walk/out/readers/common.d.ts +0 -7
  491. package/node_modules/@nodelib/fs.walk/out/readers/common.js +0 -31
  492. package/node_modules/@nodelib/fs.walk/out/readers/reader.d.ts +0 -6
  493. package/node_modules/@nodelib/fs.walk/out/readers/reader.js +0 -11
  494. package/node_modules/@nodelib/fs.walk/out/readers/sync.d.ts +0 -15
  495. package/node_modules/@nodelib/fs.walk/out/readers/sync.js +0 -59
  496. package/node_modules/@nodelib/fs.walk/out/settings.d.ts +0 -30
  497. package/node_modules/@nodelib/fs.walk/out/settings.js +0 -26
  498. package/node_modules/@nodelib/fs.walk/out/types/index.d.ts +0 -8
  499. package/node_modules/@nodelib/fs.walk/out/types/index.js +0 -2
  500. package/node_modules/@nodelib/fs.walk/package.json +0 -44
  501. package/node_modules/@pkgr/core/index.d.cts +0 -3
  502. package/node_modules/@pkgr/core/lib/constants.d.ts +0 -6
  503. package/node_modules/@pkgr/core/lib/constants.js +0 -9
  504. package/node_modules/@pkgr/core/lib/constants.js.map +0 -1
  505. package/node_modules/@pkgr/core/lib/helpers.d.ts +0 -19
  506. package/node_modules/@pkgr/core/lib/helpers.js +0 -67
  507. package/node_modules/@pkgr/core/lib/helpers.js.map +0 -1
  508. package/node_modules/@pkgr/core/lib/index.cjs +0 -91
  509. package/node_modules/@pkgr/core/lib/index.d.ts +0 -2
  510. package/node_modules/@pkgr/core/lib/index.js +0 -3
  511. package/node_modules/@pkgr/core/lib/index.js.map +0 -1
  512. package/node_modules/@pkgr/core/package.json +0 -38
  513. package/node_modules/@rviscomi/capo.js/crx/README.md +0 -10
  514. package/node_modules/@rviscomi/capo.js/crx/capo.js +0 -3
  515. package/node_modules/@rviscomi/capo.js/crx/options/options.js +0 -1
  516. package/node_modules/@rviscomi/capo.js/docs/.vscode/extensions.json +0 -4
  517. package/node_modules/@rviscomi/capo.js/docs/.vscode/launch.json +0 -11
  518. package/node_modules/@rviscomi/capo.js/docs/README.md +0 -51
  519. package/node_modules/@rviscomi/capo.js/docs/astro.config.mjs +0 -82
  520. package/node_modules/@rviscomi/capo.js/docs/package-lock.json +0 -7439
  521. package/node_modules/@rviscomi/capo.js/docs/package.json +0 -21
  522. package/node_modules/@rviscomi/capo.js/docs/public/capo-social-alt.webp +0 -0
  523. package/node_modules/@rviscomi/capo.js/docs/public/capo-social.png +0 -0
  524. package/node_modules/@rviscomi/capo.js/docs/public/capo-social.webp +0 -0
  525. package/node_modules/@rviscomi/capo.js/docs/public/favicon.svg +0 -13
  526. package/node_modules/@rviscomi/capo.js/docs/src/assets/bookmarklet-setup.png +0 -0
  527. package/node_modules/@rviscomi/capo.js/docs/src/assets/bookmarklet.png +0 -0
  528. package/node_modules/@rviscomi/capo.js/docs/src/assets/capo-chrome.png +0 -0
  529. package/node_modules/@rviscomi/capo.js/docs/src/assets/capo-extension.png +0 -0
  530. package/node_modules/@rviscomi/capo.js/docs/src/assets/capo800.png +0 -0
  531. package/node_modules/@rviscomi/capo.js/docs/src/assets/crx-console-expanded.png +0 -0
  532. package/node_modules/@rviscomi/capo.js/docs/src/assets/crx-console-interactive.png +0 -0
  533. package/node_modules/@rviscomi/capo.js/docs/src/assets/crx-console.png +0 -0
  534. package/node_modules/@rviscomi/capo.js/docs/src/assets/crx-hover-validation.png +0 -0
  535. package/node_modules/@rviscomi/capo.js/docs/src/assets/crx-menu.png +0 -0
  536. package/node_modules/@rviscomi/capo.js/docs/src/assets/crx-options-dark.png +0 -0
  537. package/node_modules/@rviscomi/capo.js/docs/src/assets/crx-options-light.png +0 -0
  538. package/node_modules/@rviscomi/capo.js/docs/src/assets/crx-store.png +0 -0
  539. package/node_modules/@rviscomi/capo.js/docs/src/assets/custom-palette.png +0 -0
  540. package/node_modules/@rviscomi/capo.js/docs/src/assets/developer-mode.png +0 -0
  541. package/node_modules/@rviscomi/capo.js/docs/src/assets/devtools-console.png +0 -0
  542. package/node_modules/@rviscomi/capo.js/docs/src/assets/devtools-snippet.png +0 -0
  543. package/node_modules/@rviscomi/capo.js/docs/src/assets/devtools-sources.png +0 -0
  544. package/node_modules/@rviscomi/capo.js/docs/src/assets/houston.webp +0 -0
  545. package/node_modules/@rviscomi/capo.js/docs/src/assets/load-unpacked.png +0 -0
  546. package/node_modules/@rviscomi/capo.js/docs/src/assets/validation-areas.png +0 -0
  547. package/node_modules/@rviscomi/capo.js/docs/src/assets/validation-base.png +0 -0
  548. package/node_modules/@rviscomi/capo.js/docs/src/assets/validation-crx-stripes.png +0 -0
  549. package/node_modules/@rviscomi/capo.js/docs/src/assets/validation-csp.png +0 -0
  550. package/node_modules/@rviscomi/capo.js/docs/src/assets/validation-invalid-element.png +0 -0
  551. package/node_modules/@rviscomi/capo.js/docs/src/assets/validation-origin-trial.png +0 -0
  552. package/node_modules/@rviscomi/capo.js/docs/src/assets/validation-title.png +0 -0
  553. package/node_modules/@rviscomi/capo.js/docs/src/components/CapoClient.astro +0 -165
  554. package/node_modules/@rviscomi/capo.js/docs/src/components/CapoOptions.astro +0 -10
  555. package/node_modules/@rviscomi/capo.js/docs/src/components/CapoPalette.astro +0 -26
  556. package/node_modules/@rviscomi/capo.js/docs/src/components/InlineCapoIcon.astro +0 -15
  557. package/node_modules/@rviscomi/capo.js/docs/src/components/InlineCapoWeightBars.astro +0 -39
  558. package/node_modules/@rviscomi/capo.js/docs/src/components/VirtualConsole.astro +0 -11
  559. package/node_modules/@rviscomi/capo.js/docs/src/content/config.ts +0 -7
  560. package/node_modules/@rviscomi/capo.js/docs/src/content/docs/developer/contributing.mdx +0 -8
  561. package/node_modules/@rviscomi/capo.js/docs/src/content/docs/developer/crx-local.mdx +0 -28
  562. package/node_modules/@rviscomi/capo.js/docs/src/content/docs/developer/custom-adapters.mdx +0 -273
  563. package/node_modules/@rviscomi/capo.js/docs/src/content/docs/index.mdx +0 -108
  564. package/node_modules/@rviscomi/capo.js/docs/src/content/docs/migration-v2.mdx +0 -62
  565. package/node_modules/@rviscomi/capo.js/docs/src/content/docs/user/actionability.mdx +0 -6
  566. package/node_modules/@rviscomi/capo.js/docs/src/content/docs/user/assessment-mode.mdx +0 -29
  567. package/node_modules/@rviscomi/capo.js/docs/src/content/docs/user/config.mdx +0 -195
  568. package/node_modules/@rviscomi/capo.js/docs/src/content/docs/user/demo.mdx +0 -9
  569. package/node_modules/@rviscomi/capo.js/docs/src/content/docs/user/extension.mdx +0 -116
  570. package/node_modules/@rviscomi/capo.js/docs/src/content/docs/user/performance.mdx +0 -6
  571. package/node_modules/@rviscomi/capo.js/docs/src/content/docs/user/quick-start.mdx +0 -26
  572. package/node_modules/@rviscomi/capo.js/docs/src/content/docs/user/rules.mdx +0 -202
  573. package/node_modules/@rviscomi/capo.js/docs/src/content/docs/user/validation.mdx +0 -197
  574. package/node_modules/@rviscomi/capo.js/docs/src/env.d.ts +0 -2
  575. package/node_modules/@rviscomi/capo.js/docs/src/lib/VirtualConsole.js +0 -190
  576. package/node_modules/@rviscomi/capo.js/docs/src/lib/capo.js +0 -1533
  577. package/node_modules/@rviscomi/capo.js/docs/src/styles/custom.css +0 -7
  578. package/node_modules/@rviscomi/capo.js/docs/src/styles/virtual-console.css +0 -131
  579. package/node_modules/@rviscomi/capo.js/docs/tests/VirtualConsole.test.js +0 -108
  580. package/node_modules/@rviscomi/capo.js/docs/tsconfig.json +0 -3
  581. package/node_modules/@rviscomi/capo.js/src/crx/capo.js +0 -62
  582. package/node_modules/@rviscomi/capo.js/src/crx/options.js +0 -69
  583. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/LICENSE +0 -21
  584. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/README.md +0 -10
  585. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/ID.d.ts +0 -2
  586. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/ID.js +0 -19
  587. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/ScopeManager.d.ts +0 -77
  588. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/ScopeManager.js +0 -189
  589. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/analyze.d.ts +0 -53
  590. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/analyze.js +0 -41
  591. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/assert.d.ts +0 -1
  592. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/assert.js +0 -9
  593. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/definition/CatchClauseDefinition.d.ts +0 -8
  594. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/definition/CatchClauseDefinition.js +0 -13
  595. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/definition/ClassNameDefinition.d.ts +0 -8
  596. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/definition/ClassNameDefinition.js +0 -13
  597. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/definition/Definition.d.ts +0 -12
  598. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/definition/Definition.js +0 -2
  599. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/definition/DefinitionBase.d.ts +0 -33
  600. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/definition/DefinitionBase.js +0 -34
  601. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/definition/DefinitionType.d.ts +0 -13
  602. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/definition/DefinitionType.js +0 -17
  603. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/definition/FunctionNameDefinition.d.ts +0 -8
  604. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/definition/FunctionNameDefinition.js +0 -13
  605. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/definition/ImplicitGlobalVariableDefinition.d.ts +0 -8
  606. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/definition/ImplicitGlobalVariableDefinition.js +0 -13
  607. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/definition/ImportBindingDefinition.d.ts +0 -9
  608. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/definition/ImportBindingDefinition.js +0 -13
  609. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/definition/ParameterDefinition.d.ts +0 -12
  610. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/definition/ParameterDefinition.js +0 -18
  611. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/definition/TSEnumMemberDefinition.d.ts +0 -8
  612. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/definition/TSEnumMemberDefinition.js +0 -13
  613. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/definition/TSEnumNameDefinition.d.ts +0 -8
  614. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/definition/TSEnumNameDefinition.js +0 -13
  615. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/definition/TSModuleNameDefinition.d.ts +0 -8
  616. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/definition/TSModuleNameDefinition.js +0 -13
  617. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/definition/TypeDefinition.d.ts +0 -8
  618. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/definition/TypeDefinition.js +0 -13
  619. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/definition/VariableDefinition.d.ts +0 -8
  620. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/definition/VariableDefinition.js +0 -13
  621. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/definition/index.d.ts +0 -13
  622. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/definition/index.js +0 -29
  623. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/index.d.ts +0 -8
  624. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/index.js +0 -30
  625. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/base-config.d.ts +0 -15
  626. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/base-config.js +0 -22
  627. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/decorators.d.ts +0 -2
  628. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/decorators.js +0 -25
  629. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/decorators.legacy.d.ts +0 -2
  630. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/decorators.legacy.js +0 -17
  631. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/dom.asynciterable.d.ts +0 -2
  632. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/dom.asynciterable.js +0 -11
  633. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/dom.d.ts +0 -2
  634. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/dom.iterable.d.ts +0 -2
  635. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/dom.iterable.js +0 -11
  636. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/dom.js +0 -1812
  637. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.collection.d.ts +0 -2
  638. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.collection.js +0 -23
  639. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.core.d.ts +0 -2
  640. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.core.js +0 -34
  641. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.d.ts +0 -2
  642. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.generator.d.ts +0 -2
  643. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.generator.js +0 -17
  644. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.iterable.d.ts +0 -2
  645. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.iterable.js +0 -62
  646. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.js +0 -32
  647. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.promise.d.ts +0 -2
  648. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.promise.js +0 -12
  649. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.proxy.d.ts +0 -2
  650. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.proxy.js +0 -15
  651. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.reflect.d.ts +0 -2
  652. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.reflect.js +0 -12
  653. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.symbol.d.ts +0 -2
  654. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.symbol.js +0 -12
  655. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.symbol.wellknown.d.ts +0 -2
  656. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.symbol.wellknown.js +0 -47
  657. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.array.include.d.ts +0 -2
  658. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.array.include.js +0 -24
  659. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.d.ts +0 -2
  660. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.full.d.ts +0 -2
  661. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.full.js +0 -16
  662. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.intl.d.ts +0 -2
  663. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.intl.js +0 -12
  664. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.js +0 -14
  665. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.arraybuffer.d.ts +0 -2
  666. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.arraybuffer.js +0 -12
  667. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.d.ts +0 -2
  668. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.date.d.ts +0 -2
  669. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.date.js +0 -12
  670. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.full.d.ts +0 -2
  671. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.full.js +0 -16
  672. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.intl.d.ts +0 -2
  673. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.intl.js +0 -12
  674. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.js +0 -28
  675. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.object.d.ts +0 -2
  676. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.object.js +0 -12
  677. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.sharedmemory.d.ts +0 -2
  678. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.sharedmemory.js +0 -19
  679. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.string.d.ts +0 -2
  680. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.string.js +0 -12
  681. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.typedarrays.d.ts +0 -2
  682. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.typedarrays.js +0 -22
  683. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.asyncgenerator.d.ts +0 -2
  684. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.asyncgenerator.js +0 -17
  685. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.asynciterable.d.ts +0 -2
  686. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.asynciterable.js +0 -20
  687. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.d.ts +0 -2
  688. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.full.d.ts +0 -2
  689. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.full.js +0 -24
  690. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.intl.d.ts +0 -2
  691. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.intl.js +0 -12
  692. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.js +0 -24
  693. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.promise.d.ts +0 -2
  694. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.promise.js +0 -12
  695. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.regexp.d.ts +0 -2
  696. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.regexp.js +0 -16
  697. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.array.d.ts +0 -2
  698. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.array.js +0 -16
  699. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.d.ts +0 -2
  700. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.full.d.ts +0 -2
  701. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.full.js +0 -24
  702. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.intl.d.ts +0 -2
  703. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.intl.js +0 -12
  704. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.js +0 -24
  705. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.object.d.ts +0 -2
  706. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.object.js +0 -13
  707. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.string.d.ts +0 -2
  708. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.string.js +0 -12
  709. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.symbol.d.ts +0 -2
  710. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.symbol.js +0 -12
  711. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.bigint.d.ts +0 -2
  712. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.bigint.js +0 -23
  713. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.d.ts +0 -2
  714. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.date.d.ts +0 -2
  715. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.date.js +0 -13
  716. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.full.d.ts +0 -2
  717. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.full.js +0 -24
  718. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.intl.d.ts +0 -2
  719. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.intl.js +0 -13
  720. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.js +0 -30
  721. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.number.d.ts +0 -2
  722. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.number.js +0 -13
  723. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.promise.d.ts +0 -2
  724. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.promise.js +0 -17
  725. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.sharedmemory.d.ts +0 -2
  726. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.sharedmemory.js +0 -13
  727. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.string.d.ts +0 -2
  728. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.string.js +0 -15
  729. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.symbol.wellknown.d.ts +0 -2
  730. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.symbol.wellknown.js +0 -18
  731. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.d.ts +0 -2
  732. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.full.d.ts +0 -2
  733. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.full.js +0 -24
  734. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.intl.d.ts +0 -2
  735. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.intl.js +0 -12
  736. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.js +0 -16
  737. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.promise.d.ts +0 -2
  738. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.promise.js +0 -16
  739. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.string.d.ts +0 -2
  740. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.string.js +0 -12
  741. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.weakref.d.ts +0 -2
  742. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.weakref.js +0 -18
  743. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.array.d.ts +0 -2
  744. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.array.js +0 -26
  745. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.d.ts +0 -2
  746. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.error.d.ts +0 -2
  747. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.error.js +0 -24
  748. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.full.d.ts +0 -2
  749. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.full.js +0 -24
  750. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.intl.d.ts +0 -2
  751. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.intl.js +0 -12
  752. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.js +0 -26
  753. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.object.d.ts +0 -2
  754. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.object.js +0 -12
  755. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.regexp.d.ts +0 -2
  756. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.regexp.js +0 -17
  757. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.string.d.ts +0 -2
  758. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.string.js +0 -12
  759. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.array.d.ts +0 -2
  760. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.array.js +0 -26
  761. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.collection.d.ts +0 -2
  762. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.collection.js +0 -12
  763. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.d.ts +0 -2
  764. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.full.d.ts +0 -2
  765. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.full.js +0 -24
  766. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.intl.d.ts +0 -2
  767. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.intl.js +0 -12
  768. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.js +0 -15
  769. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es2024.arraybuffer.d.ts +0 -2
  770. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es2024.arraybuffer.js +0 -15
  771. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es2024.collection.d.ts +0 -2
  772. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es2024.collection.js +0 -12
  773. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es2024.d.ts +0 -2
  774. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es2024.full.d.ts +0 -2
  775. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es2024.full.js +0 -24
  776. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es2024.js +0 -28
  777. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es2024.object.d.ts +0 -2
  778. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es2024.object.js +0 -12
  779. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es2024.promise.d.ts +0 -2
  780. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es2024.promise.js +0 -15
  781. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es2024.regexp.d.ts +0 -2
  782. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es2024.regexp.js +0 -12
  783. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es2024.sharedmemory.d.ts +0 -2
  784. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es2024.sharedmemory.js +0 -17
  785. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es2024.string.d.ts +0 -2
  786. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es2024.string.js +0 -12
  787. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es2025.collection.d.ts +0 -2
  788. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es2025.collection.js +0 -17
  789. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es2025.d.ts +0 -2
  790. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es2025.float16.d.ts +0 -2
  791. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es2025.float16.js +0 -19
  792. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es2025.full.d.ts +0 -2
  793. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es2025.full.js +0 -24
  794. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es2025.intl.d.ts +0 -2
  795. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es2025.intl.js +0 -13
  796. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es2025.iterator.d.ts +0 -2
  797. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es2025.iterator.js +0 -16
  798. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es2025.js +0 -26
  799. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es2025.promise.d.ts +0 -2
  800. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es2025.promise.js +0 -12
  801. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es2025.regexp.d.ts +0 -2
  802. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es2025.regexp.js +0 -12
  803. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es5.d.ts +0 -2
  804. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es5.js +0 -118
  805. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es6.d.ts +0 -2
  806. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es6.js +0 -32
  807. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es7.d.ts +0 -2
  808. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/es7.js +0 -14
  809. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.array.d.ts +0 -2
  810. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.array.js +0 -12
  811. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.asynciterable.d.ts +0 -2
  812. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.asynciterable.js +0 -20
  813. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.bigint.d.ts +0 -2
  814. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.bigint.js +0 -23
  815. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.collection.d.ts +0 -2
  816. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.collection.js +0 -16
  817. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.d.ts +0 -2
  818. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.date.d.ts +0 -2
  819. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.date.js +0 -13
  820. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.decorators.d.ts +0 -2
  821. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.decorators.js +0 -17
  822. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.disposable.d.ts +0 -2
  823. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.disposable.js +0 -27
  824. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.error.d.ts +0 -2
  825. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.error.js +0 -12
  826. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.float16.d.ts +0 -2
  827. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.float16.js +0 -19
  828. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.full.d.ts +0 -2
  829. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.full.js +0 -24
  830. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.intl.d.ts +0 -2
  831. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.intl.js +0 -13
  832. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.iterator.d.ts +0 -2
  833. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.iterator.js +0 -16
  834. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.js +0 -34
  835. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.object.d.ts +0 -2
  836. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.object.js +0 -12
  837. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.promise.d.ts +0 -2
  838. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.promise.js +0 -12
  839. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.regexp.d.ts +0 -2
  840. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.regexp.js +0 -12
  841. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.sharedmemory.d.ts +0 -2
  842. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.sharedmemory.js +0 -12
  843. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.string.d.ts +0 -2
  844. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.string.js +0 -12
  845. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.symbol.d.ts +0 -2
  846. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.symbol.js +0 -12
  847. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.temporal.d.ts +0 -2
  848. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.temporal.js +0 -15
  849. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.typedarrays.d.ts +0 -2
  850. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.typedarrays.js +0 -15
  851. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.weakref.d.ts +0 -2
  852. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.weakref.js +0 -18
  853. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/index.d.ts +0 -2
  854. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/index.js +0 -247
  855. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/lib.d.ts +0 -2
  856. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/lib.js +0 -15
  857. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/scripthost.d.ts +0 -2
  858. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/scripthost.js +0 -26
  859. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.asynciterable.d.ts +0 -2
  860. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.asynciterable.js +0 -11
  861. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.d.ts +0 -2
  862. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.importscripts.d.ts +0 -2
  863. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.importscripts.js +0 -11
  864. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.iterable.d.ts +0 -2
  865. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.iterable.js +0 -11
  866. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.js +0 -842
  867. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/referencer/ClassVisitor.d.ts +0 -27
  868. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/referencer/ClassVisitor.js +0 -178
  869. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/referencer/ExportVisitor.d.ts +0 -13
  870. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/referencer/ExportVisitor.js +0 -71
  871. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/referencer/ImportVisitor.d.ts +0 -12
  872. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/referencer/ImportVisitor.js +0 -36
  873. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/referencer/PatternVisitor.d.ts +0 -27
  874. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/referencer/PatternVisitor.js +0 -94
  875. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/referencer/Reference.d.ts +0 -87
  876. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/referencer/Reference.js +0 -119
  877. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/referencer/Referencer.d.ts +0 -91
  878. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/referencer/Referencer.js +0 -558
  879. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/referencer/TypeVisitor.d.ts +0 -31
  880. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/referencer/TypeVisitor.js +0 -221
  881. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/referencer/Visitor.d.ts +0 -13
  882. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/referencer/Visitor.js +0 -29
  883. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/referencer/VisitorBase.d.ts +0 -21
  884. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/referencer/VisitorBase.js +0 -67
  885. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/referencer/index.d.ts +0 -1
  886. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/referencer/index.js +0 -5
  887. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/scope/BlockScope.d.ts +0 -8
  888. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/scope/BlockScope.js +0 -11
  889. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/scope/CatchScope.d.ts +0 -8
  890. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/scope/CatchScope.js +0 -11
  891. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/scope/ClassFieldInitializerScope.d.ts +0 -8
  892. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/scope/ClassFieldInitializerScope.js +0 -11
  893. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/scope/ClassScope.d.ts +0 -8
  894. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/scope/ClassScope.js +0 -11
  895. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/scope/ClassStaticBlockScope.d.ts +0 -8
  896. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/scope/ClassStaticBlockScope.js +0 -11
  897. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/scope/ConditionalTypeScope.d.ts +0 -8
  898. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/scope/ConditionalTypeScope.js +0 -11
  899. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/scope/ForScope.d.ts +0 -8
  900. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/scope/ForScope.js +0 -11
  901. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/scope/FunctionExpressionNameScope.d.ts +0 -9
  902. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/scope/FunctionExpressionNameScope.js +0 -17
  903. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/scope/FunctionScope.d.ts +0 -11
  904. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/scope/FunctionScope.js +0 -35
  905. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/scope/FunctionTypeScope.d.ts +0 -8
  906. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/scope/FunctionTypeScope.js +0 -11
  907. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/scope/GlobalScope.d.ts +0 -17
  908. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/scope/GlobalScope.js +0 -60
  909. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/scope/MappedTypeScope.d.ts +0 -8
  910. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/scope/MappedTypeScope.js +0 -11
  911. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/scope/ModuleScope.d.ts +0 -8
  912. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/scope/ModuleScope.js +0 -11
  913. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/scope/Scope.d.ts +0 -19
  914. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/scope/Scope.js +0 -2
  915. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/scope/ScopeBase.d.ts +0 -96
  916. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/scope/ScopeBase.js +0 -308
  917. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/scope/ScopeType.d.ts +0 -20
  918. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/scope/ScopeType.js +0 -24
  919. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/scope/SwitchScope.d.ts +0 -8
  920. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/scope/SwitchScope.js +0 -11
  921. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/scope/TSEnumScope.d.ts +0 -8
  922. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/scope/TSEnumScope.js +0 -11
  923. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/scope/TSModuleScope.d.ts +0 -8
  924. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/scope/TSModuleScope.js +0 -11
  925. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/scope/TypeScope.d.ts +0 -8
  926. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/scope/TypeScope.js +0 -11
  927. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/scope/WithScope.d.ts +0 -9
  928. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/scope/WithScope.js +0 -21
  929. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/scope/index.d.ts +0 -19
  930. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/scope/index.js +0 -35
  931. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/variable/ESLintScopeVariable.d.ts +0 -32
  932. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/variable/ESLintScopeVariable.js +0 -35
  933. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/variable/ImplicitLibVariable.d.ts +0 -27
  934. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/variable/ImplicitLibVariable.js +0 -26
  935. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/variable/Variable.d.ts +0 -16
  936. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/variable/Variable.js +0 -32
  937. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/variable/VariableBase.d.ts +0 -42
  938. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/variable/VariableBase.js +0 -47
  939. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/variable/index.d.ts +0 -6
  940. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/dist/variable/index.js +0 -9
  941. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/scope-manager/package.json +0 -82
  942. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/types/README.md +0 -12
  943. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/types/dist/generated/ast-spec.d.ts +0 -2194
  944. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/types/dist/generated/ast-spec.js +0 -200
  945. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/types/dist/index.d.ts +0 -4
  946. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/types/dist/index.js +0 -23
  947. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/types/dist/lib.d.ts +0 -1
  948. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/types/dist/lib.js +0 -6
  949. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/types/dist/parser-options.d.ts +0 -68
  950. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/types/dist/parser-options.js +0 -2
  951. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/types/dist/ts-estree.d.ts +0 -188
  952. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/types/package.json +0 -103
  953. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/visitor-keys/README.md +0 -10
  954. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/visitor-keys/dist/get-keys.d.ts +0 -2
  955. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/visitor-keys/dist/get-keys.js +0 -5
  956. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/visitor-keys/dist/index.d.ts +0 -2
  957. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/visitor-keys/dist/index.js +0 -7
  958. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/visitor-keys/dist/visitor-keys.d.ts +0 -2
  959. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/visitor-keys/dist/visitor-keys.js +0 -194
  960. package/node_modules/astro-eslint-parser/node_modules/@typescript-eslint/visitor-keys/package.json +0 -76
  961. package/node_modules/astrojs-compiler-sync/LICENSE +0 -53
  962. package/node_modules/astrojs-compiler-sync/README.md +0 -3
  963. package/node_modules/astrojs-compiler-sync/browser/index.d.ts +0 -6
  964. package/node_modules/astrojs-compiler-sync/browser/index.js +0 -76
  965. package/node_modules/astrojs-compiler-sync/browser/wasm_exec.js +0 -665
  966. package/node_modules/astrojs-compiler-sync/lib/astrojs-compiler-worker.js +0 -5
  967. package/node_modules/astrojs-compiler-sync/lib/compiler-sync.cjs +0 -31
  968. package/node_modules/astrojs-compiler-sync/lib/index.cjs +0 -30
  969. package/node_modules/astrojs-compiler-sync/lib/index.d.cts +0 -3
  970. package/node_modules/astrojs-compiler-sync/lib/index.d.ts +0 -14
  971. package/node_modules/astrojs-compiler-sync/lib/index.js +0 -18
  972. package/node_modules/astrojs-compiler-sync/package.json +0 -100
  973. package/node_modules/braces/LICENSE +0 -21
  974. package/node_modules/braces/README.md +0 -586
  975. package/node_modules/braces/index.js +0 -170
  976. package/node_modules/braces/lib/compile.js +0 -60
  977. package/node_modules/braces/lib/constants.js +0 -57
  978. package/node_modules/braces/lib/expand.js +0 -113
  979. package/node_modules/braces/lib/parse.js +0 -331
  980. package/node_modules/braces/lib/stringify.js +0 -32
  981. package/node_modules/braces/lib/utils.js +0 -122
  982. package/node_modules/braces/package.json +0 -77
  983. package/node_modules/entities/LICENSE +0 -11
  984. package/node_modules/entities/dist/decode-codepoint.d.ts +0 -8
  985. package/node_modules/entities/dist/decode-codepoint.d.ts.map +0 -1
  986. package/node_modules/entities/dist/decode-codepoint.js +0 -46
  987. package/node_modules/entities/dist/decode-codepoint.js.map +0 -1
  988. package/node_modules/entities/dist/decode.d.ts +0 -194
  989. package/node_modules/entities/dist/decode.d.ts.map +0 -1
  990. package/node_modules/entities/dist/decode.js +0 -544
  991. package/node_modules/entities/dist/decode.js.map +0 -1
  992. package/node_modules/entities/dist/encode.d.ts +0 -24
  993. package/node_modules/entities/dist/encode.d.ts.map +0 -1
  994. package/node_modules/entities/dist/encode.js +0 -90
  995. package/node_modules/entities/dist/encode.js.map +0 -1
  996. package/node_modules/entities/dist/escape.d.ts +0 -48
  997. package/node_modules/entities/dist/escape.d.ts.map +0 -1
  998. package/node_modules/entities/dist/escape.js +0 -132
  999. package/node_modules/entities/dist/escape.js.map +0 -1
  1000. package/node_modules/entities/dist/generated/decode-data-html.d.ts +0 -3
  1001. package/node_modules/entities/dist/generated/decode-data-html.d.ts.map +0 -1
  1002. package/node_modules/entities/dist/generated/decode-data-html.js +0 -5
  1003. package/node_modules/entities/dist/generated/decode-data-html.js.map +0 -1
  1004. package/node_modules/entities/dist/generated/decode-data-xml.d.ts +0 -3
  1005. package/node_modules/entities/dist/generated/decode-data-xml.d.ts.map +0 -1
  1006. package/node_modules/entities/dist/generated/decode-data-xml.js +0 -5
  1007. package/node_modules/entities/dist/generated/decode-data-xml.js.map +0 -1
  1008. package/node_modules/entities/dist/generated/encode-html.d.ts +0 -5
  1009. package/node_modules/entities/dist/generated/encode-html.d.ts.map +0 -1
  1010. package/node_modules/entities/dist/generated/encode-html.js +0 -12
  1011. package/node_modules/entities/dist/generated/encode-html.js.map +0 -1
  1012. package/node_modules/entities/dist/index.d.ts +0 -89
  1013. package/node_modules/entities/dist/index.d.ts.map +0 -1
  1014. package/node_modules/entities/dist/index.js +0 -91
  1015. package/node_modules/entities/dist/index.js.map +0 -1
  1016. package/node_modules/entities/dist/internal/bin-trie-flags.d.ts +0 -17
  1017. package/node_modules/entities/dist/internal/bin-trie-flags.d.ts.map +0 -1
  1018. package/node_modules/entities/dist/internal/bin-trie-flags.js +0 -18
  1019. package/node_modules/entities/dist/internal/bin-trie-flags.js.map +0 -1
  1020. package/node_modules/entities/dist/internal/decode-shared.d.ts +0 -7
  1021. package/node_modules/entities/dist/internal/decode-shared.d.ts.map +0 -1
  1022. package/node_modules/entities/dist/internal/decode-shared.js +0 -17
  1023. package/node_modules/entities/dist/internal/decode-shared.js.map +0 -1
  1024. package/node_modules/entities/dist/internal/encode-shared.d.ts +0 -33
  1025. package/node_modules/entities/dist/internal/encode-shared.d.ts.map +0 -1
  1026. package/node_modules/entities/dist/internal/encode-shared.js +0 -93
  1027. package/node_modules/entities/dist/internal/encode-shared.js.map +0 -1
  1028. package/node_modules/entities/package.json +0 -83
  1029. package/node_modules/entities/readme.md +0 -131
  1030. package/node_modules/entities/src/decode-codepoint.ts +0 -50
  1031. package/node_modules/entities/src/decode.ts +0 -671
  1032. package/node_modules/entities/src/encode.ts +0 -95
  1033. package/node_modules/entities/src/escape.ts +0 -160
  1034. package/node_modules/entities/src/generated/decode-data-html.ts +0 -7
  1035. package/node_modules/entities/src/generated/decode-data-xml.ts +0 -7
  1036. package/node_modules/entities/src/generated/encode-html.ts +0 -18
  1037. package/node_modules/entities/src/index.ts +0 -162
  1038. package/node_modules/entities/src/internal/bin-trie-flags.ts +0 -16
  1039. package/node_modules/entities/src/internal/decode-shared.ts +0 -18
  1040. package/node_modules/entities/src/internal/encode-shared.ts +0 -123
  1041. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/LICENSE +0 -21
  1042. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/README.md +0 -10
  1043. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/ID.d.ts +0 -2
  1044. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/ID.js +0 -19
  1045. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/ScopeManager.d.ts +0 -77
  1046. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/ScopeManager.js +0 -189
  1047. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/analyze.d.ts +0 -53
  1048. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/analyze.js +0 -41
  1049. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/assert.d.ts +0 -1
  1050. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/assert.js +0 -9
  1051. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/definition/CatchClauseDefinition.d.ts +0 -8
  1052. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/definition/CatchClauseDefinition.js +0 -13
  1053. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/definition/ClassNameDefinition.d.ts +0 -8
  1054. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/definition/ClassNameDefinition.js +0 -13
  1055. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/definition/Definition.d.ts +0 -12
  1056. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/definition/Definition.js +0 -2
  1057. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/definition/DefinitionBase.d.ts +0 -33
  1058. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/definition/DefinitionBase.js +0 -34
  1059. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/definition/DefinitionType.d.ts +0 -13
  1060. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/definition/DefinitionType.js +0 -17
  1061. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/definition/FunctionNameDefinition.d.ts +0 -8
  1062. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/definition/FunctionNameDefinition.js +0 -13
  1063. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/definition/ImplicitGlobalVariableDefinition.d.ts +0 -8
  1064. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/definition/ImplicitGlobalVariableDefinition.js +0 -13
  1065. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/definition/ImportBindingDefinition.d.ts +0 -9
  1066. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/definition/ImportBindingDefinition.js +0 -13
  1067. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/definition/ParameterDefinition.d.ts +0 -12
  1068. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/definition/ParameterDefinition.js +0 -18
  1069. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/definition/TSEnumMemberDefinition.d.ts +0 -8
  1070. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/definition/TSEnumMemberDefinition.js +0 -13
  1071. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/definition/TSEnumNameDefinition.d.ts +0 -8
  1072. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/definition/TSEnumNameDefinition.js +0 -13
  1073. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/definition/TSModuleNameDefinition.d.ts +0 -8
  1074. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/definition/TSModuleNameDefinition.js +0 -13
  1075. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/definition/TypeDefinition.d.ts +0 -8
  1076. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/definition/TypeDefinition.js +0 -13
  1077. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/definition/VariableDefinition.d.ts +0 -8
  1078. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/definition/VariableDefinition.js +0 -13
  1079. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/definition/index.d.ts +0 -13
  1080. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/definition/index.js +0 -29
  1081. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/index.d.ts +0 -8
  1082. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/index.js +0 -30
  1083. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/base-config.d.ts +0 -15
  1084. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/base-config.js +0 -22
  1085. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/decorators.d.ts +0 -2
  1086. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/decorators.js +0 -25
  1087. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/decorators.legacy.d.ts +0 -2
  1088. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/decorators.legacy.js +0 -17
  1089. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/dom.asynciterable.d.ts +0 -2
  1090. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/dom.asynciterable.js +0 -11
  1091. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/dom.d.ts +0 -2
  1092. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/dom.iterable.d.ts +0 -2
  1093. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/dom.iterable.js +0 -11
  1094. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/dom.js +0 -1812
  1095. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.collection.d.ts +0 -2
  1096. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.collection.js +0 -23
  1097. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.core.d.ts +0 -2
  1098. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.core.js +0 -34
  1099. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.d.ts +0 -2
  1100. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.generator.d.ts +0 -2
  1101. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.generator.js +0 -17
  1102. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.iterable.d.ts +0 -2
  1103. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.iterable.js +0 -62
  1104. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.js +0 -32
  1105. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.promise.d.ts +0 -2
  1106. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.promise.js +0 -12
  1107. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.proxy.d.ts +0 -2
  1108. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.proxy.js +0 -15
  1109. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.reflect.d.ts +0 -2
  1110. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.reflect.js +0 -12
  1111. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.symbol.d.ts +0 -2
  1112. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.symbol.js +0 -12
  1113. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.symbol.wellknown.d.ts +0 -2
  1114. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.symbol.wellknown.js +0 -47
  1115. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.array.include.d.ts +0 -2
  1116. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.array.include.js +0 -24
  1117. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.d.ts +0 -2
  1118. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.full.d.ts +0 -2
  1119. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.full.js +0 -16
  1120. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.intl.d.ts +0 -2
  1121. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.intl.js +0 -12
  1122. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.js +0 -14
  1123. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.arraybuffer.d.ts +0 -2
  1124. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.arraybuffer.js +0 -12
  1125. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.d.ts +0 -2
  1126. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.date.d.ts +0 -2
  1127. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.date.js +0 -12
  1128. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.full.d.ts +0 -2
  1129. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.full.js +0 -16
  1130. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.intl.d.ts +0 -2
  1131. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.intl.js +0 -12
  1132. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.js +0 -28
  1133. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.object.d.ts +0 -2
  1134. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.object.js +0 -12
  1135. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.sharedmemory.d.ts +0 -2
  1136. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.sharedmemory.js +0 -19
  1137. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.string.d.ts +0 -2
  1138. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.string.js +0 -12
  1139. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.typedarrays.d.ts +0 -2
  1140. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.typedarrays.js +0 -22
  1141. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.asyncgenerator.d.ts +0 -2
  1142. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.asyncgenerator.js +0 -17
  1143. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.asynciterable.d.ts +0 -2
  1144. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.asynciterable.js +0 -20
  1145. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.d.ts +0 -2
  1146. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.full.d.ts +0 -2
  1147. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.full.js +0 -24
  1148. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.intl.d.ts +0 -2
  1149. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.intl.js +0 -12
  1150. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.js +0 -24
  1151. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.promise.d.ts +0 -2
  1152. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.promise.js +0 -12
  1153. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.regexp.d.ts +0 -2
  1154. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.regexp.js +0 -16
  1155. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.array.d.ts +0 -2
  1156. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.array.js +0 -16
  1157. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.d.ts +0 -2
  1158. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.full.d.ts +0 -2
  1159. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.full.js +0 -24
  1160. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.intl.d.ts +0 -2
  1161. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.intl.js +0 -12
  1162. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.js +0 -24
  1163. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.object.d.ts +0 -2
  1164. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.object.js +0 -13
  1165. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.string.d.ts +0 -2
  1166. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.string.js +0 -12
  1167. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.symbol.d.ts +0 -2
  1168. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.symbol.js +0 -12
  1169. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.bigint.d.ts +0 -2
  1170. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.bigint.js +0 -23
  1171. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.d.ts +0 -2
  1172. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.date.d.ts +0 -2
  1173. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.date.js +0 -13
  1174. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.full.d.ts +0 -2
  1175. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.full.js +0 -24
  1176. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.intl.d.ts +0 -2
  1177. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.intl.js +0 -13
  1178. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.js +0 -30
  1179. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.number.d.ts +0 -2
  1180. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.number.js +0 -13
  1181. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.promise.d.ts +0 -2
  1182. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.promise.js +0 -17
  1183. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.sharedmemory.d.ts +0 -2
  1184. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.sharedmemory.js +0 -13
  1185. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.string.d.ts +0 -2
  1186. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.string.js +0 -15
  1187. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.symbol.wellknown.d.ts +0 -2
  1188. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.symbol.wellknown.js +0 -18
  1189. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.d.ts +0 -2
  1190. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.full.d.ts +0 -2
  1191. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.full.js +0 -24
  1192. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.intl.d.ts +0 -2
  1193. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.intl.js +0 -12
  1194. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.js +0 -16
  1195. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.promise.d.ts +0 -2
  1196. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.promise.js +0 -16
  1197. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.string.d.ts +0 -2
  1198. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.string.js +0 -12
  1199. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.weakref.d.ts +0 -2
  1200. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.weakref.js +0 -18
  1201. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.array.d.ts +0 -2
  1202. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.array.js +0 -26
  1203. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.d.ts +0 -2
  1204. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.error.d.ts +0 -2
  1205. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.error.js +0 -24
  1206. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.full.d.ts +0 -2
  1207. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.full.js +0 -24
  1208. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.intl.d.ts +0 -2
  1209. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.intl.js +0 -12
  1210. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.js +0 -26
  1211. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.object.d.ts +0 -2
  1212. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.object.js +0 -12
  1213. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.regexp.d.ts +0 -2
  1214. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.regexp.js +0 -17
  1215. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.string.d.ts +0 -2
  1216. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.string.js +0 -12
  1217. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.array.d.ts +0 -2
  1218. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.array.js +0 -26
  1219. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.collection.d.ts +0 -2
  1220. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.collection.js +0 -12
  1221. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.d.ts +0 -2
  1222. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.full.d.ts +0 -2
  1223. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.full.js +0 -24
  1224. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.intl.d.ts +0 -2
  1225. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.intl.js +0 -12
  1226. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.js +0 -15
  1227. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es2024.arraybuffer.d.ts +0 -2
  1228. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es2024.arraybuffer.js +0 -15
  1229. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es2024.collection.d.ts +0 -2
  1230. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es2024.collection.js +0 -12
  1231. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es2024.d.ts +0 -2
  1232. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es2024.full.d.ts +0 -2
  1233. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es2024.full.js +0 -24
  1234. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es2024.js +0 -28
  1235. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es2024.object.d.ts +0 -2
  1236. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es2024.object.js +0 -12
  1237. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es2024.promise.d.ts +0 -2
  1238. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es2024.promise.js +0 -15
  1239. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es2024.regexp.d.ts +0 -2
  1240. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es2024.regexp.js +0 -12
  1241. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es2024.sharedmemory.d.ts +0 -2
  1242. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es2024.sharedmemory.js +0 -17
  1243. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es2024.string.d.ts +0 -2
  1244. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es2024.string.js +0 -12
  1245. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es2025.collection.d.ts +0 -2
  1246. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es2025.collection.js +0 -17
  1247. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es2025.d.ts +0 -2
  1248. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es2025.float16.d.ts +0 -2
  1249. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es2025.float16.js +0 -19
  1250. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es2025.full.d.ts +0 -2
  1251. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es2025.full.js +0 -24
  1252. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es2025.intl.d.ts +0 -2
  1253. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es2025.intl.js +0 -13
  1254. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es2025.iterator.d.ts +0 -2
  1255. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es2025.iterator.js +0 -16
  1256. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es2025.js +0 -26
  1257. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es2025.promise.d.ts +0 -2
  1258. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es2025.promise.js +0 -12
  1259. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es2025.regexp.d.ts +0 -2
  1260. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es2025.regexp.js +0 -12
  1261. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es5.d.ts +0 -2
  1262. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es5.js +0 -118
  1263. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es6.d.ts +0 -2
  1264. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es6.js +0 -32
  1265. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es7.d.ts +0 -2
  1266. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/es7.js +0 -14
  1267. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.array.d.ts +0 -2
  1268. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.array.js +0 -12
  1269. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.asynciterable.d.ts +0 -2
  1270. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.asynciterable.js +0 -20
  1271. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.bigint.d.ts +0 -2
  1272. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.bigint.js +0 -23
  1273. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.collection.d.ts +0 -2
  1274. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.collection.js +0 -16
  1275. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.d.ts +0 -2
  1276. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.date.d.ts +0 -2
  1277. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.date.js +0 -13
  1278. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.decorators.d.ts +0 -2
  1279. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.decorators.js +0 -17
  1280. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.disposable.d.ts +0 -2
  1281. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.disposable.js +0 -27
  1282. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.error.d.ts +0 -2
  1283. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.error.js +0 -12
  1284. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.float16.d.ts +0 -2
  1285. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.float16.js +0 -19
  1286. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.full.d.ts +0 -2
  1287. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.full.js +0 -24
  1288. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.intl.d.ts +0 -2
  1289. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.intl.js +0 -13
  1290. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.iterator.d.ts +0 -2
  1291. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.iterator.js +0 -16
  1292. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.js +0 -34
  1293. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.object.d.ts +0 -2
  1294. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.object.js +0 -12
  1295. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.promise.d.ts +0 -2
  1296. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.promise.js +0 -12
  1297. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.regexp.d.ts +0 -2
  1298. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.regexp.js +0 -12
  1299. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.sharedmemory.d.ts +0 -2
  1300. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.sharedmemory.js +0 -12
  1301. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.string.d.ts +0 -2
  1302. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.string.js +0 -12
  1303. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.symbol.d.ts +0 -2
  1304. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.symbol.js +0 -12
  1305. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.temporal.d.ts +0 -2
  1306. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.temporal.js +0 -15
  1307. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.typedarrays.d.ts +0 -2
  1308. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.typedarrays.js +0 -15
  1309. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.weakref.d.ts +0 -2
  1310. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.weakref.js +0 -18
  1311. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/index.d.ts +0 -2
  1312. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/index.js +0 -247
  1313. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/lib.d.ts +0 -2
  1314. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/lib.js +0 -15
  1315. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/scripthost.d.ts +0 -2
  1316. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/scripthost.js +0 -26
  1317. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.asynciterable.d.ts +0 -2
  1318. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.asynciterable.js +0 -11
  1319. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.d.ts +0 -2
  1320. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.importscripts.d.ts +0 -2
  1321. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.importscripts.js +0 -11
  1322. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.iterable.d.ts +0 -2
  1323. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.iterable.js +0 -11
  1324. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.js +0 -842
  1325. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/referencer/ClassVisitor.d.ts +0 -27
  1326. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/referencer/ClassVisitor.js +0 -178
  1327. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/referencer/ExportVisitor.d.ts +0 -13
  1328. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/referencer/ExportVisitor.js +0 -71
  1329. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/referencer/ImportVisitor.d.ts +0 -12
  1330. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/referencer/ImportVisitor.js +0 -36
  1331. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/referencer/PatternVisitor.d.ts +0 -27
  1332. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/referencer/PatternVisitor.js +0 -94
  1333. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/referencer/Reference.d.ts +0 -87
  1334. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/referencer/Reference.js +0 -119
  1335. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/referencer/Referencer.d.ts +0 -91
  1336. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/referencer/Referencer.js +0 -558
  1337. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/referencer/TypeVisitor.d.ts +0 -31
  1338. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/referencer/TypeVisitor.js +0 -221
  1339. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/referencer/Visitor.d.ts +0 -13
  1340. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/referencer/Visitor.js +0 -29
  1341. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/referencer/VisitorBase.d.ts +0 -21
  1342. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/referencer/VisitorBase.js +0 -67
  1343. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/referencer/index.d.ts +0 -1
  1344. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/referencer/index.js +0 -5
  1345. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/scope/BlockScope.d.ts +0 -8
  1346. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/scope/BlockScope.js +0 -11
  1347. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/scope/CatchScope.d.ts +0 -8
  1348. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/scope/CatchScope.js +0 -11
  1349. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/scope/ClassFieldInitializerScope.d.ts +0 -8
  1350. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/scope/ClassFieldInitializerScope.js +0 -11
  1351. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/scope/ClassScope.d.ts +0 -8
  1352. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/scope/ClassScope.js +0 -11
  1353. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/scope/ClassStaticBlockScope.d.ts +0 -8
  1354. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/scope/ClassStaticBlockScope.js +0 -11
  1355. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/scope/ConditionalTypeScope.d.ts +0 -8
  1356. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/scope/ConditionalTypeScope.js +0 -11
  1357. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/scope/ForScope.d.ts +0 -8
  1358. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/scope/ForScope.js +0 -11
  1359. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/scope/FunctionExpressionNameScope.d.ts +0 -9
  1360. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/scope/FunctionExpressionNameScope.js +0 -17
  1361. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/scope/FunctionScope.d.ts +0 -11
  1362. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/scope/FunctionScope.js +0 -35
  1363. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/scope/FunctionTypeScope.d.ts +0 -8
  1364. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/scope/FunctionTypeScope.js +0 -11
  1365. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/scope/GlobalScope.d.ts +0 -17
  1366. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/scope/GlobalScope.js +0 -60
  1367. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/scope/MappedTypeScope.d.ts +0 -8
  1368. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/scope/MappedTypeScope.js +0 -11
  1369. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/scope/ModuleScope.d.ts +0 -8
  1370. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/scope/ModuleScope.js +0 -11
  1371. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/scope/Scope.d.ts +0 -19
  1372. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/scope/Scope.js +0 -2
  1373. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/scope/ScopeBase.d.ts +0 -96
  1374. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/scope/ScopeBase.js +0 -308
  1375. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/scope/ScopeType.d.ts +0 -20
  1376. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/scope/ScopeType.js +0 -24
  1377. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/scope/SwitchScope.d.ts +0 -8
  1378. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/scope/SwitchScope.js +0 -11
  1379. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/scope/TSEnumScope.d.ts +0 -8
  1380. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/scope/TSEnumScope.js +0 -11
  1381. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/scope/TSModuleScope.d.ts +0 -8
  1382. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/scope/TSModuleScope.js +0 -11
  1383. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/scope/TypeScope.d.ts +0 -8
  1384. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/scope/TypeScope.js +0 -11
  1385. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/scope/WithScope.d.ts +0 -9
  1386. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/scope/WithScope.js +0 -21
  1387. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/scope/index.d.ts +0 -19
  1388. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/scope/index.js +0 -35
  1389. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/variable/ESLintScopeVariable.d.ts +0 -32
  1390. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/variable/ESLintScopeVariable.js +0 -35
  1391. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/variable/ImplicitLibVariable.d.ts +0 -27
  1392. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/variable/ImplicitLibVariable.js +0 -26
  1393. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/variable/Variable.d.ts +0 -16
  1394. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/variable/Variable.js +0 -32
  1395. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/variable/VariableBase.d.ts +0 -42
  1396. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/variable/VariableBase.js +0 -47
  1397. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/variable/index.d.ts +0 -6
  1398. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/dist/variable/index.js +0 -9
  1399. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/scope-manager/package.json +0 -82
  1400. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/types/LICENSE +0 -21
  1401. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/types/README.md +0 -12
  1402. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/types/dist/generated/ast-spec.d.ts +0 -2194
  1403. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/types/dist/generated/ast-spec.js +0 -200
  1404. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/types/dist/index.d.ts +0 -4
  1405. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/types/dist/index.js +0 -23
  1406. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/types/dist/lib.d.ts +0 -1
  1407. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/types/dist/lib.js +0 -6
  1408. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/types/dist/parser-options.d.ts +0 -68
  1409. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/types/dist/parser-options.js +0 -2
  1410. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/types/dist/ts-estree.d.ts +0 -188
  1411. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/types/dist/ts-estree.js +0 -37
  1412. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/types/package.json +0 -103
  1413. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/visitor-keys/LICENSE +0 -21
  1414. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/visitor-keys/README.md +0 -10
  1415. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/visitor-keys/dist/get-keys.d.ts +0 -2
  1416. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/visitor-keys/dist/get-keys.js +0 -5
  1417. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/visitor-keys/dist/index.d.ts +0 -2
  1418. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/visitor-keys/dist/index.js +0 -7
  1419. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/visitor-keys/dist/visitor-keys.d.ts +0 -2
  1420. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/visitor-keys/dist/visitor-keys.js +0 -194
  1421. package/node_modules/eslint-plugin-astro/node_modules/@typescript-eslint/visitor-keys/package.json +0 -76
  1422. package/node_modules/eslint-plugin-astro/node_modules/astro-eslint-parser/LICENSE +0 -21
  1423. package/node_modules/eslint-plugin-astro/node_modules/astro-eslint-parser/README.md +0 -238
  1424. package/node_modules/eslint-plugin-astro/node_modules/astro-eslint-parser/lib/index.d.mts +0 -300
  1425. package/node_modules/eslint-plugin-astro/node_modules/astro-eslint-parser/lib/index.mjs +0 -2434
  1426. package/node_modules/eslint-plugin-astro/node_modules/astro-eslint-parser/package.json +0 -126
  1427. package/node_modules/eslint-plugin-astro/node_modules/globals/globals.json +0 -4104
  1428. package/node_modules/eslint-plugin-astro/node_modules/globals/index.d.ts +0 -4227
  1429. package/node_modules/eslint-plugin-astro/node_modules/globals/index.js +0 -2
  1430. package/node_modules/eslint-plugin-astro/node_modules/globals/license +0 -9
  1431. package/node_modules/eslint-plugin-astro/node_modules/globals/package.json +0 -121
  1432. package/node_modules/eslint-plugin-astro/node_modules/globals/readme.md +0 -42
  1433. package/node_modules/fast-glob/LICENSE +0 -21
  1434. package/node_modules/fast-glob/README.md +0 -830
  1435. package/node_modules/fast-glob/node_modules/glob-parent/LICENSE +0 -15
  1436. package/node_modules/fast-glob/node_modules/glob-parent/README.md +0 -137
  1437. package/node_modules/fast-glob/node_modules/glob-parent/index.js +0 -42
  1438. package/node_modules/fast-glob/node_modules/glob-parent/package.json +0 -48
  1439. package/node_modules/fast-glob/out/index.d.ts +0 -40
  1440. package/node_modules/fast-glob/out/index.js +0 -102
  1441. package/node_modules/fast-glob/out/managers/tasks.d.ts +0 -22
  1442. package/node_modules/fast-glob/out/managers/tasks.js +0 -110
  1443. package/node_modules/fast-glob/out/providers/async.d.ts +0 -9
  1444. package/node_modules/fast-glob/out/providers/async.js +0 -23
  1445. package/node_modules/fast-glob/out/providers/filters/deep.d.ts +0 -16
  1446. package/node_modules/fast-glob/out/providers/filters/deep.js +0 -62
  1447. package/node_modules/fast-glob/out/providers/filters/entry.d.ts +0 -17
  1448. package/node_modules/fast-glob/out/providers/filters/entry.js +0 -85
  1449. package/node_modules/fast-glob/out/providers/filters/error.d.ts +0 -8
  1450. package/node_modules/fast-glob/out/providers/filters/error.js +0 -15
  1451. package/node_modules/fast-glob/out/providers/matchers/matcher.d.ts +0 -33
  1452. package/node_modules/fast-glob/out/providers/matchers/matcher.js +0 -45
  1453. package/node_modules/fast-glob/out/providers/matchers/partial.d.ts +0 -4
  1454. package/node_modules/fast-glob/out/providers/matchers/partial.js +0 -38
  1455. package/node_modules/fast-glob/out/providers/provider.d.ts +0 -19
  1456. package/node_modules/fast-glob/out/providers/provider.js +0 -48
  1457. package/node_modules/fast-glob/out/providers/stream.d.ts +0 -11
  1458. package/node_modules/fast-glob/out/providers/stream.js +0 -31
  1459. package/node_modules/fast-glob/out/providers/sync.d.ts +0 -9
  1460. package/node_modules/fast-glob/out/providers/sync.js +0 -23
  1461. package/node_modules/fast-glob/out/providers/transformers/entry.d.ts +0 -8
  1462. package/node_modules/fast-glob/out/providers/transformers/entry.js +0 -26
  1463. package/node_modules/fast-glob/out/readers/async.d.ts +0 -10
  1464. package/node_modules/fast-glob/out/readers/async.js +0 -35
  1465. package/node_modules/fast-glob/out/readers/reader.d.ts +0 -15
  1466. package/node_modules/fast-glob/out/readers/reader.js +0 -33
  1467. package/node_modules/fast-glob/out/readers/stream.d.ts +0 -14
  1468. package/node_modules/fast-glob/out/readers/stream.js +0 -55
  1469. package/node_modules/fast-glob/out/readers/sync.d.ts +0 -12
  1470. package/node_modules/fast-glob/out/readers/sync.js +0 -43
  1471. package/node_modules/fast-glob/out/settings.d.ts +0 -164
  1472. package/node_modules/fast-glob/out/settings.js +0 -59
  1473. package/node_modules/fast-glob/out/types/index.d.ts +0 -31
  1474. package/node_modules/fast-glob/out/types/index.js +0 -2
  1475. package/node_modules/fast-glob/out/utils/array.d.ts +0 -2
  1476. package/node_modules/fast-glob/out/utils/array.js +0 -22
  1477. package/node_modules/fast-glob/out/utils/errno.d.ts +0 -2
  1478. package/node_modules/fast-glob/out/utils/errno.js +0 -7
  1479. package/node_modules/fast-glob/out/utils/fs.d.ts +0 -4
  1480. package/node_modules/fast-glob/out/utils/fs.js +0 -19
  1481. package/node_modules/fast-glob/out/utils/index.d.ts +0 -8
  1482. package/node_modules/fast-glob/out/utils/index.js +0 -17
  1483. package/node_modules/fast-glob/out/utils/path.d.ts +0 -13
  1484. package/node_modules/fast-glob/out/utils/path.js +0 -68
  1485. package/node_modules/fast-glob/out/utils/pattern.d.ts +0 -49
  1486. package/node_modules/fast-glob/out/utils/pattern.js +0 -206
  1487. package/node_modules/fast-glob/out/utils/stream.d.ts +0 -4
  1488. package/node_modules/fast-glob/out/utils/stream.js +0 -17
  1489. package/node_modules/fast-glob/out/utils/string.d.ts +0 -2
  1490. package/node_modules/fast-glob/out/utils/string.js +0 -11
  1491. package/node_modules/fast-glob/package.json +0 -81
  1492. package/node_modules/fastq/LICENSE +0 -13
  1493. package/node_modules/fastq/README.md +0 -310
  1494. package/node_modules/fastq/SECURITY.md +0 -15
  1495. package/node_modules/fastq/bench.js +0 -66
  1496. package/node_modules/fastq/eslint.config.js +0 -11
  1497. package/node_modules/fastq/example.js +0 -14
  1498. package/node_modules/fastq/example.mjs +0 -9
  1499. package/node_modules/fastq/index.d.ts +0 -59
  1500. package/node_modules/fastq/package.json +0 -49
  1501. package/node_modules/fastq/queue.js +0 -346
  1502. package/node_modules/fastq/test/example.ts +0 -83
  1503. package/node_modules/fastq/test/promise.js +0 -325
  1504. package/node_modules/fastq/test/test.js +0 -733
  1505. package/node_modules/fastq/test/tsconfig.json +0 -11
  1506. package/node_modules/fill-range/LICENSE +0 -21
  1507. package/node_modules/fill-range/README.md +0 -237
  1508. package/node_modules/fill-range/index.js +0 -248
  1509. package/node_modules/fill-range/package.json +0 -74
  1510. package/node_modules/is-number/LICENSE +0 -21
  1511. package/node_modules/is-number/README.md +0 -187
  1512. package/node_modules/is-number/index.js +0 -18
  1513. package/node_modules/is-number/package.json +0 -82
  1514. package/node_modules/merge2/LICENSE +0 -21
  1515. package/node_modules/merge2/README.md +0 -144
  1516. package/node_modules/merge2/index.js +0 -144
  1517. package/node_modules/merge2/package.json +0 -43
  1518. package/node_modules/micromatch/LICENSE +0 -21
  1519. package/node_modules/micromatch/README.md +0 -1024
  1520. package/node_modules/micromatch/index.js +0 -474
  1521. package/node_modules/micromatch/node_modules/picomatch/LICENSE +0 -21
  1522. package/node_modules/micromatch/node_modules/picomatch/README.md +0 -716
  1523. package/node_modules/micromatch/node_modules/picomatch/index.js +0 -3
  1524. package/node_modules/micromatch/node_modules/picomatch/lib/constants.js +0 -184
  1525. package/node_modules/micromatch/node_modules/picomatch/lib/parse.js +0 -1392
  1526. package/node_modules/micromatch/node_modules/picomatch/lib/picomatch.js +0 -342
  1527. package/node_modules/micromatch/node_modules/picomatch/lib/scan.js +0 -391
  1528. package/node_modules/micromatch/node_modules/picomatch/lib/utils.js +0 -64
  1529. package/node_modules/micromatch/node_modules/picomatch/package.json +0 -81
  1530. package/node_modules/micromatch/package.json +0 -119
  1531. package/node_modules/parse5/LICENSE +0 -19
  1532. package/node_modules/parse5/README.md +0 -38
  1533. package/node_modules/parse5/dist/common/doctype.d.ts +0 -4
  1534. package/node_modules/parse5/dist/common/doctype.js +0 -114
  1535. package/node_modules/parse5/dist/common/error-codes.d.ts +0 -67
  1536. package/node_modules/parse5/dist/common/error-codes.js +0 -63
  1537. package/node_modules/parse5/dist/common/foreign-content.d.ts +0 -9
  1538. package/node_modules/parse5/dist/common/foreign-content.js +0 -228
  1539. package/node_modules/parse5/dist/common/html.d.ts +0 -289
  1540. package/node_modules/parse5/dist/common/html.js +0 -523
  1541. package/node_modules/parse5/dist/common/token.d.ts +0 -84
  1542. package/node_modules/parse5/dist/common/token.js +0 -20
  1543. package/node_modules/parse5/dist/common/unicode.d.ts +0 -42
  1544. package/node_modules/parse5/dist/common/unicode.js +0 -62
  1545. package/node_modules/parse5/dist/index.d.ts +0 -71
  1546. package/node_modules/parse5/dist/index.js +0 -42
  1547. package/node_modules/parse5/dist/parser/formatting-element-list.d.ts +0 -36
  1548. package/node_modules/parse5/dist/parser/formatting-element-list.js +0 -110
  1549. package/node_modules/parse5/dist/parser/index.d.ts +0 -221
  1550. package/node_modules/parse5/dist/parser/index.js +0 -3245
  1551. package/node_modules/parse5/dist/parser/open-element-stack.d.ts +0 -53
  1552. package/node_modules/parse5/dist/parser/open-element-stack.js +0 -324
  1553. package/node_modules/parse5/dist/serializer/index.d.ts +0 -60
  1554. package/node_modules/parse5/dist/serializer/index.js +0 -168
  1555. package/node_modules/parse5/dist/tokenizer/index.d.ts +0 -247
  1556. package/node_modules/parse5/dist/tokenizer/index.js +0 -2712
  1557. package/node_modules/parse5/dist/tokenizer/preprocessor.d.ts +0 -36
  1558. package/node_modules/parse5/dist/tokenizer/preprocessor.js +0 -196
  1559. package/node_modules/parse5/dist/tree-adapters/default.d.ts +0 -84
  1560. package/node_modules/parse5/dist/tree-adapters/default.js +0 -173
  1561. package/node_modules/parse5/dist/tree-adapters/interface.d.ts +0 -255
  1562. package/node_modules/parse5/dist/tree-adapters/interface.js +0 -1
  1563. package/node_modules/parse5/package.json +0 -53
  1564. package/node_modules/queue-microtask/LICENSE +0 -20
  1565. package/node_modules/queue-microtask/README.md +0 -90
  1566. package/node_modules/queue-microtask/index.d.ts +0 -2
  1567. package/node_modules/queue-microtask/index.js +0 -9
  1568. package/node_modules/queue-microtask/package.json +0 -55
  1569. package/node_modules/reusify/.github/dependabot.yml +0 -7
  1570. package/node_modules/reusify/.github/workflows/ci.yml +0 -96
  1571. package/node_modules/reusify/LICENSE +0 -22
  1572. package/node_modules/reusify/README.md +0 -139
  1573. package/node_modules/reusify/SECURITY.md +0 -15
  1574. package/node_modules/reusify/benchmarks/createNoCodeFunction.js +0 -30
  1575. package/node_modules/reusify/benchmarks/fib.js +0 -13
  1576. package/node_modules/reusify/benchmarks/reuseNoCodeFunction.js +0 -38
  1577. package/node_modules/reusify/eslint.config.js +0 -14
  1578. package/node_modules/reusify/package.json +0 -50
  1579. package/node_modules/reusify/reusify.d.ts +0 -14
  1580. package/node_modules/reusify/reusify.js +0 -33
  1581. package/node_modules/reusify/test.js +0 -66
  1582. package/node_modules/reusify/tsconfig.json +0 -11
  1583. package/node_modules/run-parallel/LICENSE +0 -20
  1584. package/node_modules/run-parallel/README.md +0 -85
  1585. package/node_modules/run-parallel/index.js +0 -51
  1586. package/node_modules/run-parallel/package.json +0 -58
  1587. package/node_modules/synckit/LICENSE +0 -21
  1588. package/node_modules/synckit/README.md +0 -256
  1589. package/node_modules/synckit/lib/common.d.ts +0 -5
  1590. package/node_modules/synckit/lib/common.js +0 -22
  1591. package/node_modules/synckit/lib/common.js.map +0 -1
  1592. package/node_modules/synckit/lib/constants.d.ts +0 -38
  1593. package/node_modules/synckit/lib/constants.js +0 -54
  1594. package/node_modules/synckit/lib/constants.js.map +0 -1
  1595. package/node_modules/synckit/lib/helpers.d.ts +0 -27
  1596. package/node_modules/synckit/lib/helpers.js +0 -411
  1597. package/node_modules/synckit/lib/helpers.js.map +0 -1
  1598. package/node_modules/synckit/lib/index.cjs +0 -588
  1599. package/node_modules/synckit/lib/index.d.cts +0 -138
  1600. package/node_modules/synckit/lib/index.d.ts +0 -7
  1601. package/node_modules/synckit/lib/index.js +0 -68
  1602. package/node_modules/synckit/lib/index.js.map +0 -1
  1603. package/node_modules/synckit/lib/types.d.ts +0 -48
  1604. package/node_modules/synckit/lib/types.js +0 -2
  1605. package/node_modules/synckit/lib/types.js.map +0 -1
  1606. package/node_modules/synckit/package.json +0 -45
  1607. package/node_modules/to-regex-range/LICENSE +0 -21
  1608. package/node_modules/to-regex-range/README.md +0 -305
  1609. package/node_modules/to-regex-range/index.js +0 -288
  1610. package/node_modules/to-regex-range/package.json +0 -88
  1611. package/node_modules/yaml-eslint-parser/lib/chunk-15K8U1wQ.mjs +0 -18
  1612. /package/node_modules/@rviscomi/capo.js/{crx → dist/chrome}/background.js +0 -0
  1613. /package/node_modules/@rviscomi/capo.js/{crx → dist/chrome}/capo.css +0 -0
  1614. /package/node_modules/@rviscomi/capo.js/{crx → dist/chrome}/images/icon128.png +0 -0
  1615. /package/node_modules/@rviscomi/capo.js/{crx → dist/chrome}/images/icon256.png +0 -0
  1616. /package/node_modules/@rviscomi/capo.js/{crx → dist/chrome}/options/options.css +0 -0
  1617. /package/node_modules/@rviscomi/capo.js/{crx → dist/chrome}/options/options.html +0 -0
  1618. /package/node_modules/@rviscomi/capo.js/{crx → dist/chrome}/styles/open-props.css +0 -0
  1619. /package/node_modules/@rviscomi/capo.js/{docs/src/assets/capo256.png → dist/firefox/images/icon256.png} +0 -0
  1620. /package/node_modules/{eslint-plugin-astro/node_modules/astro-eslint-parser → eslint-plugin-toml}/lib/rolldown-runtime-D7D4PA-g.mjs +0 -0
  1621. /package/node_modules/{eslint-plugin-toml → yaml-eslint-parser}/lib/chunk-CfYAbeIz.mjs +0 -0
@@ -1,523 +0,0 @@
1
- /** All valid namespaces in HTML. */
2
- export var NS;
3
- (function (NS) {
4
- NS["HTML"] = "http://www.w3.org/1999/xhtml";
5
- NS["MATHML"] = "http://www.w3.org/1998/Math/MathML";
6
- NS["SVG"] = "http://www.w3.org/2000/svg";
7
- NS["XLINK"] = "http://www.w3.org/1999/xlink";
8
- NS["XML"] = "http://www.w3.org/XML/1998/namespace";
9
- NS["XMLNS"] = "http://www.w3.org/2000/xmlns/";
10
- })(NS || (NS = {}));
11
- export var ATTRS;
12
- (function (ATTRS) {
13
- ATTRS["TYPE"] = "type";
14
- ATTRS["ACTION"] = "action";
15
- ATTRS["ENCODING"] = "encoding";
16
- ATTRS["PROMPT"] = "prompt";
17
- ATTRS["NAME"] = "name";
18
- ATTRS["COLOR"] = "color";
19
- ATTRS["FACE"] = "face";
20
- ATTRS["SIZE"] = "size";
21
- })(ATTRS || (ATTRS = {}));
22
- /**
23
- * The mode of the document.
24
- *
25
- * @see {@link https://dom.spec.whatwg.org/#concept-document-limited-quirks}
26
- */
27
- export var DOCUMENT_MODE;
28
- (function (DOCUMENT_MODE) {
29
- DOCUMENT_MODE["NO_QUIRKS"] = "no-quirks";
30
- DOCUMENT_MODE["QUIRKS"] = "quirks";
31
- DOCUMENT_MODE["LIMITED_QUIRKS"] = "limited-quirks";
32
- })(DOCUMENT_MODE || (DOCUMENT_MODE = {}));
33
- export var TAG_NAMES;
34
- (function (TAG_NAMES) {
35
- TAG_NAMES["A"] = "a";
36
- TAG_NAMES["ADDRESS"] = "address";
37
- TAG_NAMES["ANNOTATION_XML"] = "annotation-xml";
38
- TAG_NAMES["APPLET"] = "applet";
39
- TAG_NAMES["AREA"] = "area";
40
- TAG_NAMES["ARTICLE"] = "article";
41
- TAG_NAMES["ASIDE"] = "aside";
42
- TAG_NAMES["B"] = "b";
43
- TAG_NAMES["BASE"] = "base";
44
- TAG_NAMES["BASEFONT"] = "basefont";
45
- TAG_NAMES["BGSOUND"] = "bgsound";
46
- TAG_NAMES["BIG"] = "big";
47
- TAG_NAMES["BLOCKQUOTE"] = "blockquote";
48
- TAG_NAMES["BODY"] = "body";
49
- TAG_NAMES["BR"] = "br";
50
- TAG_NAMES["BUTTON"] = "button";
51
- TAG_NAMES["CAPTION"] = "caption";
52
- TAG_NAMES["CENTER"] = "center";
53
- TAG_NAMES["CODE"] = "code";
54
- TAG_NAMES["COL"] = "col";
55
- TAG_NAMES["COLGROUP"] = "colgroup";
56
- TAG_NAMES["DD"] = "dd";
57
- TAG_NAMES["DESC"] = "desc";
58
- TAG_NAMES["DETAILS"] = "details";
59
- TAG_NAMES["DIALOG"] = "dialog";
60
- TAG_NAMES["DIR"] = "dir";
61
- TAG_NAMES["DIV"] = "div";
62
- TAG_NAMES["DL"] = "dl";
63
- TAG_NAMES["DT"] = "dt";
64
- TAG_NAMES["EM"] = "em";
65
- TAG_NAMES["EMBED"] = "embed";
66
- TAG_NAMES["FIELDSET"] = "fieldset";
67
- TAG_NAMES["FIGCAPTION"] = "figcaption";
68
- TAG_NAMES["FIGURE"] = "figure";
69
- TAG_NAMES["FONT"] = "font";
70
- TAG_NAMES["FOOTER"] = "footer";
71
- TAG_NAMES["FOREIGN_OBJECT"] = "foreignObject";
72
- TAG_NAMES["FORM"] = "form";
73
- TAG_NAMES["FRAME"] = "frame";
74
- TAG_NAMES["FRAMESET"] = "frameset";
75
- TAG_NAMES["H1"] = "h1";
76
- TAG_NAMES["H2"] = "h2";
77
- TAG_NAMES["H3"] = "h3";
78
- TAG_NAMES["H4"] = "h4";
79
- TAG_NAMES["H5"] = "h5";
80
- TAG_NAMES["H6"] = "h6";
81
- TAG_NAMES["HEAD"] = "head";
82
- TAG_NAMES["HEADER"] = "header";
83
- TAG_NAMES["HGROUP"] = "hgroup";
84
- TAG_NAMES["HR"] = "hr";
85
- TAG_NAMES["HTML"] = "html";
86
- TAG_NAMES["I"] = "i";
87
- TAG_NAMES["IMG"] = "img";
88
- TAG_NAMES["IMAGE"] = "image";
89
- TAG_NAMES["INPUT"] = "input";
90
- TAG_NAMES["IFRAME"] = "iframe";
91
- TAG_NAMES["KEYGEN"] = "keygen";
92
- TAG_NAMES["LABEL"] = "label";
93
- TAG_NAMES["LI"] = "li";
94
- TAG_NAMES["LINK"] = "link";
95
- TAG_NAMES["LISTING"] = "listing";
96
- TAG_NAMES["MAIN"] = "main";
97
- TAG_NAMES["MALIGNMARK"] = "malignmark";
98
- TAG_NAMES["MARQUEE"] = "marquee";
99
- TAG_NAMES["MATH"] = "math";
100
- TAG_NAMES["MENU"] = "menu";
101
- TAG_NAMES["META"] = "meta";
102
- TAG_NAMES["MGLYPH"] = "mglyph";
103
- TAG_NAMES["MI"] = "mi";
104
- TAG_NAMES["MO"] = "mo";
105
- TAG_NAMES["MN"] = "mn";
106
- TAG_NAMES["MS"] = "ms";
107
- TAG_NAMES["MTEXT"] = "mtext";
108
- TAG_NAMES["NAV"] = "nav";
109
- TAG_NAMES["NOBR"] = "nobr";
110
- TAG_NAMES["NOFRAMES"] = "noframes";
111
- TAG_NAMES["NOEMBED"] = "noembed";
112
- TAG_NAMES["NOSCRIPT"] = "noscript";
113
- TAG_NAMES["OBJECT"] = "object";
114
- TAG_NAMES["OL"] = "ol";
115
- TAG_NAMES["OPTGROUP"] = "optgroup";
116
- TAG_NAMES["OPTION"] = "option";
117
- TAG_NAMES["P"] = "p";
118
- TAG_NAMES["PARAM"] = "param";
119
- TAG_NAMES["PLAINTEXT"] = "plaintext";
120
- TAG_NAMES["PRE"] = "pre";
121
- TAG_NAMES["RB"] = "rb";
122
- TAG_NAMES["RP"] = "rp";
123
- TAG_NAMES["RT"] = "rt";
124
- TAG_NAMES["RTC"] = "rtc";
125
- TAG_NAMES["RUBY"] = "ruby";
126
- TAG_NAMES["S"] = "s";
127
- TAG_NAMES["SCRIPT"] = "script";
128
- TAG_NAMES["SEARCH"] = "search";
129
- TAG_NAMES["SECTION"] = "section";
130
- TAG_NAMES["SELECT"] = "select";
131
- TAG_NAMES["SOURCE"] = "source";
132
- TAG_NAMES["SMALL"] = "small";
133
- TAG_NAMES["SPAN"] = "span";
134
- TAG_NAMES["STRIKE"] = "strike";
135
- TAG_NAMES["STRONG"] = "strong";
136
- TAG_NAMES["STYLE"] = "style";
137
- TAG_NAMES["SUB"] = "sub";
138
- TAG_NAMES["SUMMARY"] = "summary";
139
- TAG_NAMES["SUP"] = "sup";
140
- TAG_NAMES["TABLE"] = "table";
141
- TAG_NAMES["TBODY"] = "tbody";
142
- TAG_NAMES["TEMPLATE"] = "template";
143
- TAG_NAMES["TEXTAREA"] = "textarea";
144
- TAG_NAMES["TFOOT"] = "tfoot";
145
- TAG_NAMES["TD"] = "td";
146
- TAG_NAMES["TH"] = "th";
147
- TAG_NAMES["THEAD"] = "thead";
148
- TAG_NAMES["TITLE"] = "title";
149
- TAG_NAMES["TR"] = "tr";
150
- TAG_NAMES["TRACK"] = "track";
151
- TAG_NAMES["TT"] = "tt";
152
- TAG_NAMES["U"] = "u";
153
- TAG_NAMES["UL"] = "ul";
154
- TAG_NAMES["SVG"] = "svg";
155
- TAG_NAMES["VAR"] = "var";
156
- TAG_NAMES["WBR"] = "wbr";
157
- TAG_NAMES["XMP"] = "xmp";
158
- })(TAG_NAMES || (TAG_NAMES = {}));
159
- /**
160
- * Tag IDs are numeric IDs for known tag names.
161
- *
162
- * We use tag IDs to improve the performance of tag name comparisons.
163
- */
164
- export var TAG_ID;
165
- (function (TAG_ID) {
166
- TAG_ID[TAG_ID["UNKNOWN"] = 0] = "UNKNOWN";
167
- TAG_ID[TAG_ID["A"] = 1] = "A";
168
- TAG_ID[TAG_ID["ADDRESS"] = 2] = "ADDRESS";
169
- TAG_ID[TAG_ID["ANNOTATION_XML"] = 3] = "ANNOTATION_XML";
170
- TAG_ID[TAG_ID["APPLET"] = 4] = "APPLET";
171
- TAG_ID[TAG_ID["AREA"] = 5] = "AREA";
172
- TAG_ID[TAG_ID["ARTICLE"] = 6] = "ARTICLE";
173
- TAG_ID[TAG_ID["ASIDE"] = 7] = "ASIDE";
174
- TAG_ID[TAG_ID["B"] = 8] = "B";
175
- TAG_ID[TAG_ID["BASE"] = 9] = "BASE";
176
- TAG_ID[TAG_ID["BASEFONT"] = 10] = "BASEFONT";
177
- TAG_ID[TAG_ID["BGSOUND"] = 11] = "BGSOUND";
178
- TAG_ID[TAG_ID["BIG"] = 12] = "BIG";
179
- TAG_ID[TAG_ID["BLOCKQUOTE"] = 13] = "BLOCKQUOTE";
180
- TAG_ID[TAG_ID["BODY"] = 14] = "BODY";
181
- TAG_ID[TAG_ID["BR"] = 15] = "BR";
182
- TAG_ID[TAG_ID["BUTTON"] = 16] = "BUTTON";
183
- TAG_ID[TAG_ID["CAPTION"] = 17] = "CAPTION";
184
- TAG_ID[TAG_ID["CENTER"] = 18] = "CENTER";
185
- TAG_ID[TAG_ID["CODE"] = 19] = "CODE";
186
- TAG_ID[TAG_ID["COL"] = 20] = "COL";
187
- TAG_ID[TAG_ID["COLGROUP"] = 21] = "COLGROUP";
188
- TAG_ID[TAG_ID["DD"] = 22] = "DD";
189
- TAG_ID[TAG_ID["DESC"] = 23] = "DESC";
190
- TAG_ID[TAG_ID["DETAILS"] = 24] = "DETAILS";
191
- TAG_ID[TAG_ID["DIALOG"] = 25] = "DIALOG";
192
- TAG_ID[TAG_ID["DIR"] = 26] = "DIR";
193
- TAG_ID[TAG_ID["DIV"] = 27] = "DIV";
194
- TAG_ID[TAG_ID["DL"] = 28] = "DL";
195
- TAG_ID[TAG_ID["DT"] = 29] = "DT";
196
- TAG_ID[TAG_ID["EM"] = 30] = "EM";
197
- TAG_ID[TAG_ID["EMBED"] = 31] = "EMBED";
198
- TAG_ID[TAG_ID["FIELDSET"] = 32] = "FIELDSET";
199
- TAG_ID[TAG_ID["FIGCAPTION"] = 33] = "FIGCAPTION";
200
- TAG_ID[TAG_ID["FIGURE"] = 34] = "FIGURE";
201
- TAG_ID[TAG_ID["FONT"] = 35] = "FONT";
202
- TAG_ID[TAG_ID["FOOTER"] = 36] = "FOOTER";
203
- TAG_ID[TAG_ID["FOREIGN_OBJECT"] = 37] = "FOREIGN_OBJECT";
204
- TAG_ID[TAG_ID["FORM"] = 38] = "FORM";
205
- TAG_ID[TAG_ID["FRAME"] = 39] = "FRAME";
206
- TAG_ID[TAG_ID["FRAMESET"] = 40] = "FRAMESET";
207
- TAG_ID[TAG_ID["H1"] = 41] = "H1";
208
- TAG_ID[TAG_ID["H2"] = 42] = "H2";
209
- TAG_ID[TAG_ID["H3"] = 43] = "H3";
210
- TAG_ID[TAG_ID["H4"] = 44] = "H4";
211
- TAG_ID[TAG_ID["H5"] = 45] = "H5";
212
- TAG_ID[TAG_ID["H6"] = 46] = "H6";
213
- TAG_ID[TAG_ID["HEAD"] = 47] = "HEAD";
214
- TAG_ID[TAG_ID["HEADER"] = 48] = "HEADER";
215
- TAG_ID[TAG_ID["HGROUP"] = 49] = "HGROUP";
216
- TAG_ID[TAG_ID["HR"] = 50] = "HR";
217
- TAG_ID[TAG_ID["HTML"] = 51] = "HTML";
218
- TAG_ID[TAG_ID["I"] = 52] = "I";
219
- TAG_ID[TAG_ID["IMG"] = 53] = "IMG";
220
- TAG_ID[TAG_ID["IMAGE"] = 54] = "IMAGE";
221
- TAG_ID[TAG_ID["INPUT"] = 55] = "INPUT";
222
- TAG_ID[TAG_ID["IFRAME"] = 56] = "IFRAME";
223
- TAG_ID[TAG_ID["KEYGEN"] = 57] = "KEYGEN";
224
- TAG_ID[TAG_ID["LABEL"] = 58] = "LABEL";
225
- TAG_ID[TAG_ID["LI"] = 59] = "LI";
226
- TAG_ID[TAG_ID["LINK"] = 60] = "LINK";
227
- TAG_ID[TAG_ID["LISTING"] = 61] = "LISTING";
228
- TAG_ID[TAG_ID["MAIN"] = 62] = "MAIN";
229
- TAG_ID[TAG_ID["MALIGNMARK"] = 63] = "MALIGNMARK";
230
- TAG_ID[TAG_ID["MARQUEE"] = 64] = "MARQUEE";
231
- TAG_ID[TAG_ID["MATH"] = 65] = "MATH";
232
- TAG_ID[TAG_ID["MENU"] = 66] = "MENU";
233
- TAG_ID[TAG_ID["META"] = 67] = "META";
234
- TAG_ID[TAG_ID["MGLYPH"] = 68] = "MGLYPH";
235
- TAG_ID[TAG_ID["MI"] = 69] = "MI";
236
- TAG_ID[TAG_ID["MO"] = 70] = "MO";
237
- TAG_ID[TAG_ID["MN"] = 71] = "MN";
238
- TAG_ID[TAG_ID["MS"] = 72] = "MS";
239
- TAG_ID[TAG_ID["MTEXT"] = 73] = "MTEXT";
240
- TAG_ID[TAG_ID["NAV"] = 74] = "NAV";
241
- TAG_ID[TAG_ID["NOBR"] = 75] = "NOBR";
242
- TAG_ID[TAG_ID["NOFRAMES"] = 76] = "NOFRAMES";
243
- TAG_ID[TAG_ID["NOEMBED"] = 77] = "NOEMBED";
244
- TAG_ID[TAG_ID["NOSCRIPT"] = 78] = "NOSCRIPT";
245
- TAG_ID[TAG_ID["OBJECT"] = 79] = "OBJECT";
246
- TAG_ID[TAG_ID["OL"] = 80] = "OL";
247
- TAG_ID[TAG_ID["OPTGROUP"] = 81] = "OPTGROUP";
248
- TAG_ID[TAG_ID["OPTION"] = 82] = "OPTION";
249
- TAG_ID[TAG_ID["P"] = 83] = "P";
250
- TAG_ID[TAG_ID["PARAM"] = 84] = "PARAM";
251
- TAG_ID[TAG_ID["PLAINTEXT"] = 85] = "PLAINTEXT";
252
- TAG_ID[TAG_ID["PRE"] = 86] = "PRE";
253
- TAG_ID[TAG_ID["RB"] = 87] = "RB";
254
- TAG_ID[TAG_ID["RP"] = 88] = "RP";
255
- TAG_ID[TAG_ID["RT"] = 89] = "RT";
256
- TAG_ID[TAG_ID["RTC"] = 90] = "RTC";
257
- TAG_ID[TAG_ID["RUBY"] = 91] = "RUBY";
258
- TAG_ID[TAG_ID["S"] = 92] = "S";
259
- TAG_ID[TAG_ID["SCRIPT"] = 93] = "SCRIPT";
260
- TAG_ID[TAG_ID["SEARCH"] = 94] = "SEARCH";
261
- TAG_ID[TAG_ID["SECTION"] = 95] = "SECTION";
262
- TAG_ID[TAG_ID["SELECT"] = 96] = "SELECT";
263
- TAG_ID[TAG_ID["SOURCE"] = 97] = "SOURCE";
264
- TAG_ID[TAG_ID["SMALL"] = 98] = "SMALL";
265
- TAG_ID[TAG_ID["SPAN"] = 99] = "SPAN";
266
- TAG_ID[TAG_ID["STRIKE"] = 100] = "STRIKE";
267
- TAG_ID[TAG_ID["STRONG"] = 101] = "STRONG";
268
- TAG_ID[TAG_ID["STYLE"] = 102] = "STYLE";
269
- TAG_ID[TAG_ID["SUB"] = 103] = "SUB";
270
- TAG_ID[TAG_ID["SUMMARY"] = 104] = "SUMMARY";
271
- TAG_ID[TAG_ID["SUP"] = 105] = "SUP";
272
- TAG_ID[TAG_ID["TABLE"] = 106] = "TABLE";
273
- TAG_ID[TAG_ID["TBODY"] = 107] = "TBODY";
274
- TAG_ID[TAG_ID["TEMPLATE"] = 108] = "TEMPLATE";
275
- TAG_ID[TAG_ID["TEXTAREA"] = 109] = "TEXTAREA";
276
- TAG_ID[TAG_ID["TFOOT"] = 110] = "TFOOT";
277
- TAG_ID[TAG_ID["TD"] = 111] = "TD";
278
- TAG_ID[TAG_ID["TH"] = 112] = "TH";
279
- TAG_ID[TAG_ID["THEAD"] = 113] = "THEAD";
280
- TAG_ID[TAG_ID["TITLE"] = 114] = "TITLE";
281
- TAG_ID[TAG_ID["TR"] = 115] = "TR";
282
- TAG_ID[TAG_ID["TRACK"] = 116] = "TRACK";
283
- TAG_ID[TAG_ID["TT"] = 117] = "TT";
284
- TAG_ID[TAG_ID["U"] = 118] = "U";
285
- TAG_ID[TAG_ID["UL"] = 119] = "UL";
286
- TAG_ID[TAG_ID["SVG"] = 120] = "SVG";
287
- TAG_ID[TAG_ID["VAR"] = 121] = "VAR";
288
- TAG_ID[TAG_ID["WBR"] = 122] = "WBR";
289
- TAG_ID[TAG_ID["XMP"] = 123] = "XMP";
290
- })(TAG_ID || (TAG_ID = {}));
291
- const TAG_NAME_TO_ID = new Map([
292
- [TAG_NAMES.A, TAG_ID.A],
293
- [TAG_NAMES.ADDRESS, TAG_ID.ADDRESS],
294
- [TAG_NAMES.ANNOTATION_XML, TAG_ID.ANNOTATION_XML],
295
- [TAG_NAMES.APPLET, TAG_ID.APPLET],
296
- [TAG_NAMES.AREA, TAG_ID.AREA],
297
- [TAG_NAMES.ARTICLE, TAG_ID.ARTICLE],
298
- [TAG_NAMES.ASIDE, TAG_ID.ASIDE],
299
- [TAG_NAMES.B, TAG_ID.B],
300
- [TAG_NAMES.BASE, TAG_ID.BASE],
301
- [TAG_NAMES.BASEFONT, TAG_ID.BASEFONT],
302
- [TAG_NAMES.BGSOUND, TAG_ID.BGSOUND],
303
- [TAG_NAMES.BIG, TAG_ID.BIG],
304
- [TAG_NAMES.BLOCKQUOTE, TAG_ID.BLOCKQUOTE],
305
- [TAG_NAMES.BODY, TAG_ID.BODY],
306
- [TAG_NAMES.BR, TAG_ID.BR],
307
- [TAG_NAMES.BUTTON, TAG_ID.BUTTON],
308
- [TAG_NAMES.CAPTION, TAG_ID.CAPTION],
309
- [TAG_NAMES.CENTER, TAG_ID.CENTER],
310
- [TAG_NAMES.CODE, TAG_ID.CODE],
311
- [TAG_NAMES.COL, TAG_ID.COL],
312
- [TAG_NAMES.COLGROUP, TAG_ID.COLGROUP],
313
- [TAG_NAMES.DD, TAG_ID.DD],
314
- [TAG_NAMES.DESC, TAG_ID.DESC],
315
- [TAG_NAMES.DETAILS, TAG_ID.DETAILS],
316
- [TAG_NAMES.DIALOG, TAG_ID.DIALOG],
317
- [TAG_NAMES.DIR, TAG_ID.DIR],
318
- [TAG_NAMES.DIV, TAG_ID.DIV],
319
- [TAG_NAMES.DL, TAG_ID.DL],
320
- [TAG_NAMES.DT, TAG_ID.DT],
321
- [TAG_NAMES.EM, TAG_ID.EM],
322
- [TAG_NAMES.EMBED, TAG_ID.EMBED],
323
- [TAG_NAMES.FIELDSET, TAG_ID.FIELDSET],
324
- [TAG_NAMES.FIGCAPTION, TAG_ID.FIGCAPTION],
325
- [TAG_NAMES.FIGURE, TAG_ID.FIGURE],
326
- [TAG_NAMES.FONT, TAG_ID.FONT],
327
- [TAG_NAMES.FOOTER, TAG_ID.FOOTER],
328
- [TAG_NAMES.FOREIGN_OBJECT, TAG_ID.FOREIGN_OBJECT],
329
- [TAG_NAMES.FORM, TAG_ID.FORM],
330
- [TAG_NAMES.FRAME, TAG_ID.FRAME],
331
- [TAG_NAMES.FRAMESET, TAG_ID.FRAMESET],
332
- [TAG_NAMES.H1, TAG_ID.H1],
333
- [TAG_NAMES.H2, TAG_ID.H2],
334
- [TAG_NAMES.H3, TAG_ID.H3],
335
- [TAG_NAMES.H4, TAG_ID.H4],
336
- [TAG_NAMES.H5, TAG_ID.H5],
337
- [TAG_NAMES.H6, TAG_ID.H6],
338
- [TAG_NAMES.HEAD, TAG_ID.HEAD],
339
- [TAG_NAMES.HEADER, TAG_ID.HEADER],
340
- [TAG_NAMES.HGROUP, TAG_ID.HGROUP],
341
- [TAG_NAMES.HR, TAG_ID.HR],
342
- [TAG_NAMES.HTML, TAG_ID.HTML],
343
- [TAG_NAMES.I, TAG_ID.I],
344
- [TAG_NAMES.IMG, TAG_ID.IMG],
345
- [TAG_NAMES.IMAGE, TAG_ID.IMAGE],
346
- [TAG_NAMES.INPUT, TAG_ID.INPUT],
347
- [TAG_NAMES.IFRAME, TAG_ID.IFRAME],
348
- [TAG_NAMES.KEYGEN, TAG_ID.KEYGEN],
349
- [TAG_NAMES.LABEL, TAG_ID.LABEL],
350
- [TAG_NAMES.LI, TAG_ID.LI],
351
- [TAG_NAMES.LINK, TAG_ID.LINK],
352
- [TAG_NAMES.LISTING, TAG_ID.LISTING],
353
- [TAG_NAMES.MAIN, TAG_ID.MAIN],
354
- [TAG_NAMES.MALIGNMARK, TAG_ID.MALIGNMARK],
355
- [TAG_NAMES.MARQUEE, TAG_ID.MARQUEE],
356
- [TAG_NAMES.MATH, TAG_ID.MATH],
357
- [TAG_NAMES.MENU, TAG_ID.MENU],
358
- [TAG_NAMES.META, TAG_ID.META],
359
- [TAG_NAMES.MGLYPH, TAG_ID.MGLYPH],
360
- [TAG_NAMES.MI, TAG_ID.MI],
361
- [TAG_NAMES.MO, TAG_ID.MO],
362
- [TAG_NAMES.MN, TAG_ID.MN],
363
- [TAG_NAMES.MS, TAG_ID.MS],
364
- [TAG_NAMES.MTEXT, TAG_ID.MTEXT],
365
- [TAG_NAMES.NAV, TAG_ID.NAV],
366
- [TAG_NAMES.NOBR, TAG_ID.NOBR],
367
- [TAG_NAMES.NOFRAMES, TAG_ID.NOFRAMES],
368
- [TAG_NAMES.NOEMBED, TAG_ID.NOEMBED],
369
- [TAG_NAMES.NOSCRIPT, TAG_ID.NOSCRIPT],
370
- [TAG_NAMES.OBJECT, TAG_ID.OBJECT],
371
- [TAG_NAMES.OL, TAG_ID.OL],
372
- [TAG_NAMES.OPTGROUP, TAG_ID.OPTGROUP],
373
- [TAG_NAMES.OPTION, TAG_ID.OPTION],
374
- [TAG_NAMES.P, TAG_ID.P],
375
- [TAG_NAMES.PARAM, TAG_ID.PARAM],
376
- [TAG_NAMES.PLAINTEXT, TAG_ID.PLAINTEXT],
377
- [TAG_NAMES.PRE, TAG_ID.PRE],
378
- [TAG_NAMES.RB, TAG_ID.RB],
379
- [TAG_NAMES.RP, TAG_ID.RP],
380
- [TAG_NAMES.RT, TAG_ID.RT],
381
- [TAG_NAMES.RTC, TAG_ID.RTC],
382
- [TAG_NAMES.RUBY, TAG_ID.RUBY],
383
- [TAG_NAMES.S, TAG_ID.S],
384
- [TAG_NAMES.SCRIPT, TAG_ID.SCRIPT],
385
- [TAG_NAMES.SEARCH, TAG_ID.SEARCH],
386
- [TAG_NAMES.SECTION, TAG_ID.SECTION],
387
- [TAG_NAMES.SELECT, TAG_ID.SELECT],
388
- [TAG_NAMES.SOURCE, TAG_ID.SOURCE],
389
- [TAG_NAMES.SMALL, TAG_ID.SMALL],
390
- [TAG_NAMES.SPAN, TAG_ID.SPAN],
391
- [TAG_NAMES.STRIKE, TAG_ID.STRIKE],
392
- [TAG_NAMES.STRONG, TAG_ID.STRONG],
393
- [TAG_NAMES.STYLE, TAG_ID.STYLE],
394
- [TAG_NAMES.SUB, TAG_ID.SUB],
395
- [TAG_NAMES.SUMMARY, TAG_ID.SUMMARY],
396
- [TAG_NAMES.SUP, TAG_ID.SUP],
397
- [TAG_NAMES.TABLE, TAG_ID.TABLE],
398
- [TAG_NAMES.TBODY, TAG_ID.TBODY],
399
- [TAG_NAMES.TEMPLATE, TAG_ID.TEMPLATE],
400
- [TAG_NAMES.TEXTAREA, TAG_ID.TEXTAREA],
401
- [TAG_NAMES.TFOOT, TAG_ID.TFOOT],
402
- [TAG_NAMES.TD, TAG_ID.TD],
403
- [TAG_NAMES.TH, TAG_ID.TH],
404
- [TAG_NAMES.THEAD, TAG_ID.THEAD],
405
- [TAG_NAMES.TITLE, TAG_ID.TITLE],
406
- [TAG_NAMES.TR, TAG_ID.TR],
407
- [TAG_NAMES.TRACK, TAG_ID.TRACK],
408
- [TAG_NAMES.TT, TAG_ID.TT],
409
- [TAG_NAMES.U, TAG_ID.U],
410
- [TAG_NAMES.UL, TAG_ID.UL],
411
- [TAG_NAMES.SVG, TAG_ID.SVG],
412
- [TAG_NAMES.VAR, TAG_ID.VAR],
413
- [TAG_NAMES.WBR, TAG_ID.WBR],
414
- [TAG_NAMES.XMP, TAG_ID.XMP],
415
- ]);
416
- export function getTagID(tagName) {
417
- var _a;
418
- return (_a = TAG_NAME_TO_ID.get(tagName)) !== null && _a !== void 0 ? _a : TAG_ID.UNKNOWN;
419
- }
420
- const $ = TAG_ID;
421
- export const SPECIAL_ELEMENTS = {
422
- [NS.HTML]: new Set([
423
- $.ADDRESS,
424
- $.APPLET,
425
- $.AREA,
426
- $.ARTICLE,
427
- $.ASIDE,
428
- $.BASE,
429
- $.BASEFONT,
430
- $.BGSOUND,
431
- $.BLOCKQUOTE,
432
- $.BODY,
433
- $.BR,
434
- $.BUTTON,
435
- $.CAPTION,
436
- $.CENTER,
437
- $.COL,
438
- $.COLGROUP,
439
- $.DD,
440
- $.DETAILS,
441
- $.DIR,
442
- $.DIV,
443
- $.DL,
444
- $.DT,
445
- $.EMBED,
446
- $.FIELDSET,
447
- $.FIGCAPTION,
448
- $.FIGURE,
449
- $.FOOTER,
450
- $.FORM,
451
- $.FRAME,
452
- $.FRAMESET,
453
- $.H1,
454
- $.H2,
455
- $.H3,
456
- $.H4,
457
- $.H5,
458
- $.H6,
459
- $.HEAD,
460
- $.HEADER,
461
- $.HGROUP,
462
- $.HR,
463
- $.HTML,
464
- $.IFRAME,
465
- $.IMG,
466
- $.INPUT,
467
- $.LI,
468
- $.LINK,
469
- $.LISTING,
470
- $.MAIN,
471
- $.MARQUEE,
472
- $.MENU,
473
- $.META,
474
- $.NAV,
475
- $.NOEMBED,
476
- $.NOFRAMES,
477
- $.NOSCRIPT,
478
- $.OBJECT,
479
- $.OL,
480
- $.P,
481
- $.PARAM,
482
- $.PLAINTEXT,
483
- $.PRE,
484
- $.SCRIPT,
485
- $.SECTION,
486
- $.SELECT,
487
- $.SOURCE,
488
- $.STYLE,
489
- $.SUMMARY,
490
- $.TABLE,
491
- $.TBODY,
492
- $.TD,
493
- $.TEMPLATE,
494
- $.TEXTAREA,
495
- $.TFOOT,
496
- $.TH,
497
- $.THEAD,
498
- $.TITLE,
499
- $.TR,
500
- $.TRACK,
501
- $.UL,
502
- $.WBR,
503
- $.XMP,
504
- ]),
505
- [NS.MATHML]: new Set([$.MI, $.MO, $.MN, $.MS, $.MTEXT, $.ANNOTATION_XML]),
506
- [NS.SVG]: new Set([$.TITLE, $.FOREIGN_OBJECT, $.DESC]),
507
- [NS.XLINK]: new Set(),
508
- [NS.XML]: new Set(),
509
- [NS.XMLNS]: new Set(),
510
- };
511
- export const NUMBERED_HEADERS = new Set([$.H1, $.H2, $.H3, $.H4, $.H5, $.H6]);
512
- const UNESCAPED_TEXT = new Set([
513
- TAG_NAMES.STYLE,
514
- TAG_NAMES.SCRIPT,
515
- TAG_NAMES.XMP,
516
- TAG_NAMES.IFRAME,
517
- TAG_NAMES.NOEMBED,
518
- TAG_NAMES.NOFRAMES,
519
- TAG_NAMES.PLAINTEXT,
520
- ]);
521
- export function hasUnescapedText(tn, scriptingEnabled) {
522
- return UNESCAPED_TEXT.has(tn) || (scriptingEnabled && tn === TAG_NAMES.NOSCRIPT);
523
- }
@@ -1,84 +0,0 @@
1
- import type { TAG_ID } from './html.js';
2
- export declare enum TokenType {
3
- CHARACTER = 0,
4
- NULL_CHARACTER = 1,
5
- WHITESPACE_CHARACTER = 2,
6
- START_TAG = 3,
7
- END_TAG = 4,
8
- COMMENT = 5,
9
- DOCTYPE = 6,
10
- EOF = 7,
11
- HIBERNATION = 8
12
- }
13
- export interface Location {
14
- /** One-based line index of the first character. */
15
- startLine: number;
16
- /** One-based column index of the first character. */
17
- startCol: number;
18
- /** Zero-based first character index. */
19
- startOffset: number;
20
- /** One-based line index of the last character. */
21
- endLine: number;
22
- /** One-based column index of the last character. Points directly *after* the last character. */
23
- endCol: number;
24
- /** Zero-based last character index. Points directly *after* the last character. */
25
- endOffset: number;
26
- }
27
- export interface LocationWithAttributes extends Location {
28
- /** Start tag attributes' location info. */
29
- attrs?: Record<string, Location>;
30
- }
31
- export interface ElementLocation extends LocationWithAttributes {
32
- /** Element's start tag location info. */
33
- startTag?: Location;
34
- /**
35
- * Element's end tag location info.
36
- * This property is undefined, if the element has no closing tag.
37
- */
38
- endTag?: Location;
39
- }
40
- interface TokenBase {
41
- readonly type: TokenType;
42
- location: Location | null;
43
- }
44
- export interface DoctypeToken extends TokenBase {
45
- readonly type: TokenType.DOCTYPE;
46
- name: string | null;
47
- forceQuirks: boolean;
48
- publicId: string | null;
49
- systemId: string | null;
50
- }
51
- export interface Attribute {
52
- /** The name of the attribute. */
53
- name: string;
54
- /** The namespace of the attribute. */
55
- namespace?: string;
56
- /** The namespace-related prefix of the attribute. */
57
- prefix?: string;
58
- /** The value of the attribute. */
59
- value: string;
60
- }
61
- export interface TagToken extends TokenBase {
62
- readonly type: TokenType.START_TAG | TokenType.END_TAG;
63
- tagName: string;
64
- /** Used to cache the ID of the tag name. */
65
- tagID: TAG_ID;
66
- selfClosing: boolean;
67
- ackSelfClosing: boolean;
68
- attrs: Attribute[];
69
- location: LocationWithAttributes | null;
70
- }
71
- export declare function getTokenAttr(token: TagToken, attrName: string): string | null;
72
- export interface CommentToken extends TokenBase {
73
- readonly type: TokenType.COMMENT;
74
- data: string;
75
- }
76
- export interface EOFToken extends TokenBase {
77
- readonly type: TokenType.EOF;
78
- }
79
- export interface CharacterToken extends TokenBase {
80
- type: TokenType.CHARACTER | TokenType.NULL_CHARACTER | TokenType.WHITESPACE_CHARACTER;
81
- chars: string;
82
- }
83
- export type Token = DoctypeToken | TagToken | CommentToken | EOFToken | CharacterToken;
84
- export {};
@@ -1,20 +0,0 @@
1
- export var TokenType;
2
- (function (TokenType) {
3
- TokenType[TokenType["CHARACTER"] = 0] = "CHARACTER";
4
- TokenType[TokenType["NULL_CHARACTER"] = 1] = "NULL_CHARACTER";
5
- TokenType[TokenType["WHITESPACE_CHARACTER"] = 2] = "WHITESPACE_CHARACTER";
6
- TokenType[TokenType["START_TAG"] = 3] = "START_TAG";
7
- TokenType[TokenType["END_TAG"] = 4] = "END_TAG";
8
- TokenType[TokenType["COMMENT"] = 5] = "COMMENT";
9
- TokenType[TokenType["DOCTYPE"] = 6] = "DOCTYPE";
10
- TokenType[TokenType["EOF"] = 7] = "EOF";
11
- TokenType[TokenType["HIBERNATION"] = 8] = "HIBERNATION";
12
- })(TokenType || (TokenType = {}));
13
- export function getTokenAttr(token, attrName) {
14
- for (let i = token.attrs.length - 1; i >= 0; i--) {
15
- if (token.attrs[i].name === attrName) {
16
- return token.attrs[i].value;
17
- }
18
- }
19
- return null;
20
- }
@@ -1,42 +0,0 @@
1
- export declare const REPLACEMENT_CHARACTER = "\uFFFD";
2
- export declare enum CODE_POINTS {
3
- EOF = -1,
4
- NULL = 0,
5
- TABULATION = 9,
6
- CARRIAGE_RETURN = 13,
7
- LINE_FEED = 10,
8
- FORM_FEED = 12,
9
- SPACE = 32,
10
- EXCLAMATION_MARK = 33,
11
- QUOTATION_MARK = 34,
12
- AMPERSAND = 38,
13
- APOSTROPHE = 39,
14
- HYPHEN_MINUS = 45,
15
- SOLIDUS = 47,
16
- DIGIT_0 = 48,
17
- DIGIT_9 = 57,
18
- SEMICOLON = 59,
19
- LESS_THAN_SIGN = 60,
20
- EQUALS_SIGN = 61,
21
- GREATER_THAN_SIGN = 62,
22
- QUESTION_MARK = 63,
23
- LATIN_CAPITAL_A = 65,
24
- LATIN_CAPITAL_Z = 90,
25
- RIGHT_SQUARE_BRACKET = 93,
26
- GRAVE_ACCENT = 96,
27
- LATIN_SMALL_A = 97,
28
- LATIN_SMALL_Z = 122
29
- }
30
- export declare const SEQUENCES: {
31
- DASH_DASH: string;
32
- CDATA_START: string;
33
- DOCTYPE: string;
34
- SCRIPT: string;
35
- PUBLIC: string;
36
- SYSTEM: string;
37
- };
38
- export declare function isSurrogate(cp: number): boolean;
39
- export declare function isSurrogatePair(cp: number): boolean;
40
- export declare function getSurrogatePairCodePoint(cp1: number, cp2: number): number;
41
- export declare function isControlCodePoint(cp: number): boolean;
42
- export declare function isUndefinedCodePoint(cp: number): boolean;