@alexlit/lint-kit 183.5.0 → 183.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (408) hide show
  1. package/package.json +1 -1
  2. package/packages/config-stylelint/node_modules/ansi-regex/index.d.ts +33 -0
  3. package/packages/config-stylelint/node_modules/ansi-regex/index.js +14 -0
  4. package/packages/config-stylelint/node_modules/ansi-regex/license +9 -0
  5. package/packages/config-stylelint/node_modules/ansi-regex/package.json +61 -0
  6. package/packages/config-stylelint/node_modules/ansi-regex/readme.md +66 -0
  7. package/packages/config-stylelint/node_modules/file-entry-cache/LICENSE +19 -0
  8. package/packages/config-stylelint/node_modules/file-entry-cache/README.md +630 -0
  9. package/packages/config-stylelint/node_modules/file-entry-cache/dist/index.cjs +559 -0
  10. package/packages/config-stylelint/node_modules/file-entry-cache/dist/index.d.cts +304 -0
  11. package/packages/config-stylelint/node_modules/file-entry-cache/dist/index.d.ts +304 -0
  12. package/packages/config-stylelint/node_modules/file-entry-cache/dist/index.js +525 -0
  13. package/packages/config-stylelint/node_modules/file-entry-cache/package.json +62 -0
  14. package/packages/config-stylelint/node_modules/flat-cache/LICENSE +19 -0
  15. package/packages/config-stylelint/node_modules/flat-cache/README.md +235 -0
  16. package/packages/config-stylelint/node_modules/flat-cache/dist/index.cjs +495 -0
  17. package/packages/config-stylelint/node_modules/flat-cache/dist/index.d.cts +255 -0
  18. package/packages/config-stylelint/node_modules/flat-cache/dist/index.d.ts +255 -0
  19. package/packages/config-stylelint/node_modules/flat-cache/dist/index.js +455 -0
  20. package/packages/config-stylelint/node_modules/flat-cache/package.json +81 -0
  21. package/packages/config-stylelint/node_modules/globby/ignore.js +337 -0
  22. package/packages/config-stylelint/node_modules/globby/index.d.ts +394 -0
  23. package/packages/config-stylelint/node_modules/globby/index.js +488 -0
  24. package/packages/config-stylelint/node_modules/globby/license +9 -0
  25. package/packages/config-stylelint/node_modules/globby/package.json +94 -0
  26. package/packages/config-stylelint/node_modules/globby/readme.md +388 -0
  27. package/packages/config-stylelint/node_modules/globby/utilities.js +382 -0
  28. package/packages/config-stylelint/node_modules/meow/build/dependencies.js +7347 -0
  29. package/packages/config-stylelint/node_modules/meow/build/index.d.ts +2684 -0
  30. package/packages/config-stylelint/node_modules/meow/build/index.js +185 -0
  31. package/packages/config-stylelint/node_modules/meow/build/licenses.md +1254 -0
  32. package/packages/config-stylelint/node_modules/meow/build/options.js +147 -0
  33. package/packages/config-stylelint/node_modules/meow/build/parser.js +113 -0
  34. package/packages/config-stylelint/node_modules/meow/build/utils.js +7 -0
  35. package/packages/config-stylelint/node_modules/meow/build/validate.js +145 -0
  36. package/packages/config-stylelint/node_modules/meow/license +9 -0
  37. package/packages/config-stylelint/node_modules/meow/package.json +103 -0
  38. package/packages/config-stylelint/node_modules/meow/readme.md +387 -0
  39. package/packages/config-stylelint/node_modules/postcss-safe-parser/LICENSE +20 -0
  40. package/packages/config-stylelint/node_modules/postcss-safe-parser/README.md +25 -0
  41. package/packages/config-stylelint/node_modules/postcss-safe-parser/lib/safe-parse.js +12 -0
  42. package/packages/config-stylelint/node_modules/postcss-safe-parser/lib/safe-parser.js +100 -0
  43. package/packages/config-stylelint/node_modules/postcss-safe-parser/package.json +36 -0
  44. package/packages/config-stylelint/node_modules/slash/index.d.ts +23 -0
  45. package/packages/config-stylelint/node_modules/slash/index.js +9 -0
  46. package/packages/config-stylelint/node_modules/slash/license +9 -0
  47. package/packages/config-stylelint/node_modules/slash/package.json +39 -0
  48. package/packages/config-stylelint/node_modules/slash/readme.md +36 -0
  49. package/packages/config-stylelint/node_modules/string-width/index.d.ts +39 -0
  50. package/packages/config-stylelint/node_modules/string-width/index.js +119 -0
  51. package/packages/config-stylelint/node_modules/string-width/license +9 -0
  52. package/packages/config-stylelint/node_modules/string-width/package.json +65 -0
  53. package/packages/config-stylelint/node_modules/string-width/readme.md +66 -0
  54. package/packages/config-stylelint/node_modules/strip-ansi/index.d.ts +15 -0
  55. package/packages/config-stylelint/node_modules/strip-ansi/index.js +19 -0
  56. package/packages/config-stylelint/node_modules/strip-ansi/license +9 -0
  57. package/packages/config-stylelint/node_modules/strip-ansi/package.json +59 -0
  58. package/packages/config-stylelint/node_modules/strip-ansi/readme.md +37 -0
  59. package/packages/config-stylelint/node_modules/stylelint/LICENSE +20 -0
  60. package/packages/config-stylelint/node_modules/stylelint/README.md +113 -0
  61. package/packages/config-stylelint/node_modules/stylelint/bin/stylelint.mjs +7 -0
  62. package/packages/config-stylelint/node_modules/stylelint/lib/assignDisabledRanges.mjs +483 -0
  63. package/packages/config-stylelint/node_modules/stylelint/lib/augmentConfig.mjs +586 -0
  64. package/packages/config-stylelint/node_modules/stylelint/lib/cli.mjs +746 -0
  65. package/packages/config-stylelint/node_modules/stylelint/lib/constants.mjs +25 -0
  66. package/packages/config-stylelint/node_modules/stylelint/lib/createPartialStylelintResult.mjs +114 -0
  67. package/packages/config-stylelint/node_modules/stylelint/lib/createPlugin.mjs +9 -0
  68. package/packages/config-stylelint/node_modules/stylelint/lib/createStylelint.mjs +37 -0
  69. package/packages/config-stylelint/node_modules/stylelint/lib/descriptionlessDisables.mjs +51 -0
  70. package/packages/config-stylelint/node_modules/stylelint/lib/formatters/calcSeverityCounts.mjs +21 -0
  71. package/packages/config-stylelint/node_modules/stylelint/lib/formatters/compactFormatter.mjs +23 -0
  72. package/packages/config-stylelint/node_modules/stylelint/lib/formatters/index.mjs +23 -0
  73. package/packages/config-stylelint/node_modules/stylelint/lib/formatters/jsonFormatter.mjs +10 -0
  74. package/packages/config-stylelint/node_modules/stylelint/lib/formatters/preprocessWarnings.mjs +74 -0
  75. package/packages/config-stylelint/node_modules/stylelint/lib/formatters/stringFormatter.mjs +308 -0
  76. package/packages/config-stylelint/node_modules/stylelint/lib/formatters/tapFormatter.mjs +85 -0
  77. package/packages/config-stylelint/node_modules/stylelint/lib/formatters/terminalLink.mjs +21 -0
  78. package/packages/config-stylelint/node_modules/stylelint/lib/formatters/unixFormatter.mjs +32 -0
  79. package/packages/config-stylelint/node_modules/stylelint/lib/formatters/verboseFormatter.mjs +175 -0
  80. package/packages/config-stylelint/node_modules/stylelint/lib/getConfigForFile.mjs +110 -0
  81. package/packages/config-stylelint/node_modules/stylelint/lib/getPostcssResult.mjs +131 -0
  82. package/packages/config-stylelint/node_modules/stylelint/lib/index.mjs +38 -0
  83. package/packages/config-stylelint/node_modules/stylelint/lib/invalidScopeDisables.mjs +41 -0
  84. package/packages/config-stylelint/node_modules/stylelint/lib/isPathIgnored.mjs +48 -0
  85. package/packages/config-stylelint/node_modules/stylelint/lib/lintPostcssResult.mjs +172 -0
  86. package/packages/config-stylelint/node_modules/stylelint/lib/lintSource.mjs +135 -0
  87. package/packages/config-stylelint/node_modules/stylelint/lib/needlessDisables.mjs +91 -0
  88. package/packages/config-stylelint/node_modules/stylelint/lib/normalizeAllRuleSettings.mjs +29 -0
  89. package/packages/config-stylelint/node_modules/stylelint/lib/normalizeRuleSettings.mjs +56 -0
  90. package/packages/config-stylelint/node_modules/stylelint/lib/postcssPlugin.mjs +50 -0
  91. package/packages/config-stylelint/node_modules/stylelint/lib/prepareReturnValue.mjs +63 -0
  92. package/packages/config-stylelint/node_modules/stylelint/lib/printConfig.mjs +44 -0
  93. package/packages/config-stylelint/node_modules/stylelint/lib/reference/atKeywords.mjs +91 -0
  94. package/packages/config-stylelint/node_modules/stylelint/lib/reference/functions.mjs +100 -0
  95. package/packages/config-stylelint/node_modules/stylelint/lib/reference/keywords.mjs +663 -0
  96. package/packages/config-stylelint/node_modules/stylelint/lib/reference/mediaFeatures.mjs +115 -0
  97. package/packages/config-stylelint/node_modules/stylelint/lib/reference/mediaTypes.mjs +14 -0
  98. package/packages/config-stylelint/node_modules/stylelint/lib/reference/prefixes.mjs +17 -0
  99. package/packages/config-stylelint/node_modules/stylelint/lib/reference/properties.mjs +1111 -0
  100. package/packages/config-stylelint/node_modules/stylelint/lib/reference/selectors.mjs +472 -0
  101. package/packages/config-stylelint/node_modules/stylelint/lib/reference/units.mjs +82 -0
  102. package/packages/config-stylelint/node_modules/stylelint/lib/reportDisables.mjs +48 -0
  103. package/packages/config-stylelint/node_modules/stylelint/lib/reportUnknownRuleNames.mjs +76 -0
  104. package/packages/config-stylelint/node_modules/stylelint/lib/resolveConfig.mjs +43 -0
  105. package/packages/config-stylelint/node_modules/stylelint/lib/rules/alpha-value-notation/index.mjs +207 -0
  106. package/packages/config-stylelint/node_modules/stylelint/lib/rules/annotation-no-unknown/index.mjs +88 -0
  107. package/packages/config-stylelint/node_modules/stylelint/lib/rules/at-rule-allowed-list/index.mjs +62 -0
  108. package/packages/config-stylelint/node_modules/stylelint/lib/rules/at-rule-descriptor-no-unknown/index.mjs +108 -0
  109. package/packages/config-stylelint/node_modules/stylelint/lib/rules/at-rule-descriptor-value-no-unknown/index.mjs +64 -0
  110. package/packages/config-stylelint/node_modules/stylelint/lib/rules/at-rule-disallowed-list/index.mjs +62 -0
  111. package/packages/config-stylelint/node_modules/stylelint/lib/rules/at-rule-empty-line-before/index.mjs +178 -0
  112. package/packages/config-stylelint/node_modules/stylelint/lib/rules/at-rule-no-deprecated/index.mjs +86 -0
  113. package/packages/config-stylelint/node_modules/stylelint/lib/rules/at-rule-no-unknown/index.mjs +80 -0
  114. package/packages/config-stylelint/node_modules/stylelint/lib/rules/at-rule-no-vendor-prefix/index.mjs +82 -0
  115. package/packages/config-stylelint/node_modules/stylelint/lib/rules/at-rule-prelude-no-invalid/index.mjs +76 -0
  116. package/packages/config-stylelint/node_modules/stylelint/lib/rules/at-rule-property-required-list/index.mjs +92 -0
  117. package/packages/config-stylelint/node_modules/stylelint/lib/rules/block-no-empty/index.mjs +116 -0
  118. package/packages/config-stylelint/node_modules/stylelint/lib/rules/block-no-redundant-nested-style-rules/index.mjs +52 -0
  119. package/packages/config-stylelint/node_modules/stylelint/lib/rules/color-function-alias-notation/index.mjs +87 -0
  120. package/packages/config-stylelint/node_modules/stylelint/lib/rules/color-function-notation/index.mjs +168 -0
  121. package/packages/config-stylelint/node_modules/stylelint/lib/rules/color-hex-alpha/index.mjs +75 -0
  122. package/packages/config-stylelint/node_modules/stylelint/lib/rules/color-hex-length/index.mjs +128 -0
  123. package/packages/config-stylelint/node_modules/stylelint/lib/rules/color-named/colordUtils.mjs +109 -0
  124. package/packages/config-stylelint/node_modules/stylelint/lib/rules/color-named/index.mjs +183 -0
  125. package/packages/config-stylelint/node_modules/stylelint/lib/rules/color-no-hex/index.mjs +69 -0
  126. package/packages/config-stylelint/node_modules/stylelint/lib/rules/color-no-invalid-hex/index.mjs +68 -0
  127. package/packages/config-stylelint/node_modules/stylelint/lib/rules/comment-empty-line-before/index.mjs +131 -0
  128. package/packages/config-stylelint/node_modules/stylelint/lib/rules/comment-no-empty/index.mjs +50 -0
  129. package/packages/config-stylelint/node_modules/stylelint/lib/rules/comment-pattern/index.mjs +51 -0
  130. package/packages/config-stylelint/node_modules/stylelint/lib/rules/comment-whitespace-inside/index.mjs +149 -0
  131. package/packages/config-stylelint/node_modules/stylelint/lib/rules/comment-word-disallowed-list/index.mjs +63 -0
  132. package/packages/config-stylelint/node_modules/stylelint/lib/rules/container-name-pattern/index.mjs +107 -0
  133. package/packages/config-stylelint/node_modules/stylelint/lib/rules/custom-media-pattern/index.mjs +61 -0
  134. package/packages/config-stylelint/node_modules/stylelint/lib/rules/custom-property-empty-line-before/index.mjs +156 -0
  135. package/packages/config-stylelint/node_modules/stylelint/lib/rules/custom-property-no-missing-var-function/index.mjs +148 -0
  136. package/packages/config-stylelint/node_modules/stylelint/lib/rules/custom-property-pattern/index.mjs +100 -0
  137. package/packages/config-stylelint/node_modules/stylelint/lib/rules/declaration-block-no-duplicate-custom-properties/index.mjs +82 -0
  138. package/packages/config-stylelint/node_modules/stylelint/lib/rules/declaration-block-no-duplicate-properties/index.mjs +301 -0
  139. package/packages/config-stylelint/node_modules/stylelint/lib/rules/declaration-block-no-redundant-longhand-properties/index.mjs +411 -0
  140. package/packages/config-stylelint/node_modules/stylelint/lib/rules/declaration-block-no-shorthand-property-overrides/index.mjs +74 -0
  141. package/packages/config-stylelint/node_modules/stylelint/lib/rules/declaration-block-single-line-max-declarations/index.mjs +62 -0
  142. package/packages/config-stylelint/node_modules/stylelint/lib/rules/declaration-empty-line-before/index.mjs +160 -0
  143. package/packages/config-stylelint/node_modules/stylelint/lib/rules/declaration-no-important/index.mjs +51 -0
  144. package/packages/config-stylelint/node_modules/stylelint/lib/rules/declaration-property-max-values/index.mjs +79 -0
  145. package/packages/config-stylelint/node_modules/stylelint/lib/rules/declaration-property-unit-allowed-list/index.mjs +108 -0
  146. package/packages/config-stylelint/node_modules/stylelint/lib/rules/declaration-property-unit-disallowed-list/index.mjs +94 -0
  147. package/packages/config-stylelint/node_modules/stylelint/lib/rules/declaration-property-value-allowed-list/index.mjs +66 -0
  148. package/packages/config-stylelint/node_modules/stylelint/lib/rules/declaration-property-value-disallowed-list/index.mjs +66 -0
  149. package/packages/config-stylelint/node_modules/stylelint/lib/rules/declaration-property-value-keyword-no-deprecated/index.mjs +207 -0
  150. package/packages/config-stylelint/node_modules/stylelint/lib/rules/declaration-property-value-no-unknown/index.mjs +466 -0
  151. package/packages/config-stylelint/node_modules/stylelint/lib/rules/display-notation/index.mjs +225 -0
  152. package/packages/config-stylelint/node_modules/stylelint/lib/rules/font-family-name-quotes/index.mjs +243 -0
  153. package/packages/config-stylelint/node_modules/stylelint/lib/rules/font-family-no-duplicate-names/index.mjs +122 -0
  154. package/packages/config-stylelint/node_modules/stylelint/lib/rules/font-family-no-missing-generic-family-keyword/index.mjs +122 -0
  155. package/packages/config-stylelint/node_modules/stylelint/lib/rules/font-weight-notation/index.mjs +221 -0
  156. package/packages/config-stylelint/node_modules/stylelint/lib/rules/function-allowed-list/index.mjs +114 -0
  157. package/packages/config-stylelint/node_modules/stylelint/lib/rules/function-calc-no-unspaced-operator/index.mjs +589 -0
  158. package/packages/config-stylelint/node_modules/stylelint/lib/rules/function-disallowed-list/index.mjs +73 -0
  159. package/packages/config-stylelint/node_modules/stylelint/lib/rules/function-linear-gradient-no-nonstandard-direction/index.mjs +145 -0
  160. package/packages/config-stylelint/node_modules/stylelint/lib/rules/function-name-case/index.mjs +120 -0
  161. package/packages/config-stylelint/node_modules/stylelint/lib/rules/function-no-unknown/index.mjs +83 -0
  162. package/packages/config-stylelint/node_modules/stylelint/lib/rules/function-url-no-scheme-relative/index.mjs +67 -0
  163. package/packages/config-stylelint/node_modules/stylelint/lib/rules/function-url-quotes/index.mjs +230 -0
  164. package/packages/config-stylelint/node_modules/stylelint/lib/rules/function-url-scheme-allowed-list/index.mjs +70 -0
  165. package/packages/config-stylelint/node_modules/stylelint/lib/rules/function-url-scheme-disallowed-list/index.mjs +70 -0
  166. package/packages/config-stylelint/node_modules/stylelint/lib/rules/hue-degree-notation/index.mjs +123 -0
  167. package/packages/config-stylelint/node_modules/stylelint/lib/rules/import-notation/index.mjs +104 -0
  168. package/packages/config-stylelint/node_modules/stylelint/lib/rules/index.mjs +180 -0
  169. package/packages/config-stylelint/node_modules/stylelint/lib/rules/keyframe-block-no-duplicate-selectors/index.mjs +68 -0
  170. package/packages/config-stylelint/node_modules/stylelint/lib/rules/keyframe-declaration-no-important/index.mjs +54 -0
  171. package/packages/config-stylelint/node_modules/stylelint/lib/rules/keyframe-selector-notation/index.mjs +202 -0
  172. package/packages/config-stylelint/node_modules/stylelint/lib/rules/keyframes-name-pattern/index.mjs +63 -0
  173. package/packages/config-stylelint/node_modules/stylelint/lib/rules/layer-name-pattern/index.mjs +91 -0
  174. package/packages/config-stylelint/node_modules/stylelint/lib/rules/length-zero-no-unit/index.mjs +221 -0
  175. package/packages/config-stylelint/node_modules/stylelint/lib/rules/lightness-notation/index.mjs +165 -0
  176. package/packages/config-stylelint/node_modules/stylelint/lib/rules/max-nesting-depth/index.mjs +195 -0
  177. package/packages/config-stylelint/node_modules/stylelint/lib/rules/media-feature-name-allowed-list/index.mjs +67 -0
  178. package/packages/config-stylelint/node_modules/stylelint/lib/rules/media-feature-name-disallowed-list/index.mjs +67 -0
  179. package/packages/config-stylelint/node_modules/stylelint/lib/rules/media-feature-name-no-unknown/index.mjs +79 -0
  180. package/packages/config-stylelint/node_modules/stylelint/lib/rules/media-feature-name-no-vendor-prefix/index.mjs +94 -0
  181. package/packages/config-stylelint/node_modules/stylelint/lib/rules/media-feature-name-unit-allowed-list/index.mjs +110 -0
  182. package/packages/config-stylelint/node_modules/stylelint/lib/rules/media-feature-name-value-allowed-list/index.mjs +100 -0
  183. package/packages/config-stylelint/node_modules/stylelint/lib/rules/media-feature-name-value-no-unknown/index.mjs +296 -0
  184. package/packages/config-stylelint/node_modules/stylelint/lib/rules/media-feature-range-notation/index.mjs +187 -0
  185. package/packages/config-stylelint/node_modules/stylelint/lib/rules/media-query-no-invalid/index.mjs +193 -0
  186. package/packages/config-stylelint/node_modules/stylelint/lib/rules/media-type-no-deprecated/index.mjs +82 -0
  187. package/packages/config-stylelint/node_modules/stylelint/lib/rules/named-grid-areas-no-invalid/index.mjs +117 -0
  188. package/packages/config-stylelint/node_modules/stylelint/lib/rules/named-grid-areas-no-invalid/utils/findNotContiguousOrRectangular.mjs +57 -0
  189. package/packages/config-stylelint/node_modules/stylelint/lib/rules/nesting-selector-no-missing-scoping-root/index.mjs +165 -0
  190. package/packages/config-stylelint/node_modules/stylelint/lib/rules/no-descending-specificity/index.mjs +200 -0
  191. package/packages/config-stylelint/node_modules/stylelint/lib/rules/no-duplicate-at-import-rules/index.mjs +156 -0
  192. package/packages/config-stylelint/node_modules/stylelint/lib/rules/no-duplicate-selectors/index.mjs +218 -0
  193. package/packages/config-stylelint/node_modules/stylelint/lib/rules/no-empty-source/index.mjs +61 -0
  194. package/packages/config-stylelint/node_modules/stylelint/lib/rules/no-invalid-double-slash-comments/index.mjs +77 -0
  195. package/packages/config-stylelint/node_modules/stylelint/lib/rules/no-invalid-position-at-import-rule/index.mjs +76 -0
  196. package/packages/config-stylelint/node_modules/stylelint/lib/rules/no-invalid-position-declaration/index.mjs +92 -0
  197. package/packages/config-stylelint/node_modules/stylelint/lib/rules/no-irregular-whitespace/index.mjs +236 -0
  198. package/packages/config-stylelint/node_modules/stylelint/lib/rules/no-unknown-animations/index.mjs +71 -0
  199. package/packages/config-stylelint/node_modules/stylelint/lib/rules/no-unknown-custom-media/index.mjs +77 -0
  200. package/packages/config-stylelint/node_modules/stylelint/lib/rules/no-unknown-custom-properties/index.mjs +72 -0
  201. package/packages/config-stylelint/node_modules/stylelint/lib/rules/number-max-precision/index.mjs +209 -0
  202. package/packages/config-stylelint/node_modules/stylelint/lib/rules/property-allowed-list/index.mjs +58 -0
  203. package/packages/config-stylelint/node_modules/stylelint/lib/rules/property-disallowed-list/index.mjs +58 -0
  204. package/packages/config-stylelint/node_modules/stylelint/lib/rules/property-no-deprecated/index.mjs +143 -0
  205. package/packages/config-stylelint/node_modules/stylelint/lib/rules/property-no-unknown/index.mjs +126 -0
  206. package/packages/config-stylelint/node_modules/stylelint/lib/rules/property-no-vendor-prefix/index.mjs +100 -0
  207. package/packages/config-stylelint/node_modules/stylelint/lib/rules/rule-empty-line-before/index.mjs +156 -0
  208. package/packages/config-stylelint/node_modules/stylelint/lib/rules/rule-nesting-at-rule-required-list/index.mjs +85 -0
  209. package/packages/config-stylelint/node_modules/stylelint/lib/rules/rule-selector-property-disallowed-list/index.mjs +119 -0
  210. package/packages/config-stylelint/node_modules/stylelint/lib/rules/selector-anb-no-unmatchable/index.mjs +121 -0
  211. package/packages/config-stylelint/node_modules/stylelint/lib/rules/selector-attribute-name-disallowed-list/index.mjs +69 -0
  212. package/packages/config-stylelint/node_modules/stylelint/lib/rules/selector-attribute-operator-allowed-list/index.mjs +70 -0
  213. package/packages/config-stylelint/node_modules/stylelint/lib/rules/selector-attribute-operator-disallowed-list/index.mjs +70 -0
  214. package/packages/config-stylelint/node_modules/stylelint/lib/rules/selector-attribute-quotes/index.mjs +107 -0
  215. package/packages/config-stylelint/node_modules/stylelint/lib/rules/selector-class-pattern/index.mjs +71 -0
  216. package/packages/config-stylelint/node_modules/stylelint/lib/rules/selector-combinator-allowed-list/index.mjs +81 -0
  217. package/packages/config-stylelint/node_modules/stylelint/lib/rules/selector-combinator-disallowed-list/index.mjs +81 -0
  218. package/packages/config-stylelint/node_modules/stylelint/lib/rules/selector-disallowed-list/index.mjs +115 -0
  219. package/packages/config-stylelint/node_modules/stylelint/lib/rules/selector-id-pattern/index.mjs +66 -0
  220. package/packages/config-stylelint/node_modules/stylelint/lib/rules/selector-max-attribute/index.mjs +92 -0
  221. package/packages/config-stylelint/node_modules/stylelint/lib/rules/selector-max-class/index.mjs +75 -0
  222. package/packages/config-stylelint/node_modules/stylelint/lib/rules/selector-max-combinators/index.mjs +77 -0
  223. package/packages/config-stylelint/node_modules/stylelint/lib/rules/selector-max-compound-selectors/index.mjs +123 -0
  224. package/packages/config-stylelint/node_modules/stylelint/lib/rules/selector-max-id/index.mjs +107 -0
  225. package/packages/config-stylelint/node_modules/stylelint/lib/rules/selector-max-pseudo-class/index.mjs +85 -0
  226. package/packages/config-stylelint/node_modules/stylelint/lib/rules/selector-max-specificity/index.mjs +146 -0
  227. package/packages/config-stylelint/node_modules/stylelint/lib/rules/selector-max-type/index.mjs +219 -0
  228. package/packages/config-stylelint/node_modules/stylelint/lib/rules/selector-max-universal/index.mjs +95 -0
  229. package/packages/config-stylelint/node_modules/stylelint/lib/rules/selector-nested-pattern/index.mjs +95 -0
  230. package/packages/config-stylelint/node_modules/stylelint/lib/rules/selector-no-qualifying-type/index.mjs +323 -0
  231. package/packages/config-stylelint/node_modules/stylelint/lib/rules/selector-no-vendor-prefix/index.mjs +92 -0
  232. package/packages/config-stylelint/node_modules/stylelint/lib/rules/selector-not-notation/index.mjs +217 -0
  233. package/packages/config-stylelint/node_modules/stylelint/lib/rules/selector-pseudo-class-allowed-list/index.mjs +84 -0
  234. package/packages/config-stylelint/node_modules/stylelint/lib/rules/selector-pseudo-class-disallowed-list/index.mjs +84 -0
  235. package/packages/config-stylelint/node_modules/stylelint/lib/rules/selector-pseudo-class-no-unknown/index.mjs +179 -0
  236. package/packages/config-stylelint/node_modules/stylelint/lib/rules/selector-pseudo-element-allowed-list/index.mjs +75 -0
  237. package/packages/config-stylelint/node_modules/stylelint/lib/rules/selector-pseudo-element-colon-notation/index.mjs +93 -0
  238. package/packages/config-stylelint/node_modules/stylelint/lib/rules/selector-pseudo-element-disallowed-list/index.mjs +74 -0
  239. package/packages/config-stylelint/node_modules/stylelint/lib/rules/selector-pseudo-element-no-unknown/index.mjs +91 -0
  240. package/packages/config-stylelint/node_modules/stylelint/lib/rules/selector-type-case/index.mjs +118 -0
  241. package/packages/config-stylelint/node_modules/stylelint/lib/rules/selector-type-no-unknown/index.mjs +148 -0
  242. package/packages/config-stylelint/node_modules/stylelint/lib/rules/shorthand-property-no-redundant-values/index.mjs +359 -0
  243. package/packages/config-stylelint/node_modules/stylelint/lib/rules/string-no-newline/index.mjs +120 -0
  244. package/packages/config-stylelint/node_modules/stylelint/lib/rules/syntax-string-no-invalid/index.mjs +80 -0
  245. package/packages/config-stylelint/node_modules/stylelint/lib/rules/time-min-milliseconds/index.mjs +167 -0
  246. package/packages/config-stylelint/node_modules/stylelint/lib/rules/unit-allowed-list/index.mjs +116 -0
  247. package/packages/config-stylelint/node_modules/stylelint/lib/rules/unit-disallowed-list/index.mjs +211 -0
  248. package/packages/config-stylelint/node_modules/stylelint/lib/rules/unit-no-unknown/index.mjs +207 -0
  249. package/packages/config-stylelint/node_modules/stylelint/lib/rules/value-keyword-case/index.mjs +253 -0
  250. package/packages/config-stylelint/node_modules/stylelint/lib/rules/value-no-vendor-prefix/index.mjs +92 -0
  251. package/packages/config-stylelint/node_modules/stylelint/lib/standalone.mjs +383 -0
  252. package/packages/config-stylelint/node_modules/stylelint/lib/timing.mjs +134 -0
  253. package/packages/config-stylelint/node_modules/stylelint/lib/unscopedDisables.mjs +66 -0
  254. package/packages/config-stylelint/node_modules/stylelint/lib/utils/FileCache.mjs +115 -0
  255. package/packages/config-stylelint/node_modules/stylelint/lib/utils/addEmptyLineBefore.mjs +21 -0
  256. package/packages/config-stylelint/node_modules/stylelint/lib/utils/addSemicolonForEditInfo.mjs +35 -0
  257. package/packages/config-stylelint/node_modules/stylelint/lib/utils/appendRuleName.mjs +13 -0
  258. package/packages/config-stylelint/node_modules/stylelint/lib/utils/arrayEqual.mjs +14 -0
  259. package/packages/config-stylelint/node_modules/stylelint/lib/utils/beforeBlockString.mjs +28 -0
  260. package/packages/config-stylelint/node_modules/stylelint/lib/utils/blockString.mjs +19 -0
  261. package/packages/config-stylelint/node_modules/stylelint/lib/utils/blurInterpolation.mjs +8 -0
  262. package/packages/config-stylelint/node_modules/stylelint/lib/utils/cachedImport.mjs +68 -0
  263. package/packages/config-stylelint/node_modules/stylelint/lib/utils/checkAgainstRule.mjs +71 -0
  264. package/packages/config-stylelint/node_modules/stylelint/lib/utils/checkInvalidCLIOptions.mjs +105 -0
  265. package/packages/config-stylelint/node_modules/stylelint/lib/utils/configurationComment.mjs +74 -0
  266. package/packages/config-stylelint/node_modules/stylelint/lib/utils/containsString.mjs +52 -0
  267. package/packages/config-stylelint/node_modules/stylelint/lib/utils/createMapWithSet.mjs +19 -0
  268. package/packages/config-stylelint/node_modules/stylelint/lib/utils/dynamicImport.mjs +13 -0
  269. package/packages/config-stylelint/node_modules/stylelint/lib/utils/eachDeclarationBlock.mjs +59 -0
  270. package/packages/config-stylelint/node_modules/stylelint/lib/utils/eachNodeUpToRoot.mjs +22 -0
  271. package/packages/config-stylelint/node_modules/stylelint/lib/utils/emitWarning.mjs +84 -0
  272. package/packages/config-stylelint/node_modules/stylelint/lib/utils/errors.mjs +55 -0
  273. package/packages/config-stylelint/node_modules/stylelint/lib/utils/filterFilePaths.mjs +17 -0
  274. package/packages/config-stylelint/node_modules/stylelint/lib/utils/findAnimationName.mjs +74 -0
  275. package/packages/config-stylelint/node_modules/stylelint/lib/utils/findAtRuleContext.mjs +27 -0
  276. package/packages/config-stylelint/node_modules/stylelint/lib/utils/findFontFamily.mjs +148 -0
  277. package/packages/config-stylelint/node_modules/stylelint/lib/utils/findMediaFeatureNames.mjs +151 -0
  278. package/packages/config-stylelint/node_modules/stylelint/lib/utils/findNodeUpToRoot.mjs +25 -0
  279. package/packages/config-stylelint/node_modules/stylelint/lib/utils/fixEmptyLinesBefore.mjs +26 -0
  280. package/packages/config-stylelint/node_modules/stylelint/lib/utils/functionArgumentsSearch.mjs +65 -0
  281. package/packages/config-stylelint/node_modules/stylelint/lib/utils/getAtRuleParams.mjs +7 -0
  282. package/packages/config-stylelint/node_modules/stylelint/lib/utils/getDeclarationValue.mjs +9 -0
  283. package/packages/config-stylelint/node_modules/stylelint/lib/utils/getDimension.mjs +62 -0
  284. package/packages/config-stylelint/node_modules/stylelint/lib/utils/getFileIgnorer.mjs +41 -0
  285. package/packages/config-stylelint/node_modules/stylelint/lib/utils/getFormatter.mjs +43 -0
  286. package/packages/config-stylelint/node_modules/stylelint/lib/utils/getFormatterOptionsText.mjs +12 -0
  287. package/packages/config-stylelint/node_modules/stylelint/lib/utils/getImportantPosition.mjs +15 -0
  288. package/packages/config-stylelint/node_modules/stylelint/lib/utils/getLexer.mjs +39 -0
  289. package/packages/config-stylelint/node_modules/stylelint/lib/utils/getModulePath.mjs +35 -0
  290. package/packages/config-stylelint/node_modules/stylelint/lib/utils/getNextNonSharedLineCommentNode.mjs +34 -0
  291. package/packages/config-stylelint/node_modules/stylelint/lib/utils/getPreviousNonSharedLineCommentNode.mjs +36 -0
  292. package/packages/config-stylelint/node_modules/stylelint/lib/utils/getRelativePath.mjs +12 -0
  293. package/packages/config-stylelint/node_modules/stylelint/lib/utils/getRuleSelector.mjs +9 -0
  294. package/packages/config-stylelint/node_modules/stylelint/lib/utils/getSchemeFromUrl.mjs +36 -0
  295. package/packages/config-stylelint/node_modules/stylelint/lib/utils/getSelectorSourceIndex.mjs +12 -0
  296. package/packages/config-stylelint/node_modules/stylelint/lib/utils/getStrippedSelectorSource.mjs +47 -0
  297. package/packages/config-stylelint/node_modules/stylelint/lib/utils/getStylelintRule.mjs +22 -0
  298. package/packages/config-stylelint/node_modules/stylelint/lib/utils/hasBlock.mjs +9 -0
  299. package/packages/config-stylelint/node_modules/stylelint/lib/utils/hasEmptyLine.mjs +13 -0
  300. package/packages/config-stylelint/node_modules/stylelint/lib/utils/hasInterpolation.mjs +24 -0
  301. package/packages/config-stylelint/node_modules/stylelint/lib/utils/hasLessInterpolation.mjs +11 -0
  302. package/packages/config-stylelint/node_modules/stylelint/lib/utils/hasPsvInterpolation.mjs +11 -0
  303. package/packages/config-stylelint/node_modules/stylelint/lib/utils/hasScssInterpolation.mjs +11 -0
  304. package/packages/config-stylelint/node_modules/stylelint/lib/utils/hasTplInterpolation.mjs +11 -0
  305. package/packages/config-stylelint/node_modules/stylelint/lib/utils/hash.mjs +10 -0
  306. package/packages/config-stylelint/node_modules/stylelint/lib/utils/isAfterBlock.mjs +15 -0
  307. package/packages/config-stylelint/node_modules/stylelint/lib/utils/isAfterComment.mjs +15 -0
  308. package/packages/config-stylelint/node_modules/stylelint/lib/utils/isAfterSingleLineComment.mjs +19 -0
  309. package/packages/config-stylelint/node_modules/stylelint/lib/utils/isAfterStandardPropertyDeclaration.mjs +19 -0
  310. package/packages/config-stylelint/node_modules/stylelint/lib/utils/isAutoprefixable.mjs +364 -0
  311. package/packages/config-stylelint/node_modules/stylelint/lib/utils/isBlocklessAtRuleAfterBlocklessAtRule.mjs +21 -0
  312. package/packages/config-stylelint/node_modules/stylelint/lib/utils/isBlocklessAtRuleAfterSameNameBlocklessAtRule.mjs +21 -0
  313. package/packages/config-stylelint/node_modules/stylelint/lib/utils/isContextFunctionalPseudoClass.mjs +24 -0
  314. package/packages/config-stylelint/node_modules/stylelint/lib/utils/isCounterIncrementCustomIdentValue.mjs +19 -0
  315. package/packages/config-stylelint/node_modules/stylelint/lib/utils/isCounterResetCustomIdentValue.mjs +19 -0
  316. package/packages/config-stylelint/node_modules/stylelint/lib/utils/isCustomElement.mjs +34 -0
  317. package/packages/config-stylelint/node_modules/stylelint/lib/utils/isCustomFunction.mjs +9 -0
  318. package/packages/config-stylelint/node_modules/stylelint/lib/utils/isCustomMediaQuery.mjs +8 -0
  319. package/packages/config-stylelint/node_modules/stylelint/lib/utils/isCustomProperty.mjs +8 -0
  320. package/packages/config-stylelint/node_modules/stylelint/lib/utils/isCustomSelector.mjs +9 -0
  321. package/packages/config-stylelint/node_modules/stylelint/lib/utils/isDescriptorDeclaration.mjs +22 -0
  322. package/packages/config-stylelint/node_modules/stylelint/lib/utils/isFirstNested.mjs +83 -0
  323. package/packages/config-stylelint/node_modules/stylelint/lib/utils/isFirstNodeOfRoot.mjs +17 -0
  324. package/packages/config-stylelint/node_modules/stylelint/lib/utils/isHexColor.mjs +9 -0
  325. package/packages/config-stylelint/node_modules/stylelint/lib/utils/isInDocument.mjs +32 -0
  326. package/packages/config-stylelint/node_modules/stylelint/lib/utils/isKeyframeRule.mjs +17 -0
  327. package/packages/config-stylelint/node_modules/stylelint/lib/utils/isKeyframeSelector.mjs +29 -0
  328. package/packages/config-stylelint/node_modules/stylelint/lib/utils/isMathFunction.mjs +11 -0
  329. package/packages/config-stylelint/node_modules/stylelint/lib/utils/isNonNegativeInteger.mjs +6 -0
  330. package/packages/config-stylelint/node_modules/stylelint/lib/utils/isNumbery.mjs +9 -0
  331. package/packages/config-stylelint/node_modules/stylelint/lib/utils/isOnlyWhitespace.mjs +17 -0
  332. package/packages/config-stylelint/node_modules/stylelint/lib/utils/isPathNotFoundError.mjs +9 -0
  333. package/packages/config-stylelint/node_modules/stylelint/lib/utils/isScssVariable.mjs +19 -0
  334. package/packages/config-stylelint/node_modules/stylelint/lib/utils/isSharedLineComment.mjs +53 -0
  335. package/packages/config-stylelint/node_modules/stylelint/lib/utils/isSingleLineString.mjs +10 -0
  336. package/packages/config-stylelint/node_modules/stylelint/lib/utils/isStandardSyntaxAtRule.mjs +32 -0
  337. package/packages/config-stylelint/node_modules/stylelint/lib/utils/isStandardSyntaxColorFunction.mjs +24 -0
  338. package/packages/config-stylelint/node_modules/stylelint/lib/utils/isStandardSyntaxCombinator.mjs +32 -0
  339. package/packages/config-stylelint/node_modules/stylelint/lib/utils/isStandardSyntaxComment.mjs +13 -0
  340. package/packages/config-stylelint/node_modules/stylelint/lib/utils/isStandardSyntaxDeclaration.mjs +57 -0
  341. package/packages/config-stylelint/node_modules/stylelint/lib/utils/isStandardSyntaxFunction.mjs +28 -0
  342. package/packages/config-stylelint/node_modules/stylelint/lib/utils/isStandardSyntaxHexColor.mjs +14 -0
  343. package/packages/config-stylelint/node_modules/stylelint/lib/utils/isStandardSyntaxKeyframesName.mjs +15 -0
  344. package/packages/config-stylelint/node_modules/stylelint/lib/utils/isStandardSyntaxProperty.mjs +32 -0
  345. package/packages/config-stylelint/node_modules/stylelint/lib/utils/isStandardSyntaxRule.mjs +24 -0
  346. package/packages/config-stylelint/node_modules/stylelint/lib/utils/isStandardSyntaxSelector.mjs +56 -0
  347. package/packages/config-stylelint/node_modules/stylelint/lib/utils/isStandardSyntaxTypeSelector.mjs +56 -0
  348. package/packages/config-stylelint/node_modules/stylelint/lib/utils/isStandardSyntaxUrl.mjs +49 -0
  349. package/packages/config-stylelint/node_modules/stylelint/lib/utils/isStandardSyntaxValue.mjs +51 -0
  350. package/packages/config-stylelint/node_modules/stylelint/lib/utils/isUnicodeRangeDescriptor.mjs +24 -0
  351. package/packages/config-stylelint/node_modules/stylelint/lib/utils/isUnicodeSupported.mjs +26 -0
  352. package/packages/config-stylelint/node_modules/stylelint/lib/utils/isUrlFunction.mjs +9 -0
  353. package/packages/config-stylelint/node_modules/stylelint/lib/utils/isValidFontSize.mjs +38 -0
  354. package/packages/config-stylelint/node_modules/stylelint/lib/utils/isValidHex.mjs +11 -0
  355. package/packages/config-stylelint/node_modules/stylelint/lib/utils/isValidIdentifier.mjs +39 -0
  356. package/packages/config-stylelint/node_modules/stylelint/lib/utils/isVarFunction.mjs +9 -0
  357. package/packages/config-stylelint/node_modules/stylelint/lib/utils/isVariable.mjs +9 -0
  358. package/packages/config-stylelint/node_modules/stylelint/lib/utils/isWhitespace.mjs +9 -0
  359. package/packages/config-stylelint/node_modules/stylelint/lib/utils/matchesStringOrRegExp.mjs +97 -0
  360. package/packages/config-stylelint/node_modules/stylelint/lib/utils/mergeSyntaxDefinitions.mjs +137 -0
  361. package/packages/config-stylelint/node_modules/stylelint/lib/utils/narrowFixRange.mjs +68 -0
  362. package/packages/config-stylelint/node_modules/stylelint/lib/utils/nodeContextLookup.mjs +41 -0
  363. package/packages/config-stylelint/node_modules/stylelint/lib/utils/nodeFieldIndices.mjs +119 -0
  364. package/packages/config-stylelint/node_modules/stylelint/lib/utils/normalizeFilePath.mjs +26 -0
  365. package/packages/config-stylelint/node_modules/stylelint/lib/utils/normalizeFixMode.mjs +22 -0
  366. package/packages/config-stylelint/node_modules/stylelint/lib/utils/normalizeSelector.mjs +231 -0
  367. package/packages/config-stylelint/node_modules/stylelint/lib/utils/optionsMatches.mjs +20 -0
  368. package/packages/config-stylelint/node_modules/stylelint/lib/utils/optionsMatchesEntry.mjs +29 -0
  369. package/packages/config-stylelint/node_modules/stylelint/lib/utils/parseCustomMediaQuery.mjs +15 -0
  370. package/packages/config-stylelint/node_modules/stylelint/lib/utils/parseMediaQuery.mjs +15 -0
  371. package/packages/config-stylelint/node_modules/stylelint/lib/utils/parseSelector.mjs +19 -0
  372. package/packages/config-stylelint/node_modules/stylelint/lib/utils/pathExists.mjs +16 -0
  373. package/packages/config-stylelint/node_modules/stylelint/lib/utils/pluralize.mjs +10 -0
  374. package/packages/config-stylelint/node_modules/stylelint/lib/utils/putIfAbsent.mjs +20 -0
  375. package/packages/config-stylelint/node_modules/stylelint/lib/utils/rangesOverlap.mjs +19 -0
  376. package/packages/config-stylelint/node_modules/stylelint/lib/utils/rawNodeString.mjs +29 -0
  377. package/packages/config-stylelint/node_modules/stylelint/lib/utils/regexes.mjs +135 -0
  378. package/packages/config-stylelint/node_modules/stylelint/lib/utils/removeEmptyLinesBefore.mjs +13 -0
  379. package/packages/config-stylelint/node_modules/stylelint/lib/utils/report.mjs +321 -0
  380. package/packages/config-stylelint/node_modules/stylelint/lib/utils/reportCommentProblem.mjs +39 -0
  381. package/packages/config-stylelint/node_modules/stylelint/lib/utils/resolveFilePath.mjs +38 -0
  382. package/packages/config-stylelint/node_modules/stylelint/lib/utils/resolveNestedSelectorsForRule.mjs +108 -0
  383. package/packages/config-stylelint/node_modules/stylelint/lib/utils/resolveOptionValue.mjs +30 -0
  384. package/packages/config-stylelint/node_modules/stylelint/lib/utils/resolveSilent.mjs +144 -0
  385. package/packages/config-stylelint/node_modules/stylelint/lib/utils/ruleMessages.mjs +18 -0
  386. package/packages/config-stylelint/node_modules/stylelint/lib/utils/setAtRuleParams.mjs +18 -0
  387. package/packages/config-stylelint/node_modules/stylelint/lib/utils/setDeclarationValue.mjs +18 -0
  388. package/packages/config-stylelint/node_modules/stylelint/lib/utils/suppressionsService.mjs +317 -0
  389. package/packages/config-stylelint/node_modules/stylelint/lib/utils/toPath.mjs +23 -0
  390. package/packages/config-stylelint/node_modules/stylelint/lib/utils/typeGuards.mjs +90 -0
  391. package/packages/config-stylelint/node_modules/stylelint/lib/utils/uniteSets.mjs +9 -0
  392. package/packages/config-stylelint/node_modules/stylelint/lib/utils/validateObjectWithArrayProps.mjs +29 -0
  393. package/packages/config-stylelint/node_modules/stylelint/lib/utils/validateObjectWithProps.mjs +28 -0
  394. package/packages/config-stylelint/node_modules/stylelint/lib/utils/validateOptions.mjs +176 -0
  395. package/packages/config-stylelint/node_modules/stylelint/lib/utils/validateTypes.mjs +148 -0
  396. package/packages/config-stylelint/node_modules/stylelint/lib/utils/vendor.mjs +43 -0
  397. package/packages/config-stylelint/node_modules/stylelint/lib/validateDisableSettings.mjs +67 -0
  398. package/packages/config-stylelint/node_modules/stylelint/lib/writeOutputFile.mjs +15 -0
  399. package/packages/config-stylelint/node_modules/stylelint/package.json +211 -0
  400. package/packages/config-stylelint/node_modules/stylelint/types/stylelint/index.d.ts +1594 -0
  401. package/packages/config-stylelint/node_modules/unicorn-magic/default.d.ts +13 -0
  402. package/packages/config-stylelint/node_modules/unicorn-magic/default.js +14 -0
  403. package/packages/config-stylelint/node_modules/unicorn-magic/license +9 -0
  404. package/packages/config-stylelint/node_modules/unicorn-magic/node.d.ts +125 -0
  405. package/packages/config-stylelint/node_modules/unicorn-magic/node.js +49 -0
  406. package/packages/config-stylelint/node_modules/unicorn-magic/package.json +68 -0
  407. package/packages/config-stylelint/node_modules/unicorn-magic/readme.md +31 -0
  408. package/packages/config-stylelint/package.json +2 -2
