@absolutejs/absolute 0.19.0-beta.1013 → 0.19.0-beta.1015

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 (84) hide show
  1. package/dist/angular/browser.js +2 -2
  2. package/dist/angular/browser.js.map +3 -3
  3. package/dist/angular/components/constants.js +2 -0
  4. package/dist/angular/components/core/streamingSlotRegistrar.js +1 -1
  5. package/dist/angular/components/core/streamingSlotRegistry.js +2 -2
  6. package/dist/angular/index.js +2 -2
  7. package/dist/angular/index.js.map +3 -3
  8. package/dist/angular/server.js +2 -2
  9. package/dist/angular/server.js.map +3 -3
  10. package/dist/build.js +2 -2
  11. package/dist/build.js.map +3 -3
  12. package/dist/cli/config/client.js +527 -0
  13. package/dist/cli/{eslint/studio → config}/server.js +12059 -7585
  14. package/dist/cli/index.js +6 -6
  15. package/dist/index.js +25 -6
  16. package/dist/index.js.map +4 -4
  17. package/dist/islands/index.js +2 -2
  18. package/dist/islands/index.js.map +3 -3
  19. package/dist/react/components/index.js +2 -2
  20. package/dist/react/components/index.js.map +3 -3
  21. package/dist/react/index.js +2 -2
  22. package/dist/react/index.js.map +3 -3
  23. package/dist/react/server.js +2 -2
  24. package/dist/react/server.js.map +3 -3
  25. package/dist/src/angular/components/constants.d.ts +2 -0
  26. package/dist/src/cli/config/absolute/AbsoluteConfigPanel.d.ts +6 -0
  27. package/dist/src/cli/config/absolute/editAbsoluteConfig.d.ts +5 -0
  28. package/dist/src/cli/config/absolute/resolveAbsoluteConfig.d.ts +14 -0
  29. package/dist/src/cli/{eslint/studio/studioCert.d.ts → config/configCert.d.ts} +2 -2
  30. package/dist/src/cli/config/eslint/EslintPanel.d.ts +6 -0
  31. package/dist/src/cli/{eslint/studio → config/eslint}/editConfigRule.d.ts +1 -1
  32. package/dist/src/cli/{eslint/studio/page/studioStyles.d.ts → config/eslint/eslintStyles.d.ts} +1 -1
  33. package/dist/src/cli/{eslint/studio → config/eslint}/resolveConfig.d.ts +1 -1
  34. package/dist/src/cli/config/packageJson/PackageJsonPanel.d.ts +6 -0
  35. package/dist/src/cli/config/packageJson/editPackageJson.d.ts +9 -0
  36. package/dist/src/cli/config/packageJson/resolvePackageJson.d.ts +9 -0
  37. package/dist/src/cli/config/page/ConfigShell.d.ts +6 -0
  38. package/dist/src/cli/config/page/FieldEditor.d.ts +9 -0
  39. package/dist/src/cli/config/page/PanelHost.d.ts +6 -0
  40. package/dist/src/cli/config/page/configStyles.d.ts +1 -0
  41. package/dist/src/cli/config/panels.d.ts +7 -0
  42. package/dist/src/cli/config/prettier/PrettierPanel.d.ts +6 -0
  43. package/dist/src/cli/config/prettier/editPrettier.d.ts +5 -0
  44. package/dist/src/cli/config/prettier/resolvePrettier.d.ts +11 -0
  45. package/dist/src/cli/config/schema/fromJsonSchema.d.ts +3 -0
  46. package/dist/src/cli/config/schema/fromType.d.ts +2 -0
  47. package/dist/src/cli/config/schema/serialize.d.ts +1 -0
  48. package/dist/src/cli/config/server.d.ts +298 -0
  49. package/dist/src/cli/config/tsconfig/TsconfigPanel.d.ts +6 -0
  50. package/dist/src/cli/config/tsconfig/editTsconfig.d.ts +5 -0
  51. package/dist/src/cli/config/tsconfig/resolveTsconfig.d.ts +8 -0
  52. package/dist/src/cli/config/tsconfig/tsconfigStyles.d.ts +1 -0
  53. package/dist/src/constants.d.ts +2 -0
  54. package/dist/src/core/prepare.d.ts +52 -2
  55. package/dist/src/react/hooks/useMediaQuery.d.ts +1 -1
  56. package/dist/src/utils/userAgentFunctions.d.ts +1 -1
  57. package/dist/svelte/index.js +2 -2
  58. package/dist/svelte/index.js.map +3 -3
  59. package/dist/svelte/server.js +2 -2
  60. package/dist/svelte/server.js.map +3 -3
  61. package/dist/types/absoluteConfig.d.ts +22 -0
  62. package/dist/types/config.d.ts +50 -0
  63. package/dist/types/index.d.ts +1 -0
  64. package/dist/types/packageJson.d.ts +74 -0
  65. package/dist/types/packageJsonPanel.d.ts +29 -0
  66. package/dist/types/prettier.d.ts +26 -0
  67. package/dist/types/tsconfig.d.ts +31 -0
  68. package/dist/vue/components/Image.js +2 -2
  69. package/dist/vue/components/Image.js.map +3 -3
  70. package/dist/vue/components/index.js +2 -2
  71. package/dist/vue/components/index.js.map +3 -3
  72. package/dist/vue/index.js +2 -2
  73. package/dist/vue/index.js.map +3 -3
  74. package/dist/vue/server.js +2 -2
  75. package/dist/vue/server.js.map +3 -3
  76. package/package.json +3 -2
  77. package/dist/cli/eslint/studio/client.js +0 -320
  78. package/dist/src/cli/eslint/studio/page/EslintStudio.d.ts +0 -6
  79. package/dist/src/cli/eslint/studio/server.d.ts +0 -80
  80. /package/dist/src/cli/{eslint/studio → config}/client.d.ts +0 -0
  81. /package/dist/src/cli/{eslint/studio → config/eslint}/configAst.d.ts +0 -0
  82. /package/dist/src/cli/{eslint/studio → config/eslint}/serializeValue.d.ts +0 -0
  83. /package/dist/src/cli/{eslint/studio → config}/guards.d.ts +0 -0
  84. /package/dist/types/{eslintStudio.d.ts → eslintConfig.d.ts} +0 -0
