@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.
Files changed (286) hide show
  1. package/README.md +20 -2
  2. package/dist/bundles/assets.d.ts +19 -0
  3. package/dist/bundles/assets.d.ts.map +1 -0
  4. package/dist/bundles/common.d.ts +1 -1
  5. package/dist/bundles/common.d.ts.map +1 -1
  6. package/dist/bundles/context.d.ts +22 -0
  7. package/dist/bundles/context.d.ts.map +1 -0
  8. package/dist/bundles/minimal.d.ts +8 -18
  9. package/dist/bundles/minimal.d.ts.map +1 -1
  10. package/dist/bundles/production-minimal.d.ts +2 -16
  11. package/dist/bundles/production-minimal.d.ts.map +1 -1
  12. package/dist/common.js +405 -828
  13. package/dist/compiler/advanced-parser.d.ts.map +1 -1
  14. package/dist/compiler/codegen.d.ts.map +1 -1
  15. package/dist/compiler/index.js +6 -1387
  16. package/dist/compiler/parser.d.ts +1 -1
  17. package/dist/compiler/parser.d.ts.map +1 -1
  18. package/dist/compiler/plugin.d.ts.map +1 -1
  19. package/dist/compiler/types.d.ts +28 -0
  20. package/dist/compiler/types.d.ts.map +1 -1
  21. package/dist/component-XAzF1xqs.js +487 -0
  22. package/dist/component-base-x2XmHFjy.js +255 -0
  23. package/dist/components/index.d.ts +4 -38
  24. package/dist/components/index.d.ts.map +1 -1
  25. package/dist/components/index.js +7 -4167
  26. package/dist/components/wrapper.d.ts +5 -152
  27. package/dist/components/wrapper.d.ts.map +1 -1
  28. package/dist/concatenated-component-ByPl3_FF.js +2933 -0
  29. package/dist/constants/index.d.ts +1 -1
  30. package/dist/constants/layout.d.ts +47 -4
  31. package/dist/constants/layout.d.ts.map +1 -1
  32. package/dist/constants/layout.js +84 -0
  33. package/dist/css-classes/index.js +176 -0
  34. package/dist/{dom-bridge-Cx-s6Ihx.js → dom-bridge-CAa1N2zX.js} +28 -28
  35. package/dist/{effect-CytAc9em.js → effect-B9Knft0b.js} +3 -3
  36. package/dist/essential.js +397 -826
  37. package/dist/index-DEBd8cq7.js +1144 -0
  38. package/dist/index-DIvMCJQO.js +268 -0
  39. package/dist/index-vdsiw6gQ.js +777 -0
  40. package/dist/index.d.ts +9 -9
  41. package/dist/index.d.ts.map +1 -1
  42. package/dist/index.js +397 -826
  43. package/dist/minimal-prod.js +101 -155
  44. package/dist/minimal.js +118 -170
  45. package/dist/modifiers/background.d.ts +41 -11
  46. package/dist/modifiers/background.d.ts.map +1 -1
  47. package/dist/modifiers/base.d.ts +6 -33
  48. package/dist/modifiers/base.d.ts.map +1 -1
  49. package/dist/modifiers/base.js +487 -0
  50. package/dist/modifiers/builder.d.ts +103 -195
  51. package/dist/modifiers/builder.d.ts.map +1 -1
  52. package/dist/modifiers/builder.js +9 -0
  53. package/dist/modifiers/core.d.ts +9 -401
  54. package/dist/modifiers/core.d.ts.map +1 -1
  55. package/dist/modifiers/{utils.d.ts → factories.d.ts} +18 -5
  56. package/dist/modifiers/factories.d.ts.map +1 -0
  57. package/dist/modifiers/index.d.ts +8 -52
  58. package/dist/modifiers/index.d.ts.map +1 -1
  59. package/dist/modifiers/index.js +38 -0
  60. package/dist/modifiers/presets.d.ts +368 -0
  61. package/dist/modifiers/presets.d.ts.map +1 -0
  62. package/dist/modifiers/registry.js +10 -0
  63. package/dist/modifiers/types.d.ts +39 -211
  64. package/dist/modifiers/types.d.ts.map +1 -1
  65. package/dist/modifiers/types.js +4 -0
  66. package/dist/observed-object-Cos-FtjP.js +269 -0
  67. package/dist/performance-optimizer-stub-CtfXUwl4.js +38 -0
  68. package/dist/plugin-BCAdZXKq.js +1680 -0
  69. package/dist/plugins/index.d.ts +5 -6
  70. package/dist/plugins/index.d.ts.map +1 -1
  71. package/dist/plugins/index.js +147 -297
  72. package/dist/plugins/simplified-index.d.ts +5 -6
  73. package/dist/plugins/simplified-index.d.ts.map +1 -1
  74. package/dist/production-minimal-BY_gMc-l.js +2532 -0
  75. package/dist/reactive/index.js +96 -95
  76. package/dist/reactive/types.js +4 -0
  77. package/dist/runtime/concatenation-aria.d.ts +24 -0
  78. package/dist/runtime/concatenation-aria.d.ts.map +1 -0
  79. package/dist/runtime/concatenation-aria.js +53 -0
  80. package/dist/runtime/concatenation-full.d.ts +30 -0
  81. package/dist/runtime/concatenation-full.d.ts.map +1 -0
  82. package/dist/runtime/concatenation-full.js +77 -0
  83. package/dist/runtime/concatenation-minimal.d.ts +25 -0
  84. package/dist/runtime/concatenation-minimal.d.ts.map +1 -0
  85. package/dist/runtime/concatenation-minimal.js +40 -0
  86. package/dist/runtime/dom-bridge.js +5 -5
  87. package/dist/runtime/element-override.d.ts.map +1 -1
  88. package/dist/runtime/index.d.ts +0 -7
  89. package/dist/runtime/index.d.ts.map +1 -1
  90. package/dist/runtime/renderer.d.ts.map +1 -1
  91. package/dist/runtime/renderer.js +7 -8
  92. package/dist/runtime/semantic-role-manager.d.ts.map +1 -1
  93. package/dist/runtime/types.js +1 -0
  94. package/dist/{scheduler-7SvC3a21.js → scheduler-BKeqwrYE.js} +130 -130
  95. package/dist/validation/build-time-stub.d.ts +33 -0
  96. package/dist/validation/build-time-stub.d.ts.map +1 -0
  97. package/dist/validation/debug-tools-stub.d.ts +67 -0
  98. package/dist/validation/debug-tools-stub.d.ts.map +1 -0
  99. package/dist/validation/index.d.ts +23 -78
  100. package/dist/validation/index.d.ts.map +1 -1
  101. package/dist/validation/index.js +609 -6470
  102. package/dist/validation/lifecycle-validation.d.ts.map +1 -1
  103. package/dist/validation/performance-optimizer-stub.d.ts +50 -0
  104. package/dist/validation/performance-optimizer-stub.d.ts.map +1 -0
  105. package/dist/validation/plugin-registration.d.ts +5 -1
  106. package/dist/validation/plugin-registration.d.ts.map +1 -1
  107. package/dist/validation/production-bypass-core.d.ts +69 -0
  108. package/dist/validation/production-bypass-core.d.ts.map +1 -0
  109. package/package.json +61 -5
  110. package/dist/ScrollView-h-6wYMAm.js +0 -515
  111. package/dist/Spacer-BbteDQ9I.js +0 -5337
  112. package/dist/binding-CmdpowkI.js +0 -2276
  113. package/dist/components/BasicInput.d.ts +0 -116
  114. package/dist/components/BasicInput.d.ts.map +0 -1
  115. package/dist/components/Button.d.ts +0 -252
  116. package/dist/components/Button.d.ts.map +0 -1
  117. package/dist/components/Divider.d.ts +0 -141
  118. package/dist/components/Divider.d.ts.map +0 -1
  119. package/dist/components/EnhancedLink.d.ts +0 -365
  120. package/dist/components/EnhancedLink.d.ts.map +0 -1
  121. package/dist/components/Form.d.ts +0 -141
  122. package/dist/components/Form.d.ts.map +0 -1
  123. package/dist/components/Grid.d.ts +0 -698
  124. package/dist/components/Grid.d.ts.map +0 -1
  125. package/dist/components/GridResponsive.d.ts +0 -214
  126. package/dist/components/GridResponsive.d.ts.map +0 -1
  127. package/dist/components/Image.d.ts +0 -162
  128. package/dist/components/Image.d.ts.map +0 -1
  129. package/dist/components/List.d.ts +0 -287
  130. package/dist/components/List.d.ts.map +0 -1
  131. package/dist/components/Menu.d.ts +0 -159
  132. package/dist/components/Menu.d.ts.map +0 -1
  133. package/dist/components/Picker.d.ts +0 -153
  134. package/dist/components/Picker.d.ts.map +0 -1
  135. package/dist/components/ScrollView.d.ts +0 -222
  136. package/dist/components/ScrollView.d.ts.map +0 -1
  137. package/dist/components/Section.d.ts +0 -153
  138. package/dist/components/Section.d.ts.map +0 -1
  139. package/dist/components/Show.d.ts +0 -64
  140. package/dist/components/Show.d.ts.map +0 -1
  141. package/dist/components/Spacer.d.ts +0 -35
  142. package/dist/components/Spacer.d.ts.map +0 -1
  143. package/dist/components/Text.d.ts +0 -242
  144. package/dist/components/Text.d.ts.map +0 -1
  145. package/dist/components/Toggle.d.ts +0 -207
  146. package/dist/components/Toggle.d.ts.map +0 -1
  147. package/dist/concatenated-component-DPcl2TEO.js +0 -6779
  148. package/dist/context--zQFIImS.js +0 -283
  149. package/dist/debug/index.d.ts +0 -61
  150. package/dist/debug/index.d.ts.map +0 -1
  151. package/dist/debug.js +0 -178
  152. package/dist/developer-experience/enhanced-errors.d.ts +0 -128
  153. package/dist/developer-experience/enhanced-errors.d.ts.map +0 -1
  154. package/dist/developer-experience/enhanced-types.d.ts +0 -281
  155. package/dist/developer-experience/enhanced-types.d.ts.map +0 -1
  156. package/dist/developer-experience/index.d.ts +0 -44
  157. package/dist/developer-experience/index.d.ts.map +0 -1
  158. package/dist/index-Nfi2SBQh.js +0 -3268
  159. package/dist/modifiers/attributes.d.ts +0 -203
  160. package/dist/modifiers/attributes.d.ts.map +0 -1
  161. package/dist/modifiers/backdrop.d.ts +0 -59
  162. package/dist/modifiers/backdrop.d.ts.map +0 -1
  163. package/dist/modifiers/border.d.ts +0 -217
  164. package/dist/modifiers/border.d.ts.map +0 -1
  165. package/dist/modifiers/effects.d.ts +0 -159
  166. package/dist/modifiers/effects.d.ts.map +0 -1
  167. package/dist/modifiers/elements.d.ts +0 -240
  168. package/dist/modifiers/elements.d.ts.map +0 -1
  169. package/dist/modifiers/filters.d.ts +0 -275
  170. package/dist/modifiers/filters.d.ts.map +0 -1
  171. package/dist/modifiers/flexbox.d.ts +0 -82
  172. package/dist/modifiers/flexbox.d.ts.map +0 -1
  173. package/dist/modifiers/font.d.ts +0 -71
  174. package/dist/modifiers/font.d.ts.map +0 -1
  175. package/dist/modifiers/grid.d.ts +0 -92
  176. package/dist/modifiers/grid.d.ts.map +0 -1
  177. package/dist/modifiers/margin.d.ts +0 -128
  178. package/dist/modifiers/margin.d.ts.map +0 -1
  179. package/dist/modifiers/padding.d.ts +0 -204
  180. package/dist/modifiers/padding.d.ts.map +0 -1
  181. package/dist/modifiers/responsive/advanced-utilities.d.ts +0 -118
  182. package/dist/modifiers/responsive/advanced-utilities.d.ts.map +0 -1
  183. package/dist/modifiers/responsive/breakpoints.d.ts +0 -81
  184. package/dist/modifiers/responsive/breakpoints.d.ts.map +0 -1
  185. package/dist/modifiers/responsive/css-generator.d.ts +0 -100
  186. package/dist/modifiers/responsive/css-generator.d.ts.map +0 -1
  187. package/dist/modifiers/responsive/dev-tools.d.ts +0 -107
  188. package/dist/modifiers/responsive/dev-tools.d.ts.map +0 -1
  189. package/dist/modifiers/responsive/index.d.ts +0 -29
  190. package/dist/modifiers/responsive/index.d.ts.map +0 -1
  191. package/dist/modifiers/responsive/layout-patterns.d.ts +0 -230
  192. package/dist/modifiers/responsive/layout-patterns.d.ts.map +0 -1
  193. package/dist/modifiers/responsive/performance.d.ts +0 -130
  194. package/dist/modifiers/responsive/performance.d.ts.map +0 -1
  195. package/dist/modifiers/responsive/responsive-builder.d.ts +0 -133
  196. package/dist/modifiers/responsive/responsive-builder.d.ts.map +0 -1
  197. package/dist/modifiers/responsive/responsive-modifier.d.ts +0 -123
  198. package/dist/modifiers/responsive/responsive-modifier.d.ts.map +0 -1
  199. package/dist/modifiers/responsive/types.d.ts +0 -183
  200. package/dist/modifiers/responsive/types.d.ts.map +0 -1
  201. package/dist/modifiers/responsive/utilities.d.ts +0 -149
  202. package/dist/modifiers/responsive/utilities.d.ts.map +0 -1
  203. package/dist/modifiers/scroll.d.ts +0 -143
  204. package/dist/modifiers/scroll.d.ts.map +0 -1
  205. package/dist/modifiers/shadows.d.ts +0 -114
  206. package/dist/modifiers/shadows.d.ts.map +0 -1
  207. package/dist/modifiers/size.d.ts +0 -113
  208. package/dist/modifiers/size.d.ts.map +0 -1
  209. package/dist/modifiers/text.d.ts +0 -147
  210. package/dist/modifiers/text.d.ts.map +0 -1
  211. package/dist/modifiers/transformations.d.ts +0 -329
  212. package/dist/modifiers/transformations.d.ts.map +0 -1
  213. package/dist/modifiers/transitions.d.ts +0 -98
  214. package/dist/modifiers/transitions.d.ts.map +0 -1
  215. package/dist/modifiers/typography.d.ts +0 -192
  216. package/dist/modifiers/typography.d.ts.map +0 -1
  217. package/dist/modifiers/utility.d.ts +0 -69
  218. package/dist/modifiers/utility.d.ts.map +0 -1
  219. package/dist/modifiers/utils.d.ts.map +0 -1
  220. package/dist/plugins/simplified-error-handler.d.ts +0 -83
  221. package/dist/plugins/simplified-error-handler.d.ts.map +0 -1
  222. package/dist/runtime/dev-tools.d.ts +0 -240
  223. package/dist/runtime/dev-tools.d.ts.map +0 -1
  224. package/dist/runtime/development-warnings.d.ts +0 -42
  225. package/dist/runtime/development-warnings.d.ts.map +0 -1
  226. package/dist/runtime/error-boundary.d.ts +0 -302
  227. package/dist/runtime/error-boundary.d.ts.map +0 -1
  228. package/dist/runtime/error-recovery.d.ts +0 -267
  229. package/dist/runtime/error-recovery.d.ts.map +0 -1
  230. package/dist/runtime/error-reporting.d.ts +0 -287
  231. package/dist/runtime/error-reporting.d.ts.map +0 -1
  232. package/dist/runtime/error-utils.d.ts +0 -204
  233. package/dist/runtime/error-utils.d.ts.map +0 -1
  234. package/dist/runtime/performance.d.ts +0 -217
  235. package/dist/runtime/performance.d.ts.map +0 -1
  236. package/dist/sui-compat.d.ts +0 -110
  237. package/dist/sui-compat.d.ts.map +0 -1
  238. package/dist/validation/advanced-debugging.d.ts +0 -319
  239. package/dist/validation/advanced-debugging.d.ts.map +0 -1
  240. package/dist/validation/build-time/detection.d.ts +0 -32
  241. package/dist/validation/build-time/detection.d.ts.map +0 -1
  242. package/dist/validation/build-time/index.d.ts +0 -84
  243. package/dist/validation/build-time/index.d.ts.map +0 -1
  244. package/dist/validation/build-time/plugins.d.ts +0 -75
  245. package/dist/validation/build-time/plugins.d.ts.map +0 -1
  246. package/dist/validation/build-time/rules.d.ts +0 -73
  247. package/dist/validation/build-time/rules.d.ts.map +0 -1
  248. package/dist/validation/build-time/transformer.d.ts +0 -23
  249. package/dist/validation/build-time/transformer.d.ts.map +0 -1
  250. package/dist/validation/build-time/types.d.ts +0 -212
  251. package/dist/validation/build-time/types.d.ts.map +0 -1
  252. package/dist/validation/comprehensive.d.ts +0 -160
  253. package/dist/validation/comprehensive.d.ts.map +0 -1
  254. package/dist/validation/debug-tools.d.ts +0 -251
  255. package/dist/validation/debug-tools.d.ts.map +0 -1
  256. package/dist/validation/developer-experience.d.ts +0 -243
  257. package/dist/validation/developer-experience.d.ts.map +0 -1
  258. package/dist/validation/documentation-integration.d.ts +0 -269
  259. package/dist/validation/documentation-integration.d.ts.map +0 -1
  260. package/dist/validation/enhanced-runtime.d.ts +0 -279
  261. package/dist/validation/enhanced-runtime.d.ts.map +0 -1
  262. package/dist/validation/error-reporting.d.ts +0 -186
  263. package/dist/validation/error-reporting.d.ts.map +0 -1
  264. package/dist/validation/ide-integration.d.ts +0 -328
  265. package/dist/validation/ide-integration.d.ts.map +0 -1
  266. package/dist/validation/performance-optimizer.d.ts +0 -218
  267. package/dist/validation/performance-optimizer.d.ts.map +0 -1
  268. package/dist/validation/production-bypass.d.ts +0 -175
  269. package/dist/validation/production-bypass.d.ts.map +0 -1
  270. package/dist/validation/simple.d.ts +0 -111
  271. package/dist/validation/simple.d.ts.map +0 -1
  272. package/dist/viewport/adapters/web-adapter.d.ts +0 -227
  273. package/dist/viewport/adapters/web-adapter.d.ts.map +0 -1
  274. package/dist/viewport/components.d.ts +0 -131
  275. package/dist/viewport/components.d.ts.map +0 -1
  276. package/dist/viewport/environment.d.ts +0 -75
  277. package/dist/viewport/environment.d.ts.map +0 -1
  278. package/dist/viewport/index.d.ts +0 -138
  279. package/dist/viewport/index.d.ts.map +0 -1
  280. package/dist/viewport/index.js +0 -2085
  281. package/dist/viewport/platform-detection.d.ts +0 -59
  282. package/dist/viewport/platform-detection.d.ts.map +0 -1
  283. package/dist/viewport/types.d.ts +0 -301
  284. package/dist/viewport/types.d.ts.map +0 -1
  285. package/dist/viewport/viewport-manager.d.ts +0 -118
  286. package/dist/viewport/viewport-manager.d.ts.map +0 -1