@@ -0,0 +1,304 @@
1
+ import { Buffer } from 'node:buffer';
2
+ import { FlatCacheOptions, FlatCache } from 'flat-cache';
3
+
4
+ type ILogger = {
5
+ /** Current log level */
6
+ level?: string;
7
+ /** Trace level logging */
8
+ trace: (message: string | object, ...args: unknown[]) => void;
9
+ /** Debug level logging */
10
+ debug: (message: string | object, ...args: unknown[]) => void;
11
+ /** Info level logging */
12
+ info: (message: string | object, ...args: unknown[]) => void;
13
+ /** Warning level logging */
14
+ warn: (message: string | object, ...args: unknown[]) => void;
15
+ /** Error level logging */
16
+ error: (message: string | object, ...args: unknown[]) => void;
17
+ /** Fatal level logging */
18
+ fatal: (message: string | object, ...args: unknown[]) => void;
19
+ };
20
+ type FileEntryCacheOptions = {
21
+ /** Whether to use file modified time for change detection (default: true) */
22
+ useModifiedTime?: boolean;
23
+ /** Whether to use checksum for change detection (default: false) */
24
+ useCheckSum?: boolean;
25
+ /** Hash algorithm to use for checksum (default: 'md5') */
26
+ hashAlgorithm?: string;
27
+ /** Current working directory for resolving relative paths (default: process.cwd()) */
28
+ cwd?: string;
29
+ /** Restrict file access to within cwd boundaries (default: true) */
30
+ restrictAccessToCwd?: boolean;
31
+ /** Whether to use absolute path as cache key (default: false) */
32
+ useAbsolutePathAsKey?: boolean;
33
+ /** Logger instance for logging (default: undefined) */
34
+ logger?: ILogger;
35
+ /** Options for the underlying flat cache */
36
+ cache?: FlatCacheOptions;
37
+ };
38
+ type GetFileDescriptorOptions = {
39
+ /** Whether to use checksum for this specific file check instead of modified time (mtime) (overrides instance setting) */
40
+ useCheckSum?: boolean;
41
+ /** Whether to use file modified time for change detection (default: true) */
42
+ useModifiedTime?: boolean;
43
+ };
44
+ type FileDescriptor = {
45
+ /** The cache key for this file (typically the file path) */
46
+ key: string;
47
+ /** Whether the file has changed since last cache check */
48
+ changed?: boolean;
49
+ /** Metadata about the file */
50
+ meta: FileDescriptorMeta;
51
+ /** Whether the file was not found */
52
+ notFound?: boolean;
53
+ /** Error encountered when accessing the file */
54
+ err?: Error;
55
+ };
56
+ type FileDescriptorMeta = {
57
+ /** File size in bytes */
58
+ size?: number;
59
+ /** File modification time (timestamp in milliseconds) */
60
+ mtime?: number;
61
+ /** File content hash (when useCheckSum is enabled) */
62
+ hash?: string;
63
+ /** Custom data associated with the file (e.g., lint results, metadata) */
64
+ data?: unknown;
65
+ /** Allow any additional custom properties */
66
+ [key: string]: unknown;
67
+ };
68
+ type AnalyzedFiles = {
69
+ /** Array of file paths that have changed since last cache */
70
+ changedFiles: string[];
71
+ /** Array of file paths that were not found */
72
+ notFoundFiles: string[];
73
+ /** Array of file paths that have not changed since last cache */
74
+ notChangedFiles: string[];
75
+ };
76
+ /**
77
+ * Create a new FileEntryCache instance from a file path
78
+ * @param filePath - The path to the cache file
79
+ * @param options - create options such as useChecksum, cwd, and more
80
+ * @returns A new FileEntryCache instance
81
+ */
82
+ declare function createFromFile(filePath: string, options?: CreateOptions): FileEntryCache;
83
+ type CreateOptions = Omit<FileEntryCacheOptions, "cache">;
84
+ /**
85
+ * Create a new FileEntryCache instance
86
+ * @param cacheId - The cache file name
87
+ * @param cacheDirectory - The directory to store the cache file (default: undefined, cache won't be persisted)
88
+ * @param options - Whether to use checksum to detect file changes (default: false)
89
+ * @returns A new FileEntryCache instance
90
+ */
91
+ declare function create(cacheId: string, cacheDirectory?: string, options?: CreateOptions): FileEntryCache;
92
+ declare class FileEntryDefault {
93
+ static create: typeof create;
94
+ static createFromFile: typeof createFromFile;
95
+ }
96
+ declare class FileEntryCache {
97
+ private _cache;
98
+ private _useCheckSum;
99
+ private _hashAlgorithm;
100
+ private _cwd;
101
+ private _restrictAccessToCwd;
102
+ private _logger?;
103
+ private _useAbsolutePathAsKey;
104
+ private _useModifiedTime;
105
+ /**
106
+ * Create a new FileEntryCache instance
107
+ * @param options - The options for the FileEntryCache (all properties are optional with defaults)
108
+ */
109
+ constructor(options?: FileEntryCacheOptions);
110
+ /**
111
+ * Get the cache
112
+ * @returns {FlatCache} The cache
113
+ */
114
+ get cache(): FlatCache;
115
+ /**
116
+ * Set the cache
117
+ * @param {FlatCache} cache - The cache to set
118
+ */
119
+ set cache(cache: FlatCache);
120
+ /**
121
+ * Get the logger
122
+ * @returns {ILogger | undefined} The logger instance
123
+ */
124
+ get logger(): ILogger | undefined;
125
+ /**
126
+ * Set the logger
127
+ * @param {ILogger | undefined} logger - The logger to set
128
+ */
129
+ set logger(logger: ILogger | undefined);
130
+ /**
131
+ * Use the hash to check if the file has changed
132
+ * @returns {boolean} if the hash is used to check if the file has changed (default: false)
133
+ */
134
+ get useCheckSum(): boolean;
135
+ /**
136
+ * Set the useCheckSum value
137
+ * @param {boolean} value - The value to set
138
+ */
139
+ set useCheckSum(value: boolean);
140
+ /**
141
+ * Get the hash algorithm
142
+ * @returns {string} The hash algorithm (default: 'md5')
143
+ */
144
+ get hashAlgorithm(): string;
145
+ /**
146
+ * Set the hash algorithm
147
+ * @param {string} value - The value to set
148
+ */
149
+ set hashAlgorithm(value: string);
150
+ /**
151
+ * Get the current working directory
152
+ * @returns {string} The current working directory (default: process.cwd())
153
+ */
154
+ get cwd(): string;
155
+ /**
156
+ * Set the current working directory
157
+ * @param {string} value - The value to set
158
+ */
159
+ set cwd(value: string);
160
+ /**
161
+ * Get whether to use modified time for change detection
162
+ * @returns {boolean} Whether modified time (mtime) is used for change detection (default: true)
163
+ */
164
+ get useModifiedTime(): boolean;
165
+ /**
166
+ * Set whether to use modified time for change detection
167
+ * @param {boolean} value - The value to set
168
+ */
169
+ set useModifiedTime(value: boolean);
170
+ /**
171
+ * Get whether to restrict paths to cwd boundaries
172
+ * @returns {boolean} Whether strict path checking is enabled (default: true)
173
+ */
174
+ get restrictAccessToCwd(): boolean;
175
+ /**
176
+ * Set whether to restrict paths to cwd boundaries
177
+ * @param {boolean} value - The value to set
178
+ */
179
+ set restrictAccessToCwd(value: boolean);
180
+ /**
181
+ * Get whether to use absolute path as cache key
182
+ * @returns {boolean} Whether cache keys use absolute paths (default: false)
183
+ */
184
+ get useAbsolutePathAsKey(): boolean;
185
+ /**
186
+ * Set whether to use absolute path as cache key
187
+ * @param {boolean} value - The value to set
188
+ */
189
+ set useAbsolutePathAsKey(value: boolean);
190
+ /**
191
+ * Given a buffer, calculate md5 hash of its content.
192
+ * @method getHash
193
+ * @param {Buffer} buffer buffer to calculate hash on
194
+ * @return {String} content hash digest
195
+ */
196
+ getHash(buffer: Buffer): string;
197
+ /**
198
+ * Create the key for the file path used for caching.
199
+ * @method createFileKey
200
+ * @param {String} filePath
201
+ * @return {String}
202
+ */
203
+ createFileKey(filePath: string): string;
204
+ /**
205
+ * Check if the file path is a relative path
206
+ * @method isRelativePath
207
+ * @param filePath - The file path to check
208
+ * @returns {boolean} if the file path is a relative path, false otherwise
209
+ */
210
+ isRelativePath(filePath: string): boolean;
211
+ /**
212
+ * Delete the cache file from the disk
213
+ * @method deleteCacheFile
214
+ * @return {boolean} true if the file was deleted, false otherwise
215
+ */
216
+ deleteCacheFile(): boolean;
217
+ /**
218
+ * Remove the cache from the file and clear the memory cache
219
+ * @method destroy
220
+ */
221
+ destroy(): void;
222
+ /**
223
+ * Remove and Entry From the Cache
224
+ * @method removeEntry
225
+ * @param filePath - The file path to remove from the cache
226
+ */
227
+ removeEntry(filePath: string): void;
228
+ /**
229
+ * Reconcile the cache
230
+ * @method reconcile
231
+ */
232
+ reconcile(): void;
233
+ /**
234
+ * Check if the file has changed
235
+ * @method hasFileChanged
236
+ * @param filePath - The file path to check
237
+ * @returns {boolean} if the file has changed, false otherwise
238
+ */
239
+ hasFileChanged(filePath: string): boolean;
240
+ /**
241
+ * Get the file descriptor for the file path
242
+ * @method getFileDescriptor
243
+ * @param filePath - The file path to get the file descriptor for
244
+ * @param options - The options for getting the file descriptor
245
+ * @returns The file descriptor
246
+ */
247
+ getFileDescriptor(filePath: string, options?: GetFileDescriptorOptions): FileDescriptor;
248
+ /**
249
+ * Get the file descriptors for the files
250
+ * @method normalizeEntries
251
+ * @param files?: string[] - The files to get the file descriptors for
252
+ * @returns The file descriptors
253
+ */
254
+ normalizeEntries(files?: string[]): FileDescriptor[];
255
+ /**
256
+ * Analyze the files
257
+ * @method analyzeFiles
258
+ * @param files - The files to analyze
259
+ * @returns {AnalyzedFiles} The analysis of the files
260
+ */
261
+ analyzeFiles(files: string[]): AnalyzedFiles;
262
+ /**
263
+ * Get the updated files
264
+ * @method getUpdatedFiles
265
+ * @param files - The files to get the updated files for
266
+ * @returns {string[]} The updated files
267
+ */
268
+ getUpdatedFiles(files: string[]): string[];
269
+ /**
270
+ * Get the file descriptors by path prefix
271
+ * @method getFileDescriptorsByPath
272
+ * @param filePath - the path prefix to match
273
+ * @returns {FileDescriptor[]} The file descriptors
274
+ */
275
+ getFileDescriptorsByPath(filePath: string): FileDescriptor[];
276
+ /**
277
+ * Get the Absolute Path. If it is already absolute it will return the path as is.
278
+ * When restrictAccessToCwd is enabled, ensures the resolved path stays within cwd boundaries.
279
+ * @method getAbsolutePath
280
+ * @param filePath - The file path to get the absolute path for
281
+ * @returns {string}
282
+ * @throws {Error} When restrictAccessToCwd is true and path would resolve outside cwd
283
+ */
284
+ getAbsolutePath(filePath: string): string;
285
+ /**
286
+ * Get the Absolute Path with a custom working directory. If it is already absolute it will return the path as is.
287
+ * When restrictAccessToCwd is enabled, ensures the resolved path stays within the provided cwd boundaries.
288
+ * @method getAbsolutePathWithCwd
289
+ * @param filePath - The file path to get the absolute path for
290
+ * @param cwd - The custom working directory to resolve relative paths from
291
+ * @returns {string}
292
+ * @throws {Error} When restrictAccessToCwd is true and path would resolve outside the provided cwd
293
+ */
294
+ getAbsolutePathWithCwd(filePath: string, cwd: string): string;
295
+ /**
296
+ * Rename cache keys that start with a given path prefix.
297
+ * @method renameCacheKeys
298
+ * @param oldPath - The old path prefix to rename
299
+ * @param newPath - The new path prefix to rename to
300
+ */
301
+ renameCacheKeys(oldPath: string, newPath: string): void;
302
+ }
303
+
304
+ export { type AnalyzedFiles, type CreateOptions, type FileDescriptor, type FileDescriptorMeta, FileEntryCache, type FileEntryCacheOptions, type GetFileDescriptorOptions, type ILogger, create, createFromFile, FileEntryDefault as default };
@@ -0,0 +1,304 @@
1
+ import { Buffer } from 'node:buffer';
2
+ import { FlatCacheOptions, FlatCache } from 'flat-cache';
3
+
4
+ type ILogger = {
5
+ /** Current log level */
6
+ level?: string;
7
+ /** Trace level logging */
8
+ trace: (message: string | object, ...args: unknown[]) => void;
9
+ /** Debug level logging */
10
+ debug: (message: string | object, ...args: unknown[]) => void;
11
+ /** Info level logging */
12
+ info: (message: string | object, ...args: unknown[]) => void;
13
+ /** Warning level logging */
14
+ warn: (message: string | object, ...args: unknown[]) => void;
15
+ /** Error level logging */
16
+ error: (message: string | object, ...args: unknown[]) => void;
17
+ /** Fatal level logging */
18
+ fatal: (message: string | object, ...args: unknown[]) => void;
19
+ };
20
+ type FileEntryCacheOptions = {
21
+ /** Whether to use file modified time for change detection (default: true) */
22
+ useModifiedTime?: boolean;
23
+ /** Whether to use checksum for change detection (default: false) */
24
+ useCheckSum?: boolean;
25
+ /** Hash algorithm to use for checksum (default: 'md5') */
26
+ hashAlgorithm?: string;
27
+ /** Current working directory for resolving relative paths (default: process.cwd()) */
28
+ cwd?: string;
29
+ /** Restrict file access to within cwd boundaries (default: true) */
30
+ restrictAccessToCwd?: boolean;
31
+ /** Whether to use absolute path as cache key (default: false) */
32
+ useAbsolutePathAsKey?: boolean;
33
+ /** Logger instance for logging (default: undefined) */
34
+ logger?: ILogger;
35
+ /** Options for the underlying flat cache */
36
+ cache?: FlatCacheOptions;
37
+ };
38
+ type GetFileDescriptorOptions = {
39
+ /** Whether to use checksum for this specific file check instead of modified time (mtime) (overrides instance setting) */
40
+ useCheckSum?: boolean;
41
+ /** Whether to use file modified time for change detection (default: true) */
42
+ useModifiedTime?: boolean;
43
+ };
44
+ type FileDescriptor = {
45
+ /** The cache key for this file (typically the file path) */
46
+ key: string;
47
+ /** Whether the file has changed since last cache check */
48
+ changed?: boolean;
49
+ /** Metadata about the file */
50
+ meta: FileDescriptorMeta;
51
+ /** Whether the file was not found */
52
+ notFound?: boolean;
53
+ /** Error encountered when accessing the file */
54
+ err?: Error;
55
+ };
56
+ type FileDescriptorMeta = {
57
+ /** File size in bytes */
58
+ size?: number;
59
+ /** File modification time (timestamp in milliseconds) */
60
+ mtime?: number;
61
+ /** File content hash (when useCheckSum is enabled) */
62
+ hash?: string;
63
+ /** Custom data associated with the file (e.g., lint results, metadata) */
64
+ data?: unknown;
65
+ /** Allow any additional custom properties */
66
+ [key: string]: unknown;
67
+ };
68
+ type AnalyzedFiles = {
69
+ /** Array of file paths that have changed since last cache */
70
+ changedFiles: string[];
71
+ /** Array of file paths that were not found */
72
+ notFoundFiles: string[];
73
+ /** Array of file paths that have not changed since last cache */
74
+ notChangedFiles: string[];
75
+ };
76
+ /**
77
+ * Create a new FileEntryCache instance from a file path
78
+ * @param filePath - The path to the cache file
79
+ * @param options - create options such as useChecksum, cwd, and more
80
+ * @returns A new FileEntryCache instance
81
+ */
82
+ declare function createFromFile(filePath: string, options?: CreateOptions): FileEntryCache;
83
+ type CreateOptions = Omit<FileEntryCacheOptions, "cache">;
84
+ /**
85
+ * Create a new FileEntryCache instance
86
+ * @param cacheId - The cache file name
87
+ * @param cacheDirectory - The directory to store the cache file (default: undefined, cache won't be persisted)
88
+ * @param options - Whether to use checksum to detect file changes (default: false)
89
+ * @returns A new FileEntryCache instance
90
+ */
91
+ declare function create(cacheId: string, cacheDirectory?: string, options?: CreateOptions): FileEntryCache;
92
+ declare class FileEntryDefault {
93
+ static create: typeof create;
94
+ static createFromFile: typeof createFromFile;
95
+ }
96
+ declare class FileEntryCache {
97
+ private _cache;
98
+ private _useCheckSum;
99
+ private _hashAlgorithm;
100
+ private _cwd;
101
+ private _restrictAccessToCwd;
102
+ private _logger?;
103
+ private _useAbsolutePathAsKey;
104
+ private _useModifiedTime;
105
+ /**
106
+ * Create a new FileEntryCache instance
107
+ * @param options - The options for the FileEntryCache (all properties are optional with defaults)
108
+ */
109
+ constructor(options?: FileEntryCacheOptions);
110
+ /**
111
+ * Get the cache
112
+ * @returns {FlatCache} The cache
113
+ */
114
+ get cache(): FlatCache;
115
+ /**
116
+ * Set the cache
117
+ * @param {FlatCache} cache - The cache to set
118
+ */
119
+ set cache(cache: FlatCache);
120
+ /**
121
+ * Get the logger
122
+ * @returns {ILogger | undefined} The logger instance
123
+ */
124
+ get logger(): ILogger | undefined;
125
+ /**
126
+ * Set the logger
127
+ * @param {ILogger | undefined} logger - The logger to set
128
+ */
129
+ set logger(logger: ILogger | undefined);
130
+ /**
131
+ * Use the hash to check if the file has changed
132
+ * @returns {boolean} if the hash is used to check if the file has changed (default: false)
133
+ */
134
+ get useCheckSum(): boolean;
135
+ /**
136
+ * Set the useCheckSum value
137
+ * @param {boolean} value - The value to set
138
+ */
139
+ set useCheckSum(value: boolean);
140
+ /**
141
+ * Get the hash algorithm
142
+ * @returns {string} The hash algorithm (default: 'md5')
143
+ */
144
+ get hashAlgorithm(): string;
145
+ /**
146
+ * Set the hash algorithm
147
+ * @param {string} value - The value to set
148
+ */
149
+ set hashAlgorithm(value: string);
150
+ /**
151
+ * Get the current working directory
152
+ * @returns {string} The current working directory (default: process.cwd())
153
+ */
154
+ get cwd(): string;
155
+ /**
156
+ * Set the current working directory
157
+ * @param {string} value - The value to set
158
+ */
159
+ set cwd(value: string);
160
+ /**
161
+ * Get whether to use modified time for change detection
162
+ * @returns {boolean} Whether modified time (mtime) is used for change detection (default: true)
163
+ */
164
+ get useModifiedTime(): boolean;
165
+ /**
166
+ * Set whether to use modified time for change detection
167
+ * @param {boolean} value - The value to set
168
+ */
169
+ set useModifiedTime(value: boolean);
170
+ /**
171
+ * Get whether to restrict paths to cwd boundaries
172
+ * @returns {boolean} Whether strict path checking is enabled (default: true)
173
+ */
174
+ get restrictAccessToCwd(): boolean;
175
+ /**
176
+ * Set whether to restrict paths to cwd boundaries
177
+ * @param {boolean} value - The value to set
178
+ */
179
+ set restrictAccessToCwd(value: boolean);
180
+ /**
181
+ * Get whether to use absolute path as cache key
182
+ * @returns {boolean} Whether cache keys use absolute paths (default: false)
183
+ */
184
+ get useAbsolutePathAsKey(): boolean;
185
+ /**
186
+ * Set whether to use absolute path as cache key
187
+ * @param {boolean} value - The value to set
188
+ */
189
+ set useAbsolutePathAsKey(value: boolean);
190
+ /**
191
+ * Given a buffer, calculate md5 hash of its content.
192
+ * @method getHash
193
+ * @param {Buffer} buffer buffer to calculate hash on
194
+ * @return {String} content hash digest
195
+ */
196
+ getHash(buffer: Buffer): string;
197
+ /**
198
+ * Create the key for the file path used for caching.
199
+ * @method createFileKey
200
+ * @param {String} filePath
201
+ * @return {String}
202
+ */
203
+ createFileKey(filePath: string): string;
204
+ /**
205
+ * Check if the file path is a relative path
206
+ * @method isRelativePath
207
+ * @param filePath - The file path to check
208
+ * @returns {boolean} if the file path is a relative path, false otherwise
209
+ */
210
+ isRelativePath(filePath: string): boolean;
211
+ /**
212
+ * Delete the cache file from the disk
213
+ * @method deleteCacheFile
214
+ * @return {boolean} true if the file was deleted, false otherwise
215
+ */
216
+ deleteCacheFile(): boolean;
217
+ /**
218
+ * Remove the cache from the file and clear the memory cache
219
+ * @method destroy
220
+ */
221
+ destroy(): void;
222
+ /**
223
+ * Remove and Entry From the Cache
224
+ * @method removeEntry
225
+ * @param filePath - The file path to remove from the cache
226
+ */
227
+ removeEntry(filePath: string): void;
228
+ /**
229
+ * Reconcile the cache
230
+ * @method reconcile
231
+ */
232
+ reconcile(): void;
233
+ /**
234
+ * Check if the file has changed
235
+ * @method hasFileChanged
236
+ * @param filePath - The file path to check
237
+ * @returns {boolean} if the file has changed, false otherwise
238
+ */
239
+ hasFileChanged(filePath: string): boolean;
240
+ /**
241
+ * Get the file descriptor for the file path
242
+ * @method getFileDescriptor
243
+ * @param filePath - The file path to get the file descriptor for
244
+ * @param options - The options for getting the file descriptor
245
+ * @returns The file descriptor
246
+ */
247
+ getFileDescriptor(filePath: string, options?: GetFileDescriptorOptions): FileDescriptor;
248
+ /**
249
+ * Get the file descriptors for the files
250
+ * @method normalizeEntries
251
+ * @param files?: string[] - The files to get the file descriptors for
252
+ * @returns The file descriptors
253
+ */
254
+ normalizeEntries(files?: string[]): FileDescriptor[];
255
+ /**
256
+ * Analyze the files
257
+ * @method analyzeFiles
258
+ * @param files - The files to analyze
259
+ * @returns {AnalyzedFiles} The analysis of the files
260
+ */
261
+ analyzeFiles(files: string[]): AnalyzedFiles;
262
+ /**
263
+ * Get the updated files
264
+ * @method getUpdatedFiles
265
+ * @param files - The files to get the updated files for
266
+ * @returns {string[]} The updated files
267
+ */
268
+ getUpdatedFiles(files: string[]): string[];
269
+ /**
270
+ * Get the file descriptors by path prefix
271
+ * @method getFileDescriptorsByPath
272
+ * @param filePath - the path prefix to match
273
+ * @returns {FileDescriptor[]} The file descriptors
274
+ */
275
+ getFileDescriptorsByPath(filePath: string): FileDescriptor[];
276
+ /**
277
+ * Get the Absolute Path. If it is already absolute it will return the path as is.
278
+ * When restrictAccessToCwd is enabled, ensures the resolved path stays within cwd boundaries.
279
+ * @method getAbsolutePath
280
+ * @param filePath - The file path to get the absolute path for
281
+ * @returns {string}
282
+ * @throws {Error} When restrictAccessToCwd is true and path would resolve outside cwd
283
+ */
284
+ getAbsolutePath(filePath: string): string;
285
+ /**
286
+ * Get the Absolute Path with a custom working directory. If it is already absolute it will return the path as is.
287
+ * When restrictAccessToCwd is enabled, ensures the resolved path stays within the provided cwd boundaries.
288
+ * @method getAbsolutePathWithCwd
289
+ * @param filePath - The file path to get the absolute path for
290
+ * @param cwd - The custom working directory to resolve relative paths from
291
+ * @returns {string}
292
+ * @throws {Error} When restrictAccessToCwd is true and path would resolve outside the provided cwd
293
+ */
294
+ getAbsolutePathWithCwd(filePath: string, cwd: string): string;
295
+ /**
296
+ * Rename cache keys that start with a given path prefix.
297
+ * @method renameCacheKeys
298
+ * @param oldPath - The old path prefix to rename
299
+ * @param newPath - The new path prefix to rename to
300
+ */
301
+ renameCacheKeys(oldPath: string, newPath: string): void;
302
+ }
303
+
304
+ export { type AnalyzedFiles, type CreateOptions, type FileDescriptor, type FileDescriptorMeta, FileEntryCache, type FileEntryCacheOptions, type GetFileDescriptorOptions, type ILogger, create, createFromFile, FileEntryDefault as default };