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.
- package/README.md +1 -1
- package/lib/api/defaults.d.ts +84 -14
- package/lib/api/defaults.d.ts.map +1 -1
- package/lib/api/defaults.js +25 -5
- package/lib/api/defaults.js.map +1 -1
- package/lib/api/types.d.ts +2 -2
- package/lib/api/types.d.ts.map +1 -1
- package/lib/api/types.js +1 -1
- package/lib/api/types.js.map +1 -1
- package/lib/async-utils/operations.d.ts +21 -0
- package/lib/async-utils/operations.d.ts.map +1 -0
- package/lib/async-utils/operations.js +2 -0
- package/lib/async-utils/operations.js.map +1 -0
- package/lib/configs/config.d.ts +1754 -194
- package/lib/configs/config.d.ts.map +1 -1
- package/lib/options/callees/cc.d.ts +28 -12
- package/lib/options/callees/cc.d.ts.map +1 -1
- package/lib/options/callees/cc.js +15 -13
- package/lib/options/callees/cc.js.map +1 -1
- package/lib/options/callees/clb.d.ts +33 -17
- package/lib/options/callees/clb.d.ts.map +1 -1
- package/lib/options/callees/clb.js +25 -22
- package/lib/options/callees/clb.js.map +1 -1
- package/lib/options/callees/clsx.d.ts +28 -12
- package/lib/options/callees/clsx.d.ts.map +1 -1
- package/lib/options/callees/clsx.js +15 -13
- package/lib/options/callees/clsx.js.map +1 -1
- package/lib/options/callees/cn.d.ts +28 -12
- package/lib/options/callees/cn.d.ts.map +1 -1
- package/lib/options/callees/cn.js +15 -13
- package/lib/options/callees/cn.js.map +1 -1
- package/lib/options/callees/cnb.d.ts +28 -12
- package/lib/options/callees/cnb.d.ts.map +1 -1
- package/lib/options/callees/cnb.js +15 -13
- package/lib/options/callees/cnb.js.map +1 -1
- package/lib/options/callees/ctl.d.ts +15 -7
- package/lib/options/callees/ctl.d.ts.map +1 -1
- package/lib/options/callees/ctl.js +8 -7
- package/lib/options/callees/ctl.js.map +1 -1
- package/lib/options/callees/cva.d.ts +38 -18
- package/lib/options/callees/cva.d.ts.map +1 -1
- package/lib/options/callees/cva.js +24 -21
- package/lib/options/callees/cva.js.map +1 -1
- package/lib/options/callees/cx.d.ts +28 -12
- package/lib/options/callees/cx.d.ts.map +1 -1
- package/lib/options/callees/cx.js +15 -13
- package/lib/options/callees/cx.js.map +1 -1
- package/lib/options/callees/dcnb.d.ts +28 -12
- package/lib/options/callees/dcnb.d.ts.map +1 -1
- package/lib/options/callees/dcnb.js +15 -13
- package/lib/options/callees/dcnb.js.map +1 -1
- package/lib/options/callees/objstr.d.ts +22 -10
- package/lib/options/callees/objstr.d.ts.map +1 -1
- package/lib/options/callees/objstr.js +15 -13
- package/lib/options/callees/objstr.js.map +1 -1
- package/lib/options/callees/tv.d.ts +62 -30
- package/lib/options/callees/tv.d.ts.map +1 -1
- package/lib/options/callees/tv.js +48 -42
- package/lib/options/callees/tv.js.map +1 -1
- package/lib/options/callees/twJoin.d.ts +15 -7
- package/lib/options/callees/twJoin.d.ts.map +1 -1
- package/lib/options/callees/twJoin.js +8 -7
- package/lib/options/callees/twJoin.js.map +1 -1
- package/lib/options/callees/twMerge.d.ts +15 -7
- package/lib/options/callees/twMerge.d.ts.map +1 -1
- package/lib/options/callees/twMerge.js +8 -7
- package/lib/options/callees/twMerge.js.map +1 -1
- package/lib/options/default-options.d.ts +78 -13
- package/lib/options/default-options.d.ts.map +1 -1
- package/lib/options/default-options.js +97 -50
- package/lib/options/default-options.js.map +1 -1
- package/lib/options/descriptions.d.ts +210 -17
- package/lib/options/descriptions.d.ts.map +1 -1
- package/lib/options/descriptions.js +2 -0
- package/lib/options/descriptions.js.map +1 -1
- package/lib/options/migrate.d.ts +16 -0
- package/lib/options/migrate.d.ts.map +1 -0
- package/lib/options/migrate.js +115 -0
- package/lib/options/migrate.js.map +1 -0
- package/lib/options/schemas/attributes.d.ts +1 -5
- package/lib/options/schemas/attributes.d.ts.map +1 -1
- package/lib/options/schemas/attributes.js +1 -2
- package/lib/options/schemas/attributes.js.map +1 -1
- package/lib/options/schemas/callees.d.ts +1 -8
- package/lib/options/schemas/callees.d.ts.map +1 -1
- package/lib/options/schemas/callees.js +1 -2
- package/lib/options/schemas/callees.js.map +1 -1
- package/lib/options/schemas/selectors.d.ts +488 -0
- package/lib/options/schemas/selectors.d.ts.map +1 -0
- package/lib/options/schemas/selectors.js +69 -0
- package/lib/options/schemas/selectors.js.map +1 -0
- package/lib/options/schemas/tags.d.ts +1 -1
- package/lib/options/schemas/tags.d.ts.map +1 -1
- package/lib/options/schemas/tags.js +1 -2
- package/lib/options/schemas/tags.js.map +1 -1
- package/lib/options/schemas/variables.d.ts +1 -3
- package/lib/options/schemas/variables.d.ts.map +1 -1
- package/lib/options/schemas/variables.js +1 -2
- package/lib/options/schemas/variables.js.map +1 -1
- package/lib/parsers/angular.d.ts +2 -2
- package/lib/parsers/angular.d.ts.map +1 -1
- package/lib/parsers/angular.js +21 -25
- package/lib/parsers/angular.js.map +1 -1
- package/lib/parsers/es.d.ts +5 -8
- package/lib/parsers/es.d.ts.map +1 -1
- package/lib/parsers/es.js +109 -47
- package/lib/parsers/es.js.map +1 -1
- package/lib/parsers/html.d.ts +2 -2
- package/lib/parsers/html.d.ts.map +1 -1
- package/lib/parsers/html.js +7 -10
- package/lib/parsers/html.js.map +1 -1
- package/lib/parsers/jsx.d.ts +2 -2
- package/lib/parsers/jsx.d.ts.map +1 -1
- package/lib/parsers/jsx.js +8 -13
- package/lib/parsers/jsx.js.map +1 -1
- package/lib/parsers/svelte.d.ts +3 -3
- package/lib/parsers/svelte.d.ts.map +1 -1
- package/lib/parsers/svelte.js +22 -25
- package/lib/parsers/svelte.js.map +1 -1
- package/lib/parsers/vue.d.ts +2 -2
- package/lib/parsers/vue.d.ts.map +1 -1
- package/lib/parsers/vue.js +14 -18
- package/lib/parsers/vue.js.map +1 -1
- package/lib/rules/enforce-canonical-classes.d.ts +146 -16
- package/lib/rules/enforce-canonical-classes.d.ts.map +1 -1
- package/lib/rules/enforce-consistent-class-order.d.ts +146 -16
- package/lib/rules/enforce-consistent-class-order.d.ts.map +1 -1
- package/lib/rules/enforce-consistent-important-position.d.ts +146 -16
- package/lib/rules/enforce-consistent-important-position.d.ts.map +1 -1
- package/lib/rules/enforce-consistent-line-wrapping.d.ts +146 -16
- package/lib/rules/enforce-consistent-line-wrapping.d.ts.map +1 -1
- package/lib/rules/enforce-consistent-variable-syntax.d.ts +148 -18
- package/lib/rules/enforce-consistent-variable-syntax.d.ts.map +1 -1
- package/lib/rules/enforce-shorthand-classes.d.ts +146 -16
- package/lib/rules/enforce-shorthand-classes.d.ts.map +1 -1
- package/lib/rules/no-conflicting-classes.d.ts +146 -16
- package/lib/rules/no-conflicting-classes.d.ts.map +1 -1
- package/lib/rules/no-deprecated-classes.d.ts +146 -16
- package/lib/rules/no-deprecated-classes.d.ts.map +1 -1
- package/lib/rules/no-duplicate-classes.d.ts +146 -16
- package/lib/rules/no-duplicate-classes.d.ts.map +1 -1
- package/lib/rules/no-restricted-classes.d.ts +146 -16
- package/lib/rules/no-restricted-classes.d.ts.map +1 -1
- package/lib/rules/no-unknown-classes.d.ts +146 -16
- package/lib/rules/no-unknown-classes.d.ts.map +1 -1
- package/lib/rules/no-unnecessary-whitespace.d.ts +146 -16
- package/lib/rules/no-unnecessary-whitespace.d.ts.map +1 -1
- package/lib/tailwindcss/canonical-classes.d.ts.map +1 -1
- package/lib/tailwindcss/canonical-classes.js +3 -7
- package/lib/tailwindcss/canonical-classes.js.map +1 -1
- package/lib/tailwindcss/class-order.async.v3.d.ts +1 -1
- package/lib/tailwindcss/class-order.async.v3.d.ts.map +1 -1
- package/lib/tailwindcss/class-order.async.v3.js +2 -2
- package/lib/tailwindcss/class-order.async.v3.js.map +1 -1
- package/lib/tailwindcss/class-order.async.v4.d.ts +1 -1
- package/lib/tailwindcss/class-order.async.v4.d.ts.map +1 -1
- package/lib/tailwindcss/class-order.async.v4.js +2 -2
- package/lib/tailwindcss/class-order.async.v4.js.map +1 -1
- package/lib/tailwindcss/class-order.d.ts.map +1 -1
- package/lib/tailwindcss/class-order.js +3 -7
- package/lib/tailwindcss/class-order.js.map +1 -1
- package/lib/tailwindcss/conflicting-classes.async.v4.d.ts +1 -1
- package/lib/tailwindcss/conflicting-classes.async.v4.d.ts.map +1 -1
- package/lib/tailwindcss/conflicting-classes.async.v4.js +3 -3
- package/lib/tailwindcss/conflicting-classes.async.v4.js.map +1 -1
- package/lib/tailwindcss/conflicting-classes.d.ts.map +1 -1
- package/lib/tailwindcss/conflicting-classes.js +3 -7
- package/lib/tailwindcss/conflicting-classes.js.map +1 -1
- package/lib/tailwindcss/custom-component-classes.async.v3.d.ts +3 -1
- package/lib/tailwindcss/custom-component-classes.async.v3.d.ts.map +1 -1
- package/lib/tailwindcss/custom-component-classes.async.v3.js +3 -4
- package/lib/tailwindcss/custom-component-classes.async.v3.js.map +1 -1
- package/lib/tailwindcss/custom-component-classes.async.v4.d.ts +3 -1
- package/lib/tailwindcss/custom-component-classes.async.v4.d.ts.map +1 -1
- package/lib/tailwindcss/custom-component-classes.async.v4.js +3 -5
- package/lib/tailwindcss/custom-component-classes.async.v4.js.map +1 -1
- package/lib/tailwindcss/custom-component-classes.d.ts.map +1 -1
- package/lib/tailwindcss/custom-component-classes.js +3 -7
- package/lib/tailwindcss/custom-component-classes.js.map +1 -1
- package/lib/tailwindcss/dissect-classes.d.ts.map +1 -1
- package/lib/tailwindcss/dissect-classes.js +3 -7
- package/lib/tailwindcss/dissect-classes.js.map +1 -1
- package/lib/tailwindcss/prefix.async.v3.d.ts +2 -2
- package/lib/tailwindcss/prefix.async.v3.d.ts.map +1 -1
- package/lib/tailwindcss/prefix.async.v3.js +3 -3
- package/lib/tailwindcss/prefix.async.v3.js.map +1 -1
- package/lib/tailwindcss/prefix.async.v4.d.ts +2 -2
- package/lib/tailwindcss/prefix.async.v4.d.ts.map +1 -1
- package/lib/tailwindcss/prefix.async.v4.js +4 -4
- package/lib/tailwindcss/prefix.async.v4.js.map +1 -1
- package/lib/tailwindcss/prefix.d.ts.map +1 -1
- package/lib/tailwindcss/prefix.js +3 -7
- package/lib/tailwindcss/prefix.js.map +1 -1
- package/lib/tailwindcss/tailwind.async.worker.v3.d.ts +2 -0
- package/lib/tailwindcss/tailwind.async.worker.v3.d.ts.map +1 -0
- package/lib/tailwindcss/tailwind.async.worker.v3.js +52 -0
- package/lib/tailwindcss/tailwind.async.worker.v3.js.map +1 -0
- package/lib/tailwindcss/tailwind.async.worker.v4.d.ts +2 -0
- package/lib/tailwindcss/tailwind.async.worker.v4.d.ts.map +1 -0
- package/lib/tailwindcss/tailwind.async.worker.v4.js +50 -0
- package/lib/tailwindcss/tailwind.async.worker.v4.js.map +1 -0
- package/lib/tailwindcss/unknown-classes.d.ts.map +1 -1
- package/lib/tailwindcss/unknown-classes.js +3 -7
- package/lib/tailwindcss/unknown-classes.js.map +1 -1
- package/lib/types/rule.d.ts +39 -0
- package/lib/types/rule.d.ts.map +1 -1
- package/lib/types/rule.js +7 -0
- package/lib/types/rule.js.map +1 -1
- package/lib/utils/rule.d.ts.map +1 -1
- package/lib/utils/rule.js +42 -2
- package/lib/utils/rule.js.map +1 -1
- package/lib/utils/selectors.d.ts +3 -0
- package/lib/utils/selectors.d.ts.map +1 -0
- package/lib/utils/selectors.js +4 -0
- package/lib/utils/selectors.js.map +1 -0
- package/package.json +10 -11
- package/lib/tailwindcss/canonical-classes.async.worker.v3.d.ts +0 -2
- package/lib/tailwindcss/canonical-classes.async.worker.v3.d.ts.map +0 -1
- package/lib/tailwindcss/canonical-classes.async.worker.v3.js +0 -15
- package/lib/tailwindcss/canonical-classes.async.worker.v3.js.map +0 -1
- package/lib/tailwindcss/canonical-classes.async.worker.v4.d.ts +0 -2
- package/lib/tailwindcss/canonical-classes.async.worker.v4.d.ts.map +0 -1
- package/lib/tailwindcss/canonical-classes.async.worker.v4.js +0 -9
- package/lib/tailwindcss/canonical-classes.async.worker.v4.js.map +0 -1
- package/lib/tailwindcss/class-order.async.worker.v3.d.ts +0 -2
- package/lib/tailwindcss/class-order.async.worker.v3.d.ts.map +0 -1
- package/lib/tailwindcss/class-order.async.worker.v3.js +0 -9
- package/lib/tailwindcss/class-order.async.worker.v3.js.map +0 -1
- package/lib/tailwindcss/class-order.async.worker.v4.d.ts +0 -2
- package/lib/tailwindcss/class-order.async.worker.v4.d.ts.map +0 -1
- package/lib/tailwindcss/class-order.async.worker.v4.js +0 -9
- package/lib/tailwindcss/class-order.async.worker.v4.js.map +0 -1
- package/lib/tailwindcss/conflicting-classes.async.worker.v3.d.ts +0 -2
- package/lib/tailwindcss/conflicting-classes.async.worker.v3.d.ts.map +0 -1
- package/lib/tailwindcss/conflicting-classes.async.worker.v3.js +0 -5
- package/lib/tailwindcss/conflicting-classes.async.worker.v3.js.map +0 -1
- package/lib/tailwindcss/conflicting-classes.async.worker.v4.d.ts +0 -2
- package/lib/tailwindcss/conflicting-classes.async.worker.v4.d.ts.map +0 -1
- package/lib/tailwindcss/conflicting-classes.async.worker.v4.js +0 -9
- package/lib/tailwindcss/conflicting-classes.async.worker.v4.js.map +0 -1
- package/lib/tailwindcss/dissect-classes.async.worker.v3.d.ts +0 -2
- package/lib/tailwindcss/dissect-classes.async.worker.v3.d.ts.map +0 -1
- package/lib/tailwindcss/dissect-classes.async.worker.v3.js +0 -9
- package/lib/tailwindcss/dissect-classes.async.worker.v3.js.map +0 -1
- package/lib/tailwindcss/dissect-classes.async.worker.v4.d.ts +0 -2
- package/lib/tailwindcss/dissect-classes.async.worker.v4.d.ts.map +0 -1
- package/lib/tailwindcss/dissect-classes.async.worker.v4.js +0 -9
- package/lib/tailwindcss/dissect-classes.async.worker.v4.js.map +0 -1
- package/lib/tailwindcss/prefix.async.worker.v3.d.ts +0 -2
- package/lib/tailwindcss/prefix.async.worker.v3.d.ts.map +0 -1
- package/lib/tailwindcss/prefix.async.worker.v3.js +0 -10
- package/lib/tailwindcss/prefix.async.worker.v3.js.map +0 -1
- package/lib/tailwindcss/prefix.async.worker.v4.d.ts +0 -2
- package/lib/tailwindcss/prefix.async.worker.v4.d.ts.map +0 -1
- package/lib/tailwindcss/prefix.async.worker.v4.js +0 -10
- package/lib/tailwindcss/prefix.async.worker.v4.js.map +0 -1
- package/lib/tailwindcss/unknown-classes.async.worker.v3.d.ts +0 -2
- package/lib/tailwindcss/unknown-classes.async.worker.v3.d.ts.map +0 -1
- package/lib/tailwindcss/unknown-classes.async.worker.v3.js +0 -9
- package/lib/tailwindcss/unknown-classes.async.worker.v3.js.map +0 -1
- package/lib/tailwindcss/unknown-classes.async.worker.v4.d.ts +0 -2
- package/lib/tailwindcss/unknown-classes.async.worker.v4.d.ts.map +0 -1
- package/lib/tailwindcss/unknown-classes.async.worker.v4.js +0 -9
- 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
|
-
|
|
4
|
-
[
|
|
1
|
+
import { MatcherType, SelectorKind } from "../../types/rule.js";
|
|
2
|
+
export const TW_MERGE_STRINGS = {
|
|
3
|
+
kind: SelectorKind.Callee,
|
|
4
|
+
match: [
|
|
5
5
|
{
|
|
6
|
-
|
|
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;
|
|
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
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
}[]
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
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
|
-
|
|
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;
|
|
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
|
|
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
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
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
|
-
|
|
39
|
+
type: MatcherType.String
|
|
37
40
|
}
|
|
38
|
-
]
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
41
|
+
],
|
|
42
|
+
name: "^class(?:Name)?$"
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
kind: SelectorKind.Attribute,
|
|
46
|
+
match: [
|
|
43
47
|
{
|
|
44
|
-
|
|
48
|
+
type: MatcherType.String
|
|
45
49
|
}
|
|
46
|
-
]
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
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
|
-
|
|
61
|
+
type: MatcherType.String
|
|
54
62
|
}
|
|
55
|
-
]
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
63
|
+
],
|
|
64
|
+
name: "(?:^\\[class\\..*\\]$)"
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
kind: SelectorKind.Attribute,
|
|
68
|
+
match: [
|
|
59
69
|
{
|
|
60
|
-
|
|
70
|
+
type: MatcherType.String
|
|
61
71
|
},
|
|
62
72
|
{
|
|
63
|
-
|
|
73
|
+
type: MatcherType.ObjectKey
|
|
64
74
|
}
|
|
65
|
-
]
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
75
|
+
],
|
|
76
|
+
name: "(?:^\\[class\\]$)|(?:^\\[ngClass\\]$)"
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
kind: SelectorKind.Attribute,
|
|
80
|
+
match: [
|
|
70
81
|
{
|
|
71
|
-
|
|
82
|
+
type: MatcherType.String
|
|
72
83
|
},
|
|
73
84
|
{
|
|
74
|
-
|
|
85
|
+
type: MatcherType.ObjectKey
|
|
75
86
|
}
|
|
76
|
-
]
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
87
|
+
],
|
|
88
|
+
name: "^v-bind:class$"
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
kind: SelectorKind.Attribute,
|
|
92
|
+
match: [
|
|
81
93
|
{
|
|
82
|
-
|
|
94
|
+
type: MatcherType.String
|
|
83
95
|
},
|
|
84
96
|
{
|
|
85
|
-
|
|
97
|
+
type: MatcherType.ObjectKey
|
|
86
98
|
}
|
|
87
|
-
]
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
[
|
|
99
|
+
],
|
|
100
|
+
name: "^class:list$"
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
kind: SelectorKind.Attribute,
|
|
104
|
+
match: [
|
|
93
105
|
{
|
|
94
|
-
|
|
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;
|
|
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.">]>,
|
|
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.">]>,
|
|
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.">]>,
|
|
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.">]>,
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
match: import("
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
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":"
|
|
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"}
|