@@ -1,287 +0,0 @@
1
- /**
2
- * Error Reporting and Logging System (Phase 3.2.3)
3
- *
4
- * Advanced error reporting, logging, and analytics for TachUI.
5
- * Provides structured logging, error aggregation, and reporting pipelines.
6
- */
7
- import { type ErrorCategory, type ErrorSeverity, type TachUIError } from './error-boundary';
8
- /**
9
- * Log levels
10
- */
11
- export type LogLevel = 'debug' | 'info' | 'warn' | 'error' | 'fatal';
12
- /**
13
- * Log entry structure
14
- */
15
- export interface LogEntry {
16
- id: string;
17
- timestamp: number;
18
- level: LogLevel;
19
- message: string;
20
- category?: string;
21
- componentId?: string;
22
- componentName?: string;
23
- context?: Record<string, any>;
24
- stack?: string;
25
- userAgent?: string;
26
- url?: string;
27
- userId?: string;
28
- sessionId?: string;
29
- tags?: string[];
30
- }
31
- /**
32
- * Error aggregation data
33
- */
34
- export interface ErrorAggregation {
35
- id: string;
36
- message: string;
37
- category: ErrorCategory;
38
- severity: ErrorSeverity;
39
- count: number;
40
- firstSeen: number;
41
- lastSeen: number;
42
- affectedComponents: string[];
43
- samples: TachUIError[];
44
- fingerprint: string;
45
- }
46
- /**
47
- * Logger interface
48
- */
49
- export interface Logger {
50
- debug(message: string, context?: Record<string, any>): void;
51
- info(message: string, context?: Record<string, any>): void;
52
- warn(message: string, context?: Record<string, any>): void;
53
- error(message: string, context?: Record<string, any>): void;
54
- fatal(message: string, context?: Record<string, any>): void;
55
- log(level: LogLevel, message: string, context?: Record<string, any>): void;
56
- }
57
- /**
58
- * Report destination interface
59
- */
60
- export interface ReportDestination {
61
- name: string;
62
- send(data: LogEntry[] | ErrorAggregation[]): Promise<void>;
63
- isEnabled(): boolean;
64
- }
65
- /**
66
- * Reporting configuration
67
- */
68
- export interface ReportingConfig {
69
- enabled: boolean;
70
- logLevel: LogLevel;
71
- batchSize: number;
72
- batchTimeout: number;
73
- aggregationWindow: number;
74
- maxRetries: number;
75
- destinations: ReportDestination[];
76
- enableContextCapture: boolean;
77
- enableStackTrace: boolean;
78
- enableUserTracking: boolean;
79
- enableSessionTracking: boolean;
80
- sensitiveKeys: string[];
81
- enableCompression: boolean;
82
- }
83
- /**
84
- * Structured logger implementation
85
- */
86
- export declare class StructuredLogger implements Logger {
87
- private entries;
88
- private config;
89
- private sessionId;
90
- private userId?;
91
- private entriesSignal;
92
- private setEntries;
93
- constructor(config?: Partial<ReportingConfig>);
94
- /**
95
- * Debug level logging
96
- */
97
- debug(message: string, context?: Record<string, any>): void;
98
- /**
99
- * Info level logging
100
- */
101
- info(message: string, context?: Record<string, any>): void;
102
- /**
103
- * Warning level logging
104
- */
105
- warn(message: string, context?: Record<string, any>): void;
106
- /**
107
- * Error level logging
108
- */
109
- error(message: string, context?: Record<string, any>): void;
110
- /**
111
- * Fatal level logging
112
- */
113
- fatal(message: string, context?: Record<string, any>): void;
114
- /**
115
- * Generic logging method
116
- */
117
- log(level: LogLevel, message: string, context?: Record<string, any>): void;
118
- /**
119
- * Check if should log at given level
120
- */
121
- private shouldLog;
122
- /**
123
- * Add log entry
124
- */
125
- private addEntry;
126
- /**
127
- * Sanitize context to remove sensitive data
128
- */
129
- private sanitizeContext;
130
- /**
131
- * Setup batch processing
132
- */
133
- private setupBatchProcessing;
134
- /**
135
- * Flush current batch of log entries
136
- */
137
- private flushBatch;
138
- /**
139
- * Send data with retry logic
140
- */
141
- private sendWithRetry;
142
- /**
143
- * Sleep for specified duration
144
- */
145
- private sleep;
146
- /**
147
- * Generate unique ID
148
- */
149
- private generateId;
150
- /**
151
- * Generate session ID
152
- */
153
- private generateSessionId;
154
- /**
155
- * Set user ID for tracking
156
- */
157
- setUserId(userId: string): void;
158
- /**
159
- * Get log entries
160
- */
161
- getEntries(): LogEntry[];
162
- /**
163
- * Get entries signal
164
- */
165
- getEntriesSignal(): () => LogEntry[];
166
- /**
167
- * Add destination
168
- */
169
- addDestination(destination: ReportDestination): void;
170
- /**
171
- * Remove destination
172
- */
173
- removeDestination(name: string): void;
174
- /**
175
- * Clear all log entries
176
- */
177
- clear(): void;
178
- }
179
- /**
180
- * Error aggregator
181
- */
182
- export declare class ErrorAggregator {
183
- private aggregations;
184
- private config;
185
- private aggregationsSignal;
186
- private setAggregations;
187
- constructor(config?: Partial<ReportingConfig>);
188
- /**
189
- * Aggregate error
190
- */
191
- aggregateError(error: TachUIError): void;
192
- /**
193
- * Generate error fingerprint for grouping
194
- */
195
- private generateFingerprint;
196
- /**
197
- * Setup cleanup of old aggregations
198
- */
199
- private setupCleanup;
200
- /**
201
- * Cleanup old aggregations
202
- */
203
- private cleanupOldAggregations;
204
- /**
205
- * Get aggregations
206
- */
207
- getAggregations(): ErrorAggregation[];
208
- /**
209
- * Get aggregations signal
210
- */
211
- getAggregationsSignal(): () => ErrorAggregation[];
212
- /**
213
- * Get top errors by count
214
- */
215
- getTopErrors(limit?: number): ErrorAggregation[];
216
- /**
217
- * Clear aggregations
218
- */
219
- clear(): void;
220
- }
221
- /**
222
- * Built-in report destinations
223
- */
224
- export declare const reportDestinations: {
225
- /**
226
- * Console destination
227
- */
228
- console: ReportDestination;
229
- /**
230
- * Local storage destination
231
- */
232
- localStorage: ReportDestination;
233
- /**
234
- * Create HTTP destination
235
- */
236
- createHttpDestination(endpoint: string, apiKey?: string): ReportDestination;
237
- /**
238
- * Create webhook destination
239
- */
240
- createWebhookDestination(webhookUrl: string, options?: {
241
- format?: "slack" | "discord" | "teams" | "generic";
242
- onlyErrors?: boolean;
243
- }): ReportDestination;
244
- };
245
- /**
246
- * Global logger instance
247
- */
248
- export declare const globalLogger: StructuredLogger;
249
- /**
250
- * Global error aggregator
251
- */
252
- export declare const globalErrorAggregator: ErrorAggregator;
253
- /**
254
- * Setup error reporting integration
255
- */
256
- export declare function setupErrorReporting(config?: Partial<ReportingConfig>): void;
257
- /**
258
- * Reporting utilities
259
- */
260
- export declare const reportingUtils: {
261
- /**
262
- * Setup development reporting
263
- */
264
- setupDevelopment(): void;
265
- /**
266
- * Setup production reporting
267
- */
268
- setupProduction(config: {
269
- endpoint?: string;
270
- apiKey?: string;
271
- webhookUrl?: string;
272
- logLevel?: LogLevel;
273
- }): void;
274
- /**
275
- * Create custom logger
276
- */
277
- createLogger(name: string, config?: Partial<ReportingConfig>): Logger;
278
- /**
279
- * Get error report
280
- */
281
- getErrorReport(): {
282
- logs: LogEntry[];
283
- aggregations: ErrorAggregation[];
284
- statistics: any;
285
- };
286
- };
287
- //# sourceMappingURL=error-reporting.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"error-reporting.d.ts","sourceRoot":"","sources":["../../src/runtime/error-reporting.ts"],"names":[],"mappings":"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"}
@@ -1,204 +0,0 @@
1
- /**
2
- * Error Handling Utilities and Debugging Tools (Phase 3.2.3)
3
- *
4
- * Comprehensive utilities for error handling, debugging, and development tools.
5
- * Provides helper functions, debugging aids, and error analysis tools.
6
- */
7
- import type { ErrorCategory, ErrorSeverity, TachUIError } from './error-boundary';
8
- import type { ErrorAggregation, LogEntry } from './error-reporting';
9
- /**
10
- * Error analysis result
11
- */
12
- export interface ErrorAnalysis {
13
- totalErrors: number;
14
- errorsByCategory: Record<ErrorCategory, number>;
15
- errorsBySeverity: Record<ErrorSeverity, number>;
16
- topErrors: ErrorAggregation[];
17
- recentErrors: TachUIError[];
18
- errorTrends: {
19
- category: ErrorCategory;
20
- trend: 'increasing' | 'decreasing' | 'stable';
21
- change: number;
22
- }[];
23
- recommendations: string[];
24
- }
25
- /**
26
- * Stack trace analysis
27
- */
28
- export interface StackTraceAnalysis {
29
- frames: {
30
- function: string;
31
- file: string;
32
- line: number;
33
- column: number;
34
- source?: string;
35
- }[];
36
- rootCause?: string;
37
- affectedComponents: string[];
38
- suggestedFixes: string[];
39
- }
40
- /**
41
- * Performance impact analysis
42
- */
43
- export interface PerformanceImpact {
44
- errorCount: number;
45
- averageRenderTime: number;
46
- memoryUsage: number;
47
- affectedComponents: string[];
48
- performanceDegradation: number;
49
- }
50
- /**
51
- * Error pattern detector
52
- */
53
- export declare class ErrorPatternDetector {
54
- private windowSize;
55
- /**
56
- * Analyze error patterns
57
- */
58
- analyzePatterns(errors: TachUIError[]): {
59
- patterns: {
60
- pattern: string;
61
- count: number;
62
- severity: 'low' | 'medium' | 'high';
63
- }[];
64
- cascadingErrors: TachUIError[][];
65
- correlations: {
66
- error1: string;
67
- error2: string;
68
- correlation: number;
69
- }[];
70
- };
71
- /**
72
- * Detect error patterns
73
- */
74
- private detectErrorPatterns;
75
- /**
76
- * Extract pattern from error message
77
- */
78
- private extractMessagePattern;
79
- /**
80
- * Detect cascading errors (errors that happen close together)
81
- */
82
- private detectCascadingErrors;
83
- /**
84
- * Detect error correlations
85
- */
86
- private detectErrorCorrelations;
87
- /**
88
- * Calculate correlation between two error types
89
- */
90
- private calculateCorrelation;
91
- }
92
- /**
93
- * Stack trace analyzer
94
- */
95
- export declare class StackTraceAnalyzer {
96
- /**
97
- * Analyze stack trace
98
- */
99
- analyzeStackTrace(error: TachUIError): StackTraceAnalysis;
100
- /**
101
- * Parse stack trace into frames
102
- */
103
- private parseStackTrace;
104
- /**
105
- * Identify root cause from stack trace
106
- */
107
- private identifyRootCause;
108
- /**
109
- * Extract affected components from stack trace
110
- */
111
- private extractAffectedComponents;
112
- /**
113
- * Generate suggested fixes
114
- */
115
- private generateSuggestedFixes;
116
- }
117
- /**
118
- * Performance impact analyzer
119
- */
120
- export declare class PerformanceImpactAnalyzer {
121
- /**
122
- * Analyze performance impact of errors
123
- */
124
- analyzePerformanceImpact(errors: TachUIError[]): PerformanceImpact;
125
- /**
126
- * Calculate average render time for affected components
127
- */
128
- private calculateAverageRenderTime;
129
- /**
130
- * Calculate memory usage impact
131
- */
132
- private calculateMemoryUsage;
133
- /**
134
- * Calculate performance degradation percentage
135
- */
136
- private calculatePerformanceDegradation;
137
- }
138
- /**
139
- * Error debugging utilities
140
- */
141
- export declare const errorDebugUtils: {
142
- /**
143
- * Generate comprehensive error report
144
- */
145
- generateErrorReport(): ErrorAnalysis;
146
- /**
147
- * Generate recommendations based on error analysis
148
- */
149
- generateRecommendations(errors: TachUIError[], _aggregations: ErrorAggregation[], patterns: any): string[];
150
- /**
151
- * Debug specific error
152
- */
153
- debugError(errorId: string): {
154
- error: TachUIError | null;
155
- stackTrace: StackTraceAnalysis;
156
- relatedErrors: TachUIError[];
157
- performanceImpact: PerformanceImpact;
158
- suggestions: string[];
159
- } | null;
160
- /**
161
- * Find related errors
162
- */
163
- findRelatedErrors(error: TachUIError): TachUIError[];
164
- /**
165
- * Generate error-specific suggestions
166
- */
167
- generateErrorSuggestions(error: TachUIError, stackTrace: StackTraceAnalysis, relatedErrors: TachUIError[]): string[];
168
- /**
169
- * Log error analysis to console
170
- */
171
- logErrorAnalysis(): void;
172
- /**
173
- * Export error data for external analysis
174
- */
175
- exportErrorData(): {
176
- errors: TachUIError[];
177
- logs: LogEntry[];
178
- aggregations: ErrorAggregation[];
179
- analysis: ErrorAnalysis;
180
- timestamp: number;
181
- };
182
- /**
183
- * Simulate error for testing
184
- */
185
- simulateError(category?: ErrorCategory, severity?: ErrorSeverity, message?: string): void;
186
- /**
187
- * Clear all error data
188
- */
189
- clearAllErrorData(): void;
190
- };
191
- /**
192
- * Development mode error utilities
193
- */
194
- export declare const devErrorUtils: {
195
- /**
196
- * Enable enhanced error debugging
197
- */
198
- enableEnhancedDebugging(): void;
199
- /**
200
- * Setup error monitoring dashboard
201
- */
202
- setupErrorDashboard(): void;
203
- };
204
- //# sourceMappingURL=error-utils.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"error-utils.d.ts","sourceRoot":"","sources":["../../src/runtime/error-utils.ts"],"names":[],"mappings":"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"}