eslint-plugin-better-tailwindcss 4.1.1 → 4.3.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 (264) hide show
  1. package/README.md +1 -1
  2. package/lib/api/defaults.d.ts +84 -14
  3. package/lib/api/defaults.d.ts.map +1 -1
  4. package/lib/api/defaults.js +25 -5
  5. package/lib/api/defaults.js.map +1 -1
  6. package/lib/api/types.d.ts +2 -2
  7. package/lib/api/types.d.ts.map +1 -1
  8. package/lib/api/types.js +1 -1
  9. package/lib/api/types.js.map +1 -1
  10. package/lib/async-utils/operations.d.ts +21 -0
  11. package/lib/async-utils/operations.d.ts.map +1 -0
  12. package/lib/async-utils/operations.js +2 -0
  13. package/lib/async-utils/operations.js.map +1 -0
  14. package/lib/configs/config.d.ts +1754 -194
  15. package/lib/configs/config.d.ts.map +1 -1
  16. package/lib/options/callees/cc.d.ts +28 -12
  17. package/lib/options/callees/cc.d.ts.map +1 -1
  18. package/lib/options/callees/cc.js +15 -13
  19. package/lib/options/callees/cc.js.map +1 -1
  20. package/lib/options/callees/clb.d.ts +33 -17
  21. package/lib/options/callees/clb.d.ts.map +1 -1
  22. package/lib/options/callees/clb.js +25 -22
  23. package/lib/options/callees/clb.js.map +1 -1
  24. package/lib/options/callees/clsx.d.ts +28 -12
  25. package/lib/options/callees/clsx.d.ts.map +1 -1
  26. package/lib/options/callees/clsx.js +15 -13
  27. package/lib/options/callees/clsx.js.map +1 -1
  28. package/lib/options/callees/cn.d.ts +28 -12
  29. package/lib/options/callees/cn.d.ts.map +1 -1
  30. package/lib/options/callees/cn.js +15 -13
  31. package/lib/options/callees/cn.js.map +1 -1
  32. package/lib/options/callees/cnb.d.ts +28 -12
  33. package/lib/options/callees/cnb.d.ts.map +1 -1
  34. package/lib/options/callees/cnb.js +15 -13
  35. package/lib/options/callees/cnb.js.map +1 -1
  36. package/lib/options/callees/ctl.d.ts +15 -7
  37. package/lib/options/callees/ctl.d.ts.map +1 -1
  38. package/lib/options/callees/ctl.js +8 -7
  39. package/lib/options/callees/ctl.js.map +1 -1
  40. package/lib/options/callees/cva.d.ts +38 -18
  41. package/lib/options/callees/cva.d.ts.map +1 -1
  42. package/lib/options/callees/cva.js +24 -21
  43. package/lib/options/callees/cva.js.map +1 -1
  44. package/lib/options/callees/cx.d.ts +28 -12
  45. package/lib/options/callees/cx.d.ts.map +1 -1
  46. package/lib/options/callees/cx.js +15 -13
  47. package/lib/options/callees/cx.js.map +1 -1
  48. package/lib/options/callees/dcnb.d.ts +28 -12
  49. package/lib/options/callees/dcnb.d.ts.map +1 -1
  50. package/lib/options/callees/dcnb.js +15 -13
  51. package/lib/options/callees/dcnb.js.map +1 -1
  52. package/lib/options/callees/objstr.d.ts +22 -10
  53. package/lib/options/callees/objstr.d.ts.map +1 -1
  54. package/lib/options/callees/objstr.js +15 -13
  55. package/lib/options/callees/objstr.js.map +1 -1
  56. package/lib/options/callees/tv.d.ts +62 -30
  57. package/lib/options/callees/tv.d.ts.map +1 -1
  58. package/lib/options/callees/tv.js +48 -42
  59. package/lib/options/callees/tv.js.map +1 -1
  60. package/lib/options/callees/twJoin.d.ts +15 -7
  61. package/lib/options/callees/twJoin.d.ts.map +1 -1
  62. package/lib/options/callees/twJoin.js +8 -7
  63. package/lib/options/callees/twJoin.js.map +1 -1
  64. package/lib/options/callees/twMerge.d.ts +15 -7
  65. package/lib/options/callees/twMerge.d.ts.map +1 -1
  66. package/lib/options/callees/twMerge.js +8 -7
  67. package/lib/options/callees/twMerge.js.map +1 -1
  68. package/lib/options/default-options.d.ts +78 -13
  69. package/lib/options/default-options.d.ts.map +1 -1
  70. package/lib/options/default-options.js +97 -50
  71. package/lib/options/default-options.js.map +1 -1
  72. package/lib/options/descriptions.d.ts +210 -17
  73. package/lib/options/descriptions.d.ts.map +1 -1
  74. package/lib/options/descriptions.js +2 -0
  75. package/lib/options/descriptions.js.map +1 -1
  76. package/lib/options/migrate.d.ts +16 -0
  77. package/lib/options/migrate.d.ts.map +1 -0
  78. package/lib/options/migrate.js +115 -0
  79. package/lib/options/migrate.js.map +1 -0
  80. package/lib/options/schemas/attributes.d.ts +1 -5
  81. package/lib/options/schemas/attributes.d.ts.map +1 -1
  82. package/lib/options/schemas/attributes.js +1 -2
  83. package/lib/options/schemas/attributes.js.map +1 -1
  84. package/lib/options/schemas/callees.d.ts +1 -8
  85. package/lib/options/schemas/callees.d.ts.map +1 -1
  86. package/lib/options/schemas/callees.js +1 -2
  87. package/lib/options/schemas/callees.js.map +1 -1
  88. package/lib/options/schemas/selectors.d.ts +488 -0
  89. package/lib/options/schemas/selectors.d.ts.map +1 -0
  90. package/lib/options/schemas/selectors.js +69 -0
  91. package/lib/options/schemas/selectors.js.map +1 -0
  92. package/lib/options/schemas/tags.d.ts +1 -1
  93. package/lib/options/schemas/tags.d.ts.map +1 -1
  94. package/lib/options/schemas/tags.js +1 -2
  95. package/lib/options/schemas/tags.js.map +1 -1
  96. package/lib/options/schemas/variables.d.ts +1 -3
  97. package/lib/options/schemas/variables.d.ts.map +1 -1
  98. package/lib/options/schemas/variables.js +1 -2
  99. package/lib/options/schemas/variables.js.map +1 -1
  100. package/lib/parsers/angular.d.ts +2 -2
  101. package/lib/parsers/angular.d.ts.map +1 -1
  102. package/lib/parsers/angular.js +21 -25
  103. package/lib/parsers/angular.js.map +1 -1
  104. package/lib/parsers/es.d.ts +5 -8
  105. package/lib/parsers/es.d.ts.map +1 -1
  106. package/lib/parsers/es.js +109 -47
  107. package/lib/parsers/es.js.map +1 -1
  108. package/lib/parsers/html.d.ts +2 -2
  109. package/lib/parsers/html.d.ts.map +1 -1
  110. package/lib/parsers/html.js +7 -10
  111. package/lib/parsers/html.js.map +1 -1
  112. package/lib/parsers/jsx.d.ts +2 -2
  113. package/lib/parsers/jsx.d.ts.map +1 -1
  114. package/lib/parsers/jsx.js +8 -13
  115. package/lib/parsers/jsx.js.map +1 -1
  116. package/lib/parsers/svelte.d.ts +3 -3
  117. package/lib/parsers/svelte.d.ts.map +1 -1
  118. package/lib/parsers/svelte.js +22 -25
  119. package/lib/parsers/svelte.js.map +1 -1
  120. package/lib/parsers/vue.d.ts +2 -2
  121. package/lib/parsers/vue.d.ts.map +1 -1
  122. package/lib/parsers/vue.js +14 -18
  123. package/lib/parsers/vue.js.map +1 -1
  124. package/lib/rules/enforce-canonical-classes.d.ts +146 -16
  125. package/lib/rules/enforce-canonical-classes.d.ts.map +1 -1
  126. package/lib/rules/enforce-consistent-class-order.d.ts +146 -16
  127. package/lib/rules/enforce-consistent-class-order.d.ts.map +1 -1
  128. package/lib/rules/enforce-consistent-important-position.d.ts +146 -16
  129. package/lib/rules/enforce-consistent-important-position.d.ts.map +1 -1
  130. package/lib/rules/enforce-consistent-line-wrapping.d.ts +146 -16
  131. package/lib/rules/enforce-consistent-line-wrapping.d.ts.map +1 -1
  132. package/lib/rules/enforce-consistent-variable-syntax.d.ts +148 -18
  133. package/lib/rules/enforce-consistent-variable-syntax.d.ts.map +1 -1
  134. package/lib/rules/enforce-shorthand-classes.d.ts +146 -16
  135. package/lib/rules/enforce-shorthand-classes.d.ts.map +1 -1
  136. package/lib/rules/no-conflicting-classes.d.ts +146 -16
  137. package/lib/rules/no-conflicting-classes.d.ts.map +1 -1
  138. package/lib/rules/no-deprecated-classes.d.ts +146 -16
  139. package/lib/rules/no-deprecated-classes.d.ts.map +1 -1
  140. package/lib/rules/no-duplicate-classes.d.ts +146 -16
  141. package/lib/rules/no-duplicate-classes.d.ts.map +1 -1
  142. package/lib/rules/no-restricted-classes.d.ts +146 -16
  143. package/lib/rules/no-restricted-classes.d.ts.map +1 -1
  144. package/lib/rules/no-unknown-classes.d.ts +146 -16
  145. package/lib/rules/no-unknown-classes.d.ts.map +1 -1
  146. package/lib/rules/no-unnecessary-whitespace.d.ts +146 -16
  147. package/lib/rules/no-unnecessary-whitespace.d.ts.map +1 -1
  148. package/lib/tailwindcss/canonical-classes.d.ts.map +1 -1
  149. package/lib/tailwindcss/canonical-classes.js +3 -7
  150. package/lib/tailwindcss/canonical-classes.js.map +1 -1
  151. package/lib/tailwindcss/class-order.async.v3.d.ts +1 -1
  152. package/lib/tailwindcss/class-order.async.v3.d.ts.map +1 -1
  153. package/lib/tailwindcss/class-order.async.v3.js +2 -2
  154. package/lib/tailwindcss/class-order.async.v3.js.map +1 -1
  155. package/lib/tailwindcss/class-order.async.v4.d.ts +1 -1
  156. package/lib/tailwindcss/class-order.async.v4.d.ts.map +1 -1
  157. package/lib/tailwindcss/class-order.async.v4.js +2 -2
  158. package/lib/tailwindcss/class-order.async.v4.js.map +1 -1
  159. package/lib/tailwindcss/class-order.d.ts.map +1 -1
  160. package/lib/tailwindcss/class-order.js +3 -7
  161. package/lib/tailwindcss/class-order.js.map +1 -1
  162. package/lib/tailwindcss/conflicting-classes.async.v4.d.ts +1 -1
  163. package/lib/tailwindcss/conflicting-classes.async.v4.d.ts.map +1 -1
  164. package/lib/tailwindcss/conflicting-classes.async.v4.js +3 -3
  165. package/lib/tailwindcss/conflicting-classes.async.v4.js.map +1 -1
  166. package/lib/tailwindcss/conflicting-classes.d.ts.map +1 -1
  167. package/lib/tailwindcss/conflicting-classes.js +3 -7
  168. package/lib/tailwindcss/conflicting-classes.js.map +1 -1
  169. package/lib/tailwindcss/custom-component-classes.async.v3.d.ts +3 -1
  170. package/lib/tailwindcss/custom-component-classes.async.v3.d.ts.map +1 -1
  171. package/lib/tailwindcss/custom-component-classes.async.v3.js +3 -4
  172. package/lib/tailwindcss/custom-component-classes.async.v3.js.map +1 -1
  173. package/lib/tailwindcss/custom-component-classes.async.v4.d.ts +3 -1
  174. package/lib/tailwindcss/custom-component-classes.async.v4.d.ts.map +1 -1
  175. package/lib/tailwindcss/custom-component-classes.async.v4.js +3 -5
  176. package/lib/tailwindcss/custom-component-classes.async.v4.js.map +1 -1
  177. package/lib/tailwindcss/custom-component-classes.d.ts.map +1 -1
  178. package/lib/tailwindcss/custom-component-classes.js +3 -7
  179. package/lib/tailwindcss/custom-component-classes.js.map +1 -1
  180. package/lib/tailwindcss/dissect-classes.d.ts.map +1 -1
  181. package/lib/tailwindcss/dissect-classes.js +3 -7
  182. package/lib/tailwindcss/dissect-classes.js.map +1 -1
  183. package/lib/tailwindcss/prefix.async.v3.d.ts +2 -2
  184. package/lib/tailwindcss/prefix.async.v3.d.ts.map +1 -1
  185. package/lib/tailwindcss/prefix.async.v3.js +3 -3
  186. package/lib/tailwindcss/prefix.async.v3.js.map +1 -1
  187. package/lib/tailwindcss/prefix.async.v4.d.ts +2 -2
  188. package/lib/tailwindcss/prefix.async.v4.d.ts.map +1 -1
  189. package/lib/tailwindcss/prefix.async.v4.js +4 -4
  190. package/lib/tailwindcss/prefix.async.v4.js.map +1 -1
  191. package/lib/tailwindcss/prefix.d.ts.map +1 -1
  192. package/lib/tailwindcss/prefix.js +3 -7
  193. package/lib/tailwindcss/prefix.js.map +1 -1
  194. package/lib/tailwindcss/tailwind.async.worker.v3.d.ts +2 -0
  195. package/lib/tailwindcss/tailwind.async.worker.v3.d.ts.map +1 -0
  196. package/lib/tailwindcss/tailwind.async.worker.v3.js +52 -0
  197. package/lib/tailwindcss/tailwind.async.worker.v3.js.map +1 -0
  198. package/lib/tailwindcss/tailwind.async.worker.v4.d.ts +2 -0
  199. package/lib/tailwindcss/tailwind.async.worker.v4.d.ts.map +1 -0
  200. package/lib/tailwindcss/tailwind.async.worker.v4.js +50 -0
  201. package/lib/tailwindcss/tailwind.async.worker.v4.js.map +1 -0
  202. package/lib/tailwindcss/unknown-classes.d.ts.map +1 -1
  203. package/lib/tailwindcss/unknown-classes.js +3 -7
  204. package/lib/tailwindcss/unknown-classes.js.map +1 -1
  205. package/lib/types/rule.d.ts +39 -0
  206. package/lib/types/rule.d.ts.map +1 -1
  207. package/lib/types/rule.js +7 -0
  208. package/lib/types/rule.js.map +1 -1
  209. package/lib/utils/rule.d.ts.map +1 -1
  210. package/lib/utils/rule.js +42 -2
  211. package/lib/utils/rule.js.map +1 -1
  212. package/lib/utils/selectors.d.ts +3 -0
  213. package/lib/utils/selectors.d.ts.map +1 -0
  214. package/lib/utils/selectors.js +4 -0
  215. package/lib/utils/selectors.js.map +1 -0
  216. package/package.json +10 -11
  217. package/lib/tailwindcss/canonical-classes.async.worker.v3.d.ts +0 -2
  218. package/lib/tailwindcss/canonical-classes.async.worker.v3.d.ts.map +0 -1
  219. package/lib/tailwindcss/canonical-classes.async.worker.v3.js +0 -15
  220. package/lib/tailwindcss/canonical-classes.async.worker.v3.js.map +0 -1
  221. package/lib/tailwindcss/canonical-classes.async.worker.v4.d.ts +0 -2
  222. package/lib/tailwindcss/canonical-classes.async.worker.v4.d.ts.map +0 -1
  223. package/lib/tailwindcss/canonical-classes.async.worker.v4.js +0 -9
  224. package/lib/tailwindcss/canonical-classes.async.worker.v4.js.map +0 -1
  225. package/lib/tailwindcss/class-order.async.worker.v3.d.ts +0 -2
  226. package/lib/tailwindcss/class-order.async.worker.v3.d.ts.map +0 -1
  227. package/lib/tailwindcss/class-order.async.worker.v3.js +0 -9
  228. package/lib/tailwindcss/class-order.async.worker.v3.js.map +0 -1
  229. package/lib/tailwindcss/class-order.async.worker.v4.d.ts +0 -2
  230. package/lib/tailwindcss/class-order.async.worker.v4.d.ts.map +0 -1
  231. package/lib/tailwindcss/class-order.async.worker.v4.js +0 -9
  232. package/lib/tailwindcss/class-order.async.worker.v4.js.map +0 -1
  233. package/lib/tailwindcss/conflicting-classes.async.worker.v3.d.ts +0 -2
  234. package/lib/tailwindcss/conflicting-classes.async.worker.v3.d.ts.map +0 -1
  235. package/lib/tailwindcss/conflicting-classes.async.worker.v3.js +0 -5
  236. package/lib/tailwindcss/conflicting-classes.async.worker.v3.js.map +0 -1
  237. package/lib/tailwindcss/conflicting-classes.async.worker.v4.d.ts +0 -2
  238. package/lib/tailwindcss/conflicting-classes.async.worker.v4.d.ts.map +0 -1
  239. package/lib/tailwindcss/conflicting-classes.async.worker.v4.js +0 -9
  240. package/lib/tailwindcss/conflicting-classes.async.worker.v4.js.map +0 -1
  241. package/lib/tailwindcss/dissect-classes.async.worker.v3.d.ts +0 -2
  242. package/lib/tailwindcss/dissect-classes.async.worker.v3.d.ts.map +0 -1
  243. package/lib/tailwindcss/dissect-classes.async.worker.v3.js +0 -9
  244. package/lib/tailwindcss/dissect-classes.async.worker.v3.js.map +0 -1
  245. package/lib/tailwindcss/dissect-classes.async.worker.v4.d.ts +0 -2
  246. package/lib/tailwindcss/dissect-classes.async.worker.v4.d.ts.map +0 -1
  247. package/lib/tailwindcss/dissect-classes.async.worker.v4.js +0 -9
  248. package/lib/tailwindcss/dissect-classes.async.worker.v4.js.map +0 -1
  249. package/lib/tailwindcss/prefix.async.worker.v3.d.ts +0 -2
  250. package/lib/tailwindcss/prefix.async.worker.v3.d.ts.map +0 -1
  251. package/lib/tailwindcss/prefix.async.worker.v3.js +0 -10
  252. package/lib/tailwindcss/prefix.async.worker.v3.js.map +0 -1
  253. package/lib/tailwindcss/prefix.async.worker.v4.d.ts +0 -2
  254. package/lib/tailwindcss/prefix.async.worker.v4.d.ts.map +0 -1
  255. package/lib/tailwindcss/prefix.async.worker.v4.js +0 -10
  256. package/lib/tailwindcss/prefix.async.worker.v4.js.map +0 -1
  257. package/lib/tailwindcss/unknown-classes.async.worker.v3.d.ts +0 -2
  258. package/lib/tailwindcss/unknown-classes.async.worker.v3.d.ts.map +0 -1
  259. package/lib/tailwindcss/unknown-classes.async.worker.v3.js +0 -9
  260. package/lib/tailwindcss/unknown-classes.async.worker.v3.js.map +0 -1
  261. package/lib/tailwindcss/unknown-classes.async.worker.v4.d.ts +0 -2
  262. package/lib/tailwindcss/unknown-classes.async.worker.v4.d.ts.map +0 -1
  263. package/lib/tailwindcss/unknown-classes.async.worker.v4.js +0 -9
  264. package/lib/tailwindcss/unknown-classes.async.worker.v4.js.map +0 -1
