vite-plus 0.1.22 → 0.1.24

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 (67) hide show
  1. package/binding/index.cjs +119 -52
  2. package/binding/index.d.cts +3222 -2
  3. package/dist/agent-Nuk-9l77.js +2470 -0
  4. package/dist/bin.js +13 -8
  5. package/dist/cli-truncate-CWsmbK3p.js +867 -0
  6. package/dist/{compat-OlmU9EQz.js → compat-DXZgnEyq.js} +1 -1
  7. package/dist/config/bin.js +18 -5
  8. package/dist/{constants-kDaYqyWd.js → constants-DCBWlNrn.js} +7 -2
  9. package/dist/create/bin.d.ts +1 -1
  10. package/dist/create/bin.js +194 -87
  11. package/dist/{define-config-IMCGDS2K.d.ts → define-config-COdn-tsn.d.ts} +7 -5
  12. package/dist/define-config.cjs +1 -1
  13. package/dist/define-config.d.ts +1 -1
  14. package/dist/define-config.js +1 -1
  15. package/dist/dist-Bapm49IR.js +3 -0
  16. package/dist/{dist-owlRxmBM.js → dist-BgQuvbtq.js} +136 -110
  17. package/dist/fmt.d.ts +1 -1
  18. package/dist/index.cjs +1 -1
  19. package/dist/index.d.ts +1 -1
  20. package/dist/index.js +1 -1
  21. package/dist/is-fullwidth-code-point-BUNlIICg.js +8 -0
  22. package/dist/lint.d.ts +1 -1
  23. package/dist/{log-update-NRrY6krx.js → log-update-lyIiuflf.js} +111 -24
  24. package/dist/migration/bin.js +81 -39
  25. package/dist/{oxlint-plugin-config-BkQeR4FR.js → oxlint-plugin-config-B89iKTKN.js} +1 -1
  26. package/dist/oxlint-plugin.d.ts +2 -4
  27. package/dist/oxlint-plugin.js +1 -1
  28. package/dist/pack-bin.js +1 -1
  29. package/dist/pack.d.ts +1 -1
  30. package/dist/{package-BoLLED6j.js → package-PmBUZ-ve.js} +2 -2
  31. package/dist/staged/bin.js +157 -424
  32. package/dist/strip-ansi-C3wrWz9t.js +853 -0
  33. package/dist/{agent-BWLe0i9g.js → tsconfig-DFb5BKyT.js} +681 -2114
  34. package/dist/version.js +5 -5
  35. package/dist/versions.js +7 -7
  36. package/dist/{workspace-Bi_9spVt.js → workspace-NL-m9wgM.js} +22 -21
  37. package/dist/wrap-ansi-CeQuiQ31.js +2 -0
  38. package/dist/{wrap-ansi-DtUeUCjE.js → wrap-ansi-k7Dn4VtV.js} +1 -1
  39. package/docs/_data/team.ts +3 -3
  40. package/docs/config/run.md +39 -4
  41. package/docs/guide/cache.md +10 -1
  42. package/docs/guide/env.md +3 -0
  43. package/docs/guide/ide-integration.md +2 -2
  44. package/docs/guide/index.md +4 -0
  45. package/docs/guide/install.md +19 -0
  46. package/docs/guide/migrate.md +1 -1
  47. package/docs/guide/run.md +2 -0
  48. package/docs/guide/troubleshooting.md +6 -29
  49. package/docs/guide/upgrade.md +12 -1
  50. package/package.json +20 -20
  51. package/templates/monorepo/_gitignore +1 -0
  52. package/dist/cli-truncate-B62YnW2m.js +0 -138
  53. package/dist/dist-DZfItHAr.js +0 -3
  54. package/dist/slice-ansi-e4todZeH.js +0 -113
  55. package/dist/strip-ansi-D-eYYcD2.js +0 -198
  56. package/dist/tsconfig-BVyzXJ_o.js +0 -517
  57. package/dist/wrap-ansi-3S3qJ7j8.js +0 -2
  58. /package/dist/{chunk-q7NCDQ7-.js → chunk-DnnnRqeS.js} +0 -0
  59. /package/dist/{define-config-GqLoRwH9.cjs → define-config-BR1Y88zz.cjs} +0 -0
  60. /package/dist/{define-config-CzWdQTt2.js → define-config-BRC7qPNE.js} +0 -0
  61. /package/dist/{help-DK5wuu34.js → help-YP84FSEz.js} +0 -0
  62. /package/dist/{lib-DpwyUJWo.js → lib-L3DWSRQp.js} +0 -0
  63. /package/dist/{main-DhsO6ndq.js → main-DpJl3LoU.js} +0 -0
  64. /package/dist/{pack-K7H72Cum.d.ts → pack-Ciiho0Tq.d.ts} +0 -0
  65. /package/dist/{report-CYPv1VK1.js → report-DgSBQUdz.js} +0 -0
  66. /package/dist/{resolve-vite-config-C5AjksTj.js → resolve-vite-config-TTvhycU1.js} +0 -0
  67. /package/dist/{terminal-D_Kg-AA6.js → terminal-uTv0ZaMr.js} +0 -0
