@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,186 +0,0 @@
1
- /**
2
- * Enhanced Error Reporting System - Phase 1C
3
- *
4
- * Rich error message templates, contextual suggestions, fix examples,
5
- * and comprehensive developer guidance for validation errors.
6
- */
7
- import type { RecoveryStrategy } from './enhanced-runtime';
8
- import { EnhancedValidationError } from './enhanced-runtime';
9
- /**
10
- * Error severity levels
11
- */
12
- export type ValidationErrorSeverity = 'critical' | 'error' | 'warning' | 'info';
13
- /**
14
- * Error category for classification
15
- */
16
- export type ValidationErrorCategory = 'component-construction' | 'modifier-usage' | 'prop-validation' | 'lifecycle' | 'performance' | 'accessibility' | 'best-practices';
17
- /**
18
- * Fix suggestion with automated repair capability
19
- */
20
- export interface FixSuggestion {
21
- description: string;
22
- code: string;
23
- autoFix?: () => string;
24
- difficulty: 'easy' | 'medium' | 'hard';
25
- }
26
- /**
27
- * Enhanced error context with rich metadata
28
- */
29
- export interface EnhancedErrorContext {
30
- component: string;
31
- package?: string;
32
- property?: string;
33
- category: ValidationErrorCategory;
34
- severity: ValidationErrorSeverity;
35
- errorCode: string;
36
- suggestion: string;
37
- documentation: string;
38
- fixes: FixSuggestion[];
39
- examples: {
40
- wrong: string[];
41
- correct: string[];
42
- };
43
- recoveryStrategy: RecoveryStrategy;
44
- fallbackValue?: any;
45
- autoFix?: () => any;
46
- location?: {
47
- file?: string;
48
- line?: number;
49
- column?: number;
50
- };
51
- relatedErrors?: string[];
52
- commonMistakes?: string[];
53
- }
54
- /**
55
- * Error message template for consistent formatting
56
- */
57
- export interface ErrorMessageTemplate {
58
- title: string;
59
- description: string;
60
- impact: string;
61
- quickFix?: string;
62
- detailedSolution?: string;
63
- prevention?: string;
64
- emoji: string;
65
- color: 'red' | 'yellow' | 'blue' | 'gray';
66
- }
67
- /**
68
- * Comprehensive error templates database
69
- */
70
- export declare const ErrorTemplates: Record<string, ErrorMessageTemplate>;
71
- /**
72
- * Error code generator for consistent error identification
73
- */
74
- export declare class ErrorCodeGenerator {
75
- private static categories;
76
- static generate(category: ValidationErrorCategory, component: string, specific?: string): string;
77
- }
78
- /**
79
- * Enhanced error reporter with rich formatting
80
- */
81
- export declare class EnhancedErrorReporter {
82
- private static instance;
83
- private errorHistory;
84
- private maxHistorySize;
85
- static getInstance(): EnhancedErrorReporter;
86
- /**
87
- * Create enhanced validation error with rich context
88
- */
89
- createError(message: string, context: Partial<EnhancedErrorContext>): EnhancedValidationError;
90
- /**
91
- * Format error message with rich context
92
- */
93
- formatError(error: EnhancedValidationError): string;
94
- /**
95
- * Get error template by code or fallback to default
96
- */
97
- private getTemplate;
98
- /**
99
- * Substitute variables in template strings
100
- */
101
- private substituteVariables;
102
- /**
103
- * Get recovery strategy description
104
- */
105
- private getRecoveryDescription;
106
- /**
107
- * Record error in history for analytics
108
- */
109
- private recordError;
110
- /**
111
- * Get error statistics
112
- */
113
- getErrorStats(): {
114
- totalErrors: number;
115
- categories: {
116
- [k: string]: number;
117
- };
118
- severities: {
119
- [k: string]: number;
120
- };
121
- components: {
122
- [k: string]: number;
123
- };
124
- recentErrors: {
125
- code: string;
126
- component: string;
127
- message: string;
128
- timestamp: number;
129
- }[];
130
- };
131
- /**
132
- * Clear error history
133
- */
134
- clearHistory(): void;
135
- /**
136
- * Export error report for debugging
137
- */
138
- exportErrorReport(): string;
139
- }
140
- /**
141
- * Error suggestion engine for intelligent fixes
142
- */
143
- export declare class ErrorSuggestionEngine {
144
- /**
145
- * Generate fix suggestions for common component errors
146
- */
147
- static generateComponentFixSuggestions(component: string, error: string, _args: unknown[]): FixSuggestion[];
148
- /**
149
- * Generate fix for missing parameters
150
- */
151
- private static generateParameterFix;
152
- /**
153
- * Generate fix for type mismatches
154
- */
155
- private static generateTypeFix;
156
- /**
157
- * Generate fix for null/undefined values
158
- */
159
- private static generateNullCheckFix;
160
- }
161
- export declare const errorReporter: EnhancedErrorReporter;
162
- export declare const ErrorReportingUtils: {
163
- createError: (message: string, context: Partial<EnhancedErrorContext>) => EnhancedValidationError;
164
- formatError: (error: EnhancedValidationError) => string;
165
- getStats: () => {
166
- totalErrors: number;
167
- categories: {
168
- [k: string]: number;
169
- };
170
- severities: {
171
- [k: string]: number;
172
- };
173
- components: {
174
- [k: string]: number;
175
- };
176
- recentErrors: {
177
- code: string;
178
- component: string;
179
- message: string;
180
- timestamp: number;
181
- }[];
182
- };
183
- exportReport: () => string;
184
- generateSuggestions: typeof ErrorSuggestionEngine.generateComponentFixSuggestions;
185
- };
186
- //# sourceMappingURL=error-reporting.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"error-reporting.d.ts","sourceRoot":"","sources":["../../src/validation/error-reporting.ts"],"names":[],"mappings":"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"}
@@ -1,328 +0,0 @@
1
- /**
2
- * IDE Integration Foundation - Phase 1D
3
- *
4
- * VS Code extension foundation, language server protocol implementation,
5
- * and real-time validation feedback system.
6
- */
7
- /**
8
- * Language Server Protocol message types
9
- */
10
- export interface LSPDiagnostic {
11
- range: {
12
- start: {
13
- line: number;
14
- character: number;
15
- };
16
- end: {
17
- line: number;
18
- character: number;
19
- };
20
- };
21
- severity: 1 | 2 | 3 | 4;
22
- code?: string | number;
23
- source: string;
24
- message: string;
25
- relatedInformation?: {
26
- location: {
27
- uri: string;
28
- range: {
29
- start: {
30
- line: number;
31
- character: number;
32
- };
33
- end: {
34
- line: number;
35
- character: number;
36
- };
37
- };
38
- };
39
- message: string;
40
- }[];
41
- data?: any;
42
- }
43
- /**
44
- * Code Action for IDE quick fixes
45
- */
46
- export interface LSPCodeAction {
47
- title: string;
48
- kind: string;
49
- diagnostics?: LSPDiagnostic[];
50
- edit?: {
51
- changes?: Record<string, {
52
- range: {
53
- start: {
54
- line: number;
55
- character: number;
56
- };
57
- end: {
58
- line: number;
59
- character: number;
60
- };
61
- };
62
- newText: string;
63
- }[]>;
64
- };
65
- command?: {
66
- title: string;
67
- command: string;
68
- arguments?: any[];
69
- };
70
- }
71
- /**
72
- * Hover information for IntelliSense
73
- */
74
- export interface LSPHover {
75
- contents: {
76
- kind: 'markdown' | 'plaintext';
77
- value: string;
78
- };
79
- range?: {
80
- start: {
81
- line: number;
82
- character: number;
83
- };
84
- end: {
85
- line: number;
86
- character: number;
87
- };
88
- };
89
- }
90
- /**
91
- * Completion item for autocomplete
92
- */
93
- export interface LSPCompletionItem {
94
- label: string;
95
- kind: number;
96
- detail?: string;
97
- documentation?: {
98
- kind: 'markdown' | 'plaintext';
99
- value: string;
100
- };
101
- insertText?: string;
102
- insertTextFormat?: 1 | 2;
103
- textEdit?: {
104
- range: {
105
- start: {
106
- line: number;
107
- character: number;
108
- };
109
- end: {
110
- line: number;
111
- character: number;
112
- };
113
- };
114
- newText: string;
115
- };
116
- additionalTextEdits?: {
117
- range: {
118
- start: {
119
- line: number;
120
- character: number;
121
- };
122
- end: {
123
- line: number;
124
- character: number;
125
- };
126
- };
127
- newText: string;
128
- }[];
129
- command?: {
130
- title: string;
131
- command: string;
132
- arguments?: any[];
133
- };
134
- }
135
- /**
136
- * IDE Integration configuration
137
- */
138
- export interface IDEIntegrationConfig {
139
- enableLanguageServer: boolean;
140
- serverPort: number;
141
- enableRealTimeDiagnostics: boolean;
142
- diagnosticDelay: number;
143
- maxDiagnostics: number;
144
- enableHoverInfo: boolean;
145
- enableAutoComplete: boolean;
146
- enableSignatureHelp: boolean;
147
- enableQuickFixes: boolean;
148
- enableCodeActions: boolean;
149
- enableRefactoring: boolean;
150
- enableStatusBar: boolean;
151
- enableOutputChannel: boolean;
152
- enableWebview: boolean;
153
- }
154
- /**
155
- * Real-time validation diagnostics provider
156
- */
157
- export declare class ValidationDiagnosticsProvider {
158
- private diagnostics;
159
- private listeners;
160
- /**
161
- * Validate document and return diagnostics
162
- */
163
- validateDocument(uri: string, text: string): Promise<LSPDiagnostic[]>;
164
- /**
165
- * Detect common TachUI errors in a line of code
166
- */
167
- private detectCommonErrors;
168
- /**
169
- * Get diagnostics for a document
170
- */
171
- getDiagnostics(uri: string): LSPDiagnostic[];
172
- /**
173
- * Clear diagnostics for a document
174
- */
175
- clearDiagnostics(uri: string): void;
176
- /**
177
- * Add diagnostic listener
178
- */
179
- onDiagnosticsChanged(listener: (uri: string, diagnostics: LSPDiagnostic[]) => void): void;
180
- /**
181
- * Notify all listeners of diagnostic changes
182
- */
183
- private notifyListeners;
184
- }
185
- /**
186
- * Code actions provider for quick fixes
187
- */
188
- export declare class CodeActionsProvider {
189
- /**
190
- * Get code actions for a diagnostic
191
- */
192
- getCodeActions(diagnostic: LSPDiagnostic, uri: string, _text: string): LSPCodeAction[];
193
- }
194
- /**
195
- * Hover information provider
196
- */
197
- export declare class HoverProvider {
198
- /**
199
- * Get hover information for a position
200
- */
201
- getHover(_uri: string, text: string, line: number, character: number): LSPHover | null;
202
- /**
203
- * Detect component at cursor position
204
- */
205
- private detectComponentAtPosition;
206
- /**
207
- * Detect modifier at cursor position
208
- */
209
- private detectModifierAtPosition;
210
- /**
211
- * Create hover information for component
212
- */
213
- private createComponentHover;
214
- /**
215
- * Create hover information for modifier
216
- */
217
- private createModifierHover;
218
- /**
219
- * Get component documentation
220
- */
221
- private getComponentDocumentation;
222
- /**
223
- * Get modifier documentation
224
- */
225
- private getModifierDocumentation;
226
- }
227
- /**
228
- * Completion provider for autocomplete
229
- */
230
- export declare class CompletionProvider {
231
- /**
232
- * Get completion items for a position
233
- */
234
- getCompletions(_uri: string, text: string, line: number, character: number): LSPCompletionItem[];
235
- /**
236
- * Check if we're in a component context
237
- */
238
- private isComponentContext;
239
- /**
240
- * Check if we're in a modifier context
241
- */
242
- private isModifierContext;
243
- /**
244
- * Get component completion items
245
- */
246
- private getComponentCompletions;
247
- /**
248
- * Get modifier completion items
249
- */
250
- private getModifierCompletions;
251
- }
252
- /**
253
- * VS Code integration manager
254
- */
255
- export declare class VSCodeIntegration {
256
- private diagnosticsProvider;
257
- private codeActionsProvider;
258
- private hoverProvider;
259
- private completionProvider;
260
- /**
261
- * Initialize VS Code integration
262
- */
263
- initialize(): void;
264
- /**
265
- * Validate document and return diagnostics
266
- */
267
- validateDocument(uri: string, text: string): Promise<LSPDiagnostic[]>;
268
- /**
269
- * Get code actions for diagnostics
270
- */
271
- getCodeActions(diagnostic: LSPDiagnostic, uri: string, text: string): LSPCodeAction[];
272
- /**
273
- * Get hover information
274
- */
275
- getHover(uri: string, text: string, line: number, character: number): LSPHover | null;
276
- /**
277
- * Get completion items
278
- */
279
- getCompletions(uri: string, text: string, line: number, character: number): LSPCompletionItem[];
280
- }
281
- /**
282
- * Configure IDE integration
283
- */
284
- export declare function configureIDEIntegration(config: Partial<IDEIntegrationConfig>): void;
285
- /**
286
- * Get current IDE configuration
287
- */
288
- export declare function getIDEIntegrationConfig(): IDEIntegrationConfig;
289
- declare const vsCodeIntegration: VSCodeIntegration;
290
- /**
291
- * IDE Integration utilities
292
- */
293
- export declare const IDEIntegrationUtils: {
294
- /**
295
- * Initialize IDE integration
296
- */
297
- initialize: () => void;
298
- /**
299
- * Validate document
300
- */
301
- validateDocument: (uri: string, text: string) => Promise<LSPDiagnostic[]>;
302
- /**
303
- * Get code actions
304
- */
305
- getCodeActions: (diagnostic: LSPDiagnostic, uri: string, text: string) => LSPCodeAction[];
306
- /**
307
- * Get hover information
308
- */
309
- getHover: (uri: string, text: string, line: number, character: number) => LSPHover | null;
310
- /**
311
- * Get completions
312
- */
313
- getCompletions: (uri: string, text: string, line: number, character: number) => LSPCompletionItem[];
314
- /**
315
- * Configure integration
316
- */
317
- configure: typeof configureIDEIntegration;
318
- /**
319
- * Get configuration
320
- */
321
- getConfig: typeof getIDEIntegrationConfig;
322
- /**
323
- * Test IDE integration system
324
- */
325
- test: () => Promise<void>;
326
- };
327
- export { vsCodeIntegration };
328
- //# sourceMappingURL=ide-integration.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ide-integration.d.ts","sourceRoot":"","sources":["../../src/validation/ide-integration.ts"],"names":[],"mappings":"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"}