@@ -1,12 +1,13 @@
1
- import { MatcherType } from "../../types/rule.js";
2
- export const TW_MERGE_STRINGS = [
3
- "twMerge",
4
- [
1
+ import { MatcherType, SelectorKind } from "../../types/rule.js";
2
+ export const TW_MERGE_STRINGS = {
3
+ kind: SelectorKind.Callee,
4
+ match: [
5
5
  {
6
- match: MatcherType.String
6
+ type: MatcherType.String
7
7
  }
8
- ]
9
- ];
8
+ ],
9
+ name: "twMerge"
10
+ };
10
11
  /** @see https://github.com/dcastil/tailwind-merge */
11
12
  export const TW_MERGE = [
12
13
  TW_MERGE_STRINGS
@@ -1 +1 @@
1
- {"version":3,"file":"twMerge.js","sourceRoot":"","sources":["../../../src/options/callees/twMerge.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAC;AAK/D,MAAM,CAAC,MAAM,gBAAgB,GAAG;IAC9B,SAAS;IACT;QACE;YACE,KAAK,EAAE,WAAW,CAAC,MAAM;SAC1B;KACF;CACuB,CAAC;AAE3B,qDAAqD;AACrD,MAAM,CAAC,MAAM,QAAQ,GAAG;IACtB,gBAAgB;CACC,CAAC"}
1
+ {"version":3,"file":"twMerge.js","sourceRoot":"","sources":["../../../src/options/callees/twMerge.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,YAAY,EAAE,MAAM,kCAAkC,CAAC;AAK7E,MAAM,CAAC,MAAM,gBAAgB,GAAG;IAC9B,IAAI,EAAE,YAAY,CAAC,MAAM;IACzB,KAAK,EAAE;QACL;YACE,IAAI,EAAE,WAAW,CAAC,MAAM;SACzB;KACF;IACD,IAAI,EAAE,SAAS;CACS,CAAC;AAE3B,qDAAqD;AACrD,MAAM,CAAC,MAAM,QAAQ,GAAG;IACtB,gBAAgB;CACG,CAAC"}
@@ -1,19 +1,84 @@
1
- import { MatcherType } from "../types/rule.js";
2
- export declare const DEFAULT_CALLEE_NAMES: ([string, {
3
- match: MatcherType.String;
4
- }[]] | [string, {
5
- match: MatcherType.ObjectKey;
6
- }[]] | [string, {
7
- match: MatcherType.ObjectValue;
8
- pathPattern: string;
9
- }[]])[];
10
- export declare const DEFAULT_ATTRIBUTE_NAMES: (string | [string, ({
11
- match: MatcherType.String;
1
+ import { MatcherType, SelectorKind } from "../types/rule.js";
2
+ export declare const DEFAULT_CALLEE_SELECTORS: ({
3
+ kind: SelectorKind.Callee;
4
+ match: {
5
+ type: MatcherType.String;
6
+ }[];
7
+ name: string;
8
+ } | {
9
+ kind: SelectorKind.Callee;
10
+ match: {
11
+ type: MatcherType.ObjectKey;
12
+ }[];
13
+ name: string;
12
14
  } | {
13
- match: MatcherType.ObjectKey;
14
- })[]])[];
15
+ kind: SelectorKind.Callee;
16
+ match: {
17
+ path: string;
18
+ type: MatcherType.ObjectValue;
19
+ }[];
20
+ name: string;
21
+ })[];
22
+ export declare const DEFAULT_ATTRIBUTE_SELECTORS: ({
23
+ kind: SelectorKind.Attribute;
24
+ name: string;
25
+ match?: never;
26
+ } | {
27
+ kind: SelectorKind.Attribute;
28
+ match: ({
29
+ type: MatcherType.String;
30
+ } | {
31
+ type: MatcherType.ObjectKey;
32
+ })[];
33
+ name: string;
34
+ })[];
15
35
  export declare const DEFAULT_VARIABLE_NAMES: [string, {
16
36
  match: MatcherType.String;
17
37
  }[]][];
38
+ export declare const DEFAULT_VARIABLE_SELECTORS: {
39
+ kind: SelectorKind.Variable;
40
+ match: {
41
+ type: MatcherType.String;
42
+ }[];
43
+ name: string;
44
+ }[];
18
45
  export declare const DEFAULT_TAG_NAMES: never[];
46
+ export declare const DEFAULT_SELECTORS: ({
47
+ kind: SelectorKind.Callee;
48
+ match: {
49
+ type: MatcherType.String;
50
+ }[];
51
+ name: string;
52
+ } | {
53
+ kind: SelectorKind.Callee;
54
+ match: {
55
+ type: MatcherType.ObjectKey;
56
+ }[];
57
+ name: string;
58
+ } | {
59
+ kind: SelectorKind.Callee;
60
+ match: {
61
+ path: string;
62
+ type: MatcherType.ObjectValue;
63
+ }[];
64
+ name: string;
65
+ } | {
66
+ kind: SelectorKind.Attribute;
67
+ name: string;
68
+ match?: never;
69
+ } | {
70
+ kind: SelectorKind.Attribute;
71
+ match: ({
72
+ type: MatcherType.String;
73
+ } | {
74
+ type: MatcherType.ObjectKey;
75
+ })[];
76
+ name: string;
77
+ } | {
78
+ kind: SelectorKind.Variable;
79
+ match: {
80
+ type: MatcherType.String;
81
+ }[];
82
+ name: string;
83
+ })[];
19
84
  //# sourceMappingURL=default-options.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"default-options.d.ts","sourceRoot":"","sources":["../../src/options/default-options.ts"],"names":[],"mappings":"AAaA,OAAO,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAC;AAQ/D,eAAO,MAAM,oBAAoB;;;;;;;OAcd,CAAC;AAEpB,eAAO,MAAM,uBAAuB;;;;QAyEd,CAAC;AAEvB,eAAO,MAAM,sBAAsB;;MAsBd,CAAC;AAEtB,eAAO,MAAM,iBAAiB,SAAoB,CAAC"}
1
+ {"version":3,"file":"default-options.d.ts","sourceRoot":"","sources":["../../src/options/default-options.ts"],"names":[],"mappings":"AAaA,OAAO,EAAE,WAAW,EAAE,YAAY,EAAE,MAAM,kCAAkC,CAAC;AAO7E,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;IAchB,CAAC;AAEtB,eAAO,MAAM,2BAA2B;;;;;;;;;;;;IAiFnB,CAAC;AAEtB,eAAO,MAAM,sBAAsB;;MAsBd,CAAC;AAEtB,eAAO,MAAM,0BAA0B;;;;;;GA4BlB,CAAC;AAEtB,eAAO,MAAM,iBAAiB,SAAoB,CAAC;AAEnD,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAIT,CAAC"}
@@ -11,8 +11,8 @@ import { OBJSTR } from "./callees/objstr.js";
11
11
  import { TV } from "./callees/tv.js";
12
12
  import { TW_JOIN } from "./callees/twJoin.js";
13
13
  import { TW_MERGE } from "./callees/twMerge.js";
14
- import { MatcherType } from "../types/rule.js";
15
- export const DEFAULT_CALLEE_NAMES = [
14
+ import { MatcherType, SelectorKind } from "../types/rule.js";
15
+ export const DEFAULT_CALLEE_SELECTORS = [
16
16
  ...CC,
17
17
  ...CLB,
18
18
  ...CLSX,
@@ -27,74 +27,87 @@ export const DEFAULT_CALLEE_NAMES = [
27
27
  ...TW_JOIN,
28
28
  ...TW_MERGE
29
29
  ];
30
- export const DEFAULT_ATTRIBUTE_NAMES = [
31
- // general
32
- "^class(?:Name)?$",
33
- [
34
- "^class(?:Name)?$", [
30
+ export const DEFAULT_ATTRIBUTE_SELECTORS = [
31
+ {
32
+ kind: SelectorKind.Attribute,
33
+ name: "^class(?:Name)?$"
34
+ },
35
+ {
36
+ kind: SelectorKind.Attribute,
37
+ match: [
35
38
  {
36
- match: MatcherType.String
39
+ type: MatcherType.String
37
40
  }
38
- ]
39
- ],
40
- // svelte
41
- [
42
- "^class:.*", [
41
+ ],
42
+ name: "^class(?:Name)?$"
43
+ },
44
+ {
45
+ kind: SelectorKind.Attribute,
46
+ match: [
43
47
  {
44
- match: MatcherType.String
48
+ type: MatcherType.String
45
49
  }
46
- ]
47
- ],
48
- // angular
49
- "(?:^\\[class\\]$)|(?:^\\[ngClass\\]$)",
50
- [
51
- "(?:^\\[class\\..*\\]$)", [
50
+ ],
51
+ name: "^class:.*"
52
+ },
53
+ {
54
+ kind: SelectorKind.Attribute,
55
+ name: "(?:^\\[class\\]$)|(?:^\\[ngClass\\]$)"
56
+ },
57
+ {
58
+ kind: SelectorKind.Attribute,
59
+ match: [
52
60
  {
53
- match: MatcherType.String
61
+ type: MatcherType.String
54
62
  }
55
- ]
56
- ],
57
- [
58
- "(?:^\\[class\\]$)|(?:^\\[ngClass\\]$)", [
63
+ ],
64
+ name: "(?:^\\[class\\..*\\]$)"
65
+ },
66
+ {
67
+ kind: SelectorKind.Attribute,
68
+ match: [
59
69
  {
60
- match: MatcherType.String
70
+ type: MatcherType.String
61
71
  },
62
72
  {
63
- match: MatcherType.ObjectKey
73
+ type: MatcherType.ObjectKey
64
74
  }
65
- ]
66
- ],
67
- // vue
68
- [
69
- "^v-bind:class$", [
75
+ ],
76
+ name: "(?:^\\[class\\]$)|(?:^\\[ngClass\\]$)"
77
+ },
78
+ {
79
+ kind: SelectorKind.Attribute,
80
+ match: [
70
81
  {
71
- match: MatcherType.String
82
+ type: MatcherType.String
72
83
  },
73
84
  {
74
- match: MatcherType.ObjectKey
85
+ type: MatcherType.ObjectKey
75
86
  }
76
- ]
77
- ],
78
- // astro
79
- [
80
- "^class:list$", [
87
+ ],
88
+ name: "^v-bind:class$"
89
+ },
90
+ {
91
+ kind: SelectorKind.Attribute,
92
+ match: [
81
93
  {
82
- match: MatcherType.String
94
+ type: MatcherType.String
83
95
  },
84
96
  {
85
- match: MatcherType.ObjectKey
97
+ type: MatcherType.ObjectKey
86
98
  }
87
- ]
88
- ],
89
- // solid
90
- [
91
- "^classList$",
92
- [
99
+ ],
100
+ name: "^class:list$"
101
+ },
102
+ {
103
+ kind: SelectorKind.Attribute,
104
+ match: [
93
105
  {
94
- match: MatcherType.ObjectKey
106
+ type: MatcherType.ObjectKey
95
107
  }
96
- ]
97
- ]
108
+ ],
109
+ name: "^classList$"
110
+ }
98
111
  ];
99
112
  export const DEFAULT_VARIABLE_NAMES = [
100
113
  [
@@ -119,5 +132,39 @@ export const DEFAULT_VARIABLE_NAMES = [
119
132
  ]
120
133
  ]
121
134
  ];
135
+ export const DEFAULT_VARIABLE_SELECTORS = [
136
+ {
137
+ kind: SelectorKind.Variable,
138
+ match: [
139
+ {
140
+ type: MatcherType.String
141
+ }
142
+ ],
143
+ name: "^classNames?$"
144
+ },
145
+ {
146
+ kind: SelectorKind.Variable,
147
+ match: [
148
+ {
149
+ type: MatcherType.String
150
+ }
151
+ ],
152
+ name: "^classes$"
153
+ },
154
+ {
155
+ kind: SelectorKind.Variable,
156
+ match: [
157
+ {
158
+ type: MatcherType.String
159
+ }
160
+ ],
161
+ name: "^styles?$"
162
+ }
163
+ ];
122
164
  export const DEFAULT_TAG_NAMES = [];
165
+ export const DEFAULT_SELECTORS = [
166
+ ...DEFAULT_ATTRIBUTE_SELECTORS,
167
+ ...DEFAULT_CALLEE_SELECTORS,
168
+ ...DEFAULT_VARIABLE_SELECTORS
169
+ ];
123
170
  //# sourceMappingURL=default-options.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"default-options.js","sourceRoot":"","sources":["../../src/options/default-options.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,EAAE,EAAE,MAAM,0CAA0C,CAAC;AAC9D,OAAO,EAAE,GAAG,EAAE,MAAM,2CAA2C,CAAC;AAChE,OAAO,EAAE,IAAI,EAAE,MAAM,4CAA4C,CAAC;AAClE,OAAO,EAAE,EAAE,EAAE,MAAM,0CAA0C,CAAC;AAC9D,OAAO,EAAE,GAAG,EAAE,MAAM,2CAA2C,CAAC;AAChE,OAAO,EAAE,GAAG,EAAE,MAAM,2CAA2C,CAAC;AAChE,OAAO,EAAE,GAAG,EAAE,MAAM,2CAA2C,CAAC;AAChE,OAAO,EAAE,EAAE,EAAE,MAAM,0CAA0C,CAAC;AAC9D,OAAO,EAAE,IAAI,EAAE,MAAM,4CAA4C,CAAC;AAClE,OAAO,EAAE,MAAM,EAAE,MAAM,8CAA8C,CAAC;AACtE,OAAO,EAAE,EAAE,EAAE,MAAM,0CAA0C,CAAC;AAC9D,OAAO,EAAE,OAAO,EAAE,MAAM,8CAA8C,CAAC;AACvE,OAAO,EAAE,QAAQ,EAAE,MAAM,+CAA+C,CAAC;AACzE,OAAO,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAC;AAQ/D,MAAM,CAAC,MAAM,oBAAoB,GAAG;IAClC,GAAG,EAAE;IACL,GAAG,GAAG;IACN,GAAG,IAAI;IACP,GAAG,EAAE;IACL,GAAG,GAAG;IACN,GAAG,GAAG;IACN,GAAG,GAAG;IACN,GAAG,EAAE;IACL,GAAG,IAAI;IACP,GAAG,MAAM;IACT,GAAG,EAAE;IACL,GAAG,OAAO;IACV,GAAG,QAAQ;CACM,CAAC;AAEpB,MAAM,CAAC,MAAM,uBAAuB,GAAG;IACrC,UAAU;IACV,kBAAkB;IAClB;QACE,kBAAkB,EAAE;YAClB;gBACE,KAAK,EAAE,WAAW,CAAC,MAAM;aAC1B;SACF;KACF;IAED,SAAS;IACT;QACE,WAAW,EAAE;YACX;gBACE,KAAK,EAAE,WAAW,CAAC,MAAM;aAC1B;SACF;KACF;IAED,UAAU;IACV,uCAAuC;IACvC;QACE,wBAAwB,EAAE;YACxB;gBACE,KAAK,EAAE,WAAW,CAAC,MAAM;aAC1B;SACF;KACF;IACD;QACE,uCAAuC,EAAE;YACvC;gBACE,KAAK,EAAE,WAAW,CAAC,MAAM;aAC1B;YACD;gBACE,KAAK,EAAE,WAAW,CAAC,SAAS;aAC7B;SACF;KACF;IAED,MAAM;IACN;QACE,gBAAgB,EAAE;YAChB;gBACE,KAAK,EAAE,WAAW,CAAC,MAAM;aAC1B;YACD;gBACE,KAAK,EAAE,WAAW,CAAC,SAAS;aAC7B;SACF;KACF;IAED,QAAQ;IACR;QACE,cAAc,EAAE;YACd;gBACE,KAAK,EAAE,WAAW,CAAC,MAAM;aAC1B;YACD;gBACE,KAAK,EAAE,WAAW,CAAC,SAAS;aAC7B;SACF;KACF;IAED,QAAQ;IACR;QACE,aAAa;QACb;YACE;gBACE,KAAK,EAAE,WAAW,CAAC,SAAS;aAC7B;SACF;KACF;CACmB,CAAC;AAEvB,MAAM,CAAC,MAAM,sBAAsB,GAAG;IACpC;QACE,eAAe,EAAE;YACf;gBACE,KAAK,EAAE,WAAW,CAAC,MAAM;aAC1B;SACF;KACF;IACD;QACE,WAAW,EAAE;YACX;gBACE,KAAK,EAAE,WAAW,CAAC,MAAM;aAC1B;SACF;KACF;IACD;QACE,WAAW,EAAE;YACX;gBACE,KAAK,EAAE,WAAW,CAAC,MAAM;aAC1B;SACF;KACF;CACkB,CAAC;AAEtB,MAAM,CAAC,MAAM,iBAAiB,GAAG,EAAiB,CAAC"}
1
+ {"version":3,"file":"default-options.js","sourceRoot":"","sources":["../../src/options/default-options.ts"],"names":[],"mappings":"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"}
@@ -38,7 +38,7 @@ export declare const COMMON_OPTIONS: import("valibot").StrictObjectSchema<{
38
38
  } | {
39
39
  match: import("../types/rule.js").MatcherType.ObjectValue;
40
40
  pathPattern?: string | undefined;
41
- })[]])[], "List of template literal tags that should get linted.">]>, never[]>;
41
+ })[]])[], "List of template literal tags that should get linted.">]>, undefined>;
42
42
  readonly variables: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").ArraySchema<import("valibot").UnionSchema<[import("valibot").SchemaWithPipe<readonly [import("valibot").TupleSchema<[import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").DescriptionAction<string, "Variable name for which children get linted if matched.">]>, import("valibot").SchemaWithPipe<readonly [import("valibot").ArraySchema<import("valibot").UnionSchema<[import("valibot").StrictObjectSchema<{
43
43
  readonly match: import("valibot").SchemaWithPipe<readonly [import("valibot").LiteralSchema<import("../types/rule.js").MatcherType.String, undefined>, import("valibot").DescriptionAction<import("../types/rule.js").MatcherType.String, "Matcher type that will be applied.">]>;
44
44
  }, undefined>, import("valibot").StrictObjectSchema<{
@@ -71,9 +71,7 @@ export declare const COMMON_OPTIONS: import("valibot").StrictObjectSchema<{
71
71
  } | {
72
72
  match: import("../types/rule.js").MatcherType.ObjectValue;
73
73
  pathPattern?: string | undefined;
74
- })[]])[], "List of variable names which values should get linted.">]>, [string, {
75
- match: import("../types/rule.js").MatcherType.String;
76
- }[]][]>;
74
+ })[]])[], "List of variable names which values should get linted.">]>, undefined>;
77
75
  readonly attributes: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").ArraySchema<import("valibot").UnionSchema<[import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").DescriptionAction<string, "Attribute name that for which children get linted.">]>, import("valibot").SchemaWithPipe<readonly [import("valibot").TupleSchema<[import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").DescriptionAction<string, "Attribute name for which children get linted if matched.">]>, import("valibot").SchemaWithPipe<readonly [import("valibot").ArraySchema<import("valibot").UnionSchema<[import("valibot").StrictObjectSchema<{
78
76
  readonly match: import("valibot").SchemaWithPipe<readonly [import("valibot").LiteralSchema<import("../types/rule.js").MatcherType.String, undefined>, import("valibot").DescriptionAction<import("../types/rule.js").MatcherType.String, "Matcher type that will be applied.">]>;
79
77
  }, undefined>, import("valibot").StrictObjectSchema<{
@@ -106,11 +104,7 @@ export declare const COMMON_OPTIONS: import("valibot").StrictObjectSchema<{
106
104
  } | {
107
105
  match: import("../types/rule.js").MatcherType.ObjectValue;
108
106
  pathPattern?: string | undefined;
109
- })[]])[], "List of attribute names that should get linted.">]>, (string | [string, ({
110
- match: import("../types/rule.js").MatcherType.String;
111
- } | {
112
- match: import("../types/rule.js").MatcherType.ObjectKey;
113
- })[]])[]>;
107
+ })[]])[], "List of attribute names that should get linted.">]>, undefined>;
114
108
  readonly callees: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").ArraySchema<import("valibot").UnionSchema<[import("valibot").SchemaWithPipe<readonly [import("valibot").TupleSchema<[import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").DescriptionAction<string, "Callee name for which children get linted if matched.">]>, import("valibot").SchemaWithPipe<readonly [import("valibot").ArraySchema<import("valibot").UnionSchema<[import("valibot").StrictObjectSchema<{
115
109
  readonly match: import("valibot").SchemaWithPipe<readonly [import("valibot").LiteralSchema<import("../types/rule.js").MatcherType.String, undefined>, import("valibot").DescriptionAction<import("../types/rule.js").MatcherType.String, "Matcher type that will be applied.">]>;
116
110
  }, undefined>, import("valibot").StrictObjectSchema<{
@@ -143,14 +137,213 @@ export declare const COMMON_OPTIONS: import("valibot").StrictObjectSchema<{
143
137
  } | {
144
138
  match: import("../types/rule.js").MatcherType.ObjectValue;
145
139
  pathPattern?: string | undefined;
146
- })[]])[], "List of function names which arguments should get linted.">]>, ([string, {
147
- match: import("../types/rule.js").MatcherType.String;
148
- }[]] | [string, {
149
- match: import("../types/rule.js").MatcherType.ObjectKey;
150
- }[]] | [string, {
151
- match: import("../types/rule.js").MatcherType.ObjectValue;
152
- pathPattern: string;
153
- }[]])[]>;
140
+ })[]])[], "List of function names which arguments should get linted.">]>, undefined>;
141
+ readonly selectors: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").ArraySchema<import("valibot").UnionSchema<[import("valibot").StrictObjectSchema<{
142
+ readonly kind: import("valibot").SchemaWithPipe<readonly [import("valibot").LiteralSchema<import("../types/rule.js").SelectorKind.Attribute, undefined>, import("valibot").DescriptionAction<import("../types/rule.js").SelectorKind.Attribute, "Selector kind that determines where matching is applied.">]>;
143
+ readonly match: import("valibot").SchemaWithPipe<readonly [import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").UnionSchema<[import("valibot").StrictObjectSchema<{
144
+ readonly type: import("valibot").SchemaWithPipe<readonly [import("valibot").LiteralSchema<import("../types/rule.js").MatcherType.String, undefined>, import("valibot").DescriptionAction<import("../types/rule.js").MatcherType.String, "Matcher type that will be applied.">]>;
145
+ }, undefined>, import("valibot").StrictObjectSchema<{
146
+ readonly path: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").DescriptionAction<string, "Regular expression that filters the object key and matches the content for further processing in a group.">]>, undefined>;
147
+ readonly type: import("valibot").SchemaWithPipe<readonly [import("valibot").LiteralSchema<import("../types/rule.js").MatcherType.ObjectKey, undefined>, import("valibot").DescriptionAction<import("../types/rule.js").MatcherType.ObjectKey, "Matcher type that will be applied.">]>;
148
+ }, undefined>, import("valibot").StrictObjectSchema<{
149
+ readonly path: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").DescriptionAction<string, "Regular expression that filters the object value and matches the content for further processing in a group.">]>, undefined>;
150
+ readonly type: import("valibot").SchemaWithPipe<readonly [import("valibot").LiteralSchema<import("../types/rule.js").MatcherType.ObjectValue, undefined>, import("valibot").DescriptionAction<import("../types/rule.js").MatcherType.ObjectValue, "Matcher type that will be applied.">]>;
151
+ }, undefined>], undefined>, undefined>, undefined>, import("valibot").DescriptionAction<({
152
+ type: import("../types/rule.js").MatcherType.String;
153
+ } | {
154
+ path?: string | undefined;
155
+ type: import("../types/rule.js").MatcherType.ObjectKey;
156
+ } | {
157
+ path?: string | undefined;
158
+ type: import("../types/rule.js").MatcherType.ObjectValue;
159
+ })[] | undefined, "Optional list of matchers that will be applied.">]>;
160
+ readonly name: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").DescriptionAction<string, "Regular expression for names that should be linted.">]>;
161
+ }, undefined>, import("valibot").UnionSchema<[import("valibot").StrictObjectSchema<{
162
+ readonly callTarget: import("valibot").SchemaWithPipe<readonly [import("valibot").OptionalSchema<import("valibot").UnionSchema<[import("valibot").LiteralSchema<"all", undefined>, import("valibot").LiteralSchema<"first", undefined>, import("valibot").LiteralSchema<"last", undefined>, import("valibot").NumberSchema<undefined>], undefined>, undefined>, import("valibot").DescriptionAction<number | "all" | "first" | "last" | undefined, "Optional call target for curried callees: index, first, last, or all.">]>;
163
+ readonly kind: import("valibot").SchemaWithPipe<readonly [import("valibot").LiteralSchema<import("../types/rule.js").SelectorKind.Callee, undefined>, import("valibot").DescriptionAction<import("../types/rule.js").SelectorKind.Callee, "Selector kind that determines where matching is applied.">]>;
164
+ readonly match: import("valibot").SchemaWithPipe<readonly [import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").UnionSchema<[import("valibot").StrictObjectSchema<{
165
+ readonly type: import("valibot").SchemaWithPipe<readonly [import("valibot").LiteralSchema<import("../types/rule.js").MatcherType.String, undefined>, import("valibot").DescriptionAction<import("../types/rule.js").MatcherType.String, "Matcher type that will be applied.">]>;
166
+ }, undefined>, import("valibot").StrictObjectSchema<{
167
+ readonly path: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").DescriptionAction<string, "Regular expression that filters the object key and matches the content for further processing in a group.">]>, undefined>;
168
+ readonly type: import("valibot").SchemaWithPipe<readonly [import("valibot").LiteralSchema<import("../types/rule.js").MatcherType.ObjectKey, undefined>, import("valibot").DescriptionAction<import("../types/rule.js").MatcherType.ObjectKey, "Matcher type that will be applied.">]>;
169
+ }, undefined>, import("valibot").StrictObjectSchema<{
170
+ readonly path: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").DescriptionAction<string, "Regular expression that filters the object value and matches the content for further processing in a group.">]>, undefined>;
171
+ readonly type: import("valibot").SchemaWithPipe<readonly [import("valibot").LiteralSchema<import("../types/rule.js").MatcherType.ObjectValue, undefined>, import("valibot").DescriptionAction<import("../types/rule.js").MatcherType.ObjectValue, "Matcher type that will be applied.">]>;
172
+ }, undefined>], undefined>, undefined>, undefined>, import("valibot").DescriptionAction<({
173
+ type: import("../types/rule.js").MatcherType.String;
174
+ } | {
175
+ path?: string | undefined;
176
+ type: import("../types/rule.js").MatcherType.ObjectKey;
177
+ } | {
178
+ path?: string | undefined;
179
+ type: import("../types/rule.js").MatcherType.ObjectValue;
180
+ })[] | undefined, "Optional list of matchers that will be applied.">]>;
181
+ readonly name: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").DescriptionAction<string, "Regular expression for names that should be linted.">]>;
182
+ readonly path: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").DescriptionAction<string, "Regular expression for callee paths that should be linted.">]>, undefined>;
183
+ }, undefined>, import("valibot").StrictObjectSchema<{
184
+ readonly callTarget: import("valibot").SchemaWithPipe<readonly [import("valibot").OptionalSchema<import("valibot").UnionSchema<[import("valibot").LiteralSchema<"all", undefined>, import("valibot").LiteralSchema<"first", undefined>, import("valibot").LiteralSchema<"last", undefined>, import("valibot").NumberSchema<undefined>], undefined>, undefined>, import("valibot").DescriptionAction<number | "all" | "first" | "last" | undefined, "Optional call target for curried callees: index, first, last, or all.">]>;
185
+ readonly kind: import("valibot").SchemaWithPipe<readonly [import("valibot").LiteralSchema<import("../types/rule.js").SelectorKind.Callee, undefined>, import("valibot").DescriptionAction<import("../types/rule.js").SelectorKind.Callee, "Selector kind that determines where matching is applied.">]>;
186
+ readonly match: import("valibot").SchemaWithPipe<readonly [import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").UnionSchema<[import("valibot").StrictObjectSchema<{
187
+ readonly type: import("valibot").SchemaWithPipe<readonly [import("valibot").LiteralSchema<import("../types/rule.js").MatcherType.String, undefined>, import("valibot").DescriptionAction<import("../types/rule.js").MatcherType.String, "Matcher type that will be applied.">]>;
188
+ }, undefined>, import("valibot").StrictObjectSchema<{
189
+ readonly path: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").DescriptionAction<string, "Regular expression that filters the object key and matches the content for further processing in a group.">]>, undefined>;
190
+ readonly type: import("valibot").SchemaWithPipe<readonly [import("valibot").LiteralSchema<import("../types/rule.js").MatcherType.ObjectKey, undefined>, import("valibot").DescriptionAction<import("../types/rule.js").MatcherType.ObjectKey, "Matcher type that will be applied.">]>;
191
+ }, undefined>, import("valibot").StrictObjectSchema<{
192
+ readonly path: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").DescriptionAction<string, "Regular expression that filters the object value and matches the content for further processing in a group.">]>, undefined>;
193
+ readonly type: import("valibot").SchemaWithPipe<readonly [import("valibot").LiteralSchema<import("../types/rule.js").MatcherType.ObjectValue, undefined>, import("valibot").DescriptionAction<import("../types/rule.js").MatcherType.ObjectValue, "Matcher type that will be applied.">]>;
194
+ }, undefined>], undefined>, undefined>, undefined>, import("valibot").DescriptionAction<({
195
+ type: import("../types/rule.js").MatcherType.String;
196
+ } | {
197
+ path?: string | undefined;
198
+ type: import("../types/rule.js").MatcherType.ObjectKey;
199
+ } | {
200
+ path?: string | undefined;
201
+ type: import("../types/rule.js").MatcherType.ObjectValue;
202
+ })[] | undefined, "Optional list of matchers that will be applied.">]>;
203
+ readonly name: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").DescriptionAction<string, "Regular expression for names that should be linted.">]>, undefined>;
204
+ readonly path: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").DescriptionAction<string, "Regular expression for callee paths that should be linted.">]>;
205
+ }, undefined>], undefined>, import("valibot").StrictObjectSchema<{
206
+ readonly kind: import("valibot").SchemaWithPipe<readonly [import("valibot").LiteralSchema<import("../types/rule.js").SelectorKind.Tag, undefined>, import("valibot").DescriptionAction<import("../types/rule.js").SelectorKind.Tag, "Selector kind that determines where matching is applied.">]>;
207
+ readonly match: import("valibot").SchemaWithPipe<readonly [import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").UnionSchema<[import("valibot").StrictObjectSchema<{
208
+ readonly type: import("valibot").SchemaWithPipe<readonly [import("valibot").LiteralSchema<import("../types/rule.js").MatcherType.String, undefined>, import("valibot").DescriptionAction<import("../types/rule.js").MatcherType.String, "Matcher type that will be applied.">]>;
209
+ }, undefined>, import("valibot").StrictObjectSchema<{
210
+ readonly path: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").DescriptionAction<string, "Regular expression that filters the object key and matches the content for further processing in a group.">]>, undefined>;
211
+ readonly type: import("valibot").SchemaWithPipe<readonly [import("valibot").LiteralSchema<import("../types/rule.js").MatcherType.ObjectKey, undefined>, import("valibot").DescriptionAction<import("../types/rule.js").MatcherType.ObjectKey, "Matcher type that will be applied.">]>;
212
+ }, undefined>, import("valibot").StrictObjectSchema<{
213
+ readonly path: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").DescriptionAction<string, "Regular expression that filters the object value and matches the content for further processing in a group.">]>, undefined>;
214
+ readonly type: import("valibot").SchemaWithPipe<readonly [import("valibot").LiteralSchema<import("../types/rule.js").MatcherType.ObjectValue, undefined>, import("valibot").DescriptionAction<import("../types/rule.js").MatcherType.ObjectValue, "Matcher type that will be applied.">]>;
215
+ }, undefined>], undefined>, undefined>, undefined>, import("valibot").DescriptionAction<({
216
+ type: import("../types/rule.js").MatcherType.String;
217
+ } | {
218
+ path?: string | undefined;
219
+ type: import("../types/rule.js").MatcherType.ObjectKey;
220
+ } | {
221
+ path?: string | undefined;
222
+ type: import("../types/rule.js").MatcherType.ObjectValue;
223
+ })[] | undefined, "Optional list of matchers that will be applied.">]>;
224
+ readonly name: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").DescriptionAction<string, "Regular expression for names that should be linted.">]>;
225
+ }, undefined>, import("valibot").StrictObjectSchema<{
226
+ readonly kind: import("valibot").SchemaWithPipe<readonly [import("valibot").LiteralSchema<import("../types/rule.js").SelectorKind.Variable, undefined>, import("valibot").DescriptionAction<import("../types/rule.js").SelectorKind.Variable, "Selector kind that determines where matching is applied.">]>;
227
+ readonly match: import("valibot").SchemaWithPipe<readonly [import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").UnionSchema<[import("valibot").StrictObjectSchema<{
228
+ readonly type: import("valibot").SchemaWithPipe<readonly [import("valibot").LiteralSchema<import("../types/rule.js").MatcherType.String, undefined>, import("valibot").DescriptionAction<import("../types/rule.js").MatcherType.String, "Matcher type that will be applied.">]>;
229
+ }, undefined>, import("valibot").StrictObjectSchema<{
230
+ readonly path: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").DescriptionAction<string, "Regular expression that filters the object key and matches the content for further processing in a group.">]>, undefined>;
231
+ readonly type: import("valibot").SchemaWithPipe<readonly [import("valibot").LiteralSchema<import("../types/rule.js").MatcherType.ObjectKey, undefined>, import("valibot").DescriptionAction<import("../types/rule.js").MatcherType.ObjectKey, "Matcher type that will be applied.">]>;
232
+ }, undefined>, import("valibot").StrictObjectSchema<{
233
+ readonly path: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").DescriptionAction<string, "Regular expression that filters the object value and matches the content for further processing in a group.">]>, undefined>;
234
+ readonly type: import("valibot").SchemaWithPipe<readonly [import("valibot").LiteralSchema<import("../types/rule.js").MatcherType.ObjectValue, undefined>, import("valibot").DescriptionAction<import("../types/rule.js").MatcherType.ObjectValue, "Matcher type that will be applied.">]>;
235
+ }, undefined>], undefined>, undefined>, undefined>, import("valibot").DescriptionAction<({
236
+ type: import("../types/rule.js").MatcherType.String;
237
+ } | {
238
+ path?: string | undefined;
239
+ type: import("../types/rule.js").MatcherType.ObjectKey;
240
+ } | {
241
+ path?: string | undefined;
242
+ type: import("../types/rule.js").MatcherType.ObjectValue;
243
+ })[] | undefined, "Optional list of matchers that will be applied.">]>;
244
+ readonly name: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").DescriptionAction<string, "Regular expression for names that should be linted.">]>;
245
+ }, undefined>], undefined>, undefined>, import("valibot").DescriptionAction<({
246
+ callTarget?: number | "all" | "first" | "last" | undefined;
247
+ kind: import("../types/rule.js").SelectorKind.Callee;
248
+ match?: ({
249
+ type: import("../types/rule.js").MatcherType.String;
250
+ } | {
251
+ path?: string | undefined;
252
+ type: import("../types/rule.js").MatcherType.ObjectKey;
253
+ } | {
254
+ path?: string | undefined;
255
+ type: import("../types/rule.js").MatcherType.ObjectValue;
256
+ })[] | undefined;
257
+ name: string;
258
+ path?: string | undefined;
259
+ } | {
260
+ callTarget?: number | "all" | "first" | "last" | undefined;
261
+ kind: import("../types/rule.js").SelectorKind.Callee;
262
+ match?: ({
263
+ type: import("../types/rule.js").MatcherType.String;
264
+ } | {
265
+ path?: string | undefined;
266
+ type: import("../types/rule.js").MatcherType.ObjectKey;
267
+ } | {
268
+ path?: string | undefined;
269
+ type: import("../types/rule.js").MatcherType.ObjectValue;
270
+ })[] | undefined;
271
+ name?: string | undefined;
272
+ path: string;
273
+ } | {
274
+ kind: import("../types/rule.js").SelectorKind.Attribute;
275
+ match?: ({
276
+ type: import("../types/rule.js").MatcherType.String;
277
+ } | {
278
+ path?: string | undefined;
279
+ type: import("../types/rule.js").MatcherType.ObjectKey;
280
+ } | {
281
+ path?: string | undefined;
282
+ type: import("../types/rule.js").MatcherType.ObjectValue;
283
+ })[] | undefined;
284
+ name: string;
285
+ } | {
286
+ kind: import("../types/rule.js").SelectorKind.Tag;
287
+ match?: ({
288
+ type: import("../types/rule.js").MatcherType.String;
289
+ } | {
290
+ path?: string | undefined;
291
+ type: import("../types/rule.js").MatcherType.ObjectKey;
292
+ } | {
293
+ path?: string | undefined;
294
+ type: import("../types/rule.js").MatcherType.ObjectValue;
295
+ })[] | undefined;
296
+ name: string;
297
+ } | {
298
+ kind: import("../types/rule.js").SelectorKind.Variable;
299
+ match?: ({
300
+ type: import("../types/rule.js").MatcherType.String;
301
+ } | {
302
+ path?: string | undefined;
303
+ type: import("../types/rule.js").MatcherType.ObjectKey;
304
+ } | {
305
+ path?: string | undefined;
306
+ type: import("../types/rule.js").MatcherType.ObjectValue;
307
+ })[] | undefined;
308
+ name: string;
309
+ })[], "Flat list of selectors that should get linted.">]>, ({
310
+ kind: import("../types/rule.js").SelectorKind.Callee;
311
+ match: {
312
+ type: import("../types/rule.js").MatcherType.String;
313
+ }[];
314
+ name: string;
315
+ } | {
316
+ kind: import("../types/rule.js").SelectorKind.Callee;
317
+ match: {
318
+ type: import("../types/rule.js").MatcherType.ObjectKey;
319
+ }[];
320
+ name: string;
321
+ } | {
322
+ kind: import("../types/rule.js").SelectorKind.Callee;
323
+ match: {
324
+ path: string;
325
+ type: import("../types/rule.js").MatcherType.ObjectValue;
326
+ }[];
327
+ name: string;
328
+ } | {
329
+ kind: import("../types/rule.js").SelectorKind.Attribute;
330
+ name: string;
331
+ match?: never;
332
+ } | {
333
+ kind: import("../types/rule.js").SelectorKind.Attribute;
334
+ match: ({
335
+ type: import("../types/rule.js").MatcherType.String;
336
+ } | {
337
+ type: import("../types/rule.js").MatcherType.ObjectKey;
338
+ })[];
339
+ name: string;
340
+ } | {
341
+ kind: import("../types/rule.js").SelectorKind.Variable;
342
+ match: {
343
+ type: import("../types/rule.js").MatcherType.String;
344
+ }[];
345
+ name: string;
346
+ })[]>;
154
347
  }, undefined>;
