@pobammer-ts/eslint-cease-nonsense-rules 1.14.1 → 1.16.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +115 -0
- package/dist/build-metadata.json +3 -3
- package/dist/constants/react-sources.d.ts +4 -0
- package/dist/index.d.ts +6 -3
- package/dist/index.js +529 -221
- package/dist/oxfmt-sync.d.ts +0 -1
- package/dist/oxfmt-worker.d.ts +0 -1
- package/dist/oxfmt-worker.js +0 -2
- package/dist/recognizers/camel-case-detector.d.ts +0 -1
- package/dist/recognizers/code-recognizer.d.ts +0 -1
- package/dist/recognizers/contains-detector.d.ts +0 -1
- package/dist/recognizers/detector.d.ts +0 -1
- package/dist/recognizers/end-with-detector.d.ts +0 -1
- package/dist/recognizers/javascript-footprint.d.ts +0 -1
- package/dist/recognizers/keywords-detector.d.ts +0 -1
- package/dist/rules/ban-instances.d.ts +0 -1
- package/dist/rules/ban-react-fc.d.ts +0 -1
- package/dist/rules/enforce-ianitor-check-type.d.ts +0 -1
- package/dist/rules/fast-format.d.ts +0 -1
- package/dist/rules/no-async-constructor.d.ts +0 -1
- package/dist/rules/no-color3-constructor.d.ts +0 -1
- package/dist/rules/no-commented-code.d.ts +0 -1
- package/dist/rules/no-god-components.d.ts +0 -1
- package/dist/rules/no-identity-map.d.ts +0 -1
- package/dist/rules/no-instance-methods-without-this.d.ts +0 -1
- package/dist/rules/no-memo-children.d.ts +19 -0
- package/dist/rules/no-print.d.ts +0 -1
- package/dist/rules/no-shorthand-names.d.ts +0 -1
- package/dist/rules/no-useless-use-spring.d.ts +0 -1
- package/dist/rules/no-warn.d.ts +0 -1
- package/dist/rules/prefer-class-properties.d.ts +0 -1
- package/dist/rules/prefer-early-return.d.ts +0 -1
- package/dist/rules/prefer-enum-item.d.ts +0 -1
- package/dist/rules/prefer-module-scope-constants.d.ts +0 -1
- package/dist/rules/prefer-pascal-case-enums.d.ts +0 -1
- package/dist/rules/prefer-pattern-replacements.d.ts +0 -1
- package/dist/rules/prefer-sequence-overloads.d.ts +0 -1
- package/dist/rules/prefer-singular-enums.d.ts +0 -1
- package/dist/rules/prefer-udim2-shorthand.d.ts +0 -1
- package/dist/rules/react-hooks-strict-return.d.ts +0 -1
- package/dist/rules/require-module-level-instantiation.d.ts +25 -0
- package/dist/rules/require-named-effect-functions.d.ts +1 -4
- package/dist/rules/require-paired-calls.d.ts +0 -1
- package/dist/rules/require-react-component-keys.d.ts +0 -1
- package/dist/rules/require-react-display-names.d.ts +1 -2
- package/dist/rules/strict-component-boundaries.d.ts +5 -2
- package/dist/rules/use-exhaustive-dependencies.d.ts +0 -1
- package/dist/rules/use-hook-at-top-level.d.ts +0 -1
- package/dist/types/environment-mode.d.ts +3 -0
- package/dist/utilities/casing-utilities.d.ts +0 -1
- package/dist/utilities/configure-utilities.d.ts +14 -1
- package/dist/utilities/create-rule.d.ts +0 -1
- package/dist/utilities/format-utilities.d.ts +0 -1
- package/dist/utilities/pattern-replacement/constant-folder.d.ts +0 -1
- package/dist/utilities/pattern-replacement/index.d.ts +0 -1
- package/dist/utilities/pattern-replacement/pattern-matcher.d.ts +0 -1
- package/dist/utilities/pattern-replacement/pattern-parser.d.ts +0 -1
- package/dist/utilities/pattern-replacement/pattern-types.d.ts +0 -1
- package/dist/utilities/pattern-replacement/replacement-generator.d.ts +0 -1
- package/dist/utilities/resolve-import.d.ts +0 -1
- package/package.json +14 -13
- package/dist/index.d.ts.map +0 -1
- package/dist/index.js.map +0 -725
- package/dist/oxfmt-sync.d.ts.map +0 -1
- package/dist/oxfmt-worker.d.ts.map +0 -1
- package/dist/oxfmt-worker.js.map +0 -10
- package/dist/recognizers/camel-case-detector.d.ts.map +0 -1
- package/dist/recognizers/code-recognizer.d.ts.map +0 -1
- package/dist/recognizers/contains-detector.d.ts.map +0 -1
- package/dist/recognizers/detector.d.ts.map +0 -1
- package/dist/recognizers/end-with-detector.d.ts.map +0 -1
- package/dist/recognizers/javascript-footprint.d.ts.map +0 -1
- package/dist/recognizers/keywords-detector.d.ts.map +0 -1
- package/dist/rules/ban-instances.d.ts.map +0 -1
- package/dist/rules/ban-react-fc.d.ts.map +0 -1
- package/dist/rules/enforce-ianitor-check-type.d.ts.map +0 -1
- package/dist/rules/fast-format.d.ts.map +0 -1
- package/dist/rules/no-async-constructor.d.ts.map +0 -1
- package/dist/rules/no-color3-constructor.d.ts.map +0 -1
- package/dist/rules/no-commented-code.d.ts.map +0 -1
- package/dist/rules/no-god-components.d.ts.map +0 -1
- package/dist/rules/no-identity-map.d.ts.map +0 -1
- package/dist/rules/no-instance-methods-without-this.d.ts.map +0 -1
- package/dist/rules/no-print.d.ts.map +0 -1
- package/dist/rules/no-shorthand-names.d.ts.map +0 -1
- package/dist/rules/no-useless-use-spring.d.ts.map +0 -1
- package/dist/rules/no-warn.d.ts.map +0 -1
- package/dist/rules/prefer-class-properties.d.ts.map +0 -1
- package/dist/rules/prefer-early-return.d.ts.map +0 -1
- package/dist/rules/prefer-enum-item.d.ts.map +0 -1
- package/dist/rules/prefer-module-scope-constants.d.ts.map +0 -1
- package/dist/rules/prefer-pascal-case-enums.d.ts.map +0 -1
- package/dist/rules/prefer-pattern-replacements.d.ts.map +0 -1
- package/dist/rules/prefer-sequence-overloads.d.ts.map +0 -1
- package/dist/rules/prefer-singular-enums.d.ts.map +0 -1
- package/dist/rules/prefer-udim2-shorthand.d.ts.map +0 -1
- package/dist/rules/react-hooks-strict-return.d.ts.map +0 -1
- package/dist/rules/require-named-effect-functions.d.ts.map +0 -1
- package/dist/rules/require-paired-calls.d.ts.map +0 -1
- package/dist/rules/require-react-component-keys.d.ts.map +0 -1
- package/dist/rules/require-react-display-names.d.ts.map +0 -1
- package/dist/rules/strict-component-boundaries.d.ts.map +0 -1
- package/dist/rules/use-exhaustive-dependencies.d.ts.map +0 -1
- package/dist/rules/use-hook-at-top-level.d.ts.map +0 -1
- package/dist/utilities/casing-utilities.d.ts.map +0 -1
- package/dist/utilities/configure-utilities.d.ts.map +0 -1
- package/dist/utilities/create-rule.d.ts.map +0 -1
- package/dist/utilities/format-utilities.d.ts.map +0 -1
- package/dist/utilities/pattern-replacement/constant-folder.d.ts.map +0 -1
- package/dist/utilities/pattern-replacement/index.d.ts.map +0 -1
- package/dist/utilities/pattern-replacement/pattern-matcher.d.ts.map +0 -1
- package/dist/utilities/pattern-replacement/pattern-parser.d.ts.map +0 -1
- package/dist/utilities/pattern-replacement/pattern-types.d.ts.map +0 -1
- package/dist/utilities/pattern-replacement/replacement-generator.d.ts.map +0 -1
- package/dist/utilities/resolve-import.d.ts.map +0 -1
package/dist/oxfmt-sync.d.ts
CHANGED
|
@@ -2,4 +2,3 @@ import type { FormatOptions } from "./oxfmt-worker";
|
|
|
2
2
|
export declare function __testingResolveWorkerPath(baseUrl: string | URL, exists: (path: string) => boolean): URL;
|
|
3
3
|
export declare function formatSync(fileName: string, sourceText: string, options?: FormatOptions): string;
|
|
4
4
|
export declare function terminateWorker(): void;
|
|
5
|
-
//# sourceMappingURL=oxfmt-sync.d.ts.map
|
package/dist/oxfmt-worker.d.ts
CHANGED
package/dist/oxfmt-worker.js
CHANGED
|
@@ -33,4 +33,3 @@ export declare function createFormatCache(limit?: number): FormatCache;
|
|
|
33
33
|
export declare function createFastFormatRule(options?: FastFormatOptions): Rule.RuleModule;
|
|
34
34
|
declare const fastFormat: Rule.RuleModule;
|
|
35
35
|
export default fastFormat;
|
|
36
|
-
//# sourceMappingURL=fast-format.d.ts.map
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { ESLintUtils } from "@typescript-eslint/utils";
|
|
2
|
+
import type { EnvironmentMode } from "../types/environment-mode";
|
|
3
|
+
export interface NoMemoChildrenOptions {
|
|
4
|
+
/**
|
|
5
|
+
* Component names to allow with children despite memo wrapper.
|
|
6
|
+
* @default []
|
|
7
|
+
*/
|
|
8
|
+
readonly allowedComponents?: ReadonlyArray<string>;
|
|
9
|
+
/**
|
|
10
|
+
* The React environment: 'roblox-ts' uses `@rbxts/react`, 'standard' uses react.
|
|
11
|
+
* @default "roblox-ts"
|
|
12
|
+
*/
|
|
13
|
+
readonly environment?: EnvironmentMode;
|
|
14
|
+
}
|
|
15
|
+
type Options = [NoMemoChildrenOptions?];
|
|
16
|
+
declare const _default: ESLintUtils.RuleModule<"memoWithChildren", Options, unknown, ESLintUtils.RuleListener> & {
|
|
17
|
+
name: string;
|
|
18
|
+
};
|
|
19
|
+
export default _default;
|
package/dist/rules/no-print.d.ts
CHANGED
package/dist/rules/no-warn.d.ts
CHANGED
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import type { TSESLint } from "@typescript-eslint/utils";
|
|
2
|
+
import type { ReadonlyRecord } from "../types/utility-types";
|
|
3
|
+
/**
|
|
4
|
+
* Configuration for classes that must be instantiated at module level.
|
|
5
|
+
*
|
|
6
|
+
* Maps class names to their expected import sources.
|
|
7
|
+
*
|
|
8
|
+
* @example
|
|
9
|
+
* ```typescript
|
|
10
|
+
* {
|
|
11
|
+
* classes: {
|
|
12
|
+
* "Log": "@rbxts/rbxts-sleitnick-log",
|
|
13
|
+
* "Server": "@rbxts/net"
|
|
14
|
+
* }
|
|
15
|
+
* }
|
|
16
|
+
* ```
|
|
17
|
+
*/
|
|
18
|
+
export interface RequireModuleLevelInstantiationOptions {
|
|
19
|
+
readonly classes: ReadonlyRecord<string, string>;
|
|
20
|
+
}
|
|
21
|
+
type Options = [RequireModuleLevelInstantiationOptions?];
|
|
22
|
+
declare const _default: TSESLint.RuleModule<"mustBeModuleLevel", Options, unknown, TSESLint.RuleListener> & {
|
|
23
|
+
name: string;
|
|
24
|
+
};
|
|
25
|
+
export default _default;
|
|
@@ -1,15 +1,12 @@
|
|
|
1
1
|
import type { Rule } from "eslint";
|
|
2
|
-
import
|
|
2
|
+
import type { EnvironmentMode } from "../types/environment-mode";
|
|
3
3
|
export interface HookConfiguration {
|
|
4
4
|
readonly allowAsync: boolean;
|
|
5
5
|
readonly name: string;
|
|
6
6
|
}
|
|
7
|
-
declare const isEnvironmentMode: Typebox.TUnion<[Typebox.TLiteral<"roblox-ts">, Typebox.TLiteral<"standard">]>;
|
|
8
|
-
export type EnvironmentMode = Typebox.Static<typeof isEnvironmentMode>;
|
|
9
7
|
export interface EffectFunctionOptions {
|
|
10
8
|
readonly environment: EnvironmentMode;
|
|
11
9
|
readonly hooks: ReadonlyArray<HookConfiguration>;
|
|
12
10
|
}
|
|
13
11
|
declare const requireNamedEffectFunctions: Rule.RuleModule;
|
|
14
12
|
export default requireNamedEffectFunctions;
|
|
15
|
-
//# sourceMappingURL=require-named-effect-functions.d.ts.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
import type { EnvironmentMode } from "../types/environment-mode";
|
|
2
2
|
export interface RequireReactDisplayNamesOptions {
|
|
3
3
|
readonly environment?: EnvironmentMode;
|
|
4
4
|
}
|
|
@@ -8,4 +8,3 @@ declare const _default: import("@typescript-eslint/utils/ts-eslint").RuleModule<
|
|
|
8
8
|
name: string;
|
|
9
9
|
};
|
|
10
10
|
export default _default;
|
|
11
|
-
//# sourceMappingURL=require-react-display-names.d.ts.map
|
|
@@ -1,5 +1,8 @@
|
|
|
1
|
-
|
|
1
|
+
interface Options {
|
|
2
|
+
readonly allow?: ReadonlyArray<string>;
|
|
3
|
+
readonly maxDepth?: number;
|
|
4
|
+
}
|
|
5
|
+
declare const _default: import("@typescript-eslint/utils/ts-eslint").RuleModule<"noReachingIntoComponent", [Options], unknown, import("@typescript-eslint/utils/ts-eslint").RuleListener> & {
|
|
2
6
|
name: string;
|
|
3
7
|
};
|
|
4
8
|
export default _default;
|
|
5
|
-
//# sourceMappingURL=strict-component-boundaries.d.ts.map
|
|
@@ -2,9 +2,11 @@ import type { BanInstancesOptions } from "../rules/ban-instances";
|
|
|
2
2
|
import type { ComplexityConfiguration } from "../rules/enforce-ianitor-check-type";
|
|
3
3
|
import type { NoGodComponentsOptions } from "../rules/no-god-components";
|
|
4
4
|
import type { NoInstanceMethodsOptions } from "../rules/no-instance-methods-without-this";
|
|
5
|
+
import type { NoMemoChildrenOptions } from "../rules/no-memo-children";
|
|
5
6
|
import type { NoShorthandOptions } from "../rules/no-shorthand-names";
|
|
6
7
|
import type { NoUselessUseSpringOptions } from "../rules/no-useless-use-spring";
|
|
7
8
|
import type { PreferEnumItemOptions } from "../rules/prefer-enum-item";
|
|
9
|
+
import type { RequireModuleLevelInstantiationOptions } from "../rules/require-module-level-instantiation";
|
|
8
10
|
import type { EffectFunctionOptions, HookConfiguration } from "../rules/require-named-effect-functions";
|
|
9
11
|
import type { PairConfiguration, RequirePairedCallsOptions } from "../rules/require-paired-calls";
|
|
10
12
|
import type { ReactKeysOptions } from "../rules/require-react-component-keys";
|
|
@@ -42,6 +44,12 @@ export declare function createComplexityConfiguration(options?: Partial<Complexi
|
|
|
42
44
|
* @returns The full options
|
|
43
45
|
*/
|
|
44
46
|
export declare function createNoInstanceMethodsOptions(options?: Partial<NoInstanceMethodsOptions>): NoInstanceMethodsOptions;
|
|
47
|
+
/**
|
|
48
|
+
* Creates options for no-memo-children rule
|
|
49
|
+
* @param options - Partial configuration options
|
|
50
|
+
* @returns The full options
|
|
51
|
+
*/
|
|
52
|
+
export declare function createNoMemoChildrenOptions(options?: Partial<NoMemoChildrenOptions>): NoMemoChildrenOptions;
|
|
45
53
|
/**
|
|
46
54
|
* Creates a no-shorthand options for no-shorthand-names rule
|
|
47
55
|
* @param options - Partial configuration options
|
|
@@ -115,4 +123,9 @@ export declare function createPreferEnumItemOptions(options?: Partial<PreferEnum
|
|
|
115
123
|
* @returns The full options
|
|
116
124
|
*/
|
|
117
125
|
export declare function createRequireReactDisplayNamesOptions(options?: Partial<RequireReactDisplayNamesOptions>): RequireReactDisplayNamesOptions;
|
|
118
|
-
|
|
126
|
+
/**
|
|
127
|
+
* Creates options for require-module-level-instantiation rule
|
|
128
|
+
* @param options - Partial configuration options
|
|
129
|
+
* @returns The full options
|
|
130
|
+
*/
|
|
131
|
+
export declare function createRequireModuleLevelInstantiationOptions(options?: Partial<RequireModuleLevelInstantiationOptions>): RequireModuleLevelInstantiationOptions;
|
|
@@ -6,4 +6,3 @@ import { ESLintUtils } from "@typescript-eslint/utils";
|
|
|
6
6
|
export declare const createRule: <Options extends readonly unknown[], MessageIds extends string>({ meta, name, ...rule }: Readonly<ESLintUtils.RuleWithMetaAndName<Options, MessageIds, unknown>>) => ESLintUtils.RuleModule<MessageIds, Options, unknown, ESLintUtils.RuleListener> & {
|
|
7
7
|
name: string;
|
|
8
8
|
};
|
|
9
|
-
//# sourceMappingURL=create-rule.d.ts.map
|
|
@@ -21,4 +21,3 @@ export declare function unwrap(node: TSESTree.Expression): TSESTree.Expression;
|
|
|
21
21
|
* @returns The evaluated constant number, or undefined if not a constant
|
|
22
22
|
*/
|
|
23
23
|
export declare function evaluateConstant(node: TSESTree.Expression): number | undefined;
|
|
24
|
-
//# sourceMappingURL=constant-folder.d.ts.map
|
|
@@ -4,4 +4,3 @@ export { parsePattern } from "./pattern-parser";
|
|
|
4
4
|
export type { ParsedPattern, Pattern, PreferPatternReplacementsOptions } from "./pattern-types";
|
|
5
5
|
export { pattern } from "./pattern-types";
|
|
6
6
|
export { generateReplacement, getReplacementIdentifier } from "./replacement-generator";
|
|
7
|
-
//# sourceMappingURL=index.d.ts.map
|
|
@@ -19,4 +19,3 @@ export declare function parseReplacement(replacement: string): ParsedReplacement
|
|
|
19
19
|
* @returns Parsed pattern structure
|
|
20
20
|
*/
|
|
21
21
|
export declare function parsePattern(match: string, replacement: string, when: Record<string, WhenCondition> | undefined): ParsedPattern;
|
|
22
|
-
//# sourceMappingURL=pattern-parser.d.ts.map
|
|
@@ -13,4 +13,3 @@ export declare function getReplacementIdentifier(replacement: ParsedReplacement)
|
|
|
13
13
|
* @returns The generated replacement text
|
|
14
14
|
*/
|
|
15
15
|
export declare function generateReplacement(replacement: ParsedReplacement, captures: ReadonlyMap<string, CapturedValue>): string;
|
|
16
|
-
//# sourceMappingURL=replacement-generator.d.ts.map
|
package/package.json
CHANGED
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"@typescript-eslint/scope-manager": "^8.52.0",
|
|
24
24
|
"@typescript-eslint/types": "^8.52.0",
|
|
25
25
|
"@typescript-eslint/utils": "^8.52.0",
|
|
26
|
-
"@typescript/native-preview": "7.0.0-dev.
|
|
26
|
+
"@typescript/native-preview": "7.0.0-dev.20260111.1",
|
|
27
27
|
"arkenv": "^0.8.3",
|
|
28
28
|
"arktype": "^2.1.29",
|
|
29
29
|
"bumpp": "^10.3.2",
|
|
@@ -42,6 +42,7 @@
|
|
|
42
42
|
"pretty-ms": "^9.3.0",
|
|
43
43
|
"simple-git-hooks": "^2.13.1",
|
|
44
44
|
"source-map": "^0.7.6",
|
|
45
|
+
"temporal-polyfill": "^0.3.0",
|
|
45
46
|
"ts-api-utils": "^2.4.0",
|
|
46
47
|
"ts-case-convert": "^2.1.0",
|
|
47
48
|
"type-fest": "^5.3.1",
|
|
@@ -84,24 +85,24 @@
|
|
|
84
85
|
"url": "git+https://github.com/howmanysmall/eslint-cease-nonsense-rules.git"
|
|
85
86
|
},
|
|
86
87
|
"scripts": {
|
|
87
|
-
"biome:ci": "
|
|
88
|
+
"biome:ci": "biome ci",
|
|
88
89
|
"build": "./scripts/build.ts",
|
|
89
|
-
"build:legacy": "
|
|
90
|
-
"dev": "
|
|
91
|
-
"format": "
|
|
92
|
-
"knip": "
|
|
93
|
-
"lint": "bun run oxc . && bun x --bun biome
|
|
94
|
-
"lint:fix": "bun run oxc . --fix && bun x --bun biome
|
|
95
|
-
"oxc": "
|
|
96
|
-
"prepare": "
|
|
90
|
+
"build:legacy": "tsgo -p tsconfig.json",
|
|
91
|
+
"dev": "tsgo -w",
|
|
92
|
+
"format": "oxfmt",
|
|
93
|
+
"knip": "knip-bun",
|
|
94
|
+
"lint": "bun run oxc . && bun x --bun biome check .",
|
|
95
|
+
"lint:fix": "bun run oxc . --fix && bun x --bun biome check . --fix",
|
|
96
|
+
"oxc": "oxlint --type-aware",
|
|
97
|
+
"prepare": "simple-git-hooks",
|
|
97
98
|
"prepublishOnly": "bun run build",
|
|
98
99
|
"release": "bumpp",
|
|
99
100
|
"test": "bun test",
|
|
100
|
-
"
|
|
101
|
-
"
|
|
101
|
+
"type-check": "tsgo --noEmit",
|
|
102
|
+
"type-check:safe": "tsc --noEmit"
|
|
102
103
|
},
|
|
103
104
|
"sideEffects": false,
|
|
104
105
|
"type": "module",
|
|
105
106
|
"types": "./dist/index.d.ts",
|
|
106
|
-
"version": "1.
|
|
107
|
+
"version": "1.16.0"
|
|
107
108
|
}
|
package/dist/index.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,oCAAoC,CAAC;AAgC9E,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,yBAAyB,CAAC;AAE9D,YAAY,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AACjE,YAAY,EAAE,uBAAuB,EAAE,MAAM,oCAAoC,CAAC;AAClF,YAAY,EAAE,sBAAsB,EAAE,MAAM,2BAA2B,CAAC;AACxE,YAAY,EAAE,oBAAoB,EAAE,MAAM,yBAAyB,CAAC;AACpE,YAAY,EAAE,wBAAwB,EAAE,MAAM,0CAA0C,CAAC;AACzF,YAAY,EAAE,kBAAkB,EAAE,MAAM,4BAA4B,CAAC;AACrE,YAAY,EAAE,yBAAyB,EAAE,MAAM,+BAA+B,CAAC;AAC/E,YAAY,EAAE,qBAAqB,EAAE,MAAM,0BAA0B,CAAC;AACtE,YAAY,EAAE,qBAAqB,EAAE,eAAe,EAAE,iBAAiB,EAAE,MAAM,wCAAwC,CAAC;AACxH,YAAY,EAAE,iBAAiB,EAAE,yBAAyB,EAAE,MAAM,8BAA8B,CAAC;AACjG,YAAY,EAAE,gBAAgB,EAAE,MAAM,sCAAsC,CAAC;AAC7E,YAAY,EAAE,+BAA+B,EAAE,MAAM,qCAAqC,CAAC;AAC3F,YAAY,EAAE,SAAS,EAAE,gCAAgC,EAAE,MAAM,qCAAqC,CAAC;AACvG,OAAO,EACN,yBAAyB,EACzB,6BAA6B,EAC7B,2BAA2B,EAC3B,uBAAuB,EACvB,4BAA4B,EAC5B,8BAA8B,EAC9B,wBAAwB,EACxB,+BAA+B,EAC/B,uBAAuB,EACvB,sCAAsC,EACtC,sBAAsB,EACtB,+BAA+B,EAC/B,qCAAqC,EACrC,sCAAsC,EACtC,8BAA8B,EAC9B,wBAAwB,GACxB,MAAM,iCAAiC,CAAC;AACzC,YAAY,EAAE,OAAO,EAAE,gCAAgC,EAAE,MAAM,iCAAiC,CAAC;AACjG,OAAO,EAAE,OAAO,EAAE,MAAM,iCAAiC,CAAC;AAyC1D;;;;;;;;;;;;;;;GAeG;AACH,QAAA,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;CAwBP,CAAC;AAEX,KAAK,YAAY,GAAG,OAAO,WAAW,CAAC;AAEvC,UAAU,MAAM;IACf,QAAQ,CAAC,KAAK,EAAE,cAAc,CAAC,MAAM,EAAE,mBAAmB,CAAC,CAAC;IAC5D,QAAQ,CAAC,OAAO,EAAE;QAAE,QAAQ,CAAC,WAAW,EAAE,YAAY,CAAA;KAAE,CAAC;CACzD;AAED,QAAA,MAAM,MAAM,EAAE,MAGJ,CAAC;AAEX,eAAe,MAAM,CAAC"}
|