@ariestools/eslint-config-flat 8.6.11
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/LICENSE +165 -0
- package/README.md +150 -0
- package/dist/neutral/core/index.d.ts +5 -0
- package/dist/neutral/core/index.d.ts.map +1 -0
- package/dist/neutral/ignores.d.ts +2 -0
- package/dist/neutral/ignores.d.ts.map +1 -0
- package/dist/neutral/import/index.d.ts +3 -0
- package/dist/neutral/import/index.d.ts.map +1 -0
- package/dist/neutral/index.d.ts +20 -0
- package/dist/neutral/index.d.ts.map +1 -0
- package/dist/neutral/index.mjs +1539 -0
- package/dist/neutral/index.mjs.map +7 -0
- package/dist/neutral/json/index.d.ts +5 -0
- package/dist/neutral/json/index.d.ts.map +1 -0
- package/dist/neutral/markdown/index.d.ts +3 -0
- package/dist/neutral/markdown/index.d.ts.map +1 -0
- package/dist/neutral/rules/consistency.d.ts +3 -0
- package/dist/neutral/rules/consistency.d.ts.map +1 -0
- package/dist/neutral/rules/correctness.d.ts +3 -0
- package/dist/neutral/rules/correctness.d.ts.map +1 -0
- package/dist/neutral/rules/index.d.ts +6 -0
- package/dist/neutral/rules/index.d.ts.map +1 -0
- package/dist/neutral/shared.d.ts +13 -0
- package/dist/neutral/shared.d.ts.map +1 -0
- package/dist/neutral/tiers/conflicts.d.ts +22 -0
- package/dist/neutral/tiers/conflicts.d.ts.map +1 -0
- package/dist/neutral/tiers/index.d.ts +48 -0
- package/dist/neutral/tiers/index.d.ts.map +1 -0
- package/dist/neutral/tiers/opinionated.d.ts +24 -0
- package/dist/neutral/tiers/opinionated.d.ts.map +1 -0
- package/dist/neutral/tiers/plugin-rules.d.ts +8 -0
- package/dist/neutral/tiers/plugin-rules.d.ts.map +1 -0
- package/dist/neutral/tiers/recommendedConfig.d.ts +16 -0
- package/dist/neutral/tiers/recommendedConfig.d.ts.map +1 -0
- package/dist/neutral/tiers/rule-catalog/index.d.ts +13 -0
- package/dist/neutral/tiers/rule-catalog/index.d.ts.map +1 -0
- package/dist/neutral/tiers/rule-catalog/managed-rules.d.ts +4 -0
- package/dist/neutral/tiers/rule-catalog/managed-rules.d.ts.map +1 -0
- package/dist/neutral/tiers/rule-catalog/type-checked-rules.d.ts +5 -0
- package/dist/neutral/tiers/rule-catalog/type-checked-rules.d.ts.map +1 -0
- package/dist/neutral/tiers/rule-catalog/types.d.ts +14 -0
- package/dist/neutral/tiers/rule-catalog/types.d.ts.map +1 -0
- package/dist/neutral/tiers/tier-builder.d.ts +6 -0
- package/dist/neutral/tiers/tier-builder.d.ts.map +1 -0
- package/dist/neutral/typescript/index.d.ts +9 -0
- package/dist/neutral/typescript/index.d.ts.map +1 -0
- package/dist/neutral/unicorn/index.d.ts +18 -0
- package/dist/neutral/unicorn/index.d.ts.map +1 -0
- package/dist/neutral/workspaces/index.d.ts +3 -0
- package/dist/neutral/workspaces/index.d.ts.map +1 -0
- package/dist/node/core/index.d.ts +5 -0
- package/dist/node/core/index.d.ts.map +1 -0
- package/dist/node/ignores.d.ts +2 -0
- package/dist/node/ignores.d.ts.map +1 -0
- package/dist/node/import/index.d.ts +3 -0
- package/dist/node/import/index.d.ts.map +1 -0
- package/dist/node/index.d.ts +20 -0
- package/dist/node/index.d.ts.map +1 -0
- package/dist/node/index.mjs +1539 -0
- package/dist/node/index.mjs.map +7 -0
- package/dist/node/json/index.d.ts +5 -0
- package/dist/node/json/index.d.ts.map +1 -0
- package/dist/node/markdown/index.d.ts +3 -0
- package/dist/node/markdown/index.d.ts.map +1 -0
- package/dist/node/rules/consistency.d.ts +3 -0
- package/dist/node/rules/consistency.d.ts.map +1 -0
- package/dist/node/rules/correctness.d.ts +3 -0
- package/dist/node/rules/correctness.d.ts.map +1 -0
- package/dist/node/rules/index.d.ts +6 -0
- package/dist/node/rules/index.d.ts.map +1 -0
- package/dist/node/shared.d.ts +13 -0
- package/dist/node/shared.d.ts.map +1 -0
- package/dist/node/tiers/conflicts.d.ts +22 -0
- package/dist/node/tiers/conflicts.d.ts.map +1 -0
- package/dist/node/tiers/index.d.ts +48 -0
- package/dist/node/tiers/index.d.ts.map +1 -0
- package/dist/node/tiers/opinionated.d.ts +24 -0
- package/dist/node/tiers/opinionated.d.ts.map +1 -0
- package/dist/node/tiers/plugin-rules.d.ts +8 -0
- package/dist/node/tiers/plugin-rules.d.ts.map +1 -0
- package/dist/node/tiers/recommendedConfig.d.ts +16 -0
- package/dist/node/tiers/recommendedConfig.d.ts.map +1 -0
- package/dist/node/tiers/rule-catalog/index.d.ts +13 -0
- package/dist/node/tiers/rule-catalog/index.d.ts.map +1 -0
- package/dist/node/tiers/rule-catalog/managed-rules.d.ts +4 -0
- package/dist/node/tiers/rule-catalog/managed-rules.d.ts.map +1 -0
- package/dist/node/tiers/rule-catalog/type-checked-rules.d.ts +5 -0
- package/dist/node/tiers/rule-catalog/type-checked-rules.d.ts.map +1 -0
- package/dist/node/tiers/rule-catalog/types.d.ts +14 -0
- package/dist/node/tiers/rule-catalog/types.d.ts.map +1 -0
- package/dist/node/tiers/tier-builder.d.ts +6 -0
- package/dist/node/tiers/tier-builder.d.ts.map +1 -0
- package/dist/node/typescript/index.d.ts +9 -0
- package/dist/node/typescript/index.d.ts.map +1 -0
- package/dist/node/unicorn/index.d.ts +18 -0
- package/dist/node/unicorn/index.d.ts.map +1 -0
- package/dist/node/workspaces/index.d.ts +3 -0
- package/dist/node/workspaces/index.d.ts.map +1 -0
- package/package.json +84 -0
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import type { Linter } from 'eslint';
|
|
2
|
+
/** Rules enabled by unicorn/recommended but not unicorn/unopinionated (`meta.docs.recommended === true`). */
|
|
3
|
+
export declare const unicornOpinionatedRules: string[];
|
|
4
|
+
export declare const unicornV66MigrationQueue: readonly ["unicorn/class-reference-in-static-methods", "unicorn/comment-content", "unicorn/consistent-export-decorator-position", "unicorn/consistent-optional-chaining", "unicorn/explicit-timer-delay", "unicorn/no-array-reverse", "unicorn/no-array-sort", "unicorn/no-break-in-nested-loop", "unicorn/no-computed-property-existence-check", "unicorn/no-confusing-array-with", "unicorn/no-declarations-before-early-exit", "unicorn/no-duplicate-loops", "unicorn/no-error-property-assignment", "unicorn/no-for-each", "unicorn/no-global-object-property-assignment", "unicorn/no-incorrect-template-string-interpolation", "unicorn/no-invalid-argument-count", "unicorn/no-mismatched-map-key", "unicorn/no-negated-array-predicate", "unicorn/no-negated-comparison", "unicorn/no-object-methods-with-collections", "unicorn/no-optional-chaining-on-undeclared-variable", "unicorn/no-redundant-comparison", "unicorn/no-return-array-push", "unicorn/no-subtraction-comparison", "unicorn/no-top-level-side-effects", "unicorn/no-undeclared-class-members", "unicorn/no-unnecessary-global-this", "unicorn/no-unnecessary-splice", "unicorn/no-unreadable-new-expression", "unicorn/no-unreadable-object-destructuring", "unicorn/no-unsafe-buffer-conversion", "unicorn/no-unsafe-property-key", "unicorn/no-unsafe-string-replacement", "unicorn/no-useless-boolean-cast", "unicorn/no-useless-concat", "unicorn/no-useless-else", "unicorn/no-useless-recursion", "unicorn/no-useless-template-literals", "unicorn/prefer-add-event-listener-options", "unicorn/prefer-array-from-map", "unicorn/prefer-await", "unicorn/prefer-direct-iteration", "unicorn/prefer-early-return", "unicorn/prefer-global-number-constants", "unicorn/prefer-identifier-import-export-specifiers", "unicorn/prefer-iterable-in-constructor", "unicorn/prefer-iterator-to-array", "unicorn/prefer-location-assign", "unicorn/prefer-minimal-ternary", "unicorn/prefer-number-coercion", "unicorn/prefer-number-is-safe-integer", "unicorn/prefer-object-define-properties", "unicorn/prefer-object-destructuring-defaults", "unicorn/prefer-object-iterable-methods", "unicorn/prefer-path2d", "unicorn/prefer-private-class-fields", "unicorn/prefer-scoped-selector", "unicorn/prefer-short-arrow-method", "unicorn/prefer-simple-sort-comparator", "unicorn/prefer-single-array-predicate", "unicorn/prefer-single-object-destructuring", "unicorn/prefer-smaller-scope", "unicorn/prefer-type-literal-last", "unicorn/prefer-uint8array-base64", "unicorn/prefer-unicode-code-point-escapes", "unicorn/prefer-url-href", "unicorn/require-proxy-trap-boolean-return"];
|
|
5
|
+
/** Unicorn rules XY keeps disabled at every tier (including opinionated preset layers). */
|
|
6
|
+
export declare const unicornGloballyDisabledRules: readonly ["unicorn/consistent-boolean-name", "unicorn/require-array-sort-compare"];
|
|
7
|
+
export declare const unicornV67MigrationQueue: readonly ["unicorn/logical-assignment-operators", "unicorn/no-array-splice", "unicorn/no-non-function-verb-prefix", "unicorn/no-top-level-assignment-in-function", "unicorn/no-uncalled-method", "unicorn/no-unreadable-for-of-expression", "unicorn/no-useless-coercion", "unicorn/no-useless-continue", "unicorn/no-useless-override", "unicorn/operator-assignment", "unicorn/prefer-array-slice", "unicorn/prefer-else-if", "unicorn/prefer-has-check", "unicorn/prefer-map-from-entries"];
|
|
8
|
+
export declare const unicornV69MigrationQueue: readonly ["unicorn/consistent-conditional-object-spread", "unicorn/consistent-tuple-labels", "unicorn/default-export-style", "unicorn/no-accidental-bitwise-operator", "unicorn/no-array-concat-in-loop", "unicorn/no-array-sort-for-min-max", "unicorn/no-boolean-sort-comparator", "unicorn/no-chained-comparison", "unicorn/no-collection-bracket-access", "unicorn/no-constant-zero-expression", "unicorn/no-double-comparison", "unicorn/no-duplicate-if-branches", "unicorn/no-duplicate-logical-operands", "unicorn/no-impossible-length-comparison", "unicorn/no-invalid-character-comparison", "unicorn/no-invalid-well-known-symbol-methods", "unicorn/no-late-event-control", "unicorn/no-loop-iterable-mutation", "unicorn/no-misrefactored-assignment", "unicorn/no-nonstandard-builtin-properties", "unicorn/no-selector-as-dom-name", "unicorn/no-unnecessary-boolean-comparison", "unicorn/no-useless-compound-assignment", "unicorn/no-useless-delete-check", "unicorn/no-useless-logical-operand", "unicorn/no-xor-as-exponentiation", "unicorn/prefer-abort-signal-timeout", "unicorn/prefer-aggregate-error", "unicorn/prefer-array-from-async", "unicorn/prefer-array-iterable-methods", "unicorn/prefer-boolean-return", "unicorn/prefer-continue", "unicorn/prefer-dom-node-replace-children", "unicorn/prefer-flat-math-min-max", "unicorn/prefer-hoisting-branch-code", "unicorn/prefer-math-constants", "unicorn/prefer-observer-apis", "unicorn/prefer-promise-try", "unicorn/prefer-promise-with-resolvers", "unicorn/prefer-set-methods", "unicorn/prefer-single-replace", "unicorn/prefer-toggle-attribute", "unicorn/prefer-unary-minus", "unicorn/prefer-url-can-parse", "unicorn/prefer-url-search-parameters", "unicorn/prefer-while-loop-condition"];
|
|
9
|
+
export declare const unicornV71MigrationQueue: readonly ["unicorn/no-async-promise-finally", "unicorn/no-unnecessary-array-flat-map", "unicorn/no-unnecessary-fetch-options", "unicorn/no-unsafe-promise-all-settled-values", "unicorn/prefer-abort-signal-any", "unicorn/prefer-array-from-range", "unicorn/prefer-block-statement-over-iife", "unicorn/prefer-group-by", "unicorn/prefer-iterator-helpers", "unicorn/prefer-simplified-conditions"];
|
|
10
|
+
/** Opinionated rules introduced at tier 3; v67/v69 migration rules stay tier 4. */
|
|
11
|
+
export declare function unicornOpinionatedRulesForTier(tier: 3 | 4): readonly string[];
|
|
12
|
+
export declare function unicornOpinionatedRuleEntries(severity: 'error' | 'warn', tier?: 3 | 4): NonNullable<Linter.Config['rules']>;
|
|
13
|
+
/** @deprecated Use `unicornV67MigrationQueue` instead. */
|
|
14
|
+
export declare const unicornExperimentalMigrationQueue: readonly ["unicorn/logical-assignment-operators", "unicorn/no-array-splice", "unicorn/no-non-function-verb-prefix", "unicorn/no-top-level-assignment-in-function", "unicorn/no-uncalled-method", "unicorn/no-unreadable-for-of-expression", "unicorn/no-useless-coercion", "unicorn/no-useless-continue", "unicorn/no-useless-override", "unicorn/operator-assignment", "unicorn/prefer-array-slice", "unicorn/prefer-else-if", "unicorn/prefer-has-check", "unicorn/prefer-map-from-entries"];
|
|
15
|
+
/** @deprecated Use `unicornV66MigrationQueue` instead. */
|
|
16
|
+
export declare const unicornV66NewRules: readonly ["unicorn/class-reference-in-static-methods", "unicorn/comment-content", "unicorn/consistent-export-decorator-position", "unicorn/consistent-optional-chaining", "unicorn/explicit-timer-delay", "unicorn/no-array-reverse", "unicorn/no-array-sort", "unicorn/no-break-in-nested-loop", "unicorn/no-computed-property-existence-check", "unicorn/no-confusing-array-with", "unicorn/no-declarations-before-early-exit", "unicorn/no-duplicate-loops", "unicorn/no-error-property-assignment", "unicorn/no-for-each", "unicorn/no-global-object-property-assignment", "unicorn/no-incorrect-template-string-interpolation", "unicorn/no-invalid-argument-count", "unicorn/no-mismatched-map-key", "unicorn/no-negated-array-predicate", "unicorn/no-negated-comparison", "unicorn/no-object-methods-with-collections", "unicorn/no-optional-chaining-on-undeclared-variable", "unicorn/no-redundant-comparison", "unicorn/no-return-array-push", "unicorn/no-subtraction-comparison", "unicorn/no-top-level-side-effects", "unicorn/no-undeclared-class-members", "unicorn/no-unnecessary-global-this", "unicorn/no-unnecessary-splice", "unicorn/no-unreadable-new-expression", "unicorn/no-unreadable-object-destructuring", "unicorn/no-unsafe-buffer-conversion", "unicorn/no-unsafe-property-key", "unicorn/no-unsafe-string-replacement", "unicorn/no-useless-boolean-cast", "unicorn/no-useless-concat", "unicorn/no-useless-else", "unicorn/no-useless-recursion", "unicorn/no-useless-template-literals", "unicorn/prefer-add-event-listener-options", "unicorn/prefer-array-from-map", "unicorn/prefer-await", "unicorn/prefer-direct-iteration", "unicorn/prefer-early-return", "unicorn/prefer-global-number-constants", "unicorn/prefer-identifier-import-export-specifiers", "unicorn/prefer-iterable-in-constructor", "unicorn/prefer-iterator-to-array", "unicorn/prefer-location-assign", "unicorn/prefer-minimal-ternary", "unicorn/prefer-number-coercion", "unicorn/prefer-number-is-safe-integer", "unicorn/prefer-object-define-properties", "unicorn/prefer-object-destructuring-defaults", "unicorn/prefer-object-iterable-methods", "unicorn/prefer-path2d", "unicorn/prefer-private-class-fields", "unicorn/prefer-scoped-selector", "unicorn/prefer-short-arrow-method", "unicorn/prefer-simple-sort-comparator", "unicorn/prefer-single-array-predicate", "unicorn/prefer-single-object-destructuring", "unicorn/prefer-smaller-scope", "unicorn/prefer-type-literal-last", "unicorn/prefer-uint8array-base64", "unicorn/prefer-unicode-code-point-escapes", "unicorn/prefer-url-href", "unicorn/require-proxy-trap-boolean-return"];
|
|
17
|
+
export declare const unicornConfig: Linter.Config;
|
|
18
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/unicorn/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAU,MAAM,EAAE,MAAM,QAAQ,CAAA;AAS5C,6GAA6G;AAC7G,eAAO,MAAM,uBAAuB,UAGT,CAAA;AAG3B,eAAO,MAAM,wBAAwB,2gFAqE3B,CAAA;AAEV,2FAA2F;AAC3F,eAAO,MAAM,4BAA4B,oFAG/B,CAAA;AAKV,eAAO,MAAM,wBAAwB,geAe3B,CAAA;AAGV,eAAO,MAAM,wBAAwB,yrDA+C3B,CAAA;AAGV,eAAO,MAAM,wBAAwB,wYAW3B,CAAA;AAiBV,mFAAmF;AACnF,wBAAgB,8BAA8B,CAAC,IAAI,EAAE,CAAC,GAAG,CAAC,GAAG,SAAS,MAAM,EAAE,CAE7E;AAED,wBAAgB,6BAA6B,CAC3C,QAAQ,EAAE,OAAO,GAAG,MAAM,EAC1B,IAAI,GAAE,CAAC,GAAG,CAAK,GACd,WAAW,CAAC,MAAM,CAAC,MAAM,CAAC,OAAO,CAAC,CAAC,CAErC;AAED,0DAA0D;AAC1D,eAAO,MAAM,iCAAiC,geAA2B,CAAA;AAEzE,0DAA0D;AAC1D,eAAO,MAAM,kBAAkB,2gFAA2B,CAAA;AAS1D,eAAO,MAAM,aAAa,EAAE,MAAM,CAAC,MA2BlC,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/workspaces/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAU,MAAM,EAAE,MAAM,QAAQ,CAAA;AAG5C,eAAO,MAAM,gBAAgB,EAAE,MAAM,CAAC,MAQrC,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/core/index.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,QAAQ,CAAA;AAYpC,eAAO,MAAM,qBAAqB,EAAE,MAAM,CAAC,MAAM,EAIhD,CAAA;AAED,eAAO,MAAM,uBAAuB,EAAE,MAAM,CAAC,MAAM,EAElD,CAAA;AAED,eAAO,MAAM,UAAU,EAAE,MAAM,CAAC,MAAM,EAIrC,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ignores.d.ts","sourceRoot":"","sources":["../../src/ignores.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO,UAkBnB,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/import/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAU,MAAM,EAAE,MAAM,QAAQ,CAAA;AAa5C,eAAO,MAAM,YAAY,EAAE,MAAM,CAAC,MAAM,EAiCvC,CAAA"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import type { Linter } from 'eslint';
|
|
2
|
+
export declare const docsConfig: Linter.Config[];
|
|
3
|
+
export { bestPracticesCoreConfig, coreConfig, correctnessCoreConfig, } from './core/index.ts';
|
|
4
|
+
export { ignores } from './ignores.ts';
|
|
5
|
+
export { importConfig } from './import/index.ts';
|
|
6
|
+
export { json5Config, jsoncConfig, jsonConfig, } from './json/index.ts';
|
|
7
|
+
export { markdownConfig } from './markdown/index.ts';
|
|
8
|
+
export { consistencyRulesConfig, correctnessRulesConfig, rulesConfig, srcImportsConfig, } from './rules/index.ts';
|
|
9
|
+
export type { RuleSeverity } from './tiers/conflicts.ts';
|
|
10
|
+
export { assertNoRuleOwnershipConflicts, findRuleOwnershipConflicts, getRuleSeverity, mergeConfigRules, RULE_OWNERSHIP_GROUPS, } from './tiers/conflicts.ts';
|
|
11
|
+
export * from './tiers/index.ts';
|
|
12
|
+
export { experimentalLayerConfig, experimentalPromotionRules, experimentalUnicornLayerConfig, experimentalUnicornV69LayerConfig, opinionatedLayerConfig, opinionatedPromotionLayerConfig, opinionatedPromotionRules, opinionatedUnicornPresetLayerConfig, opinionatedUnicornV66LayerConfig, strictLayerConfig, strictPromotionRules, } from './tiers/opinionated.ts';
|
|
13
|
+
export { collectPluginRuleSnapshots, serializePluginRuleSnapshots, } from './tiers/plugin-rules.ts';
|
|
14
|
+
export type { ManagedRuleDefinition, RuleCategory } from './tiers/rule-catalog/index.ts';
|
|
15
|
+
export { buildManagedRulesLayer, buildTypeCheckGateLayer, categoryForTier, collectTypeCheckedRuleNames, findEnabledTypeCheckedRules, managedRulesForTier, RULE_CATALOG, } from './tiers/rule-catalog/index.ts';
|
|
16
|
+
export { buildTierConfig, globalIgnoresConfig } from './tiers/tier-builder.ts';
|
|
17
|
+
export { typescriptConfig, typescriptConsistencyConfig, typescriptCorrectnessConfig, typescriptDelegationConfig, typescriptTypeCheckedConfig, typescriptTypeCheckedConsistencyConfig, typescriptTypeCheckedCorrectnessConfig, } from './typescript/index.ts';
|
|
18
|
+
export { unicornConfig, unicornExperimentalMigrationQueue, unicornGloballyDisabledRules, unicornOpinionatedRules, unicornOpinionatedRulesForTier, unicornV66MigrationQueue, unicornV66NewRules, unicornV67MigrationQueue, unicornV69MigrationQueue, unicornV71MigrationQueue, } from './unicorn/index.ts';
|
|
19
|
+
export { workspacesConfig } from './workspaces/index.ts';
|
|
20
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,QAAQ,CAAA;AAQpC,eAAO,MAAM,UAAU,EAAE,MAAM,CAAC,MAAM,EAKrC,CAAA;AAED,OAAO,EACL,uBAAuB,EACvB,UAAU,EACV,qBAAqB,GACtB,MAAM,iBAAiB,CAAA;AACxB,OAAO,EAAE,OAAO,EAAE,MAAM,cAAc,CAAA;AACtC,OAAO,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAA;AAChD,OAAO,EACL,WAAW,EAAE,WAAW,EACxB,UAAU,GACX,MAAM,iBAAiB,CAAA;AACxB,OAAO,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAA;AACpD,OAAO,EACL,sBAAsB,EACtB,sBAAsB,EACtB,WAAW,EACX,gBAAgB,GACjB,MAAM,kBAAkB,CAAA;AACzB,YAAY,EAAE,YAAY,EAAE,MAAM,sBAAsB,CAAA;AACxD,OAAO,EACL,8BAA8B,EAC9B,0BAA0B,EAC1B,eAAe,EACf,gBAAgB,EAChB,qBAAqB,GACtB,MAAM,sBAAsB,CAAA;AAC7B,cAAc,kBAAkB,CAAA;AAChC,OAAO,EACL,uBAAuB,EACvB,0BAA0B,EAC1B,8BAA8B,EAC9B,iCAAiC,EACjC,sBAAsB,EACtB,+BAA+B,EAC/B,yBAAyB,EACzB,mCAAmC,EACnC,gCAAgC,EAChC,iBAAiB,EACjB,oBAAoB,GACrB,MAAM,wBAAwB,CAAA;AAC/B,OAAO,EACL,0BAA0B,EAC1B,4BAA4B,GAC7B,MAAM,yBAAyB,CAAA;AAChC,YAAY,EAAE,qBAAqB,EAAE,YAAY,EAAE,MAAM,+BAA+B,CAAA;AACxF,OAAO,EACL,sBAAsB,EACtB,uBAAuB,EACvB,eAAe,EACf,2BAA2B,EAC3B,2BAA2B,EAC3B,mBAAmB,EACnB,YAAY,GACb,MAAM,+BAA+B,CAAA;AACtC,OAAO,EAAE,eAAe,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAA;AAC9E,OAAO,EACL,gBAAgB,EAChB,2BAA2B,EAC3B,2BAA2B,EAC3B,0BAA0B,EAC1B,2BAA2B,EAC3B,sCAAsC,EACtC,sCAAsC,GACvC,MAAM,uBAAuB,CAAA;AAC9B,OAAO,EACL,aAAa,EACb,iCAAiC,EACjC,4BAA4B,EAC5B,uBAAuB,EACvB,8BAA8B,EAC9B,wBAAwB,EACxB,kBAAkB,EAClB,wBAAwB,EACxB,wBAAwB,EACxB,wBAAwB,GACzB,MAAM,oBAAoB,CAAA;AAC3B,OAAO,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAA"}
|