155
348
  export type CommonOptions = InferOutput<typeof COMMON_OPTIONS>;
156
349
  //# sourceMappingURL=descriptions.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"descriptions.d.ts","sourceRoot":"","sources":["../../src/options/descriptions.ts"],"names":[],"mappings":"AAeA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAG3C,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;aAWzB,CAAC;AAEH,MAAM,MAAM,aAAa,GAAG,WAAW,CAAC,OAAO,cAAc,CAAC,CAAC"}
1
+ {"version":3,"file":"descriptions.d.ts","sourceRoot":"","sources":["../../src/options/descriptions.ts"],"names":[],"mappings":"AAgBA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAG3C,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;aAYzB,CAAC;AAEH,MAAM,MAAM,aAAa,GAAG,WAAW,CAAC,OAAO,cAAc,CAAC,CAAC"}
@@ -2,9 +2,11 @@ import { strictObject } from "valibot";
2
2
  import { ATTRIBUTES_OPTION_SCHEMA } from "./schemas/attributes.js";
3
3
  import { CALLEES_OPTION_SCHEMA } from "./schemas/callees.js";
4
4
  import { DETECT_COMPONENT_CLASSES_OPTION_SCHEMA, ENTRYPOINT_OPTION_SCHEMA, MESSAGE_STYLE_OPTION_SCHEMA, ROOT_FONT_SIZE_OPTION_SCHEMA, TAILWIND_OPTION_SCHEMA, TSCONFIG_OPTION_SCHEMA } from "./schemas/common.js";
