eslint-plugin-better-tailwindcss 4.0.0-beta.5 → 4.0.0-beta.6
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 +15 -36
- package/lib/api/defaults.d.ts.map +1 -0
- package/lib/api/defaults.js.map +1 -0
- package/lib/api/types.d.ts.map +1 -0
- package/lib/api/types.js.map +1 -0
- package/lib/async-utils/cache.d.ts.map +1 -0
- package/lib/async-utils/cache.js.map +1 -0
- package/lib/async-utils/escape.d.ts.map +1 -0
- package/lib/async-utils/escape.js.map +1 -0
- package/lib/async-utils/fs.d.ts.map +1 -0
- package/lib/async-utils/fs.js.map +1 -0
- package/lib/async-utils/module.d.ts.map +1 -0
- package/lib/async-utils/module.js.map +1 -0
- package/lib/async-utils/path.d.ts.map +1 -0
- package/lib/async-utils/path.js.map +1 -0
- package/lib/async-utils/platform.d.ts.map +1 -0
- package/lib/async-utils/platform.js.map +1 -0
- package/lib/async-utils/resolvers.d.ts.map +1 -0
- package/lib/async-utils/resolvers.js.map +1 -0
- package/lib/async-utils/worker.d.ts.map +1 -0
- package/lib/async-utils/worker.js +16 -0
- package/lib/async-utils/worker.js.map +1 -0
- package/lib/configs/config.d.ts +37 -0
- package/lib/configs/config.d.ts.map +1 -0
- package/lib/configs/config.js +101 -0
- package/lib/configs/config.js.map +1 -0
- package/lib/options/callees/cc.d.ts.map +1 -0
- package/lib/options/callees/cc.js.map +1 -0
- package/lib/options/callees/clb.d.ts.map +1 -0
- package/lib/options/callees/clb.js.map +1 -0
- package/lib/options/callees/clsx.d.ts.map +1 -0
- package/lib/options/callees/clsx.js.map +1 -0
- package/lib/options/callees/cn.d.ts.map +1 -0
- package/lib/options/callees/cn.js.map +1 -0
- package/lib/options/callees/cnb.d.ts.map +1 -0
- package/lib/options/callees/cnb.js.map +1 -0
- package/lib/options/callees/ctl.d.ts.map +1 -0
- package/lib/options/callees/ctl.js.map +1 -0
- package/lib/options/callees/cva.d.ts.map +1 -0
- package/lib/options/callees/cva.js.map +1 -0
- package/lib/options/callees/cx.d.ts.map +1 -0
- package/lib/options/callees/cx.js.map +1 -0
- package/lib/options/callees/dcnb.d.ts.map +1 -0
- package/lib/options/callees/dcnb.js.map +1 -0
- package/lib/options/callees/objstr.d.ts.map +1 -0
- package/lib/options/callees/objstr.js.map +1 -0
- package/lib/options/callees/tv.d.ts.map +1 -0
- package/lib/options/callees/tv.js.map +1 -0
- package/lib/options/callees/twJoin.d.ts.map +1 -0
- package/lib/options/callees/twJoin.js.map +1 -0
- package/lib/options/callees/twMerge.d.ts.map +1 -0
- package/lib/options/callees/twMerge.js.map +1 -0
- package/lib/options/default-options.d.ts.map +1 -0
- package/lib/options/default-options.js.map +1 -0
- package/lib/options/descriptions.d.ts.map +1 -0
- package/lib/options/descriptions.js.map +1 -0
- package/lib/options/schemas/attributes.d.ts.map +1 -0
- package/lib/options/schemas/attributes.js.map +1 -0
- package/lib/options/schemas/callees.d.ts.map +1 -0
- package/lib/options/schemas/callees.js.map +1 -0
- package/lib/options/schemas/common.d.ts.map +1 -0
- package/lib/options/schemas/common.js.map +1 -0
- package/lib/options/schemas/matchers.d.ts.map +1 -0
- package/lib/options/schemas/matchers.js.map +1 -0
- package/lib/options/schemas/tags.d.ts.map +1 -0
- package/lib/options/schemas/tags.js.map +1 -0
- package/lib/options/schemas/variables.d.ts.map +1 -0
- package/lib/options/schemas/variables.js.map +1 -0
- package/lib/parsers/angular.d.ts.map +1 -0
- package/lib/parsers/angular.js.map +1 -0
- package/lib/parsers/es.d.ts.map +1 -0
- package/lib/parsers/es.js.map +1 -0
- package/lib/parsers/html.d.ts.map +1 -0
- package/lib/parsers/html.js.map +1 -0
- package/lib/parsers/jsx.d.ts.map +1 -0
- package/lib/parsers/jsx.js +121 -0
- package/lib/parsers/jsx.js.map +1 -0
- package/lib/parsers/svelte.d.ts.map +1 -0
- package/lib/parsers/svelte.js.map +1 -0
- package/lib/parsers/vue.d.ts.map +1 -0
- package/lib/parsers/vue.js.map +1 -0
- package/lib/rules/enforce-canonical-classes.d.ts.map +1 -0
- package/lib/rules/enforce-canonical-classes.js +41 -0
- package/lib/rules/enforce-canonical-classes.js.map +1 -0
- package/lib/rules/enforce-consistent-class-order.d.ts +51 -0
- package/lib/rules/enforce-consistent-class-order.d.ts.map +1 -0
- package/lib/rules/enforce-consistent-class-order.js +241 -0
- package/lib/rules/enforce-consistent-class-order.js.map +1 -0
- package/lib/rules/enforce-consistent-important-position.d.ts.map +1 -0
- package/lib/rules/enforce-consistent-important-position.js.map +1 -0
- package/lib/rules/enforce-consistent-line-wrapping.d.ts.map +1 -0
- package/lib/rules/enforce-consistent-line-wrapping.js +455 -0
- package/lib/rules/enforce-consistent-line-wrapping.js.map +1 -0
- package/lib/rules/enforce-consistent-variable-syntax.d.ts.map +1 -0
- package/lib/rules/enforce-consistent-variable-syntax.js.map +1 -0
- package/lib/rules/enforce-shorthand-classes.d.ts.map +1 -0
- package/lib/rules/enforce-shorthand-classes.js.map +1 -0
- package/lib/rules/no-conflicting-classes.d.ts.map +1 -0
- package/lib/rules/no-conflicting-classes.js.map +1 -0
- package/lib/rules/no-deprecated-classes.d.ts.map +1 -0
- package/lib/rules/no-deprecated-classes.js.map +1 -0
- package/lib/rules/no-duplicate-classes.d.ts.map +1 -0
- package/lib/rules/no-duplicate-classes.js +52 -0
- package/lib/rules/no-duplicate-classes.js.map +1 -0
- package/lib/rules/no-restricted-classes.d.ts.map +1 -0
- package/lib/rules/no-restricted-classes.js.map +1 -0
- package/lib/rules/no-unknown-classes.d.ts.map +1 -0
- package/lib/rules/no-unknown-classes.js.map +1 -0
- package/lib/rules/no-unnecessary-whitespace.d.ts.map +1 -0
- package/lib/rules/no-unnecessary-whitespace.js.map +1 -0
- package/lib/tailwindcss/canonical-classes.async.v4.d.ts.map +1 -0
- package/lib/tailwindcss/canonical-classes.async.v4.js.map +1 -0
- package/lib/tailwindcss/canonical-classes.async.worker.v3.d.ts.map +1 -0
- package/lib/tailwindcss/canonical-classes.async.worker.v3.js.map +1 -0
- package/lib/tailwindcss/canonical-classes.async.worker.v4.d.ts.map +1 -0
- package/lib/tailwindcss/canonical-classes.async.worker.v4.js.map +1 -0
- package/lib/tailwindcss/canonical-classes.d.ts.map +1 -0
- package/lib/tailwindcss/canonical-classes.js.map +1 -0
- package/lib/tailwindcss/class-order.async.v3.d.ts.map +1 -0
- package/lib/tailwindcss/class-order.async.v3.js.map +1 -0
- package/lib/tailwindcss/class-order.async.v4.d.ts.map +1 -0
- package/lib/tailwindcss/class-order.async.v4.js.map +1 -0
- package/lib/tailwindcss/class-order.async.worker.v3.d.ts.map +1 -0
- package/lib/tailwindcss/class-order.async.worker.v3.js.map +1 -0
- package/lib/tailwindcss/class-order.async.worker.v4.d.ts.map +1 -0
- package/lib/tailwindcss/class-order.async.worker.v4.js.map +1 -0
- package/lib/tailwindcss/class-order.d.ts.map +1 -0
- package/lib/tailwindcss/class-order.js.map +1 -0
- package/lib/tailwindcss/conflicting-classes.async.v4.d.ts.map +1 -0
- package/lib/tailwindcss/conflicting-classes.async.v4.js.map +1 -0
- package/lib/tailwindcss/conflicting-classes.async.worker.v3.d.ts.map +1 -0
- package/lib/tailwindcss/conflicting-classes.async.worker.v3.js.map +1 -0
- package/lib/tailwindcss/conflicting-classes.async.worker.v4.d.ts.map +1 -0
- package/lib/tailwindcss/conflicting-classes.async.worker.v4.js.map +1 -0
- package/lib/tailwindcss/conflicting-classes.d.ts.map +1 -0
- package/lib/tailwindcss/conflicting-classes.js.map +1 -0
- package/lib/tailwindcss/context.async.v3.d.ts.map +1 -0
- package/lib/tailwindcss/context.async.v3.js.map +1 -0
- package/lib/tailwindcss/context.async.v4.d.ts.map +1 -0
- package/lib/tailwindcss/context.async.v4.js.map +1 -0
- package/lib/tailwindcss/custom-component-classes.async.v3.d.ts.map +1 -0
- package/lib/tailwindcss/custom-component-classes.async.v3.js.map +1 -0
- package/lib/tailwindcss/custom-component-classes.async.v4.d.ts.map +1 -0
- package/lib/tailwindcss/custom-component-classes.async.v4.js.map +1 -0
- package/lib/tailwindcss/custom-component-classes.d.ts.map +1 -0
- package/lib/tailwindcss/custom-component-classes.js.map +1 -0
- package/lib/tailwindcss/dissect-classes.async.v3.d.ts.map +1 -0
- package/lib/tailwindcss/dissect-classes.async.v3.js.map +1 -0
- package/lib/tailwindcss/dissect-classes.async.v4.d.ts.map +1 -0
- package/lib/tailwindcss/dissect-classes.async.v4.js.map +1 -0
- package/lib/tailwindcss/dissect-classes.async.worker.v3.d.ts.map +1 -0
- package/lib/tailwindcss/dissect-classes.async.worker.v3.js.map +1 -0
- package/lib/tailwindcss/dissect-classes.async.worker.v4.d.ts.map +1 -0
- package/lib/tailwindcss/dissect-classes.async.worker.v4.js.map +1 -0
- package/lib/tailwindcss/dissect-classes.d.ts.map +1 -0
- package/lib/tailwindcss/dissect-classes.js.map +1 -0
- package/lib/tailwindcss/prefix.async.v3.d.ts.map +1 -0
- package/lib/tailwindcss/prefix.async.v3.js.map +1 -0
- package/lib/tailwindcss/prefix.async.v4.d.ts.map +1 -0
- package/lib/tailwindcss/prefix.async.v4.js.map +1 -0
- package/lib/tailwindcss/prefix.async.worker.v3.d.ts.map +1 -0
- package/lib/tailwindcss/prefix.async.worker.v3.js.map +1 -0
- package/lib/tailwindcss/prefix.async.worker.v4.d.ts.map +1 -0
- package/lib/tailwindcss/prefix.async.worker.v4.js.map +1 -0
- package/lib/tailwindcss/prefix.d.ts.map +1 -0
- package/lib/tailwindcss/prefix.js.map +1 -0
- package/lib/tailwindcss/unknown-classes.async.v3.d.ts.map +1 -0
- package/lib/tailwindcss/unknown-classes.async.v3.js.map +1 -0
- package/lib/tailwindcss/unknown-classes.async.v4.d.ts.map +1 -0
- package/lib/tailwindcss/unknown-classes.async.v4.js.map +1 -0
- package/lib/tailwindcss/unknown-classes.async.worker.v3.d.ts.map +1 -0
- package/lib/tailwindcss/unknown-classes.async.worker.v3.js.map +1 -0
- package/lib/tailwindcss/unknown-classes.async.worker.v4.d.ts.map +1 -0
- package/lib/tailwindcss/unknown-classes.async.worker.v4.js.map +1 -0
- package/lib/tailwindcss/unknown-classes.d.ts.map +1 -0
- package/lib/tailwindcss/unknown-classes.js.map +1 -0
- package/lib/types/ast.d.ts +55 -0
- package/lib/types/ast.d.ts.map +1 -0
- package/lib/types/ast.js.map +1 -0
- package/lib/types/async.d.ts.map +1 -0
- package/lib/types/async.js.map +1 -0
- package/lib/types/estree.d.ts.map +1 -0
- package/lib/types/estree.js.map +1 -0
- package/lib/types/rule.d.ts.map +1 -0
- package/lib/types/rule.js.map +1 -0
- package/lib/utils/ast.d.ts.map +1 -0
- package/lib/utils/ast.js.map +1 -0
- package/lib/utils/class.d.ts.map +1 -0
- package/lib/utils/class.js.map +1 -0
- package/lib/utils/context.d.ts.map +1 -0
- package/lib/utils/context.js.map +1 -0
- package/lib/utils/lint.d.ts.map +1 -0
- package/lib/utils/lint.js.map +1 -0
- package/lib/utils/matchers.d.ts.map +1 -0
- package/lib/utils/matchers.js.map +1 -0
- package/lib/utils/quotes.d.ts.map +1 -0
- package/lib/utils/quotes.js.map +1 -0
- package/lib/utils/rule.d.ts.map +1 -0
- package/lib/utils/rule.js.map +1 -0
- package/lib/utils/utils.d.ts +43 -0
- package/lib/utils/utils.d.ts.map +1 -0
- package/lib/utils/utils.js +132 -0
- package/lib/utils/utils.js.map +1 -0
- package/lib/utils/version.d.ts.map +1 -0
- package/lib/utils/version.js.map +1 -0
- package/lib/utils/warn.d.ts.map +1 -0
- package/lib/utils/warn.js.map +1 -0
- package/package.json +7 -16
- package/lib/cjs/api/defaults.d.ts +0 -18
- package/lib/cjs/api/defaults.d.ts.map +0 -1
- package/lib/cjs/api/defaults.js +0 -20
- package/lib/cjs/api/defaults.js.map +0 -1
- package/lib/cjs/api/types.d.ts.map +0 -1
- package/lib/cjs/api/types.js +0 -18
- package/lib/cjs/api/types.js.map +0 -1
- package/lib/cjs/async-utils/cache.d.ts.map +0 -1
- package/lib/cjs/async-utils/cache.js +0 -36
- package/lib/cjs/async-utils/cache.js.map +0 -1
- package/lib/cjs/async-utils/escape.d.ts.map +0 -1
- package/lib/cjs/async-utils/escape.js +0 -7
- package/lib/cjs/async-utils/escape.js.map +0 -1
- package/lib/cjs/async-utils/fs.d.ts.map +0 -1
- package/lib/cjs/async-utils/fs.js +0 -36
- package/lib/cjs/async-utils/fs.js.map +0 -1
- package/lib/cjs/async-utils/module.d.ts.map +0 -1
- package/lib/cjs/async-utils/module.js +0 -11
- package/lib/cjs/async-utils/module.js.map +0 -1
- package/lib/cjs/async-utils/path.d.ts.map +0 -1
- package/lib/cjs/async-utils/path.js +0 -10
- package/lib/cjs/async-utils/path.js.map +0 -1
- package/lib/cjs/async-utils/platform.d.ts.map +0 -1
- package/lib/cjs/async-utils/platform.js +0 -7
- package/lib/cjs/async-utils/platform.js.map +0 -1
- package/lib/cjs/async-utils/resolvers.d.ts.map +0 -1
- package/lib/cjs/async-utils/resolvers.js +0 -74
- package/lib/cjs/async-utils/resolvers.js.map +0 -1
- package/lib/cjs/async-utils/worker.d.ts.map +0 -1
- package/lib/cjs/async-utils/worker.js +0 -19
- package/lib/cjs/async-utils/worker.js.map +0 -1
- package/lib/cjs/configs/cjs.d.ts +0 -3
- package/lib/cjs/configs/cjs.d.ts.map +0 -1
- package/lib/cjs/configs/cjs.js +0 -4
- package/lib/cjs/configs/cjs.js.map +0 -1
- package/lib/cjs/configs/config.d.ts +0 -18
- package/lib/cjs/configs/config.d.ts.map +0 -1
- package/lib/cjs/configs/config.js +0 -85
- package/lib/cjs/configs/config.js.map +0 -1
- package/lib/cjs/options/callees/cc.d.ts.map +0 -1
- package/lib/cjs/options/callees/cc.js +0 -26
- package/lib/cjs/options/callees/cc.js.map +0 -1
- package/lib/cjs/options/callees/clb.d.ts.map +0 -1
- package/lib/cjs/options/callees/clb.js +0 -39
- package/lib/cjs/options/callees/clb.js.map +0 -1
- package/lib/cjs/options/callees/clsx.d.ts.map +0 -1
- package/lib/cjs/options/callees/clsx.js +0 -26
- package/lib/cjs/options/callees/clsx.js.map +0 -1
- package/lib/cjs/options/callees/cn.d.ts.map +0 -1
- package/lib/cjs/options/callees/cn.js +0 -26
- package/lib/cjs/options/callees/cn.js.map +0 -1
- package/lib/cjs/options/callees/cnb.d.ts.map +0 -1
- package/lib/cjs/options/callees/cnb.js +0 -26
- package/lib/cjs/options/callees/cnb.js.map +0 -1
- package/lib/cjs/options/callees/ctl.d.ts.map +0 -1
- package/lib/cjs/options/callees/ctl.js +0 -17
- package/lib/cjs/options/callees/ctl.js.map +0 -1
- package/lib/cjs/options/callees/cva.d.ts.map +0 -1
- package/lib/cjs/options/callees/cva.js +0 -37
- package/lib/cjs/options/callees/cva.js.map +0 -1
- package/lib/cjs/options/callees/cx.d.ts.map +0 -1
- package/lib/cjs/options/callees/cx.js +0 -26
- package/lib/cjs/options/callees/cx.js.map +0 -1
- package/lib/cjs/options/callees/dcnb.d.ts.map +0 -1
- package/lib/cjs/options/callees/dcnb.js +0 -26
- package/lib/cjs/options/callees/dcnb.js.map +0 -1
- package/lib/cjs/options/callees/objstr.d.ts.map +0 -1
- package/lib/cjs/options/callees/objstr.js +0 -25
- package/lib/cjs/options/callees/objstr.js.map +0 -1
- package/lib/cjs/options/callees/tv.d.ts.map +0 -1
- package/lib/cjs/options/callees/tv.js +0 -67
- package/lib/cjs/options/callees/tv.js.map +0 -1
- package/lib/cjs/options/callees/twJoin.d.ts.map +0 -1
- package/lib/cjs/options/callees/twJoin.js +0 -17
- package/lib/cjs/options/callees/twJoin.js.map +0 -1
- package/lib/cjs/options/callees/twMerge.d.ts.map +0 -1
- package/lib/cjs/options/callees/twMerge.js +0 -17
- package/lib/cjs/options/callees/twMerge.js.map +0 -1
- package/lib/cjs/options/default-options.d.ts.map +0 -1
- package/lib/cjs/options/default-options.js +0 -102
- package/lib/cjs/options/default-options.js.map +0 -1
- package/lib/cjs/options/descriptions.d.ts +0 -153
- package/lib/cjs/options/descriptions.d.ts.map +0 -1
- package/lib/cjs/options/descriptions.js +0 -19
- package/lib/cjs/options/descriptions.js.map +0 -1
- package/lib/cjs/options/schemas/attributes.d.ts +0 -104
- package/lib/cjs/options/schemas/attributes.d.ts.map +0 -1
- package/lib/cjs/options/schemas/attributes.js +0 -23
- package/lib/cjs/options/schemas/attributes.js.map +0 -1
- package/lib/cjs/options/schemas/callees.d.ts +0 -108
- package/lib/cjs/options/schemas/callees.d.ts.map +0 -1
- package/lib/cjs/options/schemas/callees.js +0 -23
- package/lib/cjs/options/schemas/callees.js.map +0 -1
- package/lib/cjs/options/schemas/common.d.ts.map +0 -1
- package/lib/cjs/options/schemas/common.js +0 -14
- package/lib/cjs/options/schemas/common.js.map +0 -1
- package/lib/cjs/options/schemas/matchers.d.ts.map +0 -1
- package/lib/cjs/options/schemas/matchers.js +0 -17
- package/lib/cjs/options/schemas/matchers.js.map +0 -1
- package/lib/cjs/options/schemas/tags.d.ts +0 -101
- package/lib/cjs/options/schemas/tags.d.ts.map +0 -1
- package/lib/cjs/options/schemas/tags.js +0 -23
- package/lib/cjs/options/schemas/tags.js.map +0 -1
- package/lib/cjs/options/schemas/variables.d.ts +0 -102
- package/lib/cjs/options/schemas/variables.d.ts.map +0 -1
- package/lib/cjs/options/schemas/variables.js +0 -23
- package/lib/cjs/options/schemas/variables.js.map +0 -1
- package/lib/cjs/package.json +0 -1
- package/lib/cjs/parsers/angular.d.ts.map +0 -1
- package/lib/cjs/parsers/angular.js +0 -455
- package/lib/cjs/parsers/angular.js.map +0 -1
- package/lib/cjs/parsers/es.d.ts.map +0 -1
- package/lib/cjs/parsers/es.js +0 -463
- package/lib/cjs/parsers/es.js.map +0 -1
- package/lib/cjs/parsers/html.d.ts.map +0 -1
- package/lib/cjs/parsers/html.js +0 -56
- package/lib/cjs/parsers/html.js.map +0 -1
- package/lib/cjs/parsers/jsx.d.ts.map +0 -1
- package/lib/cjs/parsers/jsx.js +0 -128
- package/lib/cjs/parsers/jsx.js.map +0 -1
- package/lib/cjs/parsers/svelte.d.ts.map +0 -1
- package/lib/cjs/parsers/svelte.js +0 -202
- package/lib/cjs/parsers/svelte.js.map +0 -1
- package/lib/cjs/parsers/vue.d.ts.map +0 -1
- package/lib/cjs/parsers/vue.js +0 -186
- package/lib/cjs/parsers/vue.js.map +0 -1
- package/lib/cjs/rules/enforce-canonical-classes.d.ts.map +0 -1
- package/lib/cjs/rules/enforce-canonical-classes.js +0 -42
- package/lib/cjs/rules/enforce-canonical-classes.js.map +0 -1
- package/lib/cjs/rules/enforce-consistent-class-order.d.ts +0 -4
- package/lib/cjs/rules/enforce-consistent-class-order.d.ts.map +0 -1
- package/lib/cjs/rules/enforce-consistent-class-order.js +0 -116
- package/lib/cjs/rules/enforce-consistent-class-order.js.map +0 -1
- package/lib/cjs/rules/enforce-consistent-important-position.d.ts +0 -46
- package/lib/cjs/rules/enforce-consistent-important-position.d.ts.map +0 -1
- package/lib/cjs/rules/enforce-consistent-important-position.js +0 -65
- package/lib/cjs/rules/enforce-consistent-important-position.js.map +0 -1
- package/lib/cjs/rules/enforce-consistent-line-wrapping.d.ts.map +0 -1
- package/lib/cjs/rules/enforce-consistent-line-wrapping.js +0 -464
- package/lib/cjs/rules/enforce-consistent-line-wrapping.js.map +0 -1
- package/lib/cjs/rules/enforce-consistent-variable-syntax.d.ts.map +0 -1
- package/lib/cjs/rules/enforce-consistent-variable-syntax.js +0 -165
- package/lib/cjs/rules/enforce-consistent-variable-syntax.js.map +0 -1
- package/lib/cjs/rules/enforce-shorthand-classes.d.ts.map +0 -1
- package/lib/cjs/rules/enforce-shorthand-classes.js +0 -219
- package/lib/cjs/rules/enforce-shorthand-classes.js.map +0 -1
- package/lib/cjs/rules/no-conflicting-classes.d.ts.map +0 -1
- package/lib/cjs/rules/no-conflicting-classes.js +0 -63
- package/lib/cjs/rules/no-conflicting-classes.js.map +0 -1
- package/lib/cjs/rules/no-deprecated-classes.d.ts.map +0 -1
- package/lib/cjs/rules/no-deprecated-classes.js +0 -105
- package/lib/cjs/rules/no-deprecated-classes.js.map +0 -1
- package/lib/cjs/rules/no-duplicate-classes.d.ts.map +0 -1
- package/lib/cjs/rules/no-duplicate-classes.js +0 -54
- package/lib/cjs/rules/no-duplicate-classes.js.map +0 -1
- package/lib/cjs/rules/no-restricted-classes.d.ts.map +0 -1
- package/lib/cjs/rules/no-restricted-classes.js +0 -60
- package/lib/cjs/rules/no-restricted-classes.js.map +0 -1
- package/lib/cjs/rules/no-unknown-classes.d.ts.map +0 -1
- package/lib/cjs/rules/no-unknown-classes.js +0 -78
- package/lib/cjs/rules/no-unknown-classes.js.map +0 -1
- package/lib/cjs/rules/no-unnecessary-whitespace.d.ts.map +0 -1
- package/lib/cjs/rules/no-unnecessary-whitespace.js +0 -104
- package/lib/cjs/rules/no-unnecessary-whitespace.js.map +0 -1
- package/lib/cjs/tailwindcss/canonical-classes.async.v4.d.ts.map +0 -1
- package/lib/cjs/tailwindcss/canonical-classes.async.v4.js +0 -7
- package/lib/cjs/tailwindcss/canonical-classes.async.v4.js.map +0 -1
- package/lib/cjs/tailwindcss/canonical-classes.async.worker.v3.d.ts.map +0 -1
- package/lib/cjs/tailwindcss/canonical-classes.async.worker.v3.js +0 -7
- package/lib/cjs/tailwindcss/canonical-classes.async.worker.v3.js.map +0 -1
- package/lib/cjs/tailwindcss/canonical-classes.async.worker.v4.d.ts.map +0 -1
- package/lib/cjs/tailwindcss/canonical-classes.async.worker.v4.js +0 -11
- package/lib/cjs/tailwindcss/canonical-classes.async.worker.v4.js.map +0 -1
- package/lib/cjs/tailwindcss/canonical-classes.d.ts.map +0 -1
- package/lib/cjs/tailwindcss/canonical-classes.js +0 -24
- package/lib/cjs/tailwindcss/canonical-classes.js.map +0 -1
- package/lib/cjs/tailwindcss/class-order.async.v3.d.ts.map +0 -1
- package/lib/cjs/tailwindcss/class-order.async.v3.js +0 -7
- package/lib/cjs/tailwindcss/class-order.async.v3.js.map +0 -1
- package/lib/cjs/tailwindcss/class-order.async.v4.d.ts.map +0 -1
- package/lib/cjs/tailwindcss/class-order.async.v4.js +0 -7
- package/lib/cjs/tailwindcss/class-order.async.v4.js.map +0 -1
- package/lib/cjs/tailwindcss/class-order.async.worker.v3.d.ts.map +0 -1
- package/lib/cjs/tailwindcss/class-order.async.worker.v3.js +0 -11
- package/lib/cjs/tailwindcss/class-order.async.worker.v3.js.map +0 -1
- package/lib/cjs/tailwindcss/class-order.async.worker.v4.d.ts.map +0 -1
- package/lib/cjs/tailwindcss/class-order.async.worker.v4.js +0 -11
- package/lib/cjs/tailwindcss/class-order.async.worker.v4.js.map +0 -1
- package/lib/cjs/tailwindcss/class-order.d.ts.map +0 -1
- package/lib/cjs/tailwindcss/class-order.js +0 -24
- package/lib/cjs/tailwindcss/class-order.js.map +0 -1
- package/lib/cjs/tailwindcss/conflicting-classes.async.v4.d.ts.map +0 -1
- package/lib/cjs/tailwindcss/conflicting-classes.async.v4.js +0 -85
- package/lib/cjs/tailwindcss/conflicting-classes.async.v4.js.map +0 -1
- package/lib/cjs/tailwindcss/conflicting-classes.async.worker.v3.d.ts.map +0 -1
- package/lib/cjs/tailwindcss/conflicting-classes.async.worker.v3.js +0 -7
- package/lib/cjs/tailwindcss/conflicting-classes.async.worker.v3.js.map +0 -1
- package/lib/cjs/tailwindcss/conflicting-classes.async.worker.v4.d.ts.map +0 -1
- package/lib/cjs/tailwindcss/conflicting-classes.async.worker.v4.js +0 -11
- package/lib/cjs/tailwindcss/conflicting-classes.async.worker.v4.js.map +0 -1
- package/lib/cjs/tailwindcss/conflicting-classes.d.ts.map +0 -1
- package/lib/cjs/tailwindcss/conflicting-classes.js +0 -25
- package/lib/cjs/tailwindcss/conflicting-classes.js.map +0 -1
- package/lib/cjs/tailwindcss/context.async.v3.d.ts.map +0 -1
- package/lib/cjs/tailwindcss/context.async.v3.js +0 -50
- package/lib/cjs/tailwindcss/context.async.v3.js.map +0 -1
- package/lib/cjs/tailwindcss/context.async.v4.d.ts.map +0 -1
- package/lib/cjs/tailwindcss/context.async.v4.js +0 -119
- package/lib/cjs/tailwindcss/context.async.v4.js.map +0 -1
- package/lib/cjs/tailwindcss/custom-component-classes.async.v3.d.ts.map +0 -1
- package/lib/cjs/tailwindcss/custom-component-classes.async.v3.js +0 -7
- package/lib/cjs/tailwindcss/custom-component-classes.async.v3.js.map +0 -1
- package/lib/cjs/tailwindcss/custom-component-classes.async.v4.d.ts.map +0 -1
- package/lib/cjs/tailwindcss/custom-component-classes.async.v4.js +0 -105
- package/lib/cjs/tailwindcss/custom-component-classes.async.v4.js.map +0 -1
- package/lib/cjs/tailwindcss/custom-component-classes.d.ts.map +0 -1
- package/lib/cjs/tailwindcss/custom-component-classes.js +0 -25
- package/lib/cjs/tailwindcss/custom-component-classes.js.map +0 -1
- package/lib/cjs/tailwindcss/dissect-classes.async.v3.d.ts.map +0 -1
- package/lib/cjs/tailwindcss/dissect-classes.async.v3.js +0 -67
- package/lib/cjs/tailwindcss/dissect-classes.async.v3.js.map +0 -1
- package/lib/cjs/tailwindcss/dissect-classes.async.v4.d.ts.map +0 -1
- package/lib/cjs/tailwindcss/dissect-classes.async.v4.js +0 -32
- package/lib/cjs/tailwindcss/dissect-classes.async.v4.js.map +0 -1
- package/lib/cjs/tailwindcss/dissect-classes.async.worker.v3.d.ts.map +0 -1
- package/lib/cjs/tailwindcss/dissect-classes.async.worker.v3.js +0 -11
- package/lib/cjs/tailwindcss/dissect-classes.async.worker.v3.js.map +0 -1
- package/lib/cjs/tailwindcss/dissect-classes.async.worker.v4.d.ts.map +0 -1
- package/lib/cjs/tailwindcss/dissect-classes.async.worker.v4.js +0 -11
- package/lib/cjs/tailwindcss/dissect-classes.async.worker.v4.js.map +0 -1
- package/lib/cjs/tailwindcss/dissect-classes.d.ts.map +0 -1
- package/lib/cjs/tailwindcss/dissect-classes.js +0 -24
- package/lib/cjs/tailwindcss/dissect-classes.js.map +0 -1
- package/lib/cjs/tailwindcss/prefix.async.v3.d.ts.map +0 -1
- package/lib/cjs/tailwindcss/prefix.async.v3.js +0 -11
- package/lib/cjs/tailwindcss/prefix.async.v3.js.map +0 -1
- package/lib/cjs/tailwindcss/prefix.async.v4.d.ts.map +0 -1
- package/lib/cjs/tailwindcss/prefix.async.v4.js +0 -11
- package/lib/cjs/tailwindcss/prefix.async.v4.js.map +0 -1
- package/lib/cjs/tailwindcss/prefix.async.worker.v3.d.ts.map +0 -1
- package/lib/cjs/tailwindcss/prefix.async.worker.v3.js +0 -12
- package/lib/cjs/tailwindcss/prefix.async.worker.v3.js.map +0 -1
- package/lib/cjs/tailwindcss/prefix.async.worker.v4.d.ts.map +0 -1
- package/lib/cjs/tailwindcss/prefix.async.worker.v4.js +0 -12
- package/lib/cjs/tailwindcss/prefix.async.worker.v4.js.map +0 -1
- package/lib/cjs/tailwindcss/prefix.d.ts.map +0 -1
- package/lib/cjs/tailwindcss/prefix.js +0 -24
- package/lib/cjs/tailwindcss/prefix.js.map +0 -1
- package/lib/cjs/tailwindcss/unknown-classes.async.v3.d.ts.map +0 -1
- package/lib/cjs/tailwindcss/unknown-classes.async.v3.js +0 -46
- package/lib/cjs/tailwindcss/unknown-classes.async.v3.js.map +0 -1
- package/lib/cjs/tailwindcss/unknown-classes.async.v4.d.ts.map +0 -1
- package/lib/cjs/tailwindcss/unknown-classes.async.v4.js +0 -8
- package/lib/cjs/tailwindcss/unknown-classes.async.v4.js.map +0 -1
- package/lib/cjs/tailwindcss/unknown-classes.async.worker.v3.d.ts.map +0 -1
- package/lib/cjs/tailwindcss/unknown-classes.async.worker.v3.js +0 -11
- package/lib/cjs/tailwindcss/unknown-classes.async.worker.v3.js.map +0 -1
- package/lib/cjs/tailwindcss/unknown-classes.async.worker.v4.d.ts.map +0 -1
- package/lib/cjs/tailwindcss/unknown-classes.async.worker.v4.js +0 -11
- package/lib/cjs/tailwindcss/unknown-classes.async.worker.v4.js.map +0 -1
- package/lib/cjs/tailwindcss/unknown-classes.d.ts.map +0 -1
- package/lib/cjs/tailwindcss/unknown-classes.js +0 -24
- package/lib/cjs/tailwindcss/unknown-classes.js.map +0 -1
- package/lib/cjs/types/ast.d.ts +0 -55
- package/lib/cjs/types/ast.d.ts.map +0 -1
- package/lib/cjs/types/ast.js +0 -3
- package/lib/cjs/types/ast.js.map +0 -1
- package/lib/cjs/types/async.d.ts.map +0 -1
- package/lib/cjs/types/async.js +0 -3
- package/lib/cjs/types/async.js.map +0 -1
- package/lib/cjs/types/estree.d.ts.map +0 -1
- package/lib/cjs/types/estree.js +0 -3
- package/lib/cjs/types/estree.js.map +0 -1
- package/lib/cjs/types/rule.d.ts.map +0 -1
- package/lib/cjs/types/rule.js +0 -13
- package/lib/cjs/types/rule.js.map +0 -1
- package/lib/cjs/utils/ast.d.ts.map +0 -1
- package/lib/cjs/utils/ast.js +0 -12
- package/lib/cjs/utils/ast.js.map +0 -1
- package/lib/cjs/utils/class.d.ts.map +0 -1
- package/lib/cjs/utils/class.js +0 -22
- package/lib/cjs/utils/class.js.map +0 -1
- package/lib/cjs/utils/context.d.ts.map +0 -1
- package/lib/cjs/utils/context.js +0 -95
- package/lib/cjs/utils/context.js.map +0 -1
- package/lib/cjs/utils/lint.d.ts.map +0 -1
- package/lib/cjs/utils/lint.js +0 -42
- package/lib/cjs/utils/lint.js.map +0 -1
- package/lib/cjs/utils/matchers.d.ts.map +0 -1
- package/lib/cjs/utils/matchers.js +0 -134
- package/lib/cjs/utils/matchers.js.map +0 -1
- package/lib/cjs/utils/quotes.d.ts.map +0 -1
- package/lib/cjs/utils/quotes.js +0 -12
- package/lib/cjs/utils/quotes.js.map +0 -1
- package/lib/cjs/utils/rule.d.ts.map +0 -1
- package/lib/cjs/utils/rule.js +0 -218
- package/lib/cjs/utils/rule.js.map +0 -1
- package/lib/cjs/utils/utils.d.ts +0 -42
- package/lib/cjs/utils/utils.d.ts.map +0 -1
- package/lib/cjs/utils/utils.js +0 -144
- package/lib/cjs/utils/utils.js.map +0 -1
- package/lib/cjs/utils/version.d.ts.map +0 -1
- package/lib/cjs/utils/version.js +0 -9
- package/lib/cjs/utils/version.js.map +0 -1
- package/lib/cjs/utils/warn.d.ts.map +0 -1
- package/lib/cjs/utils/warn.js +0 -11
- package/lib/cjs/utils/warn.js.map +0 -1
- package/lib/esm/api/defaults.d.ts.map +0 -1
- package/lib/esm/api/defaults.js.map +0 -1
- package/lib/esm/api/types.d.ts +0 -2
- package/lib/esm/api/types.d.ts.map +0 -1
- package/lib/esm/api/types.js.map +0 -1
- package/lib/esm/async-utils/cache.d.ts +0 -10
- package/lib/esm/async-utils/cache.d.ts.map +0 -1
- package/lib/esm/async-utils/cache.js.map +0 -1
- package/lib/esm/async-utils/escape.d.ts +0 -2
- package/lib/esm/async-utils/escape.d.ts.map +0 -1
- package/lib/esm/async-utils/escape.js.map +0 -1
- package/lib/esm/async-utils/fs.d.ts +0 -3
- package/lib/esm/async-utils/fs.d.ts.map +0 -1
- package/lib/esm/async-utils/fs.js.map +0 -1
- package/lib/esm/async-utils/module.d.ts +0 -3
- package/lib/esm/async-utils/module.d.ts.map +0 -1
- package/lib/esm/async-utils/module.js.map +0 -1
- package/lib/esm/async-utils/path.d.ts +0 -2
- package/lib/esm/async-utils/path.d.ts.map +0 -1
- package/lib/esm/async-utils/path.js.map +0 -1
- package/lib/esm/async-utils/platform.d.ts +0 -2
- package/lib/esm/async-utils/platform.d.ts.map +0 -1
- package/lib/esm/async-utils/platform.js.map +0 -1
- package/lib/esm/async-utils/resolvers.d.ts +0 -7
- package/lib/esm/async-utils/resolvers.d.ts.map +0 -1
- package/lib/esm/async-utils/resolvers.js.map +0 -1
- package/lib/esm/async-utils/worker.d.ts +0 -3
- package/lib/esm/async-utils/worker.d.ts.map +0 -1
- package/lib/esm/async-utils/worker.js +0 -16
- package/lib/esm/async-utils/worker.js.map +0 -1
- package/lib/esm/configs/config.d.ts +0 -18
- package/lib/esm/configs/config.d.ts.map +0 -1
- package/lib/esm/configs/config.js +0 -82
- package/lib/esm/configs/config.js.map +0 -1
- package/lib/esm/configs/esm.d.ts +0 -2
- package/lib/esm/configs/esm.d.ts.map +0 -1
- package/lib/esm/configs/esm.js +0 -2
- package/lib/esm/configs/esm.js.map +0 -1
- package/lib/esm/options/callees/cc.d.ts +0 -14
- package/lib/esm/options/callees/cc.d.ts.map +0 -1
- package/lib/esm/options/callees/cc.js.map +0 -1
- package/lib/esm/options/callees/clb.d.ts +0 -19
- package/lib/esm/options/callees/clb.d.ts.map +0 -1
- package/lib/esm/options/callees/clb.js.map +0 -1
- package/lib/esm/options/callees/clsx.d.ts +0 -14
- package/lib/esm/options/callees/clsx.d.ts.map +0 -1
- package/lib/esm/options/callees/clsx.js.map +0 -1
- package/lib/esm/options/callees/cn.d.ts +0 -14
- package/lib/esm/options/callees/cn.d.ts.map +0 -1
- package/lib/esm/options/callees/cn.js.map +0 -1
- package/lib/esm/options/callees/cnb.d.ts +0 -14
- package/lib/esm/options/callees/cnb.d.ts.map +0 -1
- package/lib/esm/options/callees/cnb.js.map +0 -1
- package/lib/esm/options/callees/ctl.d.ts +0 -9
- package/lib/esm/options/callees/ctl.d.ts.map +0 -1
- package/lib/esm/options/callees/ctl.js.map +0 -1
- package/lib/esm/options/callees/cva.d.ts +0 -20
- package/lib/esm/options/callees/cva.d.ts.map +0 -1
- package/lib/esm/options/callees/cva.js.map +0 -1
- package/lib/esm/options/callees/cx.d.ts +0 -14
- package/lib/esm/options/callees/cx.d.ts.map +0 -1
- package/lib/esm/options/callees/cx.js.map +0 -1
- package/lib/esm/options/callees/dcnb.d.ts +0 -14
- package/lib/esm/options/callees/dcnb.d.ts.map +0 -1
- package/lib/esm/options/callees/dcnb.js.map +0 -1
- package/lib/esm/options/callees/objstr.d.ts +0 -12
- package/lib/esm/options/callees/objstr.d.ts.map +0 -1
- package/lib/esm/options/callees/objstr.js.map +0 -1
- package/lib/esm/options/callees/tv.d.ts +0 -32
- package/lib/esm/options/callees/tv.d.ts.map +0 -1
- package/lib/esm/options/callees/tv.js.map +0 -1
- package/lib/esm/options/callees/twJoin.d.ts +0 -9
- package/lib/esm/options/callees/twJoin.d.ts.map +0 -1
- package/lib/esm/options/callees/twJoin.js.map +0 -1
- package/lib/esm/options/callees/twMerge.d.ts +0 -9
- package/lib/esm/options/callees/twMerge.d.ts.map +0 -1
- package/lib/esm/options/callees/twMerge.js.map +0 -1
- package/lib/esm/options/default-options.d.ts +0 -19
- package/lib/esm/options/default-options.d.ts.map +0 -1
- package/lib/esm/options/default-options.js.map +0 -1
- package/lib/esm/options/descriptions.d.ts.map +0 -1
- package/lib/esm/options/descriptions.js.map +0 -1
- package/lib/esm/options/schemas/attributes.d.ts.map +0 -1
- package/lib/esm/options/schemas/attributes.js.map +0 -1
- package/lib/esm/options/schemas/callees.d.ts.map +0 -1
- package/lib/esm/options/schemas/callees.js.map +0 -1
- package/lib/esm/options/schemas/common.d.ts +0 -14
- package/lib/esm/options/schemas/common.d.ts.map +0 -1
- package/lib/esm/options/schemas/common.js.map +0 -1
- package/lib/esm/options/schemas/matchers.d.ts +0 -13
- package/lib/esm/options/schemas/matchers.d.ts.map +0 -1
- package/lib/esm/options/schemas/matchers.js.map +0 -1
- package/lib/esm/options/schemas/tags.d.ts.map +0 -1
- package/lib/esm/options/schemas/tags.js.map +0 -1
- package/lib/esm/options/schemas/variables.d.ts.map +0 -1
- package/lib/esm/options/schemas/variables.js.map +0 -1
- package/lib/esm/package.json +0 -1
- package/lib/esm/parsers/angular.d.ts +0 -11
- package/lib/esm/parsers/angular.d.ts.map +0 -1
- package/lib/esm/parsers/angular.js.map +0 -1
- package/lib/esm/parsers/es.d.ts +0 -34
- package/lib/esm/parsers/es.d.ts.map +0 -1
- package/lib/esm/parsers/es.js.map +0 -1
- package/lib/esm/parsers/html.d.ts +0 -8
- package/lib/esm/parsers/html.d.ts.map +0 -1
- package/lib/esm/parsers/html.js.map +0 -1
- package/lib/esm/parsers/jsx.d.ts +0 -9
- package/lib/esm/parsers/jsx.d.ts.map +0 -1
- package/lib/esm/parsers/jsx.js +0 -123
- package/lib/esm/parsers/jsx.js.map +0 -1
- package/lib/esm/parsers/svelte.d.ts +0 -9
- package/lib/esm/parsers/svelte.d.ts.map +0 -1
- package/lib/esm/parsers/svelte.js.map +0 -1
- package/lib/esm/parsers/vue.d.ts +0 -9
- package/lib/esm/parsers/vue.d.ts.map +0 -1
- package/lib/esm/parsers/vue.js.map +0 -1
- package/lib/esm/rules/enforce-canonical-classes.d.ts +0 -46
- package/lib/esm/rules/enforce-canonical-classes.d.ts.map +0 -1
- package/lib/esm/rules/enforce-canonical-classes.js +0 -39
- package/lib/esm/rules/enforce-canonical-classes.js.map +0 -1
- package/lib/esm/rules/enforce-consistent-class-order.d.ts +0 -4
- package/lib/esm/rules/enforce-consistent-class-order.d.ts.map +0 -1
- package/lib/esm/rules/enforce-consistent-class-order.js +0 -113
- package/lib/esm/rules/enforce-consistent-class-order.js.map +0 -1
- package/lib/esm/rules/enforce-consistent-important-position.d.ts.map +0 -1
- package/lib/esm/rules/enforce-consistent-important-position.js.map +0 -1
- package/lib/esm/rules/enforce-consistent-line-wrapping.d.ts +0 -52
- package/lib/esm/rules/enforce-consistent-line-wrapping.d.ts.map +0 -1
- package/lib/esm/rules/enforce-consistent-line-wrapping.js +0 -461
- package/lib/esm/rules/enforce-consistent-line-wrapping.js.map +0 -1
- package/lib/esm/rules/enforce-consistent-variable-syntax.d.ts +0 -46
- package/lib/esm/rules/enforce-consistent-variable-syntax.d.ts.map +0 -1
- package/lib/esm/rules/enforce-consistent-variable-syntax.js.map +0 -1
- package/lib/esm/rules/enforce-shorthand-classes.d.ts +0 -49
- package/lib/esm/rules/enforce-shorthand-classes.d.ts.map +0 -1
- package/lib/esm/rules/enforce-shorthand-classes.js.map +0 -1
- package/lib/esm/rules/no-conflicting-classes.d.ts +0 -46
- package/lib/esm/rules/no-conflicting-classes.d.ts.map +0 -1
- package/lib/esm/rules/no-conflicting-classes.js.map +0 -1
- package/lib/esm/rules/no-deprecated-classes.d.ts +0 -47
- package/lib/esm/rules/no-deprecated-classes.d.ts.map +0 -1
- package/lib/esm/rules/no-deprecated-classes.js.map +0 -1
- package/lib/esm/rules/no-duplicate-classes.d.ts +0 -46
- package/lib/esm/rules/no-duplicate-classes.d.ts.map +0 -1
- package/lib/esm/rules/no-duplicate-classes.js +0 -51
- package/lib/esm/rules/no-duplicate-classes.js.map +0 -1
- package/lib/esm/rules/no-restricted-classes.d.ts +0 -48
- package/lib/esm/rules/no-restricted-classes.d.ts.map +0 -1
- package/lib/esm/rules/no-restricted-classes.js.map +0 -1
- package/lib/esm/rules/no-unknown-classes.d.ts +0 -47
- package/lib/esm/rules/no-unknown-classes.d.ts.map +0 -1
- package/lib/esm/rules/no-unknown-classes.js.map +0 -1
- package/lib/esm/rules/no-unnecessary-whitespace.d.ts +0 -46
- package/lib/esm/rules/no-unnecessary-whitespace.d.ts.map +0 -1
- package/lib/esm/rules/no-unnecessary-whitespace.js.map +0 -1
- package/lib/esm/tailwindcss/canonical-classes.async.v4.d.ts +0 -3
- package/lib/esm/tailwindcss/canonical-classes.async.v4.d.ts.map +0 -1
- package/lib/esm/tailwindcss/canonical-classes.async.v4.js.map +0 -1
- package/lib/esm/tailwindcss/canonical-classes.async.worker.v3.d.ts +0 -2
- package/lib/esm/tailwindcss/canonical-classes.async.worker.v3.d.ts.map +0 -1
- package/lib/esm/tailwindcss/canonical-classes.async.worker.v3.js.map +0 -1
- package/lib/esm/tailwindcss/canonical-classes.async.worker.v4.d.ts +0 -2
- package/lib/esm/tailwindcss/canonical-classes.async.worker.v4.d.ts.map +0 -1
- package/lib/esm/tailwindcss/canonical-classes.async.worker.v4.js.map +0 -1
- package/lib/esm/tailwindcss/canonical-classes.d.ts +0 -11
- package/lib/esm/tailwindcss/canonical-classes.d.ts.map +0 -1
- package/lib/esm/tailwindcss/canonical-classes.js.map +0 -1
- package/lib/esm/tailwindcss/class-order.async.v3.d.ts +0 -3
- package/lib/esm/tailwindcss/class-order.async.v3.d.ts.map +0 -1
- package/lib/esm/tailwindcss/class-order.async.v3.js.map +0 -1
- package/lib/esm/tailwindcss/class-order.async.v4.d.ts +0 -3
- package/lib/esm/tailwindcss/class-order.async.v4.d.ts.map +0 -1
- package/lib/esm/tailwindcss/class-order.async.v4.js.map +0 -1
- package/lib/esm/tailwindcss/class-order.async.worker.v3.d.ts +0 -2
- package/lib/esm/tailwindcss/class-order.async.worker.v3.d.ts.map +0 -1
- package/lib/esm/tailwindcss/class-order.async.worker.v3.js.map +0 -1
- package/lib/esm/tailwindcss/class-order.async.worker.v4.d.ts +0 -2
- package/lib/esm/tailwindcss/class-order.async.worker.v4.d.ts.map +0 -1
- package/lib/esm/tailwindcss/class-order.async.worker.v4.js.map +0 -1
- package/lib/esm/tailwindcss/class-order.d.ts +0 -11
- package/lib/esm/tailwindcss/class-order.d.ts.map +0 -1
- package/lib/esm/tailwindcss/class-order.js.map +0 -1
- package/lib/esm/tailwindcss/conflicting-classes.async.v4.d.ts +0 -35
- package/lib/esm/tailwindcss/conflicting-classes.async.v4.d.ts.map +0 -1
- package/lib/esm/tailwindcss/conflicting-classes.async.v4.js.map +0 -1
- package/lib/esm/tailwindcss/conflicting-classes.async.worker.v3.d.ts +0 -2
- package/lib/esm/tailwindcss/conflicting-classes.async.worker.v3.d.ts.map +0 -1
- package/lib/esm/tailwindcss/conflicting-classes.async.worker.v3.js.map +0 -1
- package/lib/esm/tailwindcss/conflicting-classes.async.worker.v4.d.ts +0 -2
- package/lib/esm/tailwindcss/conflicting-classes.async.worker.v4.d.ts.map +0 -1
- package/lib/esm/tailwindcss/conflicting-classes.async.worker.v4.js.map +0 -1
- package/lib/esm/tailwindcss/conflicting-classes.d.ts +0 -19
- package/lib/esm/tailwindcss/conflicting-classes.d.ts.map +0 -1
- package/lib/esm/tailwindcss/conflicting-classes.js.map +0 -1
- package/lib/esm/tailwindcss/context.async.v3.d.ts +0 -3
- package/lib/esm/tailwindcss/context.async.v3.d.ts.map +0 -1
- package/lib/esm/tailwindcss/context.async.v3.js.map +0 -1
- package/lib/esm/tailwindcss/context.async.v4.d.ts +0 -3
- package/lib/esm/tailwindcss/context.async.v4.d.ts.map +0 -1
- package/lib/esm/tailwindcss/context.async.v4.js.map +0 -1
- package/lib/esm/tailwindcss/custom-component-classes.async.v3.d.ts +0 -2
- package/lib/esm/tailwindcss/custom-component-classes.async.v3.d.ts.map +0 -1
- package/lib/esm/tailwindcss/custom-component-classes.async.v3.js.map +0 -1
- package/lib/esm/tailwindcss/custom-component-classes.async.v4.d.ts +0 -2
- package/lib/esm/tailwindcss/custom-component-classes.async.v4.d.ts.map +0 -1
- package/lib/esm/tailwindcss/custom-component-classes.async.v4.js.map +0 -1
- package/lib/esm/tailwindcss/custom-component-classes.d.ts +0 -11
- package/lib/esm/tailwindcss/custom-component-classes.d.ts.map +0 -1
- package/lib/esm/tailwindcss/custom-component-classes.js.map +0 -1
- package/lib/esm/tailwindcss/dissect-classes.async.v3.d.ts +0 -4
- package/lib/esm/tailwindcss/dissect-classes.async.v3.d.ts.map +0 -1
- package/lib/esm/tailwindcss/dissect-classes.async.v3.js.map +0 -1
- package/lib/esm/tailwindcss/dissect-classes.async.v4.d.ts +0 -3
- package/lib/esm/tailwindcss/dissect-classes.async.v4.d.ts.map +0 -1
- package/lib/esm/tailwindcss/dissect-classes.async.v4.js.map +0 -1
- package/lib/esm/tailwindcss/dissect-classes.async.worker.v3.d.ts +0 -2
- package/lib/esm/tailwindcss/dissect-classes.async.worker.v3.d.ts.map +0 -1
- package/lib/esm/tailwindcss/dissect-classes.async.worker.v3.js.map +0 -1
- package/lib/esm/tailwindcss/dissect-classes.async.worker.v4.d.ts +0 -2
- package/lib/esm/tailwindcss/dissect-classes.async.worker.v4.d.ts.map +0 -1
- package/lib/esm/tailwindcss/dissect-classes.async.worker.v4.js.map +0 -1
- package/lib/esm/tailwindcss/dissect-classes.d.ts +0 -19
- package/lib/esm/tailwindcss/dissect-classes.d.ts.map +0 -1
- package/lib/esm/tailwindcss/dissect-classes.js.map +0 -1
- package/lib/esm/tailwindcss/prefix.async.v3.d.ts +0 -4
- package/lib/esm/tailwindcss/prefix.async.v3.d.ts.map +0 -1
- package/lib/esm/tailwindcss/prefix.async.v3.js.map +0 -1
- package/lib/esm/tailwindcss/prefix.async.v4.d.ts +0 -4
- package/lib/esm/tailwindcss/prefix.async.v4.d.ts.map +0 -1
- package/lib/esm/tailwindcss/prefix.async.v4.js.map +0 -1
- package/lib/esm/tailwindcss/prefix.async.worker.v3.d.ts +0 -2
- package/lib/esm/tailwindcss/prefix.async.worker.v3.d.ts.map +0 -1
- package/lib/esm/tailwindcss/prefix.async.worker.v3.js.map +0 -1
- package/lib/esm/tailwindcss/prefix.async.worker.v4.d.ts +0 -2
- package/lib/esm/tailwindcss/prefix.async.worker.v4.d.ts.map +0 -1
- package/lib/esm/tailwindcss/prefix.async.worker.v4.js.map +0 -1
- package/lib/esm/tailwindcss/prefix.d.ts +0 -13
- package/lib/esm/tailwindcss/prefix.d.ts.map +0 -1
- package/lib/esm/tailwindcss/prefix.js.map +0 -1
- package/lib/esm/tailwindcss/unknown-classes.async.v3.d.ts +0 -4
- package/lib/esm/tailwindcss/unknown-classes.async.v3.d.ts.map +0 -1
- package/lib/esm/tailwindcss/unknown-classes.async.v3.js.map +0 -1
- package/lib/esm/tailwindcss/unknown-classes.async.v4.d.ts +0 -3
- package/lib/esm/tailwindcss/unknown-classes.async.v4.d.ts.map +0 -1
- package/lib/esm/tailwindcss/unknown-classes.async.v4.js.map +0 -1
- package/lib/esm/tailwindcss/unknown-classes.async.worker.v3.d.ts +0 -2
- package/lib/esm/tailwindcss/unknown-classes.async.worker.v3.d.ts.map +0 -1
- package/lib/esm/tailwindcss/unknown-classes.async.worker.v3.js.map +0 -1
- package/lib/esm/tailwindcss/unknown-classes.async.worker.v4.d.ts +0 -2
- package/lib/esm/tailwindcss/unknown-classes.async.worker.v4.d.ts.map +0 -1
- package/lib/esm/tailwindcss/unknown-classes.async.worker.v4.js.map +0 -1
- package/lib/esm/tailwindcss/unknown-classes.d.ts +0 -11
- package/lib/esm/tailwindcss/unknown-classes.d.ts.map +0 -1
- package/lib/esm/tailwindcss/unknown-classes.js.map +0 -1
- package/lib/esm/types/ast.d.ts +0 -55
- package/lib/esm/types/ast.d.ts.map +0 -1
- package/lib/esm/types/ast.js.map +0 -1
- package/lib/esm/types/async.d.ts +0 -7
- package/lib/esm/types/async.d.ts.map +0 -1
- package/lib/esm/types/async.js.map +0 -1
- package/lib/esm/types/estree.d.ts +0 -7
- package/lib/esm/types/estree.d.ts.map +0 -1
- package/lib/esm/types/estree.js.map +0 -1
- package/lib/esm/types/rule.d.ts +0 -100
- package/lib/esm/types/rule.d.ts.map +0 -1
- package/lib/esm/types/rule.js.map +0 -1
- package/lib/esm/utils/ast.d.ts +0 -4
- package/lib/esm/utils/ast.d.ts.map +0 -1
- package/lib/esm/utils/ast.js.map +0 -1
- package/lib/esm/utils/class.d.ts +0 -12
- package/lib/esm/utils/class.d.ts.map +0 -1
- package/lib/esm/utils/class.js.map +0 -1
- package/lib/esm/utils/context.d.ts +0 -20
- package/lib/esm/utils/context.d.ts.map +0 -1
- package/lib/esm/utils/context.js.map +0 -1
- package/lib/esm/utils/lint.d.ts +0 -16
- package/lib/esm/utils/lint.d.ts.map +0 -1
- package/lib/esm/utils/lint.js.map +0 -1
- package/lib/esm/utils/matchers.d.ts +0 -25
- package/lib/esm/utils/matchers.d.ts.map +0 -1
- package/lib/esm/utils/matchers.js.map +0 -1
- package/lib/esm/utils/quotes.d.ts +0 -3
- package/lib/esm/utils/quotes.d.ts.map +0 -1
- package/lib/esm/utils/quotes.js.map +0 -1
- package/lib/esm/utils/rule.d.ts +0 -7
- package/lib/esm/utils/rule.d.ts.map +0 -1
- package/lib/esm/utils/rule.js.map +0 -1
- package/lib/esm/utils/utils.d.ts +0 -42
- package/lib/esm/utils/utils.d.ts.map +0 -1
- package/lib/esm/utils/utils.js +0 -127
- package/lib/esm/utils/utils.js.map +0 -1
- package/lib/esm/utils/version.d.ts +0 -7
- package/lib/esm/utils/version.d.ts.map +0 -1
- package/lib/esm/utils/version.js.map +0 -1
- package/lib/esm/utils/warn.d.ts +0 -2
- package/lib/esm/utils/warn.d.ts.map +0 -1
- package/lib/esm/utils/warn.js.map +0 -1
- /package/lib/{esm/api → api}/defaults.d.ts +0 -0
- /package/lib/{esm/api → api}/defaults.js +0 -0
- /package/lib/{cjs/api → api}/types.d.ts +0 -0
- /package/lib/{esm/api → api}/types.js +0 -0
- /package/lib/{cjs/async-utils → async-utils}/cache.d.ts +0 -0
- /package/lib/{esm/async-utils → async-utils}/cache.js +0 -0
- /package/lib/{cjs/async-utils → async-utils}/escape.d.ts +0 -0
- /package/lib/{esm/async-utils → async-utils}/escape.js +0 -0
- /package/lib/{cjs/async-utils → async-utils}/fs.d.ts +0 -0
- /package/lib/{esm/async-utils → async-utils}/fs.js +0 -0
- /package/lib/{cjs/async-utils → async-utils}/module.d.ts +0 -0
- /package/lib/{esm/async-utils → async-utils}/module.js +0 -0
- /package/lib/{cjs/async-utils → async-utils}/path.d.ts +0 -0
- /package/lib/{esm/async-utils → async-utils}/path.js +0 -0
- /package/lib/{cjs/async-utils → async-utils}/platform.d.ts +0 -0
- /package/lib/{esm/async-utils → async-utils}/platform.js +0 -0
- /package/lib/{cjs/async-utils → async-utils}/resolvers.d.ts +0 -0
- /package/lib/{esm/async-utils → async-utils}/resolvers.js +0 -0
- /package/lib/{cjs/async-utils → async-utils}/worker.d.ts +0 -0
- /package/lib/{cjs/options → options}/callees/cc.d.ts +0 -0
- /package/lib/{esm/options → options}/callees/cc.js +0 -0
- /package/lib/{cjs/options → options}/callees/clb.d.ts +0 -0
- /package/lib/{esm/options → options}/callees/clb.js +0 -0
- /package/lib/{cjs/options → options}/callees/clsx.d.ts +0 -0
- /package/lib/{esm/options → options}/callees/clsx.js +0 -0
- /package/lib/{cjs/options → options}/callees/cn.d.ts +0 -0
- /package/lib/{esm/options → options}/callees/cn.js +0 -0
- /package/lib/{cjs/options → options}/callees/cnb.d.ts +0 -0
- /package/lib/{esm/options → options}/callees/cnb.js +0 -0
- /package/lib/{cjs/options → options}/callees/ctl.d.ts +0 -0
- /package/lib/{esm/options → options}/callees/ctl.js +0 -0
- /package/lib/{cjs/options → options}/callees/cva.d.ts +0 -0
- /package/lib/{esm/options → options}/callees/cva.js +0 -0
- /package/lib/{cjs/options → options}/callees/cx.d.ts +0 -0
- /package/lib/{esm/options → options}/callees/cx.js +0 -0
- /package/lib/{cjs/options → options}/callees/dcnb.d.ts +0 -0
- /package/lib/{esm/options → options}/callees/dcnb.js +0 -0
- /package/lib/{cjs/options → options}/callees/objstr.d.ts +0 -0
- /package/lib/{esm/options → options}/callees/objstr.js +0 -0
- /package/lib/{cjs/options → options}/callees/tv.d.ts +0 -0
- /package/lib/{esm/options → options}/callees/tv.js +0 -0
- /package/lib/{cjs/options → options}/callees/twJoin.d.ts +0 -0
- /package/lib/{esm/options → options}/callees/twJoin.js +0 -0
- /package/lib/{cjs/options → options}/callees/twMerge.d.ts +0 -0
- /package/lib/{esm/options → options}/callees/twMerge.js +0 -0
- /package/lib/{cjs/options → options}/default-options.d.ts +0 -0
- /package/lib/{esm/options → options}/default-options.js +0 -0
- /package/lib/{esm/options → options}/descriptions.d.ts +0 -0
- /package/lib/{esm/options → options}/descriptions.js +0 -0
- /package/lib/{esm/options → options}/schemas/attributes.d.ts +0 -0
- /package/lib/{esm/options → options}/schemas/attributes.js +0 -0
- /package/lib/{esm/options → options}/schemas/callees.d.ts +0 -0
- /package/lib/{esm/options → options}/schemas/callees.js +0 -0
- /package/lib/{cjs/options → options}/schemas/common.d.ts +0 -0
- /package/lib/{esm/options → options}/schemas/common.js +0 -0
- /package/lib/{cjs/options → options}/schemas/matchers.d.ts +0 -0
- /package/lib/{esm/options → options}/schemas/matchers.js +0 -0
- /package/lib/{esm/options → options}/schemas/tags.d.ts +0 -0
- /package/lib/{esm/options → options}/schemas/tags.js +0 -0
- /package/lib/{esm/options → options}/schemas/variables.d.ts +0 -0
- /package/lib/{esm/options → options}/schemas/variables.js +0 -0
- /package/lib/{cjs/parsers → parsers}/angular.d.ts +0 -0
- /package/lib/{esm/parsers → parsers}/angular.js +0 -0
- /package/lib/{cjs/parsers → parsers}/es.d.ts +0 -0
- /package/lib/{esm/parsers → parsers}/es.js +0 -0
- /package/lib/{cjs/parsers → parsers}/html.d.ts +0 -0
- /package/lib/{esm/parsers → parsers}/html.js +0 -0
- /package/lib/{cjs/parsers → parsers}/jsx.d.ts +0 -0
- /package/lib/{cjs/parsers → parsers}/svelte.d.ts +0 -0
- /package/lib/{esm/parsers → parsers}/svelte.js +0 -0
- /package/lib/{cjs/parsers → parsers}/vue.d.ts +0 -0
- /package/lib/{esm/parsers → parsers}/vue.js +0 -0
- /package/lib/{cjs/rules → rules}/enforce-canonical-classes.d.ts +0 -0
- /package/lib/{esm/rules → rules}/enforce-consistent-important-position.d.ts +0 -0
- /package/lib/{esm/rules → rules}/enforce-consistent-important-position.js +0 -0
- /package/lib/{cjs/rules → rules}/enforce-consistent-line-wrapping.d.ts +0 -0
- /package/lib/{cjs/rules → rules}/enforce-consistent-variable-syntax.d.ts +0 -0
- /package/lib/{esm/rules → rules}/enforce-consistent-variable-syntax.js +0 -0
- /package/lib/{cjs/rules → rules}/enforce-shorthand-classes.d.ts +0 -0
- /package/lib/{esm/rules → rules}/enforce-shorthand-classes.js +0 -0
- /package/lib/{cjs/rules → rules}/no-conflicting-classes.d.ts +0 -0
- /package/lib/{esm/rules → rules}/no-conflicting-classes.js +0 -0
- /package/lib/{cjs/rules → rules}/no-deprecated-classes.d.ts +0 -0
- /package/lib/{esm/rules → rules}/no-deprecated-classes.js +0 -0
- /package/lib/{cjs/rules → rules}/no-duplicate-classes.d.ts +0 -0
- /package/lib/{cjs/rules → rules}/no-restricted-classes.d.ts +0 -0
- /package/lib/{esm/rules → rules}/no-restricted-classes.js +0 -0
- /package/lib/{cjs/rules → rules}/no-unknown-classes.d.ts +0 -0
- /package/lib/{esm/rules → rules}/no-unknown-classes.js +0 -0
- /package/lib/{cjs/rules → rules}/no-unnecessary-whitespace.d.ts +0 -0
- /package/lib/{esm/rules → rules}/no-unnecessary-whitespace.js +0 -0
- /package/lib/{cjs/tailwindcss → tailwindcss}/canonical-classes.async.v4.d.ts +0 -0
- /package/lib/{esm/tailwindcss → tailwindcss}/canonical-classes.async.v4.js +0 -0
- /package/lib/{cjs/tailwindcss → tailwindcss}/canonical-classes.async.worker.v3.d.ts +0 -0
- /package/lib/{esm/tailwindcss → tailwindcss}/canonical-classes.async.worker.v3.js +0 -0
- /package/lib/{cjs/tailwindcss → tailwindcss}/canonical-classes.async.worker.v4.d.ts +0 -0
- /package/lib/{esm/tailwindcss → tailwindcss}/canonical-classes.async.worker.v4.js +0 -0
- /package/lib/{cjs/tailwindcss → tailwindcss}/canonical-classes.d.ts +0 -0
- /package/lib/{esm/tailwindcss → tailwindcss}/canonical-classes.js +0 -0
- /package/lib/{cjs/tailwindcss → tailwindcss}/class-order.async.v3.d.ts +0 -0
- /package/lib/{esm/tailwindcss → tailwindcss}/class-order.async.v3.js +0 -0
- /package/lib/{cjs/tailwindcss → tailwindcss}/class-order.async.v4.d.ts +0 -0
- /package/lib/{esm/tailwindcss → tailwindcss}/class-order.async.v4.js +0 -0
- /package/lib/{cjs/tailwindcss → tailwindcss}/class-order.async.worker.v3.d.ts +0 -0
- /package/lib/{esm/tailwindcss → tailwindcss}/class-order.async.worker.v3.js +0 -0
- /package/lib/{cjs/tailwindcss → tailwindcss}/class-order.async.worker.v4.d.ts +0 -0
- /package/lib/{esm/tailwindcss → tailwindcss}/class-order.async.worker.v4.js +0 -0
- /package/lib/{cjs/tailwindcss → tailwindcss}/class-order.d.ts +0 -0
- /package/lib/{esm/tailwindcss → tailwindcss}/class-order.js +0 -0
- /package/lib/{cjs/tailwindcss → tailwindcss}/conflicting-classes.async.v4.d.ts +0 -0
- /package/lib/{esm/tailwindcss → tailwindcss}/conflicting-classes.async.v4.js +0 -0
- /package/lib/{cjs/tailwindcss → tailwindcss}/conflicting-classes.async.worker.v3.d.ts +0 -0
- /package/lib/{esm/tailwindcss → tailwindcss}/conflicting-classes.async.worker.v3.js +0 -0
- /package/lib/{cjs/tailwindcss → tailwindcss}/conflicting-classes.async.worker.v4.d.ts +0 -0
- /package/lib/{esm/tailwindcss → tailwindcss}/conflicting-classes.async.worker.v4.js +0 -0
- /package/lib/{cjs/tailwindcss → tailwindcss}/conflicting-classes.d.ts +0 -0
- /package/lib/{esm/tailwindcss → tailwindcss}/conflicting-classes.js +0 -0
- /package/lib/{cjs/tailwindcss → tailwindcss}/context.async.v3.d.ts +0 -0
- /package/lib/{esm/tailwindcss → tailwindcss}/context.async.v3.js +0 -0
- /package/lib/{cjs/tailwindcss → tailwindcss}/context.async.v4.d.ts +0 -0
- /package/lib/{esm/tailwindcss → tailwindcss}/context.async.v4.js +0 -0
- /package/lib/{cjs/tailwindcss → tailwindcss}/custom-component-classes.async.v3.d.ts +0 -0
- /package/lib/{esm/tailwindcss → tailwindcss}/custom-component-classes.async.v3.js +0 -0
- /package/lib/{cjs/tailwindcss → tailwindcss}/custom-component-classes.async.v4.d.ts +0 -0
- /package/lib/{esm/tailwindcss → tailwindcss}/custom-component-classes.async.v4.js +0 -0
- /package/lib/{cjs/tailwindcss → tailwindcss}/custom-component-classes.d.ts +0 -0
- /package/lib/{esm/tailwindcss → tailwindcss}/custom-component-classes.js +0 -0
- /package/lib/{cjs/tailwindcss → tailwindcss}/dissect-classes.async.v3.d.ts +0 -0
- /package/lib/{esm/tailwindcss → tailwindcss}/dissect-classes.async.v3.js +0 -0
- /package/lib/{cjs/tailwindcss → tailwindcss}/dissect-classes.async.v4.d.ts +0 -0
- /package/lib/{esm/tailwindcss → tailwindcss}/dissect-classes.async.v4.js +0 -0
- /package/lib/{cjs/tailwindcss → tailwindcss}/dissect-classes.async.worker.v3.d.ts +0 -0
- /package/lib/{esm/tailwindcss → tailwindcss}/dissect-classes.async.worker.v3.js +0 -0
- /package/lib/{cjs/tailwindcss → tailwindcss}/dissect-classes.async.worker.v4.d.ts +0 -0
- /package/lib/{esm/tailwindcss → tailwindcss}/dissect-classes.async.worker.v4.js +0 -0
- /package/lib/{cjs/tailwindcss → tailwindcss}/dissect-classes.d.ts +0 -0
- /package/lib/{esm/tailwindcss → tailwindcss}/dissect-classes.js +0 -0
- /package/lib/{cjs/tailwindcss → tailwindcss}/prefix.async.v3.d.ts +0 -0
- /package/lib/{esm/tailwindcss → tailwindcss}/prefix.async.v3.js +0 -0
- /package/lib/{cjs/tailwindcss → tailwindcss}/prefix.async.v4.d.ts +0 -0
- /package/lib/{esm/tailwindcss → tailwindcss}/prefix.async.v4.js +0 -0
- /package/lib/{cjs/tailwindcss → tailwindcss}/prefix.async.worker.v3.d.ts +0 -0
- /package/lib/{esm/tailwindcss → tailwindcss}/prefix.async.worker.v3.js +0 -0
- /package/lib/{cjs/tailwindcss → tailwindcss}/prefix.async.worker.v4.d.ts +0 -0
- /package/lib/{esm/tailwindcss → tailwindcss}/prefix.async.worker.v4.js +0 -0
- /package/lib/{cjs/tailwindcss → tailwindcss}/prefix.d.ts +0 -0
- /package/lib/{esm/tailwindcss → tailwindcss}/prefix.js +0 -0
- /package/lib/{cjs/tailwindcss → tailwindcss}/unknown-classes.async.v3.d.ts +0 -0
- /package/lib/{esm/tailwindcss → tailwindcss}/unknown-classes.async.v3.js +0 -0
- /package/lib/{cjs/tailwindcss → tailwindcss}/unknown-classes.async.v4.d.ts +0 -0
- /package/lib/{esm/tailwindcss → tailwindcss}/unknown-classes.async.v4.js +0 -0
- /package/lib/{cjs/tailwindcss → tailwindcss}/unknown-classes.async.worker.v3.d.ts +0 -0
- /package/lib/{esm/tailwindcss → tailwindcss}/unknown-classes.async.worker.v3.js +0 -0
- /package/lib/{cjs/tailwindcss → tailwindcss}/unknown-classes.async.worker.v4.d.ts +0 -0
- /package/lib/{esm/tailwindcss → tailwindcss}/unknown-classes.async.worker.v4.js +0 -0
- /package/lib/{cjs/tailwindcss → tailwindcss}/unknown-classes.d.ts +0 -0
- /package/lib/{esm/tailwindcss → tailwindcss}/unknown-classes.js +0 -0
- /package/lib/{esm/types → types}/ast.js +0 -0
- /package/lib/{cjs/types → types}/async.d.ts +0 -0
- /package/lib/{esm/types → types}/async.js +0 -0
- /package/lib/{cjs/types → types}/estree.d.ts +0 -0
- /package/lib/{esm/types → types}/estree.js +0 -0
- /package/lib/{cjs/types → types}/rule.d.ts +0 -0
- /package/lib/{esm/types → types}/rule.js +0 -0
- /package/lib/{cjs/utils → utils}/ast.d.ts +0 -0
- /package/lib/{esm/utils → utils}/ast.js +0 -0
- /package/lib/{cjs/utils → utils}/class.d.ts +0 -0
- /package/lib/{esm/utils → utils}/class.js +0 -0
- /package/lib/{cjs/utils → utils}/context.d.ts +0 -0
- /package/lib/{esm/utils → utils}/context.js +0 -0
- /package/lib/{cjs/utils → utils}/lint.d.ts +0 -0
- /package/lib/{esm/utils → utils}/lint.js +0 -0
- /package/lib/{cjs/utils → utils}/matchers.d.ts +0 -0
- /package/lib/{esm/utils → utils}/matchers.js +0 -0
- /package/lib/{cjs/utils → utils}/quotes.d.ts +0 -0
- /package/lib/{esm/utils → utils}/quotes.js +0 -0
- /package/lib/{cjs/utils → utils}/rule.d.ts +0 -0
- /package/lib/{esm/utils → utils}/rule.js +0 -0
- /package/lib/{cjs/utils → utils}/version.d.ts +0 -0
- /package/lib/{esm/utils → utils}/version.js +0 -0
- /package/lib/{cjs/utils → utils}/warn.d.ts +0 -0
- /package/lib/{esm/utils → utils}/warn.js +0 -0
|
@@ -1,102 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DEFAULT_TAG_NAMES = exports.DEFAULT_VARIABLE_NAMES = exports.DEFAULT_ATTRIBUTE_NAMES = exports.DEFAULT_CALLEE_NAMES = void 0;
|
|
4
|
-
const cc_js_1 = require("./callees/cc.js");
|
|
5
|
-
const clb_js_1 = require("./callees/clb.js");
|
|
6
|
-
const clsx_js_1 = require("./callees/clsx.js");
|
|
7
|
-
const cn_js_1 = require("./callees/cn.js");
|
|
8
|
-
const cnb_js_1 = require("./callees/cnb.js");
|
|
9
|
-
const ctl_js_1 = require("./callees/ctl.js");
|
|
10
|
-
const cva_js_1 = require("./callees/cva.js");
|
|
11
|
-
const cx_js_1 = require("./callees/cx.js");
|
|
12
|
-
const dcnb_js_1 = require("./callees/dcnb.js");
|
|
13
|
-
const objstr_js_1 = require("./callees/objstr.js");
|
|
14
|
-
const tv_js_1 = require("./callees/tv.js");
|
|
15
|
-
const twJoin_js_1 = require("./callees/twJoin.js");
|
|
16
|
-
const twMerge_js_1 = require("./callees/twMerge.js");
|
|
17
|
-
const rule_js_1 = require("../types/rule.js");
|
|
18
|
-
exports.DEFAULT_CALLEE_NAMES = [
|
|
19
|
-
...cc_js_1.CC,
|
|
20
|
-
...clb_js_1.CLB,
|
|
21
|
-
...clsx_js_1.CLSX,
|
|
22
|
-
...cn_js_1.CN,
|
|
23
|
-
...cnb_js_1.CNB,
|
|
24
|
-
...ctl_js_1.CTL,
|
|
25
|
-
...cva_js_1.CVA,
|
|
26
|
-
...cx_js_1.CX,
|
|
27
|
-
...dcnb_js_1.DCNB,
|
|
28
|
-
...objstr_js_1.OBJSTR,
|
|
29
|
-
...tv_js_1.TV,
|
|
30
|
-
...twJoin_js_1.TW_JOIN,
|
|
31
|
-
...twMerge_js_1.TW_MERGE
|
|
32
|
-
];
|
|
33
|
-
exports.DEFAULT_ATTRIBUTE_NAMES = [
|
|
34
|
-
// general
|
|
35
|
-
"^class(?:Name)?$",
|
|
36
|
-
[
|
|
37
|
-
"^class(?:Name)?$", [
|
|
38
|
-
{
|
|
39
|
-
match: rule_js_1.MatcherType.String
|
|
40
|
-
}
|
|
41
|
-
]
|
|
42
|
-
],
|
|
43
|
-
// angular
|
|
44
|
-
"(?:^\\[class\\]$)|(?:^\\[ngClass\\]$)",
|
|
45
|
-
[
|
|
46
|
-
"(?:^\\[class\\]$)|(?:^\\[ngClass\\]$)", [
|
|
47
|
-
{
|
|
48
|
-
match: rule_js_1.MatcherType.String
|
|
49
|
-
},
|
|
50
|
-
{
|
|
51
|
-
match: rule_js_1.MatcherType.ObjectKey
|
|
52
|
-
}
|
|
53
|
-
]
|
|
54
|
-
],
|
|
55
|
-
// vue
|
|
56
|
-
[
|
|
57
|
-
"^v-bind:class$", [
|
|
58
|
-
{
|
|
59
|
-
match: rule_js_1.MatcherType.String
|
|
60
|
-
},
|
|
61
|
-
{
|
|
62
|
-
match: rule_js_1.MatcherType.ObjectKey
|
|
63
|
-
}
|
|
64
|
-
]
|
|
65
|
-
],
|
|
66
|
-
// astro
|
|
67
|
-
[
|
|
68
|
-
"^class:list$", [
|
|
69
|
-
{
|
|
70
|
-
match: rule_js_1.MatcherType.String
|
|
71
|
-
},
|
|
72
|
-
{
|
|
73
|
-
match: rule_js_1.MatcherType.ObjectKey
|
|
74
|
-
}
|
|
75
|
-
]
|
|
76
|
-
]
|
|
77
|
-
];
|
|
78
|
-
exports.DEFAULT_VARIABLE_NAMES = [
|
|
79
|
-
[
|
|
80
|
-
"^classNames?$", [
|
|
81
|
-
{
|
|
82
|
-
match: rule_js_1.MatcherType.String
|
|
83
|
-
}
|
|
84
|
-
]
|
|
85
|
-
],
|
|
86
|
-
[
|
|
87
|
-
"^classes$", [
|
|
88
|
-
{
|
|
89
|
-
match: rule_js_1.MatcherType.String
|
|
90
|
-
}
|
|
91
|
-
]
|
|
92
|
-
],
|
|
93
|
-
[
|
|
94
|
-
"^styles?$", [
|
|
95
|
-
{
|
|
96
|
-
match: rule_js_1.MatcherType.String
|
|
97
|
-
}
|
|
98
|
-
]
|
|
99
|
-
]
|
|
100
|
-
];
|
|
101
|
-
exports.DEFAULT_TAG_NAMES = [];
|
|
102
|
-
//# sourceMappingURL=default-options.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"default-options.js","sourceRoot":"","sources":["../../../src/options/default-options.ts"],"names":[],"mappings":";;;AAAA,oEAA8D;AAC9D,sEAAgE;AAChE,wEAAkE;AAClE,oEAA8D;AAC9D,sEAAgE;AAChE,sEAAgE;AAChE,sEAAgE;AAChE,oEAA8D;AAC9D,wEAAkE;AAClE,4EAAsE;AACtE,oEAA8D;AAC9D,4EAAuE;AACvE,8EAAyE;AACzE,8DAA+D;AAQlD,QAAA,oBAAoB,GAAG;IAClC,GAAG,UAAE;IACL,GAAG,YAAG;IACN,GAAG,cAAI;IACP,GAAG,UAAE;IACL,GAAG,YAAG;IACN,GAAG,YAAG;IACN,GAAG,YAAG;IACN,GAAG,UAAE;IACL,GAAG,cAAI;IACP,GAAG,kBAAM;IACT,GAAG,UAAE;IACL,GAAG,mBAAO;IACV,GAAG,qBAAQ;CACM,CAAC;AAEP,QAAA,uBAAuB,GAAG;IACrC,UAAU;IACV,kBAAkB;IAClB;QACE,kBAAkB,EAAE;YAClB;gBACE,KAAK,EAAE,qBAAW,CAAC,MAAM;aAC1B;SACF;KACF;IAED,UAAU;IACV,uCAAuC;IACvC;QACE,uCAAuC,EAAE;YACvC;gBACE,KAAK,EAAE,qBAAW,CAAC,MAAM;aAC1B;YACD;gBACE,KAAK,EAAE,qBAAW,CAAC,SAAS;aAC7B;SACF;KACF;IAED,MAAM;IACN;QACE,gBAAgB,EAAE;YAChB;gBACE,KAAK,EAAE,qBAAW,CAAC,MAAM;aAC1B;YACD;gBACE,KAAK,EAAE,qBAAW,CAAC,SAAS;aAC7B;SACF;KACF;IAED,QAAQ;IACR;QACE,cAAc,EAAE;YACd;gBACE,KAAK,EAAE,qBAAW,CAAC,MAAM;aAC1B;YACD;gBACE,KAAK,EAAE,qBAAW,CAAC,SAAS;aAC7B;SACF;KACF;CACmB,CAAC;AAEV,QAAA,sBAAsB,GAAG;IACpC;QACE,eAAe,EAAE;YACf;gBACE,KAAK,EAAE,qBAAW,CAAC,MAAM;aAC1B;SACF;KACF;IACD;QACE,WAAW,EAAE;YACX;gBACE,KAAK,EAAE,qBAAW,CAAC,MAAM;aAC1B;SACF;KACF;IACD;QACE,WAAW,EAAE;YACX;gBACE,KAAK,EAAE,qBAAW,CAAC,MAAM;aAC1B;SACF;KACF;CACkB,CAAC;AAET,QAAA,iBAAiB,GAAG,EAAiB,CAAC"}
|
|
@@ -1,153 +0,0 @@
|
|
|
1
|
-
import type { InferOutput } from "valibot";
|
|
2
|
-
export declare const COMMON_OPTIONS: import("valibot").ObjectSchema<{
|
|
3
|
-
readonly tsconfig: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").DescriptionAction<string, "The path to the tsconfig file. Is used to resolve path aliases in the tsconfig.">]>, undefined>;
|
|
4
|
-
readonly tailwindConfig: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").DescriptionAction<string, "The path to the tailwind config file. If not specified, the plugin will try to find it automatically or falls back to the default configuration.">]>, undefined>;
|
|
5
|
-
readonly entryPoint: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").DescriptionAction<string, "The path to the css entry point of the project. If not specified, the plugin will fall back to the default tailwind classes.">]>, undefined>;
|
|
6
|
-
readonly tags: 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, "Template literal tag for which children get linted if matched.">]>, import("valibot").SchemaWithPipe<readonly [import("valibot").ArraySchema<import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
|
|
7
|
-
readonly match: import("valibot").SchemaWithPipe<readonly [import("valibot").LiteralSchema<import("../types/rule").MatcherType.String, undefined>, import("valibot").DescriptionAction<import("../types/rule").MatcherType.String, "Matcher type that will be applied.">]>;
|
|
8
|
-
}, undefined>, import("valibot").ObjectSchema<{
|
|
9
|
-
readonly match: import("valibot").SchemaWithPipe<readonly [import("valibot").LiteralSchema<import("../types/rule").MatcherType.ObjectKey, undefined>, import("valibot").DescriptionAction<import("../types/rule").MatcherType.ObjectKey, "Matcher type that will be applied.">]>;
|
|
10
|
-
readonly pathPattern: 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>;
|
|
11
|
-
}, undefined>, import("valibot").ObjectSchema<{
|
|
12
|
-
readonly match: import("valibot").SchemaWithPipe<readonly [import("valibot").LiteralSchema<import("../types/rule").MatcherType.ObjectValue, undefined>, import("valibot").DescriptionAction<import("../types/rule").MatcherType.ObjectValue, "Matcher type that will be applied.">]>;
|
|
13
|
-
readonly pathPattern: 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>;
|
|
14
|
-
}, undefined>], undefined>, undefined>, import("valibot").DescriptionAction<({
|
|
15
|
-
match: import("../types/rule").MatcherType.String;
|
|
16
|
-
} | {
|
|
17
|
-
match: import("../types/rule").MatcherType.ObjectKey;
|
|
18
|
-
pathPattern?: string | undefined;
|
|
19
|
-
} | {
|
|
20
|
-
match: import("../types/rule").MatcherType.ObjectValue;
|
|
21
|
-
pathPattern?: string | undefined;
|
|
22
|
-
})[], "List of matchers that will be applied.">]>], undefined>, import("valibot").DescriptionAction<[string, ({
|
|
23
|
-
match: import("../types/rule").MatcherType.String;
|
|
24
|
-
} | {
|
|
25
|
-
match: import("../types/rule").MatcherType.ObjectKey;
|
|
26
|
-
pathPattern?: string | undefined;
|
|
27
|
-
} | {
|
|
28
|
-
match: import("../types/rule").MatcherType.ObjectValue;
|
|
29
|
-
pathPattern?: string | undefined;
|
|
30
|
-
})[]], "List of matchers that will automatically be matched.">]>, import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").DescriptionAction<string, "Template literal tag that should get linted.">]>], undefined>, undefined>, import("valibot").DescriptionAction<(string | [string, ({
|
|
31
|
-
match: import("../types/rule").MatcherType.String;
|
|
32
|
-
} | {
|
|
33
|
-
match: import("../types/rule").MatcherType.ObjectKey;
|
|
34
|
-
pathPattern?: string | undefined;
|
|
35
|
-
} | {
|
|
36
|
-
match: import("../types/rule").MatcherType.ObjectValue;
|
|
37
|
-
pathPattern?: string | undefined;
|
|
38
|
-
})[]])[], "List of template literal tags that should get linted.">]>, never[]>;
|
|
39
|
-
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").ObjectSchema<{
|
|
40
|
-
readonly match: import("valibot").SchemaWithPipe<readonly [import("valibot").LiteralSchema<import("../types/rule").MatcherType.String, undefined>, import("valibot").DescriptionAction<import("../types/rule").MatcherType.String, "Matcher type that will be applied.">]>;
|
|
41
|
-
}, undefined>, import("valibot").ObjectSchema<{
|
|
42
|
-
readonly match: import("valibot").SchemaWithPipe<readonly [import("valibot").LiteralSchema<import("../types/rule").MatcherType.ObjectKey, undefined>, import("valibot").DescriptionAction<import("../types/rule").MatcherType.ObjectKey, "Matcher type that will be applied.">]>;
|
|
43
|
-
readonly pathPattern: 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>;
|
|
44
|
-
}, undefined>, import("valibot").ObjectSchema<{
|
|
45
|
-
readonly match: import("valibot").SchemaWithPipe<readonly [import("valibot").LiteralSchema<import("../types/rule").MatcherType.ObjectValue, undefined>, import("valibot").DescriptionAction<import("../types/rule").MatcherType.ObjectValue, "Matcher type that will be applied.">]>;
|
|
46
|
-
readonly pathPattern: 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>;
|
|
47
|
-
}, undefined>], undefined>, undefined>, import("valibot").DescriptionAction<({
|
|
48
|
-
match: import("../types/rule").MatcherType.String;
|
|
49
|
-
} | {
|
|
50
|
-
match: import("../types/rule").MatcherType.ObjectKey;
|
|
51
|
-
pathPattern?: string | undefined;
|
|
52
|
-
} | {
|
|
53
|
-
match: import("../types/rule").MatcherType.ObjectValue;
|
|
54
|
-
pathPattern?: string | undefined;
|
|
55
|
-
})[], "List of matchers that will be applied.">]>], undefined>, import("valibot").DescriptionAction<[string, ({
|
|
56
|
-
match: import("../types/rule").MatcherType.String;
|
|
57
|
-
} | {
|
|
58
|
-
match: import("../types/rule").MatcherType.ObjectKey;
|
|
59
|
-
pathPattern?: string | undefined;
|
|
60
|
-
} | {
|
|
61
|
-
match: import("../types/rule").MatcherType.ObjectValue;
|
|
62
|
-
pathPattern?: string | undefined;
|
|
63
|
-
})[]], "List of matchers that will automatically be matched.">]>, import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").DescriptionAction<string, "Variable name for which children get linted.">]>], undefined>, undefined>, import("valibot").DescriptionAction<(string | [string, ({
|
|
64
|
-
match: import("../types/rule").MatcherType.String;
|
|
65
|
-
} | {
|
|
66
|
-
match: import("../types/rule").MatcherType.ObjectKey;
|
|
67
|
-
pathPattern?: string | undefined;
|
|
68
|
-
} | {
|
|
69
|
-
match: import("../types/rule").MatcherType.ObjectValue;
|
|
70
|
-
pathPattern?: string | undefined;
|
|
71
|
-
})[]])[], "List of variable names which values should get linted.">]>, [string, {
|
|
72
|
-
match: import("../types/rule").MatcherType.String;
|
|
73
|
-
}[]][]>;
|
|
74
|
-
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").ObjectSchema<{
|
|
75
|
-
readonly match: import("valibot").SchemaWithPipe<readonly [import("valibot").LiteralSchema<import("../types/rule").MatcherType.String, undefined>, import("valibot").DescriptionAction<import("../types/rule").MatcherType.String, "Matcher type that will be applied.">]>;
|
|
76
|
-
}, undefined>, import("valibot").ObjectSchema<{
|
|
77
|
-
readonly match: import("valibot").SchemaWithPipe<readonly [import("valibot").LiteralSchema<import("../types/rule").MatcherType.ObjectKey, undefined>, import("valibot").DescriptionAction<import("../types/rule").MatcherType.ObjectKey, "Matcher type that will be applied.">]>;
|
|
78
|
-
readonly pathPattern: 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>;
|
|
79
|
-
}, undefined>, import("valibot").ObjectSchema<{
|
|
80
|
-
readonly match: import("valibot").SchemaWithPipe<readonly [import("valibot").LiteralSchema<import("../types/rule").MatcherType.ObjectValue, undefined>, import("valibot").DescriptionAction<import("../types/rule").MatcherType.ObjectValue, "Matcher type that will be applied.">]>;
|
|
81
|
-
readonly pathPattern: 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>;
|
|
82
|
-
}, undefined>], undefined>, undefined>, import("valibot").DescriptionAction<({
|
|
83
|
-
match: import("../types/rule").MatcherType.String;
|
|
84
|
-
} | {
|
|
85
|
-
match: import("../types/rule").MatcherType.ObjectKey;
|
|
86
|
-
pathPattern?: string | undefined;
|
|
87
|
-
} | {
|
|
88
|
-
match: import("../types/rule").MatcherType.ObjectValue;
|
|
89
|
-
pathPattern?: string | undefined;
|
|
90
|
-
})[], "List of matchers that will be applied.">]>], undefined>, import("valibot").DescriptionAction<[string, ({
|
|
91
|
-
match: import("../types/rule").MatcherType.String;
|
|
92
|
-
} | {
|
|
93
|
-
match: import("../types/rule").MatcherType.ObjectKey;
|
|
94
|
-
pathPattern?: string | undefined;
|
|
95
|
-
} | {
|
|
96
|
-
match: import("../types/rule").MatcherType.ObjectValue;
|
|
97
|
-
pathPattern?: string | undefined;
|
|
98
|
-
})[]], "List of matchers that will automatically be matched.">]>], undefined>, undefined>, import("valibot").DescriptionAction<(string | [string, ({
|
|
99
|
-
match: import("../types/rule").MatcherType.String;
|
|
100
|
-
} | {
|
|
101
|
-
match: import("../types/rule").MatcherType.ObjectKey;
|
|
102
|
-
pathPattern?: string | undefined;
|
|
103
|
-
} | {
|
|
104
|
-
match: import("../types/rule").MatcherType.ObjectValue;
|
|
105
|
-
pathPattern?: string | undefined;
|
|
106
|
-
})[]])[], "List of attribute names that should get linted.">]>, (string | [string, ({
|
|
107
|
-
match: import("../types/rule").MatcherType.String;
|
|
108
|
-
} | {
|
|
109
|
-
match: import("../types/rule").MatcherType.ObjectKey;
|
|
110
|
-
})[]])[]>;
|
|
111
|
-
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").ObjectSchema<{
|
|
112
|
-
readonly match: import("valibot").SchemaWithPipe<readonly [import("valibot").LiteralSchema<import("../types/rule").MatcherType.String, undefined>, import("valibot").DescriptionAction<import("../types/rule").MatcherType.String, "Matcher type that will be applied.">]>;
|
|
113
|
-
}, undefined>, import("valibot").ObjectSchema<{
|
|
114
|
-
readonly match: import("valibot").SchemaWithPipe<readonly [import("valibot").LiteralSchema<import("../types/rule").MatcherType.ObjectKey, undefined>, import("valibot").DescriptionAction<import("../types/rule").MatcherType.ObjectKey, "Matcher type that will be applied.">]>;
|
|
115
|
-
readonly pathPattern: 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>;
|
|
116
|
-
}, undefined>, import("valibot").ObjectSchema<{
|
|
117
|
-
readonly match: import("valibot").SchemaWithPipe<readonly [import("valibot").LiteralSchema<import("../types/rule").MatcherType.ObjectValue, undefined>, import("valibot").DescriptionAction<import("../types/rule").MatcherType.ObjectValue, "Matcher type that will be applied.">]>;
|
|
118
|
-
readonly pathPattern: 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>;
|
|
119
|
-
}, undefined>], undefined>, undefined>, import("valibot").DescriptionAction<({
|
|
120
|
-
match: import("../types/rule").MatcherType.String;
|
|
121
|
-
} | {
|
|
122
|
-
match: import("../types/rule").MatcherType.ObjectKey;
|
|
123
|
-
pathPattern?: string | undefined;
|
|
124
|
-
} | {
|
|
125
|
-
match: import("../types/rule").MatcherType.ObjectValue;
|
|
126
|
-
pathPattern?: string | undefined;
|
|
127
|
-
})[], "List of matchers that will be applied.">]>], undefined>, import("valibot").DescriptionAction<[string, ({
|
|
128
|
-
match: import("../types/rule").MatcherType.String;
|
|
129
|
-
} | {
|
|
130
|
-
match: import("../types/rule").MatcherType.ObjectKey;
|
|
131
|
-
pathPattern?: string | undefined;
|
|
132
|
-
} | {
|
|
133
|
-
match: import("../types/rule").MatcherType.ObjectValue;
|
|
134
|
-
pathPattern?: string | undefined;
|
|
135
|
-
})[]], "List of matchers that will automatically be matched.">]>, import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").DescriptionAction<string, "Callee name for which children get linted.">]>], undefined>, undefined>, import("valibot").DescriptionAction<(string | [string, ({
|
|
136
|
-
match: import("../types/rule").MatcherType.String;
|
|
137
|
-
} | {
|
|
138
|
-
match: import("../types/rule").MatcherType.ObjectKey;
|
|
139
|
-
pathPattern?: string | undefined;
|
|
140
|
-
} | {
|
|
141
|
-
match: import("../types/rule").MatcherType.ObjectValue;
|
|
142
|
-
pathPattern?: string | undefined;
|
|
143
|
-
})[]])[], "List of function names which arguments should get linted.">]>, ([string, {
|
|
144
|
-
match: import("../types/rule").MatcherType.String;
|
|
145
|
-
}[]] | [string, {
|
|
146
|
-
match: import("../types/rule").MatcherType.ObjectKey;
|
|
147
|
-
}[]] | [string, {
|
|
148
|
-
match: import("../types/rule").MatcherType.ObjectValue;
|
|
149
|
-
pathPattern: string;
|
|
150
|
-
}[]])[]>;
|
|
151
|
-
}, undefined>;
|
|
152
|
-
export type CommonOptions = InferOutput<typeof COMMON_OPTIONS>;
|
|
153
|
-
//# sourceMappingURL=descriptions.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"descriptions.d.ts","sourceRoot":"","sources":["../../../src/options/descriptions.ts"],"names":[],"mappings":"AAYA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAG3C,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;aAQzB,CAAC;AAEH,MAAM,MAAM,aAAa,GAAG,WAAW,CAAC,OAAO,cAAc,CAAC,CAAC"}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.COMMON_OPTIONS = void 0;
|
|
4
|
-
const valibot_1 = require("valibot");
|
|
5
|
-
const attributes_js_1 = require("./schemas/attributes.js");
|
|
6
|
-
const callees_js_1 = require("./schemas/callees.js");
|
|
7
|
-
const common_js_1 = require("./schemas/common.js");
|
|
8
|
-
const tags_js_1 = require("./schemas/tags.js");
|
|
9
|
-
const variables_js_1 = require("./schemas/variables.js");
|
|
10
|
-
exports.COMMON_OPTIONS = (0, valibot_1.object)({
|
|
11
|
-
...callees_js_1.CALLEES_OPTION_SCHEMA.entries,
|
|
12
|
-
...attributes_js_1.ATTRIBUTES_OPTION_SCHEMA.entries,
|
|
13
|
-
...variables_js_1.VARIABLES_OPTION_SCHEMA.entries,
|
|
14
|
-
...tags_js_1.TAGS_OPTIONS_SCHEMA.entries,
|
|
15
|
-
...common_js_1.ENTRYPOINT_OPTION_SCHEMA.entries,
|
|
16
|
-
...common_js_1.TAILWIND_OPTION_SCHEMA.entries,
|
|
17
|
-
...common_js_1.TSCONFIG_OPTION_SCHEMA.entries
|
|
18
|
-
});
|
|
19
|
-
//# sourceMappingURL=descriptions.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"descriptions.js","sourceRoot":"","sources":["../../../src/options/descriptions.ts"],"names":[],"mappings":";;;AAAA,qCAAiC;AAEjC,oFAA4F;AAC5F,8EAAsF;AACtF,4EAIsD;AACtD,wEAAiF;AACjF,kFAA0F;AAK7E,QAAA,cAAc,GAAG,IAAA,gBAAM,EAAC;IACnC,GAAG,kCAAqB,CAAC,OAAO;IAChC,GAAG,wCAAwB,CAAC,OAAO;IACnC,GAAG,sCAAuB,CAAC,OAAO;IAClC,GAAG,6BAAmB,CAAC,OAAO;IAC9B,GAAG,oCAAwB,CAAC,OAAO;IACnC,GAAG,kCAAsB,CAAC,OAAO;IACjC,GAAG,kCAAsB,CAAC,OAAO;CAClC,CAAC,CAAC"}
|
|
@@ -1,104 +0,0 @@
|
|
|
1
|
-
import type { InferOutput } from "valibot";
|
|
2
|
-
export declare const ATTRIBUTE_MATCHER_CONFIG: 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").ObjectSchema<{
|
|
3
|
-
readonly match: import("valibot").SchemaWithPipe<readonly [import("valibot").LiteralSchema<import("../../types/rule").MatcherType.String, undefined>, import("valibot").DescriptionAction<import("../../types/rule").MatcherType.String, "Matcher type that will be applied.">]>;
|
|
4
|
-
}, undefined>, import("valibot").ObjectSchema<{
|
|
5
|
-
readonly match: import("valibot").SchemaWithPipe<readonly [import("valibot").LiteralSchema<import("../../types/rule").MatcherType.ObjectKey, undefined>, import("valibot").DescriptionAction<import("../../types/rule").MatcherType.ObjectKey, "Matcher type that will be applied.">]>;
|
|
6
|
-
readonly pathPattern: 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>;
|
|
7
|
-
}, undefined>, import("valibot").ObjectSchema<{
|
|
8
|
-
readonly match: import("valibot").SchemaWithPipe<readonly [import("valibot").LiteralSchema<import("../../types/rule").MatcherType.ObjectValue, undefined>, import("valibot").DescriptionAction<import("../../types/rule").MatcherType.ObjectValue, "Matcher type that will be applied.">]>;
|
|
9
|
-
readonly pathPattern: 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>;
|
|
10
|
-
}, undefined>], undefined>, undefined>, import("valibot").DescriptionAction<({
|
|
11
|
-
match: import("../../types/rule").MatcherType.String;
|
|
12
|
-
} | {
|
|
13
|
-
match: import("../../types/rule").MatcherType.ObjectKey;
|
|
14
|
-
pathPattern?: string | undefined;
|
|
15
|
-
} | {
|
|
16
|
-
match: import("../../types/rule").MatcherType.ObjectValue;
|
|
17
|
-
pathPattern?: string | undefined;
|
|
18
|
-
})[], "List of matchers that will be applied.">]>], undefined>, import("valibot").DescriptionAction<[string, ({
|
|
19
|
-
match: import("../../types/rule").MatcherType.String;
|
|
20
|
-
} | {
|
|
21
|
-
match: import("../../types/rule").MatcherType.ObjectKey;
|
|
22
|
-
pathPattern?: string | undefined;
|
|
23
|
-
} | {
|
|
24
|
-
match: import("../../types/rule").MatcherType.ObjectValue;
|
|
25
|
-
pathPattern?: string | undefined;
|
|
26
|
-
})[]], "List of matchers that will automatically be matched.">]>;
|
|
27
|
-
export type AttributeMatchers = InferOutput<typeof ATTRIBUTE_MATCHER_CONFIG>;
|
|
28
|
-
export declare const ATTRIBUTE_NAME_CONFIG: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").DescriptionAction<string, "Attribute name that for which children get linted.">]>;
|
|
29
|
-
export type AttributeName = InferOutput<typeof ATTRIBUTE_NAME_CONFIG>;
|
|
30
|
-
export declare const ATTRIBUTES_SCHEMA: 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").ObjectSchema<{
|
|
31
|
-
readonly match: import("valibot").SchemaWithPipe<readonly [import("valibot").LiteralSchema<import("../../types/rule").MatcherType.String, undefined>, import("valibot").DescriptionAction<import("../../types/rule").MatcherType.String, "Matcher type that will be applied.">]>;
|
|
32
|
-
}, undefined>, import("valibot").ObjectSchema<{
|
|
33
|
-
readonly match: import("valibot").SchemaWithPipe<readonly [import("valibot").LiteralSchema<import("../../types/rule").MatcherType.ObjectKey, undefined>, import("valibot").DescriptionAction<import("../../types/rule").MatcherType.ObjectKey, "Matcher type that will be applied.">]>;
|
|
34
|
-
readonly pathPattern: 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>;
|
|
35
|
-
}, undefined>, import("valibot").ObjectSchema<{
|
|
36
|
-
readonly match: import("valibot").SchemaWithPipe<readonly [import("valibot").LiteralSchema<import("../../types/rule").MatcherType.ObjectValue, undefined>, import("valibot").DescriptionAction<import("../../types/rule").MatcherType.ObjectValue, "Matcher type that will be applied.">]>;
|
|
37
|
-
readonly pathPattern: 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>;
|
|
38
|
-
}, undefined>], undefined>, undefined>, import("valibot").DescriptionAction<({
|
|
39
|
-
match: import("../../types/rule").MatcherType.String;
|
|
40
|
-
} | {
|
|
41
|
-
match: import("../../types/rule").MatcherType.ObjectKey;
|
|
42
|
-
pathPattern?: string | undefined;
|
|
43
|
-
} | {
|
|
44
|
-
match: import("../../types/rule").MatcherType.ObjectValue;
|
|
45
|
-
pathPattern?: string | undefined;
|
|
46
|
-
})[], "List of matchers that will be applied.">]>], undefined>, import("valibot").DescriptionAction<[string, ({
|
|
47
|
-
match: import("../../types/rule").MatcherType.String;
|
|
48
|
-
} | {
|
|
49
|
-
match: import("../../types/rule").MatcherType.ObjectKey;
|
|
50
|
-
pathPattern?: string | undefined;
|
|
51
|
-
} | {
|
|
52
|
-
match: import("../../types/rule").MatcherType.ObjectValue;
|
|
53
|
-
pathPattern?: string | undefined;
|
|
54
|
-
})[]], "List of matchers that will automatically be matched.">]>], undefined>, undefined>, import("valibot").DescriptionAction<(string | [string, ({
|
|
55
|
-
match: import("../../types/rule").MatcherType.String;
|
|
56
|
-
} | {
|
|
57
|
-
match: import("../../types/rule").MatcherType.ObjectKey;
|
|
58
|
-
pathPattern?: string | undefined;
|
|
59
|
-
} | {
|
|
60
|
-
match: import("../../types/rule").MatcherType.ObjectValue;
|
|
61
|
-
pathPattern?: string | undefined;
|
|
62
|
-
})[]])[], "List of attribute names that should get linted.">]>;
|
|
63
|
-
export type Attributes = InferOutput<typeof ATTRIBUTES_SCHEMA>;
|
|
64
|
-
export declare const ATTRIBUTES_OPTION_SCHEMA: import("valibot").ObjectSchema<{
|
|
65
|
-
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").ObjectSchema<{
|
|
66
|
-
readonly match: import("valibot").SchemaWithPipe<readonly [import("valibot").LiteralSchema<import("../../types/rule").MatcherType.String, undefined>, import("valibot").DescriptionAction<import("../../types/rule").MatcherType.String, "Matcher type that will be applied.">]>;
|
|
67
|
-
}, undefined>, import("valibot").ObjectSchema<{
|
|
68
|
-
readonly match: import("valibot").SchemaWithPipe<readonly [import("valibot").LiteralSchema<import("../../types/rule").MatcherType.ObjectKey, undefined>, import("valibot").DescriptionAction<import("../../types/rule").MatcherType.ObjectKey, "Matcher type that will be applied.">]>;
|
|
69
|
-
readonly pathPattern: 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>;
|
|
70
|
-
}, undefined>, import("valibot").ObjectSchema<{
|
|
71
|
-
readonly match: import("valibot").SchemaWithPipe<readonly [import("valibot").LiteralSchema<import("../../types/rule").MatcherType.ObjectValue, undefined>, import("valibot").DescriptionAction<import("../../types/rule").MatcherType.ObjectValue, "Matcher type that will be applied.">]>;
|
|
72
|
-
readonly pathPattern: 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>;
|
|
73
|
-
}, undefined>], undefined>, undefined>, import("valibot").DescriptionAction<({
|
|
74
|
-
match: import("../../types/rule").MatcherType.String;
|
|
75
|
-
} | {
|
|
76
|
-
match: import("../../types/rule").MatcherType.ObjectKey;
|
|
77
|
-
pathPattern?: string | undefined;
|
|
78
|
-
} | {
|
|
79
|
-
match: import("../../types/rule").MatcherType.ObjectValue;
|
|
80
|
-
pathPattern?: string | undefined;
|
|
81
|
-
})[], "List of matchers that will be applied.">]>], undefined>, import("valibot").DescriptionAction<[string, ({
|
|
82
|
-
match: import("../../types/rule").MatcherType.String;
|
|
83
|
-
} | {
|
|
84
|
-
match: import("../../types/rule").MatcherType.ObjectKey;
|
|
85
|
-
pathPattern?: string | undefined;
|
|
86
|
-
} | {
|
|
87
|
-
match: import("../../types/rule").MatcherType.ObjectValue;
|
|
88
|
-
pathPattern?: string | undefined;
|
|
89
|
-
})[]], "List of matchers that will automatically be matched.">]>], undefined>, undefined>, import("valibot").DescriptionAction<(string | [string, ({
|
|
90
|
-
match: import("../../types/rule").MatcherType.String;
|
|
91
|
-
} | {
|
|
92
|
-
match: import("../../types/rule").MatcherType.ObjectKey;
|
|
93
|
-
pathPattern?: string | undefined;
|
|
94
|
-
} | {
|
|
95
|
-
match: import("../../types/rule").MatcherType.ObjectValue;
|
|
96
|
-
pathPattern?: string | undefined;
|
|
97
|
-
})[]])[], "List of attribute names that should get linted.">]>, (string | [string, ({
|
|
98
|
-
match: import("../../types/rule").MatcherType.String;
|
|
99
|
-
} | {
|
|
100
|
-
match: import("../../types/rule").MatcherType.ObjectKey;
|
|
101
|
-
})[]])[]>;
|
|
102
|
-
}, undefined>;
|
|
103
|
-
export type AttributesOptions = InferOutput<typeof ATTRIBUTES_OPTION_SCHEMA>;
|
|
104
|
-
//# sourceMappingURL=attributes.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"attributes.d.ts","sourceRoot":"","sources":["../../../../src/options/schemas/attributes.ts"],"names":[],"mappings":"AAmBA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAG3C,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;gEAkBpC,CAAC;AAEF,MAAM,MAAM,iBAAiB,GAAG,WAAW,CAAC,OAAO,wBAAwB,CAAC,CAAC;AAE7E,eAAO,MAAM,qBAAqB,2LAGjC,CAAC;AAEF,MAAM,MAAM,aAAa,GAAG,WAAW,CAAC,OAAO,qBAAqB,CAAC,CAAC;AAEtE,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8DAQ7B,CAAC;AAEF,MAAM,MAAM,UAAU,GAAG,WAAW,CAAC,OAAO,iBAAiB,CAAC,CAAC;AAE/D,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;aAEG,CAAC;AAEzC,MAAM,MAAM,iBAAiB,GAAG,WAAW,CAAC,OAAO,wBAAwB,CAAC,CAAC"}
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ATTRIBUTES_OPTION_SCHEMA = exports.ATTRIBUTES_SCHEMA = exports.ATTRIBUTE_NAME_CONFIG = exports.ATTRIBUTE_MATCHER_CONFIG = void 0;
|
|
4
|
-
const valibot_1 = require("valibot");
|
|
5
|
-
const default_options_js_1 = require("../default-options.js");
|
|
6
|
-
const matchers_js_1 = require("../schemas/matchers.js");
|
|
7
|
-
exports.ATTRIBUTE_MATCHER_CONFIG = (0, valibot_1.pipe)((0, valibot_1.tuple)([
|
|
8
|
-
(0, valibot_1.pipe)((0, valibot_1.string)(), (0, valibot_1.description)("Attribute name for which children get linted if matched.")),
|
|
9
|
-
(0, valibot_1.pipe)((0, valibot_1.array)((0, valibot_1.union)([
|
|
10
|
-
matchers_js_1.STRING_MATCHER_SCHEMA,
|
|
11
|
-
matchers_js_1.OBJECT_KEY_MATCHER_SCHEMA,
|
|
12
|
-
matchers_js_1.OBJECT_VALUE_MATCHER_SCHEMA
|
|
13
|
-
])), (0, valibot_1.description)("List of matchers that will be applied."))
|
|
14
|
-
]), (0, valibot_1.description)("List of matchers that will automatically be matched."));
|
|
15
|
-
exports.ATTRIBUTE_NAME_CONFIG = (0, valibot_1.pipe)((0, valibot_1.string)(), (0, valibot_1.description)("Attribute name that for which children get linted."));
|
|
16
|
-
exports.ATTRIBUTES_SCHEMA = (0, valibot_1.pipe)((0, valibot_1.array)((0, valibot_1.union)([
|
|
17
|
-
exports.ATTRIBUTE_NAME_CONFIG,
|
|
18
|
-
exports.ATTRIBUTE_MATCHER_CONFIG
|
|
19
|
-
])), (0, valibot_1.description)("List of attribute names that should get linted."));
|
|
20
|
-
exports.ATTRIBUTES_OPTION_SCHEMA = (0, valibot_1.object)({
|
|
21
|
-
attributes: (0, valibot_1.optional)(exports.ATTRIBUTES_SCHEMA, default_options_js_1.DEFAULT_ATTRIBUTE_NAMES)
|
|
22
|
-
});
|
|
23
|
-
//# sourceMappingURL=attributes.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"attributes.js","sourceRoot":"","sources":["../../../../src/options/schemas/attributes.ts"],"names":[],"mappings":";;;AAAA,qCASiB;AAEjB,sFAAwF;AACxF,gFAIwD;AAM3C,QAAA,wBAAwB,GAAG,IAAA,cAAI,EAC1C,IAAA,eAAK,EAAC;IACJ,IAAA,cAAI,EACF,IAAA,gBAAM,GAAE,EACR,IAAA,qBAAW,EAAC,0DAA0D,CAAC,CACxE;IACD,IAAA,cAAI,EACF,IAAA,eAAK,EACH,IAAA,eAAK,EAAC;QACJ,mCAAqB;QACrB,uCAAyB;QACzB,yCAA2B;KAC5B,CAAC,CACH,EACD,IAAA,qBAAW,EAAC,wCAAwC,CAAC,CACtD;CACF,CAAC,EACF,IAAA,qBAAW,EAAC,sDAAsD,CAAC,CACpE,CAAC;AAIW,QAAA,qBAAqB,GAAG,IAAA,cAAI,EACvC,IAAA,gBAAM,GAAE,EACR,IAAA,qBAAW,EAAC,oDAAoD,CAAC,CAClE,CAAC;AAIW,QAAA,iBAAiB,GAAG,IAAA,cAAI,EACnC,IAAA,eAAK,EACH,IAAA,eAAK,EAAC;IACJ,6BAAqB;IACrB,gCAAwB;CACzB,CAAC,CACH,EACD,IAAA,qBAAW,EAAC,iDAAiD,CAAC,CAC/D,CAAC;AAIW,QAAA,wBAAwB,GAAG,IAAA,gBAAM,EAAC;IAC7C,UAAU,EAAE,IAAA,kBAAQ,EAAC,yBAAiB,EAAE,4CAAuB,CAAC;CACjE,CAAuC,CAAC"}
|
|
@@ -1,108 +0,0 @@
|
|
|
1
|
-
import type { InferOutput } from "valibot";
|
|
2
|
-
declare const CALLEE_MATCHER_SCHEMA: 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").ObjectSchema<{
|
|
3
|
-
readonly match: import("valibot").SchemaWithPipe<readonly [import("valibot").LiteralSchema<import("../../types/rule").MatcherType.String, undefined>, import("valibot").DescriptionAction<import("../../types/rule").MatcherType.String, "Matcher type that will be applied.">]>;
|
|
4
|
-
}, undefined>, import("valibot").ObjectSchema<{
|
|
5
|
-
readonly match: import("valibot").SchemaWithPipe<readonly [import("valibot").LiteralSchema<import("../../types/rule").MatcherType.ObjectKey, undefined>, import("valibot").DescriptionAction<import("../../types/rule").MatcherType.ObjectKey, "Matcher type that will be applied.">]>;
|
|
6
|
-
readonly pathPattern: 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>;
|
|
7
|
-
}, undefined>, import("valibot").ObjectSchema<{
|
|
8
|
-
readonly match: import("valibot").SchemaWithPipe<readonly [import("valibot").LiteralSchema<import("../../types/rule").MatcherType.ObjectValue, undefined>, import("valibot").DescriptionAction<import("../../types/rule").MatcherType.ObjectValue, "Matcher type that will be applied.">]>;
|
|
9
|
-
readonly pathPattern: 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>;
|
|
10
|
-
}, undefined>], undefined>, undefined>, import("valibot").DescriptionAction<({
|
|
11
|
-
match: import("../../types/rule").MatcherType.String;
|
|
12
|
-
} | {
|
|
13
|
-
match: import("../../types/rule").MatcherType.ObjectKey;
|
|
14
|
-
pathPattern?: string | undefined;
|
|
15
|
-
} | {
|
|
16
|
-
match: import("../../types/rule").MatcherType.ObjectValue;
|
|
17
|
-
pathPattern?: string | undefined;
|
|
18
|
-
})[], "List of matchers that will be applied.">]>], undefined>, import("valibot").DescriptionAction<[string, ({
|
|
19
|
-
match: import("../../types/rule").MatcherType.String;
|
|
20
|
-
} | {
|
|
21
|
-
match: import("../../types/rule").MatcherType.ObjectKey;
|
|
22
|
-
pathPattern?: string | undefined;
|
|
23
|
-
} | {
|
|
24
|
-
match: import("../../types/rule").MatcherType.ObjectValue;
|
|
25
|
-
pathPattern?: string | undefined;
|
|
26
|
-
})[]], "List of matchers that will automatically be matched.">]>;
|
|
27
|
-
export type CalleeMatchers = InferOutput<typeof CALLEE_MATCHER_SCHEMA>;
|
|
28
|
-
declare const CALLEE_NAME_SCHEMA: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").DescriptionAction<string, "Callee name for which children get linted.">]>;
|
|
29
|
-
export type CalleeName = InferOutput<typeof CALLEE_NAME_SCHEMA>;
|
|
30
|
-
export declare const CALLEES_SCHEMA: 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").ObjectSchema<{
|
|
31
|
-
readonly match: import("valibot").SchemaWithPipe<readonly [import("valibot").LiteralSchema<import("../../types/rule").MatcherType.String, undefined>, import("valibot").DescriptionAction<import("../../types/rule").MatcherType.String, "Matcher type that will be applied.">]>;
|
|
32
|
-
}, undefined>, import("valibot").ObjectSchema<{
|
|
33
|
-
readonly match: import("valibot").SchemaWithPipe<readonly [import("valibot").LiteralSchema<import("../../types/rule").MatcherType.ObjectKey, undefined>, import("valibot").DescriptionAction<import("../../types/rule").MatcherType.ObjectKey, "Matcher type that will be applied.">]>;
|
|
34
|
-
readonly pathPattern: 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>;
|
|
35
|
-
}, undefined>, import("valibot").ObjectSchema<{
|
|
36
|
-
readonly match: import("valibot").SchemaWithPipe<readonly [import("valibot").LiteralSchema<import("../../types/rule").MatcherType.ObjectValue, undefined>, import("valibot").DescriptionAction<import("../../types/rule").MatcherType.ObjectValue, "Matcher type that will be applied.">]>;
|
|
37
|
-
readonly pathPattern: 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>;
|
|
38
|
-
}, undefined>], undefined>, undefined>, import("valibot").DescriptionAction<({
|
|
39
|
-
match: import("../../types/rule").MatcherType.String;
|
|
40
|
-
} | {
|
|
41
|
-
match: import("../../types/rule").MatcherType.ObjectKey;
|
|
42
|
-
pathPattern?: string | undefined;
|
|
43
|
-
} | {
|
|
44
|
-
match: import("../../types/rule").MatcherType.ObjectValue;
|
|
45
|
-
pathPattern?: string | undefined;
|
|
46
|
-
})[], "List of matchers that will be applied.">]>], undefined>, import("valibot").DescriptionAction<[string, ({
|
|
47
|
-
match: import("../../types/rule").MatcherType.String;
|
|
48
|
-
} | {
|
|
49
|
-
match: import("../../types/rule").MatcherType.ObjectKey;
|
|
50
|
-
pathPattern?: string | undefined;
|
|
51
|
-
} | {
|
|
52
|
-
match: import("../../types/rule").MatcherType.ObjectValue;
|
|
53
|
-
pathPattern?: string | undefined;
|
|
54
|
-
})[]], "List of matchers that will automatically be matched.">]>, import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").DescriptionAction<string, "Callee name for which children get linted.">]>], undefined>, undefined>, import("valibot").DescriptionAction<(string | [string, ({
|
|
55
|
-
match: import("../../types/rule").MatcherType.String;
|
|
56
|
-
} | {
|
|
57
|
-
match: import("../../types/rule").MatcherType.ObjectKey;
|
|
58
|
-
pathPattern?: string | undefined;
|
|
59
|
-
} | {
|
|
60
|
-
match: import("../../types/rule").MatcherType.ObjectValue;
|
|
61
|
-
pathPattern?: string | undefined;
|
|
62
|
-
})[]])[], "List of function names which arguments should get linted.">]>;
|
|
63
|
-
export type Callees = InferOutput<typeof CALLEES_SCHEMA>;
|
|
64
|
-
export declare const CALLEES_OPTION_SCHEMA: import("valibot").ObjectSchema<{
|
|
65
|
-
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").ObjectSchema<{
|
|
66
|
-
readonly match: import("valibot").SchemaWithPipe<readonly [import("valibot").LiteralSchema<import("../../types/rule").MatcherType.String, undefined>, import("valibot").DescriptionAction<import("../../types/rule").MatcherType.String, "Matcher type that will be applied.">]>;
|
|
67
|
-
}, undefined>, import("valibot").ObjectSchema<{
|
|
68
|
-
readonly match: import("valibot").SchemaWithPipe<readonly [import("valibot").LiteralSchema<import("../../types/rule").MatcherType.ObjectKey, undefined>, import("valibot").DescriptionAction<import("../../types/rule").MatcherType.ObjectKey, "Matcher type that will be applied.">]>;
|
|
69
|
-
readonly pathPattern: 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>;
|
|
70
|
-
}, undefined>, import("valibot").ObjectSchema<{
|
|
71
|
-
readonly match: import("valibot").SchemaWithPipe<readonly [import("valibot").LiteralSchema<import("../../types/rule").MatcherType.ObjectValue, undefined>, import("valibot").DescriptionAction<import("../../types/rule").MatcherType.ObjectValue, "Matcher type that will be applied.">]>;
|
|
72
|
-
readonly pathPattern: 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>;
|
|
73
|
-
}, undefined>], undefined>, undefined>, import("valibot").DescriptionAction<({
|
|
74
|
-
match: import("../../types/rule").MatcherType.String;
|
|
75
|
-
} | {
|
|
76
|
-
match: import("../../types/rule").MatcherType.ObjectKey;
|
|
77
|
-
pathPattern?: string | undefined;
|
|
78
|
-
} | {
|
|
79
|
-
match: import("../../types/rule").MatcherType.ObjectValue;
|
|
80
|
-
pathPattern?: string | undefined;
|
|
81
|
-
})[], "List of matchers that will be applied.">]>], undefined>, import("valibot").DescriptionAction<[string, ({
|
|
82
|
-
match: import("../../types/rule").MatcherType.String;
|
|
83
|
-
} | {
|
|
84
|
-
match: import("../../types/rule").MatcherType.ObjectKey;
|
|
85
|
-
pathPattern?: string | undefined;
|
|
86
|
-
} | {
|
|
87
|
-
match: import("../../types/rule").MatcherType.ObjectValue;
|
|
88
|
-
pathPattern?: string | undefined;
|
|
89
|
-
})[]], "List of matchers that will automatically be matched.">]>, import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").DescriptionAction<string, "Callee name for which children get linted.">]>], undefined>, undefined>, import("valibot").DescriptionAction<(string | [string, ({
|
|
90
|
-
match: import("../../types/rule").MatcherType.String;
|
|
91
|
-
} | {
|
|
92
|
-
match: import("../../types/rule").MatcherType.ObjectKey;
|
|
93
|
-
pathPattern?: string | undefined;
|
|
94
|
-
} | {
|
|
95
|
-
match: import("../../types/rule").MatcherType.ObjectValue;
|
|
96
|
-
pathPattern?: string | undefined;
|
|
97
|
-
})[]])[], "List of function names which arguments should get linted.">]>, ([string, {
|
|
98
|
-
match: import("../../types/rule").MatcherType.String;
|
|
99
|
-
}[]] | [string, {
|
|
100
|
-
match: import("../../types/rule").MatcherType.ObjectKey;
|
|
101
|
-
}[]] | [string, {
|
|
102
|
-
match: import("../../types/rule").MatcherType.ObjectValue;
|
|
103
|
-
pathPattern: string;
|
|
104
|
-
}[]])[]>;
|
|
105
|
-
}, undefined>;
|
|
106
|
-
export type CalleesOptions = InferOutput<typeof CALLEES_OPTION_SCHEMA>;
|
|
107
|
-
export {};
|
|
108
|
-
//# sourceMappingURL=callees.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"callees.d.ts","sourceRoot":"","sources":["../../../../src/options/schemas/callees.ts"],"names":[],"mappings":"AAmBA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAG3C,QAAA,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;gEAkB1B,CAAC;AAEF,MAAM,MAAM,cAAc,GAAG,WAAW,CAAC,OAAO,qBAAqB,CAAC,CAAC;AAEvE,QAAA,MAAM,kBAAkB,mLAGvB,CAAC;AAEF,MAAM,MAAM,UAAU,GAAG,WAAW,CAAC,OAAO,kBAAkB,CAAC,CAAC;AAEhE,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wEAQ1B,CAAC;AAEF,MAAM,MAAM,OAAO,GAAG,WAAW,CAAC,OAAO,cAAc,CAAC,CAAC;AAEzD,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;aAEM,CAAC;AAEzC,MAAM,MAAM,cAAc,GAAG,WAAW,CAAC,OAAO,qBAAqB,CAAC,CAAC"}
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CALLEES_OPTION_SCHEMA = exports.CALLEES_SCHEMA = void 0;
|
|
4
|
-
const valibot_1 = require("valibot");
|
|
5
|
-
const default_options_js_1 = require("../default-options.js");
|
|
6
|
-
const matchers_js_1 = require("../schemas/matchers.js");
|
|
7
|
-
const CALLEE_MATCHER_SCHEMA = (0, valibot_1.pipe)((0, valibot_1.tuple)([
|
|
8
|
-
(0, valibot_1.pipe)((0, valibot_1.string)(), (0, valibot_1.description)("Callee name for which children get linted if matched.")),
|
|
9
|
-
(0, valibot_1.pipe)((0, valibot_1.array)((0, valibot_1.union)([
|
|
10
|
-
matchers_js_1.STRING_MATCHER_SCHEMA,
|
|
11
|
-
matchers_js_1.OBJECT_KEY_MATCHER_SCHEMA,
|
|
12
|
-
matchers_js_1.OBJECT_VALUE_MATCHER_SCHEMA
|
|
13
|
-
])), (0, valibot_1.description)("List of matchers that will be applied."))
|
|
14
|
-
]), (0, valibot_1.description)("List of matchers that will automatically be matched."));
|
|
15
|
-
const CALLEE_NAME_SCHEMA = (0, valibot_1.pipe)((0, valibot_1.string)(), (0, valibot_1.description)("Callee name for which children get linted."));
|
|
16
|
-
exports.CALLEES_SCHEMA = (0, valibot_1.pipe)((0, valibot_1.array)((0, valibot_1.union)([
|
|
17
|
-
CALLEE_MATCHER_SCHEMA,
|
|
18
|
-
CALLEE_NAME_SCHEMA
|
|
19
|
-
])), (0, valibot_1.description)("List of function names which arguments should get linted."));
|
|
20
|
-
exports.CALLEES_OPTION_SCHEMA = (0, valibot_1.object)({
|
|
21
|
-
callees: (0, valibot_1.optional)(exports.CALLEES_SCHEMA, default_options_js_1.DEFAULT_CALLEE_NAMES)
|
|
22
|
-
});
|
|
23
|
-
//# sourceMappingURL=callees.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"callees.js","sourceRoot":"","sources":["../../../../src/options/schemas/callees.ts"],"names":[],"mappings":";;;AAAA,qCASiB;AAEjB,sFAAqF;AACrF,gFAIwD;AAMxD,MAAM,qBAAqB,GAAG,IAAA,cAAI,EAChC,IAAA,eAAK,EAAC;IACJ,IAAA,cAAI,EACF,IAAA,gBAAM,GAAE,EACR,IAAA,qBAAW,EAAC,uDAAuD,CAAC,CACrE;IACD,IAAA,cAAI,EACF,IAAA,eAAK,EACH,IAAA,eAAK,EAAC;QACJ,mCAAqB;QACrB,uCAAyB;QACzB,yCAA2B;KAC5B,CAAC,CACH,EACD,IAAA,qBAAW,EAAC,wCAAwC,CAAC,CACtD;CACF,CAAC,EACF,IAAA,qBAAW,EAAC,sDAAsD,CAAC,CACpE,CAAC;AAIF,MAAM,kBAAkB,GAAG,IAAA,cAAI,EAC7B,IAAA,gBAAM,GAAE,EACR,IAAA,qBAAW,EAAC,4CAA4C,CAAC,CAC1D,CAAC;AAIW,QAAA,cAAc,GAAG,IAAA,cAAI,EAChC,IAAA,eAAK,EACH,IAAA,eAAK,EAAC;IACJ,qBAAqB;IACrB,kBAAkB;CACnB,CAAC,CACH,EACD,IAAA,qBAAW,EAAC,2DAA2D,CAAC,CACzE,CAAC;AAIW,QAAA,qBAAqB,GAAG,IAAA,gBAAM,EAAC;IAC1C,OAAO,EAAE,IAAA,kBAAQ,EAAC,sBAAc,EAAE,yCAAoB,CAAC;CACxD,CAAuC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"common.d.ts","sourceRoot":"","sources":["../../../../src/options/schemas/common.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAG3C,eAAO,MAAM,wBAAwB;;aAOnC,CAAC;AAEH,MAAM,MAAM,gBAAgB,GAAG,WAAW,CAAC,OAAO,wBAAwB,CAAC,CAAC;AAE5E,eAAO,MAAM,sBAAsB;;aAOjC,CAAC;AAEH,MAAM,MAAM,oBAAoB,GAAG,WAAW,CAAC,OAAO,sBAAsB,CAAC,CAAC;AAE9E,eAAO,MAAM,sBAAsB;;aAOjC,CAAC;AAEH,MAAM,MAAM,cAAc,GAAG,WAAW,CAAC,OAAO,sBAAsB,CAAC,CAAC"}
|