package/binding/index.cjs CHANGED
@@ -81,12 +81,12 @@ function requireNative() {
81
81
  const bindingPackageVersion =
82
82
  require('@voidzero-dev/vite-plus-android-arm64/package.json').version;
83
83
  if (
84
- bindingPackageVersion !== '0.1.22' &&
84
+ bindingPackageVersion !== '0.1.24' &&
85
85
  process.env.NAPI_RS_ENFORCE_VERSION_CHECK &&
86
86
  process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0'
87
87
  ) {
88
88
  throw new Error(
89
- `Native binding package version mismatch, expected 0.1.22 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`,
89
+ `Native binding package version mismatch, expected 0.1.24 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`,
90
90
  );
91
91
  }
92
92
  return binding;
@@ -104,12 +104,12 @@ function requireNative() {
104
104
  const bindingPackageVersion =
105
105
  require('@voidzero-dev/vite-plus-android-arm-eabi/package.json').version;
106
106
  if (
107
- bindingPackageVersion !== '0.1.22' &&
107
+ bindingPackageVersion !== '0.1.24' &&
108
108
  process.env.NAPI_RS_ENFORCE_VERSION_CHECK &&
109
109
  process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0'
110
110
  ) {
111
111
  throw new Error(
112
- `Native binding package version mismatch, expected 0.1.22 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`,
112
+ `Native binding package version mismatch, expected 0.1.24 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`,
113
113
  );
114
114
  }
115
115
  return binding;
@@ -135,12 +135,12 @@ function requireNative() {
135
135
  const bindingPackageVersion =
136
136
  require('@voidzero-dev/vite-plus-win32-x64-gnu/package.json').version;
137
137
  if (
138
- bindingPackageVersion !== '0.1.22' &&
138
+ bindingPackageVersion !== '0.1.24' &&
139
139
  process.env.NAPI_RS_ENFORCE_VERSION_CHECK &&
140
140
  process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0'
141
141
  ) {
142
142
  throw new Error(
143
- `Native binding package version mismatch, expected 0.1.22 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`,
143
+ `Native binding package version mismatch, expected 0.1.24 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`,
144
144
  );
145
145
  }
146
146
  return binding;
@@ -158,12 +158,12 @@ function requireNative() {
158
158
  const bindingPackageVersion =
159
159
  require('@voidzero-dev/vite-plus-win32-x64-msvc/package.json').version;
160
160
  if (
161
- bindingPackageVersion !== '0.1.22' &&
161
+ bindingPackageVersion !== '0.1.24' &&
162
162
  process.env.NAPI_RS_ENFORCE_VERSION_CHECK &&
163
163
  process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0'
164
164
  ) {
165
165
  throw new Error(
166
- `Native binding package version mismatch, expected 0.1.22 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`,
166
+ `Native binding package version mismatch, expected 0.1.24 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`,
167
167
  );
168
168
  }
169
169
  return binding;
@@ -182,12 +182,12 @@ function requireNative() {
182
182
  const bindingPackageVersion =
183
183
  require('@voidzero-dev/vite-plus-win32-ia32-msvc/package.json').version;
184
184
  if (
185
- bindingPackageVersion !== '0.1.22' &&
185
+ bindingPackageVersion !== '0.1.24' &&
186
186
  process.env.NAPI_RS_ENFORCE_VERSION_CHECK &&
187
187
  process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0'
188
188
  ) {
189
189
  throw new Error(
190
- `Native binding package version mismatch, expected 0.1.22 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`,
190
+ `Native binding package version mismatch, expected 0.1.24 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`,
191
191
  );
192
192
  }
193
193
  return binding;
@@ -205,12 +205,12 @@ function requireNative() {
205
205
  const bindingPackageVersion =
206
206
  require('@voidzero-dev/vite-plus-win32-arm64-msvc/package.json').version;
207
207
  if (
208
- bindingPackageVersion !== '0.1.22' &&
208
+ bindingPackageVersion !== '0.1.24' &&
209
209
  process.env.NAPI_RS_ENFORCE_VERSION_CHECK &&
210
210
  process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0'
211
211
  ) {
212
212
  throw new Error(
213
- `Native binding package version mismatch, expected 0.1.22 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`,
213
+ `Native binding package version mismatch, expected 0.1.24 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`,
214
214
  );
215
215
  }
216
216
  return binding;
@@ -231,12 +231,12 @@ function requireNative() {
231
231
  const bindingPackageVersion =
232
232
  require('@voidzero-dev/vite-plus-darwin-universal/package.json').version;
233
233
  if (
234
- bindingPackageVersion !== '0.1.22' &&
234
+ bindingPackageVersion !== '0.1.24' &&
235
235
  process.env.NAPI_RS_ENFORCE_VERSION_CHECK &&
236
236
  process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0'
237
237
  ) {
238
238
  throw new Error(
239
- `Native binding package version mismatch, expected 0.1.22 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`,
239
+ `Native binding package version mismatch, expected 0.1.24 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`,
240
240
  );
241
241
  }
242
242
  return binding;
@@ -254,12 +254,12 @@ function requireNative() {
254
254
  const bindingPackageVersion =
255
255
  require('@voidzero-dev/vite-plus-darwin-x64/package.json').version;
256
256
  if (
257
- bindingPackageVersion !== '0.1.22' &&
257
+ bindingPackageVersion !== '0.1.24' &&
258
258
  process.env.NAPI_RS_ENFORCE_VERSION_CHECK &&
259
259
  process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0'
260
260
  ) {
261
261
  throw new Error(
262
- `Native binding package version mismatch, expected 0.1.22 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`,
262
+ `Native binding package version mismatch, expected 0.1.24 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`,
263
263
  );
264
264
  }
265
265
  return binding;
@@ -277,12 +277,12 @@ function requireNative() {
277
277
  const bindingPackageVersion =
278
278
  require('@voidzero-dev/vite-plus-darwin-arm64/package.json').version;
279
279
  if (
280
- bindingPackageVersion !== '0.1.22' &&
280
+ bindingPackageVersion !== '0.1.24' &&
281
281
  process.env.NAPI_RS_ENFORCE_VERSION_CHECK &&
282
282
  process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0'
283
283
  ) {
284
284
  throw new Error(
285
- `Native binding package version mismatch, expected 0.1.22 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`,
285
+ `Native binding package version mismatch, expected 0.1.24 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`,
286
286
  );
287
287
  }
288
288
  return binding;
@@ -304,12 +304,12 @@ function requireNative() {
304
304
  const bindingPackageVersion =
305
305
  require('@voidzero-dev/vite-plus-freebsd-x64/package.json').version;
306
306
  if (
307
- bindingPackageVersion !== '0.1.22' &&
307
+ bindingPackageVersion !== '0.1.24' &&
308
308
  process.env.NAPI_RS_ENFORCE_VERSION_CHECK &&
309
309
  process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0'
310
310
  ) {
311
311
  throw new Error(
312
- `Native binding package version mismatch, expected 0.1.22 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`,
312
+ `Native binding package version mismatch, expected 0.1.24 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`,
313
313
  );
314
314
  }
315
315
  return binding;
@@ -327,12 +327,12 @@ function requireNative() {
327
327
  const bindingPackageVersion =
328
328
  require('@voidzero-dev/vite-plus-freebsd-arm64/package.json').version;
329
329
  if (
330
- bindingPackageVersion !== '0.1.22' &&
330
+ bindingPackageVersion !== '0.1.24' &&
331
331
  process.env.NAPI_RS_ENFORCE_VERSION_CHECK &&
332
332
  process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0'
333
333
  ) {
334
334
  throw new Error(
335
- `Native binding package version mismatch, expected 0.1.22 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`,
335
+ `Native binding package version mismatch, expected 0.1.24 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`,
336
336
  );
337
337
  }
338
338
  return binding;
@@ -355,12 +355,12 @@ function requireNative() {
355
355
  const bindingPackageVersion =
356
356
  require('@voidzero-dev/vite-plus-linux-x64-musl/package.json').version;
357
357
  if (
358
- bindingPackageVersion !== '0.1.22' &&
358
+ bindingPackageVersion !== '0.1.24' &&
359
359
  process.env.NAPI_RS_ENFORCE_VERSION_CHECK &&
360
360
  process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0'
361
361
  ) {
362
362
  throw new Error(
363
- `Native binding package version mismatch, expected 0.1.22 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`,
363
+ `Native binding package version mismatch, expected 0.1.24 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`,
364
364
  );
365
365
  }
366
366
  return binding;
@@ -378,12 +378,12 @@ function requireNative() {
378
378
  const bindingPackageVersion =
379
379
  require('@voidzero-dev/vite-plus-linux-x64-gnu/package.json').version;
380
380
  if (
381
- bindingPackageVersion !== '0.1.22' &&
381
+ bindingPackageVersion !== '0.1.24' &&
382
382
  process.env.NAPI_RS_ENFORCE_VERSION_CHECK &&
383
383
  process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0'
384
384
  ) {
385
385
  throw new Error(
386
- `Native binding package version mismatch, expected 0.1.22 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`,
386
+ `Native binding package version mismatch, expected 0.1.24 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`,
387
387
  );
388
388
  }
389
389
  return binding;
@@ -403,12 +403,12 @@ function requireNative() {
403
403
  const bindingPackageVersion =
404
404
  require('@voidzero-dev/vite-plus-linux-arm64-musl/package.json').version;
405
405
  if (
406
- bindingPackageVersion !== '0.1.22' &&
406
+ bindingPackageVersion !== '0.1.24' &&
407
407
  process.env.NAPI_RS_ENFORCE_VERSION_CHECK &&
408
408
  process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0'
409
409
  ) {
410
410
  throw new Error(
411
- `Native binding package version mismatch, expected 0.1.22 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`,
411
+ `Native binding package version mismatch, expected 0.1.24 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`,
412
412
  );
413
413
  }
414
414
  return binding;
@@ -426,12 +426,12 @@ function requireNative() {
426
426
  const bindingPackageVersion =
427
427
  require('@voidzero-dev/vite-plus-linux-arm64-gnu/package.json').version;
428
428
  if (
429
- bindingPackageVersion !== '0.1.22' &&
429
+ bindingPackageVersion !== '0.1.24' &&
430
430
  process.env.NAPI_RS_ENFORCE_VERSION_CHECK &&
431
431
  process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0'
432
432
  ) {
433
433
  throw new Error(
434
- `Native binding package version mismatch, expected 0.1.22 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`,
434
+ `Native binding package version mismatch, expected 0.1.24 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`,
435
435
  );
436
436
  }
437
437
  return binding;
@@ -451,12 +451,12 @@ function requireNative() {
451
451
  const bindingPackageVersion =
452
452
  require('@voidzero-dev/vite-plus-linux-arm-musleabihf/package.json').version;
453
453
  if (
454
- bindingPackageVersion !== '0.1.22' &&
454
+ bindingPackageVersion !== '0.1.24' &&
455
455
  process.env.NAPI_RS_ENFORCE_VERSION_CHECK &&
456
456
  process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0'
457
457
  ) {
458
458
  throw new Error(
459
- `Native binding package version mismatch, expected 0.1.22 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`,
459
+ `Native binding package version mismatch, expected 0.1.24 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`,
460
460
  );
461
461
  }
462
462
  return binding;
@@ -474,12 +474,12 @@ function requireNative() {
474
474
  const bindingPackageVersion =
475
475
  require('@voidzero-dev/vite-plus-linux-arm-gnueabihf/package.json').version;
476
476
  if (
477
- bindingPackageVersion !== '0.1.22' &&
477
+ bindingPackageVersion !== '0.1.24' &&
478
478
  process.env.NAPI_RS_ENFORCE_VERSION_CHECK &&
479
479
  process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0'
480
480
  ) {
481
481
  throw new Error(
482
- `Native binding package version mismatch, expected 0.1.22 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`,
482
+ `Native binding package version mismatch, expected 0.1.24 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`,
483
483
  );
484
484
  }
485
485
  return binding;
@@ -499,12 +499,12 @@ function requireNative() {
499
499
  const bindingPackageVersion =
500
500
  require('@voidzero-dev/vite-plus-linux-loong64-musl/package.json').version;
501
501
  if (
502
- bindingPackageVersion !== '0.1.22' &&
502
+ bindingPackageVersion !== '0.1.24' &&
503
503
  process.env.NAPI_RS_ENFORCE_VERSION_CHECK &&
504
504
  process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0'
505
505
  ) {
506
506
  throw new Error(
507
- `Native binding package version mismatch, expected 0.1.22 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`,
507
+ `Native binding package version mismatch, expected 0.1.24 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`,
508
508
  );
509
509
  }
510
510
  return binding;
@@ -522,12 +522,12 @@ function requireNative() {
522
522
  const bindingPackageVersion =
523
523
  require('@voidzero-dev/vite-plus-linux-loong64-gnu/package.json').version;
524
524
  if (
525
- bindingPackageVersion !== '0.1.22' &&
525
+ bindingPackageVersion !== '0.1.24' &&
526
526
  process.env.NAPI_RS_ENFORCE_VERSION_CHECK &&
527
527
  process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0'
528
528
  ) {
529
529
  throw new Error(
530
- `Native binding package version mismatch, expected 0.1.22 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`,
530
+ `Native binding package version mismatch, expected 0.1.24 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`,
531
531
  );
532
532
  }
533
533
  return binding;
@@ -547,12 +547,12 @@ function requireNative() {
547
547
  const bindingPackageVersion =
548
548
  require('@voidzero-dev/vite-plus-linux-riscv64-musl/package.json').version;
549
549
  if (
550
- bindingPackageVersion !== '0.1.22' &&
550
+ bindingPackageVersion !== '0.1.24' &&
551
551
  process.env.NAPI_RS_ENFORCE_VERSION_CHECK &&
552
552
  process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0'
553
553
  ) {
554
554
  throw new Error(
555
- `Native binding package version mismatch, expected 0.1.22 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`,
555
+ `Native binding package version mismatch, expected 0.1.24 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`,
556
556
  );
557
557
  }
558
558
  return binding;
@@ -570,12 +570,12 @@ function requireNative() {
570
570
  const bindingPackageVersion =
571
571
  require('@voidzero-dev/vite-plus-linux-riscv64-gnu/package.json').version;
572
572
  if (
573
- bindingPackageVersion !== '0.1.22' &&
573
+ bindingPackageVersion !== '0.1.24' &&
574
574
  process.env.NAPI_RS_ENFORCE_VERSION_CHECK &&
575
575
  process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0'
576
576
  ) {
577
577
  throw new Error(
578
- `Native binding package version mismatch, expected 0.1.22 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`,
578
+ `Native binding package version mismatch, expected 0.1.24 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`,
579
579
  );
580
580
  }
581
581
  return binding;
@@ -594,12 +594,12 @@ function requireNative() {
594
594
  const bindingPackageVersion =
595
595
  require('@voidzero-dev/vite-plus-linux-ppc64-gnu/package.json').version;
596
596
  if (
597
- bindingPackageVersion !== '0.1.22' &&
597
+ bindingPackageVersion !== '0.1.24' &&
598
598
  process.env.NAPI_RS_ENFORCE_VERSION_CHECK &&
599
599
  process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0'
600
600
  ) {
601
601
  throw new Error(
602
- `Native binding package version mismatch, expected 0.1.22 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`,
602
+ `Native binding package version mismatch, expected 0.1.24 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`,
603
603
  );
604
604
  }
605
605
  return binding;
@@ -617,12 +617,12 @@ function requireNative() {
617
617
  const bindingPackageVersion =
618
618
  require('@voidzero-dev/vite-plus-linux-s390x-gnu/package.json').version;
619
619
  if (
620
- bindingPackageVersion !== '0.1.22' &&
620
+ bindingPackageVersion !== '0.1.24' &&
621
621
  process.env.NAPI_RS_ENFORCE_VERSION_CHECK &&
622
622
  process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0'
623
623
  ) {
624
624
  throw new Error(
625
- `Native binding package version mismatch, expected 0.1.22 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`,
625
+ `Native binding package version mismatch, expected 0.1.24 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`,
626
626
  );
627
627
  }
628
628
  return binding;
@@ -644,12 +644,12 @@ function requireNative() {
644
644
  const bindingPackageVersion =
645
645
  require('@voidzero-dev/vite-plus-openharmony-arm64/package.json').version;
646
646
  if (
647
- bindingPackageVersion !== '0.1.22' &&
647
+ bindingPackageVersion !== '0.1.24' &&
648
648
  process.env.NAPI_RS_ENFORCE_VERSION_CHECK &&
649
649
  process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0'
650
650
  ) {
651
651
  throw new Error(
652
- `Native binding package version mismatch, expected 0.1.22 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`,
652
+ `Native binding package version mismatch, expected 0.1.24 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`,
653
653
  );
654
654
  }
655
655
  return binding;
@@ -667,12 +667,12 @@ function requireNative() {
667
667
  const bindingPackageVersion =
668
668
  require('@voidzero-dev/vite-plus-openharmony-x64/package.json').version;
669
669
  if (
670
- bindingPackageVersion !== '0.1.22' &&
670
+ bindingPackageVersion !== '0.1.24' &&
671
671
  process.env.NAPI_RS_ENFORCE_VERSION_CHECK &&
672
672
  process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0'
673
673
  ) {
674
674
  throw new Error(
675
- `Native binding package version mismatch, expected 0.1.22 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`,
675
+ `Native binding package version mismatch, expected 0.1.24 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`,
676
676
  );
677
677
  }
678
678
  return binding;
@@ -690,12 +690,12 @@ function requireNative() {
690
690
  const bindingPackageVersion =
691
691
  require('@voidzero-dev/vite-plus-openharmony-arm/package.json').version;
692
692
  if (
693
- bindingPackageVersion !== '0.1.22' &&
693
+ bindingPackageVersion !== '0.1.24' &&
694
694
  process.env.NAPI_RS_ENFORCE_VERSION_CHECK &&
695
695
  process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0'
696
696
  ) {
697
697
  throw new Error(
698
- `Native binding package version mismatch, expected 0.1.22 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`,
698
+ `Native binding package version mismatch, expected 0.1.24 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`,
699
699
  );
700
700
  }
701
701
  return binding;
@@ -765,6 +765,73 @@ if (!nativeBinding) {
765
765
  }
766
766
 
767
767
  module.exports = nativeBinding;
768
+ module.exports.LegalCommentsMode = nativeBinding.LegalCommentsMode;
769
+ module.exports.minify = nativeBinding.minify;
770
+ module.exports.minifySync = nativeBinding.minifySync;
771
+ module.exports.Severity = nativeBinding.Severity;
772
+ module.exports.ParseResult = nativeBinding.ParseResult;
773
+ module.exports.ExportExportNameKind = nativeBinding.ExportExportNameKind;
774
+ module.exports.ExportImportNameKind = nativeBinding.ExportImportNameKind;
775
+ module.exports.ExportLocalNameKind = nativeBinding.ExportLocalNameKind;
776
+ module.exports.ImportNameKind = nativeBinding.ImportNameKind;
777
+ module.exports.parse = nativeBinding.parse;
778
+ module.exports.parseSync = nativeBinding.parseSync;
779
+ module.exports.rawTransferSupported = nativeBinding.rawTransferSupported;
780
+ module.exports.ResolverFactory = nativeBinding.ResolverFactory;
781
+ module.exports.EnforceExtension = nativeBinding.EnforceExtension;
782
+ module.exports.ModuleType = nativeBinding.ModuleType;
783
+ module.exports.sync = nativeBinding.sync;
784
+ module.exports.HelperMode = nativeBinding.HelperMode;
785
+ module.exports.isolatedDeclaration = nativeBinding.isolatedDeclaration;
786
+ module.exports.isolatedDeclarationSync = nativeBinding.isolatedDeclarationSync;
787
+ module.exports.moduleRunnerTransform = nativeBinding.moduleRunnerTransform;
788
+ module.exports.moduleRunnerTransformSync = nativeBinding.moduleRunnerTransformSync;
789
+ module.exports.transform = nativeBinding.transform;
790
+ module.exports.transformSync = nativeBinding.transformSync;
791
+ module.exports.BindingBundleEndEventData = nativeBinding.BindingBundleEndEventData;
792
+ module.exports.BindingBundleErrorEventData = nativeBinding.BindingBundleErrorEventData;
793
+ module.exports.BindingBundler = nativeBinding.BindingBundler;
794
+ module.exports.BindingCallableBuiltinPlugin = nativeBinding.BindingCallableBuiltinPlugin;
795
+ module.exports.BindingChunkingContext = nativeBinding.BindingChunkingContext;
796
+ module.exports.BindingDecodedMap = nativeBinding.BindingDecodedMap;
797
+ module.exports.BindingDevEngine = nativeBinding.BindingDevEngine;
798
+ module.exports.BindingLoadPluginContext = nativeBinding.BindingLoadPluginContext;
799
+ module.exports.BindingMagicString = nativeBinding.BindingMagicString;
800
+ module.exports.BindingModuleInfo = nativeBinding.BindingModuleInfo;
801
+ module.exports.BindingNormalizedOptions = nativeBinding.BindingNormalizedOptions;
802
+ module.exports.BindingOutputAsset = nativeBinding.BindingOutputAsset;
803
+ module.exports.BindingOutputChunk = nativeBinding.BindingOutputChunk;
804
+ module.exports.BindingPluginContext = nativeBinding.BindingPluginContext;
805
+ module.exports.BindingRenderedChunk = nativeBinding.BindingRenderedChunk;
806
+ module.exports.BindingRenderedChunkMeta = nativeBinding.BindingRenderedChunkMeta;
807
+ module.exports.BindingRenderedModule = nativeBinding.BindingRenderedModule;
808
+ module.exports.BindingSourceMap = nativeBinding.BindingSourceMap;
809
+ module.exports.BindingTransformPluginContext = nativeBinding.BindingTransformPluginContext;
810
+ module.exports.BindingWatcher = nativeBinding.BindingWatcher;
811
+ module.exports.BindingWatcherBundler = nativeBinding.BindingWatcherBundler;
812
+ module.exports.BindingWatcherChangeData = nativeBinding.BindingWatcherChangeData;
813
+ module.exports.BindingWatcherEvent = nativeBinding.BindingWatcherEvent;
814
+ module.exports.ParallelJsPluginRegistry = nativeBinding.ParallelJsPluginRegistry;
815
+ module.exports.ScheduledBuild = nativeBinding.ScheduledBuild;
816
+ module.exports.TraceSubscriberGuard = nativeBinding.TraceSubscriberGuard;
817
+ module.exports.TsconfigCache = nativeBinding.TsconfigCache;
818
+ module.exports.BindingAttachDebugInfo = nativeBinding.BindingAttachDebugInfo;
819
+ module.exports.BindingBuiltinPluginName = nativeBinding.BindingBuiltinPluginName;
820
+ module.exports.BindingChunkModuleOrderBy = nativeBinding.BindingChunkModuleOrderBy;
821
+ module.exports.BindingLogLevel = nativeBinding.BindingLogLevel;
822
+ module.exports.BindingPluginOrder = nativeBinding.BindingPluginOrder;
823
+ module.exports.BindingPropertyReadSideEffects = nativeBinding.BindingPropertyReadSideEffects;
824
+ module.exports.BindingPropertyWriteSideEffects = nativeBinding.BindingPropertyWriteSideEffects;
825
+ module.exports.BindingRebuildStrategy = nativeBinding.BindingRebuildStrategy;
826
+ module.exports.collapseSourcemaps = nativeBinding.collapseSourcemaps;
827
+ module.exports.enhancedTransform = nativeBinding.enhancedTransform;
828
+ module.exports.enhancedTransformSync = nativeBinding.enhancedTransformSync;
829
+ module.exports.FilterTokenKind = nativeBinding.FilterTokenKind;
830
+ module.exports.initTraceSubscriber = nativeBinding.initTraceSubscriber;
831
+ module.exports.registerPlugins = nativeBinding.registerPlugins;
832
+ module.exports.resolveTsconfig = nativeBinding.resolveTsconfig;
833
+ module.exports.shutdownAsyncRuntime = nativeBinding.shutdownAsyncRuntime;
834
+ module.exports.startAsyncRuntime = nativeBinding.startAsyncRuntime;
768
835
  module.exports.detectWorkspace = nativeBinding.detectWorkspace;
769
836
  module.exports.downloadPackageManager = nativeBinding.downloadPackageManager;
770
837
  module.exports.hasConfigKey = nativeBinding.hasConfigKey;