5
+ import { SELECTORS_OPTION_SCHEMA } from "./schemas/selectors.js";
5
6
  import { TAGS_OPTIONS_SCHEMA } from "./schemas/tags.js";
6
7
  import { VARIABLES_OPTION_SCHEMA } from "./schemas/variables.js";
7
8
  export const COMMON_OPTIONS = strictObject({
9
+ ...SELECTORS_OPTION_SCHEMA.entries,
8
10
  ...CALLEES_OPTION_SCHEMA.entries,
9
11
  ...ATTRIBUTES_OPTION_SCHEMA.entries,
10
12
  ...VARIABLES_OPTION_SCHEMA.entries,
@@ -1 +1 @@
1
- {"version":3,"file":"descriptions.js","sourceRoot":"","sources":["../../src/options/descriptions.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,SAAS,CAAC;AAEvC,OAAO,EAAE,wBAAwB,EAAE,MAAM,kDAAkD,CAAC;AAC5F,OAAO,EAAE,qBAAqB,EAAE,MAAM,+CAA+C,CAAC;AACtF,OAAO,EACL,sCAAsC,EACtC,wBAAwB,EACxB,2BAA2B,EAC3B,4BAA4B,EAC5B,sBAAsB,EACtB,sBAAsB,EACvB,MAAM,8CAA8C,CAAC;AACtD,OAAO,EAAE,mBAAmB,EAAE,MAAM,4CAA4C,CAAC;AACjF,OAAO,EAAE,uBAAuB,EAAE,MAAM,iDAAiD,CAAC;AAK1F,MAAM,CAAC,MAAM,cAAc,GAAG,YAAY,CAAC;IACzC,GAAG,qBAAqB,CAAC,OAAO;IAChC,GAAG,wBAAwB,CAAC,OAAO;IACnC,GAAG,uBAAuB,CAAC,OAAO;IAClC,GAAG,mBAAmB,CAAC,OAAO;IAC9B,GAAG,wBAAwB,CAAC,OAAO;IACnC,GAAG,2BAA2B,CAAC,OAAO;IACtC,GAAG,sBAAsB,CAAC,OAAO;IACjC,GAAG,sBAAsB,CAAC,OAAO;IACjC,GAAG,sCAAsC,CAAC,OAAO;IACjD,GAAG,4BAA4B,CAAC,OAAO;CACxC,CAAC,CAAC"}
1
+ {"version":3,"file":"descriptions.js","sourceRoot":"","sources":["../../src/options/descriptions.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,SAAS,CAAC;AAEvC,OAAO,EAAE,wBAAwB,EAAE,MAAM,kDAAkD,CAAC;AAC5F,OAAO,EAAE,qBAAqB,EAAE,MAAM,+CAA+C,CAAC;AACtF,OAAO,EACL,sCAAsC,EACtC,wBAAwB,EACxB,2BAA2B,EAC3B,4BAA4B,EAC5B,sBAAsB,EACtB,sBAAsB,EACvB,MAAM,8CAA8C,CAAC;AACtD,OAAO,EAAE,uBAAuB,EAAE,MAAM,iDAAiD,CAAC;AAC1F,OAAO,EAAE,mBAAmB,EAAE,MAAM,4CAA4C,CAAC;AACjF,OAAO,EAAE,uBAAuB,EAAE,MAAM,iDAAiD,CAAC;AAK1F,MAAM,CAAC,MAAM,cAAc,GAAG,YAAY,CAAC;IACzC,GAAG,uBAAuB,CAAC,OAAO;IAClC,GAAG,qBAAqB,CAAC,OAAO;IAChC,GAAG,wBAAwB,CAAC,OAAO;IACnC,GAAG,uBAAuB,CAAC,OAAO;IAClC,GAAG,mBAAmB,CAAC,OAAO;IAC9B,GAAG,wBAAwB,CAAC,OAAO;IACnC,GAAG,2BAA2B,CAAC,OAAO;IACtC,GAAG,sBAAsB,CAAC,OAAO;IACjC,GAAG,sBAAsB,CAAC,OAAO;IACjC,GAAG,sCAAsC,CAAC,OAAO;IACjD,GAAG,4BAA4B,CAAC,OAAO;CACxC,CAAC,CAAC"}