@@ -0,0 +1,2 @@
1
+ import type { FieldNode } from '../../../../types/config';
2
+ export declare const introspectType: (cwd: string, typeName: string, exclude?: Set<string>) => FieldNode[];
@@ -0,0 +1 @@
1
+ export declare const serializeValue: (value: unknown, level?: number, indent?: string) => string;
@@ -0,0 +1,298 @@
1
+ import { Elysia } from 'elysia';
2
+ import type { RuleEditResult } from '../../../types/eslintConfig';
3
+ import type { TsEditResult } from '../../../types/tsconfig';
4
+ import type { PrettierEditResult } from '../../../types/prettier';
5
+ import type { AbsoluteConfigEditResult } from '../../../types/absoluteConfig';
6
+ import type { PackageJsonEditResult } from '../../../types/packageJsonPanel';
7
+ export declare const launchConfig: (args: string[], cwd?: string) => Promise<Elysia<"", {
8
+ decorator: {};
9
+ store: {};
10
+ derive: {};
11
+ resolve: {};
12
+ }, {
13
+ typebox: {};
14
+ error: {};
15
+ }, {
16
+ schema: {};
17
+ standaloneSchema: {};
18
+ macro: {};
19
+ macroFn: {};
20
+ parser: {};
21
+ response: {};
22
+ }, {
23
+ get: {
24
+ body: unknown;
25
+ params: {};
26
+ query: unknown;
27
+ headers: unknown;
28
+ response: {
29
+ 200: Response;
30
+ };
31
+ };
32
+ } & {
33
+ eslint: {
34
+ get: {
35
+ body: unknown;
36
+ params: {};
37
+ query: unknown;
38
+ headers: unknown;
39
+ response: {
40
+ 200: Response;
41
+ };
42
+ };
43
+ };
44
+ } & {
45
+ tsconfig: {
46
+ get: {
47
+ body: unknown;
48
+ params: {};
49
+ query: unknown;
50
+ headers: unknown;
51
+ response: {
52
+ 200: Response;
53
+ };
54
+ };
55
+ };
56
+ } & {
57
+ prettier: {
58
+ get: {
59
+ body: unknown;
60
+ params: {};
61
+ query: unknown;
62
+ headers: unknown;
63
+ response: {
64
+ 200: Response;
65
+ };
66
+ };
67
+ };
68
+ } & {
69
+ absolute: {
70
+ get: {
71
+ body: unknown;
72
+ params: {};
73
+ query: unknown;
74
+ headers: unknown;
75
+ response: {
76
+ 200: Response;
77
+ };
78
+ };
79
+ };
80
+ } & {
81
+ package: {
82
+ get: {
83
+ body: unknown;
84
+ params: {};
85
+ query: unknown;
86
+ headers: unknown;
87
+ response: {
88
+ 200: Response;
89
+ };
90
+ };
91
+ };
92
+ } & {
93
+ "config-client.js": {
94
+ get: {
95
+ body: unknown;
96
+ params: {};
97
+ query: unknown;
98
+ headers: unknown;
99
+ response: {
100
+ 200: Response;
101
+ };
102
+ };
103
+ };
104
+ } & {
105
+ api: {
106
+ rules: {
107
+ get: {
108
+ body: unknown;
109
+ params: {};
110
+ query: unknown;
111
+ headers: unknown;
112
+ response: {
113
+ 200: import("../../../types/eslintConfig").RuleCatalog;
114
+ };
115
+ };
116
+ };
117
+ };
118
+ } & {
119
+ api: {
120
+ rules: {
121
+ post: {
122
+ body: unknown;
123
+ params: {};
124
+ query: unknown;
125
+ headers: unknown;
126
+ response: {
127
+ 200: Response | RuleEditResult;
128
+ };
129
+ };
130
+ };
131
+ };
132
+ } & {
133
+ api: {
134
+ tsconfig: {
135
+ get: {
136
+ body: unknown;
137
+ params: {};
138
+ query: unknown;
139
+ headers: unknown;
140
+ response: {
141
+ 200: {
142
+ categories: string[];
143
+ configPath: string | null;
144
+ current: Record<string, unknown>;
145
+ options: import("../../../types/tsconfig").TsOption[];
146
+ };
147
+ };
148
+ };
149
+ };
150
+ };
151
+ } & {
152
+ api: {
153
+ tsconfig: {
154
+ post: {
155
+ body: unknown;
156
+ params: {};
157
+ query: unknown;
158
+ headers: unknown;
159
+ response: {
160
+ 200: Response | TsEditResult;
161
+ };
162
+ };
163
+ };
164
+ };
165
+ } & {
166
+ api: {
167
+ prettier: {
168
+ get: {
169
+ body: unknown;
170
+ params: {};
171
+ query: unknown;
172
+ headers: unknown;
173
+ response: {
174
+ 200: {
175
+ available: boolean;
176
+ categories: string[];
177
+ configPath: string | null;
178
+ current: Record<string, unknown>;
179
+ editable: boolean;
180
+ format: import("../../../types/prettier").PrettierFormat;
181
+ options: import("prettier").SupportOption[];
182
+ };
183
+ };
184
+ };
185
+ };
186
+ };
187
+ } & {
188
+ api: {
189
+ prettier: {
190
+ post: {
191
+ body: unknown;
192
+ params: {};
193
+ query: unknown;
194
+ headers: unknown;
195
+ response: {
196
+ 200: Response | PrettierEditResult;
197
+ };
198
+ };
199
+ };
200
+ };
201
+ } & {
202
+ api: {
203
+ absolute: {
204
+ get: {
205
+ body: unknown;
206
+ params: {};
207
+ query: unknown;
208
+ headers: unknown;
209
+ response: {
210
+ 200: {
211
+ available: boolean;
212
+ configPath: string | null;
213
+ current: Record<string, unknown>;
214
+ fields: import("../../../types/config").FieldNode[];
215
+ opaqueKeys: string[];
216
+ };
217
+ };
218
+ };
219
+ };
220
+ };
221
+ } & {
222
+ api: {
223
+ absolute: {
224
+ post: {
225
+ body: unknown;
226
+ params: {};
227
+ query: unknown;
228
+ headers: unknown;
229
+ response: {
230
+ 200: Response | AbsoluteConfigEditResult;
231
+ };
232
+ };
233
+ };
234
+ };
235
+ } & {
236
+ api: {
237
+ package: {
238
+ get: {
239
+ body: unknown;
240
+ params: {};
241
+ query: unknown;
242
+ headers: unknown;
243
+ response: {
244
+ 200: {
245
+ configPath: string | null;
246
+ current: Record<string, unknown>;
247
+ fields: import("../../../types/config").FieldNode[];
248
+ scripts: import("../../../types/packageJsonPanel").PackageScript[];
249
+ };
250
+ };
251
+ };
252
+ };
253
+ };
254
+ } & {
255
+ api: {
256
+ package: {
257
+ script: {
258
+ post: {
259
+ body: unknown;
260
+ params: {};
261
+ query: unknown;
262
+ headers: unknown;
263
+ response: {
264
+ 200: Response | PackageJsonEditResult;
265
+ };
266
+ };
267
+ };
268
+ };
269
+ };
270
+ } & {
271
+ api: {
272
+ package: {
273
+ field: {
274
+ post: {
275
+ body: unknown;
276
+ params: {};
277
+ query: unknown;
278
+ headers: unknown;
279
+ response: {
280
+ 200: Response | PackageJsonEditResult;
281
+ };
282
+ };
283
+ };
284
+ };
285
+ };
286
+ }, {
287
+ derive: {};
288
+ resolve: {};
289
+ schema: {};
290
+ standaloneSchema: {};
291
+ response: {};
292
+ }, {
293
+ derive: {};
294
+ resolve: {};
295
+ schema: {};
296
+ standaloneSchema: {};
297
+ response: {};
298
+ }>>;
@@ -0,0 +1,6 @@
1
+ import type { TsConfigState } from '../../../../types/tsconfig';
2
+ type TsconfigPanelProps = {
3
+ state: TsConfigState;
4
+ };
5
+ export declare const TsconfigPanel: ({ state: initial }: TsconfigPanelProps) => import("react/jsx-runtime").JSX.Element;
6
+ export {};
@@ -0,0 +1,5 @@
1
+ import type { TsEditRequest } from '../../../../types/tsconfig';
2
+ export declare const applyTsconfigEdit: (configPath: string, request: TsEditRequest) => {
3
+ message: string;
4
+ ok: boolean;
5
+ };
@@ -0,0 +1,8 @@
1
+ import type { TsOption } from '../../../../types/tsconfig';
2
+ export declare const findTsconfigPath: (cwd: string) => string | null;
3
+ export declare const resolveTsconfigState: (cwd: string) => {
4
+ categories: string[];
5
+ configPath: string | null;
6
+ current: Record<string, unknown>;
7
+ options: TsOption[];
8
+ };
@@ -0,0 +1 @@
1
+ export declare const TSCONFIG_CSS = "\n.ts-control { display: flex; align-items: center; gap: 8px; }\n\n.ts-select {\n\tappearance: none;\n\tfont-family: var(--mono);\n\tfont-size: 12px;\n\tcolor: var(--text);\n\tbackground: var(--panel-2);\n\tborder: 1px solid var(--border);\n\tborder-radius: 7px;\n\tpadding: 6px 28px 6px 10px;\n\tbackground-image: linear-gradient(45deg, transparent 50%, var(--dim) 50%),\n\t\tlinear-gradient(135deg, var(--dim) 50%, transparent 50%);\n\tbackground-position: right 12px center, right 7px center;\n\tbackground-size: 5px 5px, 5px 5px;\n\tbackground-repeat: no-repeat;\n\tcursor: pointer;\n}\n.ts-select:hover { border-color: var(--accent-dim); }\n\n.ts-input {\n\tfont-family: var(--mono);\n\tfont-size: 12px;\n\tcolor: var(--text);\n\tbackground: var(--panel-2);\n\tborder: 1px solid var(--border);\n\tborder-radius: 7px;\n\tpadding: 6px 10px;\n\tmin-width: 220px;\n}\n.ts-input:focus { outline: none; border-color: var(--accent); }\n.ts-input.err { border-color: var(--error); }\n.ts-input.wide { flex: 1; min-width: 320px; }\n\n.ts-btn {\n\tfont-family: var(--mono);\n\tfont-size: 11px;\n\tcolor: var(--bg);\n\tbackground: var(--accent);\n\tborder: none;\n\tborder-radius: 7px;\n\tpadding: 6px 12px;\n\tcursor: pointer;\n}\n.ts-btn:hover { background: var(--accent-dim); }\n\n.ts-clear {\n\tfont-family: var(--mono);\n\tfont-size: 11px;\n\tcolor: var(--dim);\n\tbackground: transparent;\n\tborder: 1px solid var(--border);\n\tborder-radius: 7px;\n\tpadding: 6px 10px;\n\tcursor: pointer;\n}\n.ts-clear:hover { color: var(--error); border-color: var(--error); }\n\n.ts-current {\n\tfont-family: var(--mono);\n\tfont-size: 11px;\n\tcolor: var(--accent);\n}\n.ts-default { color: var(--faint); font-size: 11px; }\n.ts-err { color: var(--error); font-size: 11px; margin-top: 6px; }\n";
@@ -22,6 +22,8 @@ export declare const FOCUS_IDX_PREFIX_LENGTH = 4;
22
22
  export declare const FOCUS_NAME_PREFIX_LENGTH = 5;
