@tachui/core 0.7.1-alpha → 0.8.1-alpha
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 +20 -2
- package/dist/bundles/assets.d.ts +19 -0
- package/dist/bundles/assets.d.ts.map +1 -0
- package/dist/bundles/common.d.ts +1 -1
- package/dist/bundles/common.d.ts.map +1 -1
- package/dist/bundles/context.d.ts +22 -0
- package/dist/bundles/context.d.ts.map +1 -0
- package/dist/bundles/minimal.d.ts +8 -18
- package/dist/bundles/minimal.d.ts.map +1 -1
- package/dist/bundles/production-minimal.d.ts +2 -16
- package/dist/bundles/production-minimal.d.ts.map +1 -1
- package/dist/common.js +405 -828
- package/dist/compiler/advanced-parser.d.ts.map +1 -1
- package/dist/compiler/codegen.d.ts.map +1 -1
- package/dist/compiler/index.js +6 -1387
- package/dist/compiler/parser.d.ts +1 -1
- package/dist/compiler/parser.d.ts.map +1 -1
- package/dist/compiler/plugin.d.ts.map +1 -1
- package/dist/compiler/types.d.ts +28 -0
- package/dist/compiler/types.d.ts.map +1 -1
- package/dist/component-XAzF1xqs.js +487 -0
- package/dist/component-base-x2XmHFjy.js +255 -0
- package/dist/components/index.d.ts +4 -38
- package/dist/components/index.d.ts.map +1 -1
- package/dist/components/index.js +7 -4167
- package/dist/components/wrapper.d.ts +5 -152
- package/dist/components/wrapper.d.ts.map +1 -1
- package/dist/concatenated-component-ByPl3_FF.js +2933 -0
- package/dist/constants/index.d.ts +1 -1
- package/dist/constants/layout.d.ts +47 -4
- package/dist/constants/layout.d.ts.map +1 -1
- package/dist/constants/layout.js +84 -0
- package/dist/css-classes/index.js +176 -0
- package/dist/{dom-bridge-Cx-s6Ihx.js → dom-bridge-CAa1N2zX.js} +28 -28
- package/dist/{effect-CytAc9em.js → effect-B9Knft0b.js} +3 -3
- package/dist/essential.js +397 -826
- package/dist/index-DEBd8cq7.js +1144 -0
- package/dist/index-DIvMCJQO.js +268 -0
- package/dist/index-vdsiw6gQ.js +777 -0
- package/dist/index.d.ts +9 -9
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +397 -826
- package/dist/minimal-prod.js +101 -155
- package/dist/minimal.js +118 -170
- package/dist/modifiers/background.d.ts +41 -11
- package/dist/modifiers/background.d.ts.map +1 -1
- package/dist/modifiers/base.d.ts +6 -33
- package/dist/modifiers/base.d.ts.map +1 -1
- package/dist/modifiers/base.js +487 -0
- package/dist/modifiers/builder.d.ts +103 -195
- package/dist/modifiers/builder.d.ts.map +1 -1
- package/dist/modifiers/builder.js +9 -0
- package/dist/modifiers/core.d.ts +9 -401
- package/dist/modifiers/core.d.ts.map +1 -1
- package/dist/modifiers/{utils.d.ts → factories.d.ts} +18 -5
- package/dist/modifiers/factories.d.ts.map +1 -0
- package/dist/modifiers/index.d.ts +8 -52
- package/dist/modifiers/index.d.ts.map +1 -1
- package/dist/modifiers/index.js +38 -0
- package/dist/modifiers/presets.d.ts +368 -0
- package/dist/modifiers/presets.d.ts.map +1 -0
- package/dist/modifiers/registry.js +10 -0
- package/dist/modifiers/types.d.ts +39 -211
- package/dist/modifiers/types.d.ts.map +1 -1
- package/dist/modifiers/types.js +4 -0
- package/dist/observed-object-Cos-FtjP.js +269 -0
- package/dist/performance-optimizer-stub-CtfXUwl4.js +38 -0
- package/dist/plugin-BCAdZXKq.js +1680 -0
- package/dist/plugins/index.d.ts +5 -6
- package/dist/plugins/index.d.ts.map +1 -1
- package/dist/plugins/index.js +147 -297
- package/dist/plugins/simplified-index.d.ts +5 -6
- package/dist/plugins/simplified-index.d.ts.map +1 -1
- package/dist/production-minimal-BY_gMc-l.js +2532 -0
- package/dist/reactive/index.js +96 -95
- package/dist/reactive/types.js +4 -0
- package/dist/runtime/concatenation-aria.d.ts +24 -0
- package/dist/runtime/concatenation-aria.d.ts.map +1 -0
- package/dist/runtime/concatenation-aria.js +53 -0
- package/dist/runtime/concatenation-full.d.ts +30 -0
- package/dist/runtime/concatenation-full.d.ts.map +1 -0
- package/dist/runtime/concatenation-full.js +77 -0
- package/dist/runtime/concatenation-minimal.d.ts +25 -0
- package/dist/runtime/concatenation-minimal.d.ts.map +1 -0
- package/dist/runtime/concatenation-minimal.js +40 -0
- package/dist/runtime/dom-bridge.js +5 -5
- package/dist/runtime/element-override.d.ts.map +1 -1
- package/dist/runtime/index.d.ts +0 -7
- package/dist/runtime/index.d.ts.map +1 -1
- package/dist/runtime/renderer.d.ts.map +1 -1
- package/dist/runtime/renderer.js +7 -8
- package/dist/runtime/semantic-role-manager.d.ts.map +1 -1
- package/dist/runtime/types.js +1 -0
- package/dist/{scheduler-7SvC3a21.js → scheduler-BKeqwrYE.js} +130 -130
- package/dist/validation/build-time-stub.d.ts +33 -0
- package/dist/validation/build-time-stub.d.ts.map +1 -0
- package/dist/validation/debug-tools-stub.d.ts +67 -0
- package/dist/validation/debug-tools-stub.d.ts.map +1 -0
- package/dist/validation/index.d.ts +23 -78
- package/dist/validation/index.d.ts.map +1 -1
- package/dist/validation/index.js +609 -6470
- package/dist/validation/lifecycle-validation.d.ts.map +1 -1
- package/dist/validation/performance-optimizer-stub.d.ts +50 -0
- package/dist/validation/performance-optimizer-stub.d.ts.map +1 -0
- package/dist/validation/plugin-registration.d.ts +5 -1
- package/dist/validation/plugin-registration.d.ts.map +1 -1
- package/dist/validation/production-bypass-core.d.ts +69 -0
- package/dist/validation/production-bypass-core.d.ts.map +1 -0
- package/package.json +61 -5
- package/dist/ScrollView-h-6wYMAm.js +0 -515
- package/dist/Spacer-BbteDQ9I.js +0 -5337
- package/dist/binding-CmdpowkI.js +0 -2276
- package/dist/components/BasicInput.d.ts +0 -116
- package/dist/components/BasicInput.d.ts.map +0 -1
- package/dist/components/Button.d.ts +0 -252
- package/dist/components/Button.d.ts.map +0 -1
- package/dist/components/Divider.d.ts +0 -141
- package/dist/components/Divider.d.ts.map +0 -1
- package/dist/components/EnhancedLink.d.ts +0 -365
- package/dist/components/EnhancedLink.d.ts.map +0 -1
- package/dist/components/Form.d.ts +0 -141
- package/dist/components/Form.d.ts.map +0 -1
- package/dist/components/Grid.d.ts +0 -698
- package/dist/components/Grid.d.ts.map +0 -1
- package/dist/components/GridResponsive.d.ts +0 -214
- package/dist/components/GridResponsive.d.ts.map +0 -1
- package/dist/components/Image.d.ts +0 -162
- package/dist/components/Image.d.ts.map +0 -1
- package/dist/components/List.d.ts +0 -287
- package/dist/components/List.d.ts.map +0 -1
- package/dist/components/Menu.d.ts +0 -159
- package/dist/components/Menu.d.ts.map +0 -1
- package/dist/components/Picker.d.ts +0 -153
- package/dist/components/Picker.d.ts.map +0 -1
- package/dist/components/ScrollView.d.ts +0 -222
- package/dist/components/ScrollView.d.ts.map +0 -1
- package/dist/components/Section.d.ts +0 -153
- package/dist/components/Section.d.ts.map +0 -1
- package/dist/components/Show.d.ts +0 -64
- package/dist/components/Show.d.ts.map +0 -1
- package/dist/components/Spacer.d.ts +0 -35
- package/dist/components/Spacer.d.ts.map +0 -1
- package/dist/components/Text.d.ts +0 -242
- package/dist/components/Text.d.ts.map +0 -1
- package/dist/components/Toggle.d.ts +0 -207
- package/dist/components/Toggle.d.ts.map +0 -1
- package/dist/concatenated-component-DPcl2TEO.js +0 -6779
- package/dist/context--zQFIImS.js +0 -283
- package/dist/debug/index.d.ts +0 -61
- package/dist/debug/index.d.ts.map +0 -1
- package/dist/debug.js +0 -178
- package/dist/developer-experience/enhanced-errors.d.ts +0 -128
- package/dist/developer-experience/enhanced-errors.d.ts.map +0 -1
- package/dist/developer-experience/enhanced-types.d.ts +0 -281
- package/dist/developer-experience/enhanced-types.d.ts.map +0 -1
- package/dist/developer-experience/index.d.ts +0 -44
- package/dist/developer-experience/index.d.ts.map +0 -1
- package/dist/index-Nfi2SBQh.js +0 -3268
- package/dist/modifiers/attributes.d.ts +0 -203
- package/dist/modifiers/attributes.d.ts.map +0 -1
- package/dist/modifiers/backdrop.d.ts +0 -59
- package/dist/modifiers/backdrop.d.ts.map +0 -1
- package/dist/modifiers/border.d.ts +0 -217
- package/dist/modifiers/border.d.ts.map +0 -1
- package/dist/modifiers/effects.d.ts +0 -159
- package/dist/modifiers/effects.d.ts.map +0 -1
- package/dist/modifiers/elements.d.ts +0 -240
- package/dist/modifiers/elements.d.ts.map +0 -1
- package/dist/modifiers/filters.d.ts +0 -275
- package/dist/modifiers/filters.d.ts.map +0 -1
- package/dist/modifiers/flexbox.d.ts +0 -82
- package/dist/modifiers/flexbox.d.ts.map +0 -1
- package/dist/modifiers/font.d.ts +0 -71
- package/dist/modifiers/font.d.ts.map +0 -1
- package/dist/modifiers/grid.d.ts +0 -92
- package/dist/modifiers/grid.d.ts.map +0 -1
- package/dist/modifiers/margin.d.ts +0 -128
- package/dist/modifiers/margin.d.ts.map +0 -1
- package/dist/modifiers/padding.d.ts +0 -204
- package/dist/modifiers/padding.d.ts.map +0 -1
- package/dist/modifiers/responsive/advanced-utilities.d.ts +0 -118
- package/dist/modifiers/responsive/advanced-utilities.d.ts.map +0 -1
- package/dist/modifiers/responsive/breakpoints.d.ts +0 -81
- package/dist/modifiers/responsive/breakpoints.d.ts.map +0 -1
- package/dist/modifiers/responsive/css-generator.d.ts +0 -100
- package/dist/modifiers/responsive/css-generator.d.ts.map +0 -1
- package/dist/modifiers/responsive/dev-tools.d.ts +0 -107
- package/dist/modifiers/responsive/dev-tools.d.ts.map +0 -1
- package/dist/modifiers/responsive/index.d.ts +0 -29
- package/dist/modifiers/responsive/index.d.ts.map +0 -1
- package/dist/modifiers/responsive/layout-patterns.d.ts +0 -230
- package/dist/modifiers/responsive/layout-patterns.d.ts.map +0 -1
- package/dist/modifiers/responsive/performance.d.ts +0 -130
- package/dist/modifiers/responsive/performance.d.ts.map +0 -1
- package/dist/modifiers/responsive/responsive-builder.d.ts +0 -133
- package/dist/modifiers/responsive/responsive-builder.d.ts.map +0 -1
- package/dist/modifiers/responsive/responsive-modifier.d.ts +0 -123
- package/dist/modifiers/responsive/responsive-modifier.d.ts.map +0 -1
- package/dist/modifiers/responsive/types.d.ts +0 -183
- package/dist/modifiers/responsive/types.d.ts.map +0 -1
- package/dist/modifiers/responsive/utilities.d.ts +0 -149
- package/dist/modifiers/responsive/utilities.d.ts.map +0 -1
- package/dist/modifiers/scroll.d.ts +0 -143
- package/dist/modifiers/scroll.d.ts.map +0 -1
- package/dist/modifiers/shadows.d.ts +0 -114
- package/dist/modifiers/shadows.d.ts.map +0 -1
- package/dist/modifiers/size.d.ts +0 -113
- package/dist/modifiers/size.d.ts.map +0 -1
- package/dist/modifiers/text.d.ts +0 -147
- package/dist/modifiers/text.d.ts.map +0 -1
- package/dist/modifiers/transformations.d.ts +0 -329
- package/dist/modifiers/transformations.d.ts.map +0 -1
- package/dist/modifiers/transitions.d.ts +0 -98
- package/dist/modifiers/transitions.d.ts.map +0 -1
- package/dist/modifiers/typography.d.ts +0 -192
- package/dist/modifiers/typography.d.ts.map +0 -1
- package/dist/modifiers/utility.d.ts +0 -69
- package/dist/modifiers/utility.d.ts.map +0 -1
- package/dist/modifiers/utils.d.ts.map +0 -1
- package/dist/plugins/simplified-error-handler.d.ts +0 -83
- package/dist/plugins/simplified-error-handler.d.ts.map +0 -1
- package/dist/runtime/dev-tools.d.ts +0 -240
- package/dist/runtime/dev-tools.d.ts.map +0 -1
- package/dist/runtime/development-warnings.d.ts +0 -42
- package/dist/runtime/development-warnings.d.ts.map +0 -1
- package/dist/runtime/error-boundary.d.ts +0 -302
- package/dist/runtime/error-boundary.d.ts.map +0 -1
- package/dist/runtime/error-recovery.d.ts +0 -267
- package/dist/runtime/error-recovery.d.ts.map +0 -1
- package/dist/runtime/error-reporting.d.ts +0 -287
- package/dist/runtime/error-reporting.d.ts.map +0 -1
- package/dist/runtime/error-utils.d.ts +0 -204
- package/dist/runtime/error-utils.d.ts.map +0 -1
- package/dist/runtime/performance.d.ts +0 -217
- package/dist/runtime/performance.d.ts.map +0 -1
- package/dist/sui-compat.d.ts +0 -110
- package/dist/sui-compat.d.ts.map +0 -1
- package/dist/validation/advanced-debugging.d.ts +0 -319
- package/dist/validation/advanced-debugging.d.ts.map +0 -1
- package/dist/validation/build-time/detection.d.ts +0 -32
- package/dist/validation/build-time/detection.d.ts.map +0 -1
- package/dist/validation/build-time/index.d.ts +0 -84
- package/dist/validation/build-time/index.d.ts.map +0 -1
- package/dist/validation/build-time/plugins.d.ts +0 -75
- package/dist/validation/build-time/plugins.d.ts.map +0 -1
- package/dist/validation/build-time/rules.d.ts +0 -73
- package/dist/validation/build-time/rules.d.ts.map +0 -1
- package/dist/validation/build-time/transformer.d.ts +0 -23
- package/dist/validation/build-time/transformer.d.ts.map +0 -1
- package/dist/validation/build-time/types.d.ts +0 -212
- package/dist/validation/build-time/types.d.ts.map +0 -1
- package/dist/validation/comprehensive.d.ts +0 -160
- package/dist/validation/comprehensive.d.ts.map +0 -1
- package/dist/validation/debug-tools.d.ts +0 -251
- package/dist/validation/debug-tools.d.ts.map +0 -1
- package/dist/validation/developer-experience.d.ts +0 -243
- package/dist/validation/developer-experience.d.ts.map +0 -1
- package/dist/validation/documentation-integration.d.ts +0 -269
- package/dist/validation/documentation-integration.d.ts.map +0 -1
- package/dist/validation/enhanced-runtime.d.ts +0 -279
- package/dist/validation/enhanced-runtime.d.ts.map +0 -1
- package/dist/validation/error-reporting.d.ts +0 -186
- package/dist/validation/error-reporting.d.ts.map +0 -1
- package/dist/validation/ide-integration.d.ts +0 -328
- package/dist/validation/ide-integration.d.ts.map +0 -1
- package/dist/validation/performance-optimizer.d.ts +0 -218
- package/dist/validation/performance-optimizer.d.ts.map +0 -1
- package/dist/validation/production-bypass.d.ts +0 -175
- package/dist/validation/production-bypass.d.ts.map +0 -1
- package/dist/validation/simple.d.ts +0 -111
- package/dist/validation/simple.d.ts.map +0 -1
- package/dist/viewport/adapters/web-adapter.d.ts +0 -227
- package/dist/viewport/adapters/web-adapter.d.ts.map +0 -1
- package/dist/viewport/components.d.ts +0 -131
- package/dist/viewport/components.d.ts.map +0 -1
- package/dist/viewport/environment.d.ts +0 -75
- package/dist/viewport/environment.d.ts.map +0 -1
- package/dist/viewport/index.d.ts +0 -138
- package/dist/viewport/index.d.ts.map +0 -1
- package/dist/viewport/index.js +0 -2085
- package/dist/viewport/platform-detection.d.ts +0 -59
- package/dist/viewport/platform-detection.d.ts.map +0 -1
- package/dist/viewport/types.d.ts +0 -301
- package/dist/viewport/types.d.ts.map +0 -1
- package/dist/viewport/viewport-manager.d.ts +0 -118
- package/dist/viewport/viewport-manager.d.ts.map +0 -1
|
@@ -1,160 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Comprehensive Validation System
|
|
3
|
-
*
|
|
4
|
-
* Complete validation coverage for all TachUI components across
|
|
5
|
-
* Core, Forms, Navigation, and Symbols packages with plugin support.
|
|
6
|
-
*/
|
|
7
|
-
import type { ComponentInstance } from '../runtime/types';
|
|
8
|
-
/**
|
|
9
|
-
* Enhanced validation error class
|
|
10
|
-
*/
|
|
11
|
-
export declare class TachUIValidationError extends Error {
|
|
12
|
-
context: {
|
|
13
|
-
component: string;
|
|
14
|
-
property?: string;
|
|
15
|
-
suggestion?: string;
|
|
16
|
-
documentation?: string;
|
|
17
|
-
example?: {
|
|
18
|
-
wrong: string;
|
|
19
|
-
correct: string;
|
|
20
|
-
};
|
|
21
|
-
package?: string;
|
|
22
|
-
};
|
|
23
|
-
constructor(message: string, context: {
|
|
24
|
-
component: string;
|
|
25
|
-
property?: string;
|
|
26
|
-
suggestion?: string;
|
|
27
|
-
documentation?: string;
|
|
28
|
-
example?: {
|
|
29
|
-
wrong: string;
|
|
30
|
-
correct: string;
|
|
31
|
-
};
|
|
32
|
-
package?: string;
|
|
33
|
-
});
|
|
34
|
-
getFormattedMessage(): string;
|
|
35
|
-
}
|
|
36
|
-
/**
|
|
37
|
-
* Validation configuration
|
|
38
|
-
*/
|
|
39
|
-
export interface ValidationConfig {
|
|
40
|
-
enabled: boolean;
|
|
41
|
-
strictMode: boolean;
|
|
42
|
-
errorLevel: 'error' | 'warn' | 'info';
|
|
43
|
-
excludeFiles: string[];
|
|
44
|
-
packages: {
|
|
45
|
-
core: boolean;
|
|
46
|
-
forms: boolean;
|
|
47
|
-
navigation: boolean;
|
|
48
|
-
symbols: boolean;
|
|
49
|
-
plugins: boolean;
|
|
50
|
-
};
|
|
51
|
-
}
|
|
52
|
-
/**
|
|
53
|
-
* Component validator interface
|
|
54
|
-
*/
|
|
55
|
-
export interface ComponentValidator {
|
|
56
|
-
packageName: string;
|
|
57
|
-
componentName: string;
|
|
58
|
-
validate: (args: unknown[]) => void;
|
|
59
|
-
validateModifier?: (modifierName: string, args: unknown[]) => void;
|
|
60
|
-
}
|
|
61
|
-
/**
|
|
62
|
-
* Configure validation settings
|
|
63
|
-
*/
|
|
64
|
-
export declare function configureValidation(config: Partial<ValidationConfig>): void;
|
|
65
|
-
/**
|
|
66
|
-
* Check if validation is enabled
|
|
67
|
-
*/
|
|
68
|
-
export declare function isValidationEnabled(): boolean;
|
|
69
|
-
/**
|
|
70
|
-
* Core Components Validation
|
|
71
|
-
*/
|
|
72
|
-
export declare const CoreComponentValidation: {
|
|
73
|
-
validateText(args: unknown[]): void;
|
|
74
|
-
validateButton(args: unknown[]): void;
|
|
75
|
-
validateImage(args: unknown[]): void;
|
|
76
|
-
validateToggle(args: unknown[]): void;
|
|
77
|
-
validateSlider(args: unknown[]): void;
|
|
78
|
-
validatePicker(args: unknown[]): void;
|
|
79
|
-
validateStack(componentType: string, args: unknown[]): void;
|
|
80
|
-
validateList(args: unknown[]): void;
|
|
81
|
-
validateScrollView(args: unknown[]): void;
|
|
82
|
-
validateAlert(args: unknown[]): void;
|
|
83
|
-
validateMenu(args: unknown[]): void;
|
|
84
|
-
validateDatePicker(args: unknown[]): void;
|
|
85
|
-
validateActionSheet(args: unknown[]): void;
|
|
86
|
-
validateDivider(args: unknown[]): void;
|
|
87
|
-
validateSpacer(args: unknown[]): void;
|
|
88
|
-
validateSection(args: unknown[]): void;
|
|
89
|
-
validateShow(args: unknown[]): void;
|
|
90
|
-
validateLink(args: unknown[]): void;
|
|
91
|
-
validateStepper(args: unknown[]): void;
|
|
92
|
-
validateBasicInput(args: unknown[]): void;
|
|
93
|
-
validateBasicForm(args: unknown[]): void;
|
|
94
|
-
validatePropsObject(componentName: string, args: unknown[], docUrl?: string): void;
|
|
95
|
-
};
|
|
96
|
-
/**
|
|
97
|
-
* Plugin Component Validation
|
|
98
|
-
*/
|
|
99
|
-
export declare const PluginComponentValidation: {
|
|
100
|
-
/**
|
|
101
|
-
* Validate plugin component
|
|
102
|
-
*/
|
|
103
|
-
validatePluginComponent(packageName: string, componentName: string, args: unknown[]): void;
|
|
104
|
-
};
|
|
105
|
-
/**
|
|
106
|
-
* Enhanced modifier validation functions
|
|
107
|
-
*/
|
|
108
|
-
export declare const ModifierValidation: {
|
|
109
|
-
/**
|
|
110
|
-
* Validate modifier usage with package awareness
|
|
111
|
-
*/
|
|
112
|
-
validateModifier(packageName: string, componentType: string, modifierName: string, args?: unknown[]): void;
|
|
113
|
-
};
|
|
114
|
-
/**
|
|
115
|
-
* Validation utilities
|
|
116
|
-
*/
|
|
117
|
-
export declare const ValidationUtils: {
|
|
118
|
-
/**
|
|
119
|
-
* Enable validation
|
|
120
|
-
*/
|
|
121
|
-
enable(enabled?: boolean): void;
|
|
122
|
-
/**
|
|
123
|
-
* Enable strict mode
|
|
124
|
-
*/
|
|
125
|
-
enableStrictMode(): void;
|
|
126
|
-
/**
|
|
127
|
-
* Set error level
|
|
128
|
-
*/
|
|
129
|
-
setErrorLevel(level: "error" | "warn" | "info"): void;
|
|
130
|
-
/**
|
|
131
|
-
* Configure package validation
|
|
132
|
-
*/
|
|
133
|
-
configurePackages(packages: Partial<ValidationConfig["packages"]>): void;
|
|
134
|
-
/**
|
|
135
|
-
* Test validation system
|
|
136
|
-
*/
|
|
137
|
-
test(): void;
|
|
138
|
-
/**
|
|
139
|
-
* Get validation stats
|
|
140
|
-
*/
|
|
141
|
-
getStats(): {
|
|
142
|
-
enabled: boolean;
|
|
143
|
-
config: ValidationConfig;
|
|
144
|
-
coreComponents: number;
|
|
145
|
-
pluginValidators: any;
|
|
146
|
-
packages: {
|
|
147
|
-
core: boolean;
|
|
148
|
-
forms: boolean;
|
|
149
|
-
navigation: boolean;
|
|
150
|
-
symbols: boolean;
|
|
151
|
-
plugins: boolean;
|
|
152
|
-
};
|
|
153
|
-
pluginStats: any;
|
|
154
|
-
};
|
|
155
|
-
};
|
|
156
|
-
/**
|
|
157
|
-
* Create validated component wrapper with package support
|
|
158
|
-
*/
|
|
159
|
-
export declare function createValidatedComponent<T extends ComponentInstance>(originalConstructor: (...args: any[]) => T, validator: (args: unknown[]) => void, componentType: string, packageName?: string): (...args: any[]) => T;
|
|
160
|
-
//# sourceMappingURL=comprehensive.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"comprehensive.d.ts","sourceRoot":"","sources":["../../src/validation/comprehensive.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,251 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Validation Debugging Tools - Phase 1C
|
|
3
|
-
*
|
|
4
|
-
* Comprehensive debugging helpers, diagnostic tools, validation inspector,
|
|
5
|
-
* and developer utilities for analyzing validation behavior.
|
|
6
|
-
*/
|
|
7
|
-
import type { ComponentInstance } from '../runtime/types';
|
|
8
|
-
/**
|
|
9
|
-
* Debug session information
|
|
10
|
-
*/
|
|
11
|
-
export interface DebugSession {
|
|
12
|
-
id: string;
|
|
13
|
-
startTime: number;
|
|
14
|
-
endTime?: number;
|
|
15
|
-
validationEvents: DebugEvent[];
|
|
16
|
-
components: ComponentDebugInfo[];
|
|
17
|
-
errors: any[];
|
|
18
|
-
performance: PerformanceSnapshot;
|
|
19
|
-
}
|
|
20
|
-
/**
|
|
21
|
-
* Debug event types
|
|
22
|
-
*/
|
|
23
|
-
export type ValidationDebugEventType = 'validation-start' | 'validation-end' | 'validation-error' | 'validation-recovery' | 'component-mount' | 'component-update' | 'component-unmount' | 'cache-hit' | 'cache-miss' | 'performance-warning';
|
|
24
|
-
/**
|
|
25
|
-
* Debug event
|
|
26
|
-
*/
|
|
27
|
-
export interface DebugEvent {
|
|
28
|
-
id: string;
|
|
29
|
-
type: ValidationDebugEventType;
|
|
30
|
-
timestamp: number;
|
|
31
|
-
componentType?: string;
|
|
32
|
-
componentId?: string;
|
|
33
|
-
message: string;
|
|
34
|
-
data?: any;
|
|
35
|
-
performance?: {
|
|
36
|
-
duration: number;
|
|
37
|
-
memory?: number;
|
|
38
|
-
};
|
|
39
|
-
}
|
|
40
|
-
/**
|
|
41
|
-
* Component debug information
|
|
42
|
-
*/
|
|
43
|
-
export interface ComponentDebugInfo {
|
|
44
|
-
type: string;
|
|
45
|
-
id: string;
|
|
46
|
-
props: any;
|
|
47
|
-
lifecycle: {
|
|
48
|
-
constructed: number;
|
|
49
|
-
mounted?: number;
|
|
50
|
-
lastUpdate?: number;
|
|
51
|
-
unmounted?: number;
|
|
52
|
-
};
|
|
53
|
-
validation: {
|
|
54
|
-
passed: boolean;
|
|
55
|
-
errors: string[];
|
|
56
|
-
warnings: string[];
|
|
57
|
-
};
|
|
58
|
-
performance: {
|
|
59
|
-
constructionTime: number;
|
|
60
|
-
mountTime?: number;
|
|
61
|
-
updateTimes: number[];
|
|
62
|
-
};
|
|
63
|
-
}
|
|
64
|
-
/**
|
|
65
|
-
* Performance snapshot
|
|
66
|
-
*/
|
|
67
|
-
export interface PerformanceSnapshot {
|
|
68
|
-
totalValidations: number;
|
|
69
|
-
averageValidationTime: number;
|
|
70
|
-
cacheHitRate: number;
|
|
71
|
-
memoryUsage: number;
|
|
72
|
-
slowOperations: Array<{
|
|
73
|
-
operation: string;
|
|
74
|
-
time: number;
|
|
75
|
-
}>;
|
|
76
|
-
}
|
|
77
|
-
/**
|
|
78
|
-
* Validation debugging inspector
|
|
79
|
-
*/
|
|
80
|
-
export declare class ValidationDebugger {
|
|
81
|
-
private static instance;
|
|
82
|
-
private sessions;
|
|
83
|
-
private currentSession;
|
|
84
|
-
private eventListeners;
|
|
85
|
-
private componentRegistry;
|
|
86
|
-
static getInstance(): ValidationDebugger;
|
|
87
|
-
/**
|
|
88
|
-
* Start a debugging session
|
|
89
|
-
*/
|
|
90
|
-
startSession(sessionId?: string): string;
|
|
91
|
-
/**
|
|
92
|
-
* End the current debugging session
|
|
93
|
-
*/
|
|
94
|
-
endSession(): DebugSession | null;
|
|
95
|
-
/**
|
|
96
|
-
* Log a debug event
|
|
97
|
-
*/
|
|
98
|
-
logEvent(type: ValidationDebugEventType, message: string, data?: any): void;
|
|
99
|
-
/**
|
|
100
|
-
* Register component for debugging
|
|
101
|
-
*/
|
|
102
|
-
registerComponent(_component: ComponentInstance, type: string, props: any): string;
|
|
103
|
-
/**
|
|
104
|
-
* Update component debug info
|
|
105
|
-
*/
|
|
106
|
-
updateComponent(componentId: string, phase: 'mount' | 'update' | 'unmount', data?: any): void;
|
|
107
|
-
/**
|
|
108
|
-
* Record validation error for debugging
|
|
109
|
-
*/
|
|
110
|
-
recordValidationError(error: any, componentId?: string): void;
|
|
111
|
-
/**
|
|
112
|
-
* Record validation recovery
|
|
113
|
-
*/
|
|
114
|
-
recordRecovery(strategy: string, componentId?: string, originalError?: string): void;
|
|
115
|
-
/**
|
|
116
|
-
* Add event listener
|
|
117
|
-
*/
|
|
118
|
-
addEventListener(type: ValidationDebugEventType, listener: (event: DebugEvent) => void): void;
|
|
119
|
-
/**
|
|
120
|
-
* Remove event listener
|
|
121
|
-
*/
|
|
122
|
-
removeEventListener(type: ValidationDebugEventType, listener: Function): void;
|
|
123
|
-
/**
|
|
124
|
-
* Get session by ID
|
|
125
|
-
*/
|
|
126
|
-
getSession(sessionId: string): DebugSession | undefined;
|
|
127
|
-
/**
|
|
128
|
-
* Get current session
|
|
129
|
-
*/
|
|
130
|
-
getCurrentSession(): DebugSession | null;
|
|
131
|
-
/**
|
|
132
|
-
* Get all sessions
|
|
133
|
-
*/
|
|
134
|
-
getAllSessions(): DebugSession[];
|
|
135
|
-
/**
|
|
136
|
-
* Search events by criteria
|
|
137
|
-
*/
|
|
138
|
-
searchEvents(criteria: {
|
|
139
|
-
type?: ValidationDebugEventType;
|
|
140
|
-
componentType?: string;
|
|
141
|
-
timeRange?: {
|
|
142
|
-
start: number;
|
|
143
|
-
end: number;
|
|
144
|
-
};
|
|
145
|
-
messageContains?: string;
|
|
146
|
-
}): DebugEvent[];
|
|
147
|
-
/**
|
|
148
|
-
* Get component analysis
|
|
149
|
-
*/
|
|
150
|
-
analyzeComponent(componentId: string): ComponentDebugInfo | null;
|
|
151
|
-
/**
|
|
152
|
-
* Capture performance snapshot
|
|
153
|
-
*/
|
|
154
|
-
private capturePerformanceSnapshot;
|
|
155
|
-
/**
|
|
156
|
-
* Get memory usage if available
|
|
157
|
-
*/
|
|
158
|
-
private getMemoryUsage;
|
|
159
|
-
/**
|
|
160
|
-
* Print session summary
|
|
161
|
-
*/
|
|
162
|
-
private printSessionSummary;
|
|
163
|
-
/**
|
|
164
|
-
* Export session data
|
|
165
|
-
*/
|
|
166
|
-
exportSession(sessionId: string): string;
|
|
167
|
-
/**
|
|
168
|
-
* Clear all sessions
|
|
169
|
-
*/
|
|
170
|
-
clearSessions(): void;
|
|
171
|
-
}
|
|
172
|
-
/**
|
|
173
|
-
* Validation inspector for real-time analysis
|
|
174
|
-
*/
|
|
175
|
-
export declare class ValidationInspector {
|
|
176
|
-
private watchers;
|
|
177
|
-
private validationDebugger;
|
|
178
|
-
/**
|
|
179
|
-
* Watch for validation events
|
|
180
|
-
*/
|
|
181
|
-
watch(pattern: string | RegExp, callback: (event: DebugEvent) => void): string;
|
|
182
|
-
/**
|
|
183
|
-
* Stop watching
|
|
184
|
-
*/
|
|
185
|
-
unwatch(watcherId: string): void;
|
|
186
|
-
/**
|
|
187
|
-
* Watch for specific component issues
|
|
188
|
-
*/
|
|
189
|
-
watchComponent(componentType: string, callback: (event: DebugEvent) => void): string;
|
|
190
|
-
/**
|
|
191
|
-
* Watch for performance issues
|
|
192
|
-
*/
|
|
193
|
-
watchPerformance(threshold: number, callback: (event: DebugEvent) => void): string;
|
|
194
|
-
/**
|
|
195
|
-
* Watch for errors
|
|
196
|
-
*/
|
|
197
|
-
watchErrors(callback: (event: DebugEvent) => void): string;
|
|
198
|
-
/**
|
|
199
|
-
* Get real-time statistics
|
|
200
|
-
*/
|
|
201
|
-
getRealTimeStats(): {
|
|
202
|
-
activeSession: string;
|
|
203
|
-
recentEvents: number;
|
|
204
|
-
totalComponents: number;
|
|
205
|
-
totalErrors: number;
|
|
206
|
-
lastActivity: number;
|
|
207
|
-
} | null;
|
|
208
|
-
}
|
|
209
|
-
/**
|
|
210
|
-
* Debug console helper
|
|
211
|
-
*/
|
|
212
|
-
export declare class DebugConsole {
|
|
213
|
-
private static commands;
|
|
214
|
-
/**
|
|
215
|
-
* Register debug commands
|
|
216
|
-
*/
|
|
217
|
-
static init(): void;
|
|
218
|
-
/**
|
|
219
|
-
* Register a debug command
|
|
220
|
-
*/
|
|
221
|
-
static registerCommand(name: string, handler: Function): void;
|
|
222
|
-
/**
|
|
223
|
-
* Execute a debug command
|
|
224
|
-
*/
|
|
225
|
-
static executeCommand(name: string, ...args: any[]): any;
|
|
226
|
-
/**
|
|
227
|
-
* Create debug API for browser console
|
|
228
|
-
*/
|
|
229
|
-
private static createDebugAPI;
|
|
230
|
-
}
|
|
231
|
-
export declare const validationDebugger: ValidationDebugger;
|
|
232
|
-
export declare const validationInspector: ValidationInspector;
|
|
233
|
-
export declare const ValidationDebugUtils: {
|
|
234
|
-
startSession: (sessionId?: string) => string;
|
|
235
|
-
endSession: () => DebugSession | null;
|
|
236
|
-
logEvent: (type: ValidationDebugEventType, message: string, data?: any) => void;
|
|
237
|
-
watch: (pattern: string | RegExp, callback: (event: DebugEvent) => void) => string;
|
|
238
|
-
watchComponent: (type: string, callback: (event: DebugEvent) => void) => string;
|
|
239
|
-
watchErrors: (callback: (event: DebugEvent) => void) => string;
|
|
240
|
-
getRealTimeStats: () => {
|
|
241
|
-
activeSession: string;
|
|
242
|
-
recentEvents: number;
|
|
243
|
-
totalComponents: number;
|
|
244
|
-
totalErrors: number;
|
|
245
|
-
lastActivity: number;
|
|
246
|
-
} | null;
|
|
247
|
-
analyzeComponent: (componentId: string) => ComponentDebugInfo | null;
|
|
248
|
-
exportSession: (sessionId: string) => string;
|
|
249
|
-
test: () => void;
|
|
250
|
-
};
|
|
251
|
-
//# sourceMappingURL=debug-tools.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"debug-tools.d.ts","sourceRoot":"","sources":["../../src/validation/debug-tools.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,243 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Developer Experience Integration - Phase 1D
|
|
3
|
-
*
|
|
4
|
-
* Enhanced error message templates, intelligent fix suggestions,
|
|
5
|
-
* and comprehensive developer guidance system.
|
|
6
|
-
*/
|
|
7
|
-
import type { ValidationErrorCategory, ValidationErrorSeverity } from './error-reporting';
|
|
8
|
-
import { EnhancedValidationError } from './enhanced-runtime';
|
|
9
|
-
/**
|
|
10
|
-
* Intelligent fix suggestion with automated repair capability
|
|
11
|
-
*/
|
|
12
|
-
export interface IntelligentFixSuggestion {
|
|
13
|
-
id: string;
|
|
14
|
-
title: string;
|
|
15
|
-
description: string;
|
|
16
|
-
difficulty: 'easy' | 'medium' | 'hard';
|
|
17
|
-
confidence: number;
|
|
18
|
-
category: 'syntax' | 'logic' | 'performance' | 'accessibility' | 'best-practice';
|
|
19
|
-
before: string;
|
|
20
|
-
after: string;
|
|
21
|
-
canAutoFix: boolean;
|
|
22
|
-
autoFix?: () => string;
|
|
23
|
-
learnMore?: {
|
|
24
|
-
documentation: string;
|
|
25
|
-
examples: string[];
|
|
26
|
-
videoTutorial?: string;
|
|
27
|
-
};
|
|
28
|
-
relatedFixes: string[];
|
|
29
|
-
}
|
|
30
|
-
/**
|
|
31
|
-
* Enhanced error message template with rich formatting
|
|
32
|
-
*/
|
|
33
|
-
export interface DeveloperErrorMessageTemplate {
|
|
34
|
-
id: string;
|
|
35
|
-
title: string;
|
|
36
|
-
description: string;
|
|
37
|
-
severity: ValidationErrorSeverity;
|
|
38
|
-
category: ValidationErrorCategory;
|
|
39
|
-
emoji: string;
|
|
40
|
-
color: string;
|
|
41
|
-
quickFix: string;
|
|
42
|
-
explanation: string;
|
|
43
|
-
prevention: string;
|
|
44
|
-
suggestions: IntelligentFixSuggestion[];
|
|
45
|
-
examples: {
|
|
46
|
-
wrong: CodeExample[];
|
|
47
|
-
correct: CodeExample[];
|
|
48
|
-
};
|
|
49
|
-
documentation: {
|
|
50
|
-
primary: string;
|
|
51
|
-
related: string[];
|
|
52
|
-
apiReference?: string;
|
|
53
|
-
};
|
|
54
|
-
context: {
|
|
55
|
-
component?: string;
|
|
56
|
-
modifier?: string;
|
|
57
|
-
package?: string;
|
|
58
|
-
commonCause: string[];
|
|
59
|
-
};
|
|
60
|
-
}
|
|
61
|
-
/**
|
|
62
|
-
* Code example with syntax highlighting metadata
|
|
63
|
-
*/
|
|
64
|
-
export interface CodeExample {
|
|
65
|
-
code: string;
|
|
66
|
-
language: 'typescript' | 'javascript' | 'tsx' | 'jsx';
|
|
67
|
-
title: string;
|
|
68
|
-
description?: string;
|
|
69
|
-
highlights?: {
|
|
70
|
-
line: number;
|
|
71
|
-
type: 'error' | 'warning' | 'info' | 'success';
|
|
72
|
-
message: string;
|
|
73
|
-
}[];
|
|
74
|
-
}
|
|
75
|
-
/**
|
|
76
|
-
* Developer experience configuration
|
|
77
|
-
*/
|
|
78
|
-
export interface DeveloperExperienceConfig {
|
|
79
|
-
verbosity: 'minimal' | 'standard' | 'detailed' | 'comprehensive';
|
|
80
|
-
showEmojis: boolean;
|
|
81
|
-
showColors: boolean;
|
|
82
|
-
showCodeExamples: boolean;
|
|
83
|
-
showDocumentationLinks: boolean;
|
|
84
|
-
enableAutoFix: boolean;
|
|
85
|
-
suggestionCount: number;
|
|
86
|
-
minConfidenceScore: number;
|
|
87
|
-
enableInlineHelp: boolean;
|
|
88
|
-
enableHoverInfo: boolean;
|
|
89
|
-
enableQuickActions: boolean;
|
|
90
|
-
showLearningTips: boolean;
|
|
91
|
-
trackProgress: boolean;
|
|
92
|
-
personalization: boolean;
|
|
93
|
-
}
|
|
94
|
-
/**
|
|
95
|
-
* Comprehensive error message templates database
|
|
96
|
-
*/
|
|
97
|
-
export declare const errorMessageTemplates: Record<string, DeveloperErrorMessageTemplate>;
|
|
98
|
-
/**
|
|
99
|
-
* Intelligent fix suggestion engine
|
|
100
|
-
*/
|
|
101
|
-
export declare class FixSuggestionEngine {
|
|
102
|
-
private suggestionDatabase;
|
|
103
|
-
private usageTracker;
|
|
104
|
-
constructor();
|
|
105
|
-
/**
|
|
106
|
-
* Get intelligent fix suggestions for a given error
|
|
107
|
-
*/
|
|
108
|
-
getSuggestions(errorType: string, _context: {
|
|
109
|
-
component?: string;
|
|
110
|
-
modifier?: string;
|
|
111
|
-
code?: string;
|
|
112
|
-
severity?: ValidationErrorSeverity;
|
|
113
|
-
}): IntelligentFixSuggestion[];
|
|
114
|
-
/**
|
|
115
|
-
* Apply automatic fix
|
|
116
|
-
*/
|
|
117
|
-
applyAutoFix(suggestionId: string, _code: string): string | null;
|
|
118
|
-
/**
|
|
119
|
-
* Track suggestion usage for improvement
|
|
120
|
-
*/
|
|
121
|
-
private trackSuggestionUsage;
|
|
122
|
-
/**
|
|
123
|
-
* Initialize suggestion database with common fixes
|
|
124
|
-
*/
|
|
125
|
-
private initializeSuggestionDatabase;
|
|
126
|
-
/**
|
|
127
|
-
* Get suggestion statistics
|
|
128
|
-
*/
|
|
129
|
-
getStatistics(): {
|
|
130
|
-
totalSuggestions: number;
|
|
131
|
-
totalUsages: number;
|
|
132
|
-
topSuggestions: [string, number][];
|
|
133
|
-
};
|
|
134
|
-
}
|
|
135
|
-
/**
|
|
136
|
-
* Enhanced error message formatter with rich templates
|
|
137
|
-
*/
|
|
138
|
-
export declare class EnhancedErrorFormatter {
|
|
139
|
-
private fixEngine;
|
|
140
|
-
/**
|
|
141
|
-
* Format error with enhanced template
|
|
142
|
-
*/
|
|
143
|
-
formatError(error: EnhancedValidationError, templateId?: string): FormattedErrorMessage;
|
|
144
|
-
/**
|
|
145
|
-
* Find the best template for an error
|
|
146
|
-
*/
|
|
147
|
-
private findBestTemplate;
|
|
148
|
-
/**
|
|
149
|
-
* Render formatted message with rich content
|
|
150
|
-
*/
|
|
151
|
-
private renderFormattedMessage;
|
|
152
|
-
/**
|
|
153
|
-
* Format basic error without template
|
|
154
|
-
*/
|
|
155
|
-
private formatBasicError;
|
|
156
|
-
/**
|
|
157
|
-
* Generate quick actions for IDE integration
|
|
158
|
-
*/
|
|
159
|
-
private generateQuickActions;
|
|
160
|
-
}
|
|
161
|
-
/**
|
|
162
|
-
* Formatted error message with rich content
|
|
163
|
-
*/
|
|
164
|
-
export interface FormattedErrorMessage {
|
|
165
|
-
id: string;
|
|
166
|
-
template: DeveloperErrorMessageTemplate | null;
|
|
167
|
-
error: EnhancedValidationError;
|
|
168
|
-
suggestions: IntelligentFixSuggestion[];
|
|
169
|
-
formatted: string;
|
|
170
|
-
interactive: {
|
|
171
|
-
canAutoFix: boolean;
|
|
172
|
-
quickActions: QuickAction[];
|
|
173
|
-
learnMore: {
|
|
174
|
-
primary: string;
|
|
175
|
-
related: string[];
|
|
176
|
-
};
|
|
177
|
-
};
|
|
178
|
-
}
|
|
179
|
-
/**
|
|
180
|
-
* Quick action for IDE integration
|
|
181
|
-
*/
|
|
182
|
-
export interface QuickAction {
|
|
183
|
-
id: string;
|
|
184
|
-
title: string;
|
|
185
|
-
description: string;
|
|
186
|
-
command: string;
|
|
187
|
-
arguments: any[];
|
|
188
|
-
}
|
|
189
|
-
/**
|
|
190
|
-
* Configure developer experience
|
|
191
|
-
*/
|
|
192
|
-
export declare function configureDeveloperExperience(config: Partial<DeveloperExperienceConfig>): void;
|
|
193
|
-
/**
|
|
194
|
-
* Get current developer experience configuration
|
|
195
|
-
*/
|
|
196
|
-
export declare function getDeveloperExperienceConfig(): DeveloperExperienceConfig;
|
|
197
|
-
declare const enhancedFormatter: EnhancedErrorFormatter;
|
|
198
|
-
declare const fixEngine: FixSuggestionEngine;
|
|
199
|
-
/**
|
|
200
|
-
* Developer Experience utilities
|
|
201
|
-
*/
|
|
202
|
-
export declare const DeveloperExperienceUtils: {
|
|
203
|
-
/**
|
|
204
|
-
* Format error with enhanced template
|
|
205
|
-
*/
|
|
206
|
-
formatError: (error: EnhancedValidationError, templateId?: string) => FormattedErrorMessage;
|
|
207
|
-
/**
|
|
208
|
-
* Get fix suggestions
|
|
209
|
-
*/
|
|
210
|
-
getSuggestions: (errorType: string, context: any) => IntelligentFixSuggestion[];
|
|
211
|
-
/**
|
|
212
|
-
* Apply automatic fix
|
|
213
|
-
*/
|
|
214
|
-
applyAutoFix: (suggestionId: string, code: string) => string | null;
|
|
215
|
-
/**
|
|
216
|
-
* Get available error templates
|
|
217
|
-
*/
|
|
218
|
-
getErrorTemplates: () => Record<string, DeveloperErrorMessageTemplate>;
|
|
219
|
-
/**
|
|
220
|
-
* Configure experience
|
|
221
|
-
*/
|
|
222
|
-
configure: typeof configureDeveloperExperience;
|
|
223
|
-
/**
|
|
224
|
-
* Get statistics
|
|
225
|
-
*/
|
|
226
|
-
getStatistics: () => {
|
|
227
|
-
formatter: {
|
|
228
|
-
templatesAvailable: number;
|
|
229
|
-
};
|
|
230
|
-
fixEngine: {
|
|
231
|
-
totalSuggestions: number;
|
|
232
|
-
totalUsages: number;
|
|
233
|
-
topSuggestions: [string, number][];
|
|
234
|
-
};
|
|
235
|
-
config: DeveloperExperienceConfig;
|
|
236
|
-
};
|
|
237
|
-
/**
|
|
238
|
-
* Test developer experience system
|
|
239
|
-
*/
|
|
240
|
-
test: () => void;
|
|
241
|
-
};
|
|
242
|
-
export { enhancedFormatter, fixEngine };
|
|
243
|
-
//# sourceMappingURL=developer-experience.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"developer-experience.d.ts","sourceRoot":"","sources":["../../src/validation/developer-experience.ts"],"names":[],"mappings":"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"}
|