23
23
  export declare const ESLINT_STUDIO_DEFAULT_HOST = "eslint.absolute.localhost";
24
24
  export declare const ESLINT_STUDIO_DEFAULT_PORT = 4099;
25
+ export declare const CONFIG_DEFAULT_HOST = "config.absolute.localhost";
26
+ export declare const CONFIG_DEFAULT_PORT = 4099;
25
27
  export declare const HMR_UPDATE_TIMEOUT_MS = 2000;
26
28
  export declare const HOOK_SIGNATURE_LENGTH = 12;
27
29
  export declare const EXCLUDE_LAST_OFFSET = -1;
@@ -287,7 +287,32 @@ export declare const prepare: (configOrPath?: string) => Promise<{
287
287
  response: {
288
288
  200: Response;
289
289
  };
290
- }, {} | {
290
+ }, {
291
+ ".absolutejs": {
292
+ "*": {
293
+ get: {
294
+ body: unknown;
295
+ params: {
296
+ "*": string;
297
+ } & {};
298
+ query: unknown;
299
+ headers: unknown;
300
+ response: {
301
+ 200: Bun.BunFile | "Not Found";
302
+ 422: {
303
+ type: "validation";
304
+ on: string;
305
+ summary?: string;
306
+ message?: string;
307
+ found?: unknown;
308
+ property?: string;
309
+ expected?: string;
310
+ };
311
+ };
312
+ };
313
+ };
314
+ };
315
+ } | ({
291
316
  [x: string]: {
292
317
  get: {
293
318
  body: unknown;
@@ -297,7 +322,32 @@ export declare const prepare: (configOrPath?: string) => Promise<{
297
322
  response: {};
298
323
  };
299
324
  };
300
- }, {
325
+ } & {
326
+ ".absolutejs": {
327
+ "*": {
328
+ get: {
329
+ body: unknown;
330
+ params: {
331
+ "*": string;
332
+ } & {};
333
+ query: unknown;
334
+ headers: unknown;
335
+ response: {
336
+ 200: Bun.BunFile | "Not Found";
337
+ 422: {
338
+ type: "validation";
339
+ on: string;
340
+ summary?: string;
341
+ message?: string;
342
+ found?: unknown;
343
+ property?: string;
344
+ expected?: string;
345
+ };
346
+ };
347
+ };
348
+ };
349
+ };
350
+ }), {
301
351
  derive: {};
302
352
  resolve: {};
303
353
  schema: {};
@@ -1,5 +1,5 @@
1
1
  import { Breakpoint, Breakpoints } from '../../../types/mediaQuery';
2
- export declare const UserAgentProvider: import("react").Provider<"bot" | "phone" | "tablet" | "tv" | "console" | "car" | "iot" | "desktop" | "other" | null>;
2
+ export declare const UserAgentProvider: import("react").Provider<"other" | "bot" | "phone" | "tablet" | "tv" | "console" | "car" | "iot" | "desktop" | null>;
3
3
  export declare const useMediaQuery: (customBreakpoints?: Breakpoints) => {
4
4
  breakpoint: string;
5
5
  isSizeOrGreater: (target: Breakpoint) => boolean;
@@ -1 +1 @@
1
- export declare const getUserAgentType: (userAgent: string) => "bot" | "phone" | "tablet" | "tv" | "console" | "car" | "iot" | "desktop" | "other";
1
+ export declare const getUserAgentType: (userAgent: string) => "other" | "bot" | "phone" | "tablet" | "tv" | "console" | "car" | "iot" | "desktop";
@@ -134,7 +134,7 @@ var resolveExportPath = (entry, conditions) => {
134
134
  var init_resolvePackageImport = () => {};
135
135
 
136
136
  // src/constants.ts
137
- var ANGULAR_INIT_TIMEOUT_MS = 500, ANSI_ESCAPE_CODE = 27, ANSI_ESCAPE_LENGTH = 3, ASCII_SPACE = 32, BASE_36_RADIX = 36, BUN_BUILD_WARNING_SUPPRESSION = "wildcard sideEffects are not supported yet", BODY_SLICE_LENGTH = 2000, BYTES_PER_KILOBYTE = 1024, CLI_ARGS_OFFSET = 3, CSS_ERROR_RESOLVE_DELAY_MS = 50, CSS_MAX_CHECK_ATTEMPTS = 10, CSS_MAX_PARSE_TIMEOUT_MS = 500, CSS_SHEET_READY_TIMEOUT_MS = 100, DEFAULT_CHUNK_SIZE = 16384, DEFAULT_DEBOUNCE_MS = 15, DEFAULT_PORT = 3000, DEV_SERVER_RESTART_DEBOUNCE_MS = 100, DOM_UPDATE_DELAY_MS = 50, FILE_PROTOCOL_PREFIX_LENGTH = 7, FOCUS_ID_PREFIX_LENGTH = 3, FOCUS_IDX_PREFIX_LENGTH = 4, FOCUS_NAME_PREFIX_LENGTH = 5, ESLINT_STUDIO_DEFAULT_HOST = "eslint.absolute.localhost", ESLINT_STUDIO_DEFAULT_PORT = 4099, HMR_UPDATE_TIMEOUT_MS = 2000, HOOK_SIGNATURE_LENGTH = 12, EXCLUDE_LAST_OFFSET = -1, HTTP_STATUS_OK = 200, HTTP_STATUS_BAD_REQUEST = 400, HTTP_STATUS_NOT_FOUND = 404, HOURS_IN_DAY = 24, HOURS_IN_HALF_DAY = 12, IMAGE_DEFAULT_DEVICE_SIZES, IMAGE_DEFAULT_IMAGE_SIZES, IMAGE_DEFAULT_QUALITY = 75, IMAGE_GLOB_SUFFIX_LENGTH = 2, MAX_ERROR_LENGTH = 200, MAX_RECONNECT_ATTEMPTS = 60, MILLISECONDS_IN_A_SECOND = 1000, MINUTES_IN_AN_HOUR = 60, SECONDS_IN_A_MINUTE = 60, MILLISECONDS_IN_A_MINUTE, MILLISECONDS_IN_A_DAY, OVERLAY_FADE_DURATION_MS = 150, PING_INTERVAL_MS = 30000, RAF_BATCH_COUNT = 3, RANDOM_ID_END_INDEX = 11, REBUILD_BATCH_DELAY_MS = 10, REBUILD_RELOAD_DELAY_MS = 200, RECONNECT_INITIAL_DELAY_MS = 500, RECONNECT_POLL_INTERVAL_MS = 300, REACT_STREAM_SLOT_FAST_DELAY_MS = 5, REACT_STREAM_SLOT_SLOW_DELAY_MS = 20, SIGINT_EXIT_CODE = 130, SIGTERM_EXIT_CODE = 143, SVELTE_CSS_LOAD_TIMEOUT_MS = 500, TIME_PRECISION = 2, TWO_THIRDS, UNFOUND_INDEX = -1, WEBSOCKET_NORMAL_CLOSURE = 1000, WORKSPACE_COMMAND_ARGS_OFFSET = 3, WORKSPACE_FAILURE_LOG_PRINT_LIMIT = 30, WORKSPACE_FAILURE_RECENT_LOG_LIMIT = 60, WORKSPACE_READY_ATTEMPT_TIMEOUT_MS = 5000, WORKSPACE_READY_PROBE_INTERVAL_MS = 250, WORKSPACE_READY_TIMEOUT_MS = 30000, WORKSPACE_SHUTDOWN_TIMEOUT_MS = 1e4, WORKSPACE_TUI_DEFAULT_HEIGHT = 28, WORKSPACE_TUI_DEFAULT_WIDTH = 100, WORKSPACE_TUI_ESCAPE_SEQUENCE_TIMEOUT_MS = 30, WORKSPACE_TUI_FOOTER_LINE_COUNT = 3, WORKSPACE_TUI_MIN_LOG_HEIGHT = 3, WORKSPACE_TUI_MIN_SERVICE_NAME_WIDTH = 7, WORKSPACE_TUI_MIN_TARGET_WIDTH = 8, WORKSPACE_TUI_MIN_WRAP_WIDTH = 12, WORKSPACE_TUI_PROMPT_CURSOR_OFFSET = 3, WORKSPACE_TUI_RECENT_LOG_LIMIT = 40, WORKSPACE_TUI_RENDER_DEBOUNCE_MS = 16, WORKSPACE_TUI_STATUS_WIDTH = 10, WORKSPACE_TUI_TARGET_PADDING_WIDTH = 6, WORKSPACE_TUI_VISIBILITY_WIDTH = 8;
137
+ var ANGULAR_INIT_TIMEOUT_MS = 500, ANSI_ESCAPE_CODE = 27, ANSI_ESCAPE_LENGTH = 3, ASCII_SPACE = 32, BASE_36_RADIX = 36, BUN_BUILD_WARNING_SUPPRESSION = "wildcard sideEffects are not supported yet", BODY_SLICE_LENGTH = 2000, BYTES_PER_KILOBYTE = 1024, CLI_ARGS_OFFSET = 3, CSS_ERROR_RESOLVE_DELAY_MS = 50, CSS_MAX_CHECK_ATTEMPTS = 10, CSS_MAX_PARSE_TIMEOUT_MS = 500, CSS_SHEET_READY_TIMEOUT_MS = 100, DEFAULT_CHUNK_SIZE = 16384, DEFAULT_DEBOUNCE_MS = 15, DEFAULT_PORT = 3000, DEV_SERVER_RESTART_DEBOUNCE_MS = 100, DOM_UPDATE_DELAY_MS = 50, FILE_PROTOCOL_PREFIX_LENGTH = 7, FOCUS_ID_PREFIX_LENGTH = 3, FOCUS_IDX_PREFIX_LENGTH = 4, FOCUS_NAME_PREFIX_LENGTH = 5, ESLINT_STUDIO_DEFAULT_HOST = "eslint.absolute.localhost", ESLINT_STUDIO_DEFAULT_PORT = 4099, CONFIG_DEFAULT_HOST = "config.absolute.localhost", CONFIG_DEFAULT_PORT = 4099, HMR_UPDATE_TIMEOUT_MS = 2000, HOOK_SIGNATURE_LENGTH = 12, EXCLUDE_LAST_OFFSET = -1, HTTP_STATUS_OK = 200, HTTP_STATUS_BAD_REQUEST = 400, HTTP_STATUS_NOT_FOUND = 404, HOURS_IN_DAY = 24, HOURS_IN_HALF_DAY = 12, IMAGE_DEFAULT_DEVICE_SIZES, IMAGE_DEFAULT_IMAGE_SIZES, IMAGE_DEFAULT_QUALITY = 75, IMAGE_GLOB_SUFFIX_LENGTH = 2, MAX_ERROR_LENGTH = 200, MAX_RECONNECT_ATTEMPTS = 60, MILLISECONDS_IN_A_SECOND = 1000, MINUTES_IN_AN_HOUR = 60, SECONDS_IN_A_MINUTE = 60, MILLISECONDS_IN_A_MINUTE, MILLISECONDS_IN_A_DAY, OVERLAY_FADE_DURATION_MS = 150, PING_INTERVAL_MS = 30000, RAF_BATCH_COUNT = 3, RANDOM_ID_END_INDEX = 11, REBUILD_BATCH_DELAY_MS = 10, REBUILD_RELOAD_DELAY_MS = 200, RECONNECT_INITIAL_DELAY_MS = 500, RECONNECT_POLL_INTERVAL_MS = 300, REACT_STREAM_SLOT_FAST_DELAY_MS = 5, REACT_STREAM_SLOT_SLOW_DELAY_MS = 20, SIGINT_EXIT_CODE = 130, SIGTERM_EXIT_CODE = 143, SVELTE_CSS_LOAD_TIMEOUT_MS = 500, TIME_PRECISION = 2, TWO_THIRDS, UNFOUND_INDEX = -1, WEBSOCKET_NORMAL_CLOSURE = 1000, WORKSPACE_COMMAND_ARGS_OFFSET = 3, WORKSPACE_FAILURE_LOG_PRINT_LIMIT = 30, WORKSPACE_FAILURE_RECENT_LOG_LIMIT = 60, WORKSPACE_READY_ATTEMPT_TIMEOUT_MS = 5000, WORKSPACE_READY_PROBE_INTERVAL_MS = 250, WORKSPACE_READY_TIMEOUT_MS = 30000, WORKSPACE_SHUTDOWN_TIMEOUT_MS = 1e4, WORKSPACE_TUI_DEFAULT_HEIGHT = 28, WORKSPACE_TUI_DEFAULT_WIDTH = 100, WORKSPACE_TUI_ESCAPE_SEQUENCE_TIMEOUT_MS = 30, WORKSPACE_TUI_FOOTER_LINE_COUNT = 3, WORKSPACE_TUI_MIN_LOG_HEIGHT = 3, WORKSPACE_TUI_MIN_SERVICE_NAME_WIDTH = 7, WORKSPACE_TUI_MIN_TARGET_WIDTH = 8, WORKSPACE_TUI_MIN_WRAP_WIDTH = 12, WORKSPACE_TUI_PROMPT_CURSOR_OFFSET = 3, WORKSPACE_TUI_RECENT_LOG_LIMIT = 40, WORKSPACE_TUI_RENDER_DEBOUNCE_MS = 16, WORKSPACE_TUI_STATUS_WIDTH = 10, WORKSPACE_TUI_TARGET_PADDING_WIDTH = 6, WORKSPACE_TUI_VISIBILITY_WIDTH = 8;
138
138
  var init_constants = __esm(() => {
139
139
  IMAGE_DEFAULT_DEVICE_SIZES = [
140
140
  640,
@@ -4032,5 +4032,5 @@ export {
4032
4032
  createTypedIsland
4033
4033
  };
4034
4034
 
4035
- //# debugId=49F0742EF563666264756E2164756E21
4035
+ //# debugId=D5F168AFA0C5999864756E2164756E21
4036
4036
  //# sourceMappingURL=index.js.map