@pinegrow/vite-plugin 3.0.0-beta.8 → 3.0.0-beta.81

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.
@@ -40,728 +40,12 @@
40
40
  * Released under the MIT License.
41
41
  */
42
42
 
43
- /*! ../../../src/framework-mgmt/transform-plugins.js */
44
-
45
- /*! ../contrib/parseqs.js */
46
-
47
- /*! ../contrib/yeast.js */
48
-
49
- /*! ../globalThis.js */
50
-
51
- /*! ../helpers/regeneratorRuntime */
52
-
53
- /*! ../transport.js */
54
-
55
- /*! ../util.js */
56
-
57
- /*! ./arrayLikeToArray.js */
58
-
59
- /*! ./arrayWithHoles.js */
60
-
61
- /*! ./arrayWithoutHoles.js */
62
-
63
- /*! ./binary-extensions.json */
64
-
65
- /*! ./binary.js */
66
-
67
- /*! ./browser.js */
68
-
69
- /*! ./buffer-util */
70
-
71
- /*! ./common */
72
-
73
- /*! ./commons.js */
74
-
75
- /*! ./constants */
76
-
77
- /*! ./contrib/backo2.js */
78
-
79
- /*! ./contrib/parseqs.js */
80
-
81
- /*! ./contrib/parseuri.js */
82
-
83
- /*! ./decodePacket.js */
84
-
85
- /*! ./encodePacket.js */
86
-
87
- /*! ./event-target */
88
-
89
- /*! ./extension */
90
-
91
- /*! ./globalThis.js */
92
-
93
- /*! ./is-binary.js */
94
-
95
- /*! ./iterableToArray.js */
96
-
97
- /*! ./iterableToArrayLimit.js */
98
-
99
- /*! ./lib/compile */
100
-
101
- /*! ./lib/constants */
102
-
103
- /*! ./lib/expand */
104
-
105
- /*! ./lib/fsevents-handler */
106
-
107
- /*! ./lib/nodefs-handler */
108
-
109
- /*! ./lib/parse */
110
-
111
- /*! ./lib/picomatch */
112
-
113
- /*! ./lib/receiver.js */
114
-
115
- /*! ./lib/sender.js */
116
-
117
- /*! ./lib/stream.js */
118
-
119
- /*! ./lib/stringify */
120
-
121
- /*! ./lib/websocket-server.js */
122
-
123
- /*! ./lib/websocket.js */
124
-
125
- /*! ./limiter */
126
-
127
- /*! ./manager.js */
128
-
129
- /*! ./node.js */
130
-
131
- /*! ./nonIterableRest.js */
132
-
133
- /*! ./nonIterableSpread.js */
134
-
135
- /*! ./on.js */
136
-
137
- /*! ./parse */
138
-
139
- /*! ./permessage-deflate */
140
-
141
- /*! ./polling.js */
142
-
143
- /*! ./receiver */
144
-
145
- /*! ./scan */
146
-
147
- /*! ./sender */
148
-
149
- /*! ./socket.js */
150
-
151
- /*! ./stringify */
152
-
153
- /*! ./subprotocol */
154
-
155
- /*! ./toPrimitive.js */
156
-
157
- /*! ./toPropertyKey.js */
158
-
159
- /*! ./transport.js */
160
-
161
- /*! ./transports/index.js */
162
-
163
- /*! ./transports/websocket-constructor.js */
164
-
165
- /*! ./typeof.js */
166
-
167
- /*! ./unsupportedIterableToArray.js */
168
-
169
- /*! ./url.js */
170
-
171
- /*! ./util.js */
172
-
173
- /*! ./utils */
174
-
175
- /*! ./validation */
176
-
177
- /*! ./websocket */
178
-
179
- /*! ./websocket-constructor.js */
180
-
181
- /*! ./websocket.js */
182
-
183
- /*! ./xmlhttprequest.js */
184
-
185
- /*! @babel/runtime/helpers/asyncToGenerator */
186
-
187
- /*! @babel/runtime/helpers/classCallCheck */
188
-
189
- /*! @babel/runtime/helpers/createClass */
190
-
191
- /*! @babel/runtime/helpers/defineProperty */
192
-
193
- /*! @babel/runtime/helpers/slicedToArray */
194
-
195
- /*! @babel/runtime/helpers/toConsumableArray */
196
-
197
- /*! @babel/runtime/helpers/typeof */
198
-
199
- /*! @babel/runtime/regenerator */
200
-
201
- /*! @socket.io/component-emitter */
202
-
203
- /*! anymatch */
204
-
205
- /*! binary-extensions */
206
-
207
- /*! braces */
208
-
209
- /*! bufferutil */
210
-
211
- /*! child_process */
212
-
213
- /*! chokidar */
214
-
215
- /*! crypto */
216
-
217
- /*! debug */
218
-
219
- /*! engine.io-client */
220
-
221
- /*! engine.io-parser */
222
-
223
- /*! events */
224
-
225
- /*! fill-range */
226
-
227
- /*! fs */
228
-
229
- /*! fsevents */
230
-
231
- /*! glob-parent */
232
-
233
- /*! has-flag */
234
-
235
- /*! http */
236
-
237
- /*! https */
43
+ /*! https://mths.be/cssesc v3.0.0 by @mathias */
238
44
 
239
45
  /*! https://mths.be/he v1.2.0 by @mathias | MIT license */
240
46
 
241
- /*! is-binary-path */
242
-
243
- /*! is-extglob */
244
-
245
- /*! is-glob */
246
-
247
- /*! is-number */
248
-
249
- /*! module */
250
-
251
- /*! ms */
252
-
253
- /*! net */
254
-
255
- /*! normalize-path */
256
-
257
- /*! os */
258
-
259
- /*! path */
260
-
261
- /*! picomatch */
262
-
263
- /*! readdirp */
264
-
265
47
  /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
266
48
 
267
- /*! socket.io-client */
268
-
269
- /*! socket.io-parser */
270
-
271
- /*! stream */
272
-
273
- /*! supports-color */
274
-
275
- /*! tls */
276
-
277
- /*! to-regex-range */
278
-
279
- /*! tty */
280
-
281
- /*! url */
282
-
283
- /*! utf-8-validate */
284
-
285
- /*! util */
286
-
287
- /*! ws */
288
-
289
- /*! xmlhttprequest-ssl */
290
-
291
- /*! zlib */
292
-
293
- /*!*********************!*\
294
- !*** external "fs" ***!
295
- \*********************/
296
-
297
- /*!*********************!*\
298
- !*** external "os" ***!
299
- \*********************/
300
-
301
- /*!**********************!*\
302
- !*** ./src/index.js ***!
303
- \**********************/
304
-
305
- /*!**********************!*\
306
- !*** external "net" ***!
307
- \**********************/
308
-
309
- /*!**********************!*\
310
- !*** external "tls" ***!
311
- \**********************/
312
-
313
- /*!**********************!*\
314
- !*** external "tty" ***!
315
- \**********************/
316
-
317
- /*!**********************!*\
318
- !*** external "url" ***!
319
- \**********************/
320
-
321
- /*!***********************!*\
322
- !*** external "http" ***!
323
- \***********************/
324
-
325
- /*!***********************!*\
326
- !*** external "path" ***!
327
- \***********************/
328
-
329
- /*!***********************!*\
330
- !*** external "util" ***!
331
- \***********************/
332
-
333
- /*!***********************!*\
334
- !*** external "zlib" ***!
335
- \***********************/
336
-
337
- /*!************************!*\
338
- !*** external "https" ***!
339
- \************************/
340
-
341
- /*!*************************!*\
342
- !*** external "crypto" ***!
343
- \*************************/
344
-
345
- /*!*************************!*\
346
- !*** external "events" ***!
347
- \*************************/
348
-
349
- /*!*************************!*\
350
- !*** external "module" ***!
351
- \*************************/
352
-
353
- /*!*************************!*\
354
- !*** external "stream" ***!
355
- \*************************/
356
-
357
- /*!***************************!*\
358
- !*** external "fsevents" ***!
359
- \***************************/
360
-
361
- /*!*****************************!*\
362
- !*** external "bufferutil" ***!
363
- \*****************************/
364
-
365
- /*!********************************!*\
366
- !*** external "child_process" ***!
367
- \********************************/
368
-
369
- /*!*********************************!*\
370
- !*** external "utf-8-validate" ***!
371
- \*********************************/
372
-
373
- /*!**************************************!*\
374
- !*** ../../node_modules/ms/index.js ***!
375
- \**************************************/
376
-
377
- /*!*****************************************!*\
378
- !*** ../../node_modules/ws/wrapper.mjs ***!
379
- \*****************************************/
380
-
381
- /*!******************************************!*\
382
- !*** ../../node_modules/braces/index.js ***!
383
- \******************************************/
384
-
385
- /*!*******************************************!*\
386
- !*** ../../node_modules/is-glob/index.js ***!
387
- \*******************************************/
388
-
389
- /*!*******************************************!*\
390
- !*** ../../node_modules/ws/lib/sender.js ***!
391
- \*******************************************/
392
-
393
- /*!*******************************************!*\
394
- !*** ../../node_modules/ws/lib/stream.js ***!
395
- \*******************************************/
396
-
397
- /*!********************************************!*\
398
- !*** ../../node_modules/anymatch/index.js ***!
399
- \********************************************/
400
-
401
- /*!********************************************!*\
402
- !*** ../../node_modules/chokidar/index.js ***!
403
- \********************************************/
404
-
405
- /*!********************************************!*\
406
- !*** ../../node_modules/debug/src/node.js ***!
407
- \********************************************/
408
-
409
- /*!********************************************!*\
410
- !*** ../../node_modules/has-flag/index.js ***!
411
- \********************************************/
412
-
413
- /*!********************************************!*\
414
- !*** ../../node_modules/readdirp/index.js ***!
415
- \********************************************/
416
-
417
- /*!********************************************!*\
418
- !*** ../../node_modules/ws/lib/limiter.js ***!
419
- \********************************************/
420
-
421
- /*!*********************************************!*\
422
- !*** ../../node_modules/debug/src/index.js ***!
423
- \*********************************************/
424
-
425
- /*!*********************************************!*\
426
- !*** ../../node_modules/is-number/index.js ***!
427
- \*********************************************/
428
-
429
- /*!*********************************************!*\
430
- !*** ../../node_modules/picomatch/index.js ***!
431
- \*********************************************/
432
-
433
- /*!*********************************************!*\
434
- !*** ../../node_modules/ws/lib/receiver.js ***!
435
- \*********************************************/
436
-
437
- /*!**********************************************!*\
438
- !*** ../../node_modules/braces/lib/parse.js ***!
439
- \**********************************************/
440
-
441
- /*!**********************************************!*\
442
- !*** ../../node_modules/braces/lib/utils.js ***!
443
- \**********************************************/
444
-
445
- /*!**********************************************!*\
446
- !*** ../../node_modules/debug/src/common.js ***!
447
- \**********************************************/
448
-
449
- /*!**********************************************!*\
450
- !*** ../../node_modules/fill-range/index.js ***!
451
- \**********************************************/
452
-
453
- /*!**********************************************!*\
454
- !*** ../../node_modules/is-extglob/index.js ***!
455
- \**********************************************/
456
-
457
- /*!**********************************************!*\
458
- !*** ../../node_modules/ws/lib/constants.js ***!
459
- \**********************************************/
460
-
461
- /*!**********************************************!*\
462
- !*** ../../node_modules/ws/lib/extension.js ***!
463
- \**********************************************/
464
-
465
- /*!**********************************************!*\
466
- !*** ../../node_modules/ws/lib/websocket.js ***!
467
- \**********************************************/
468
-
469
- /*!***********************************************!*\
470
- !*** ../../node_modules/braces/lib/expand.js ***!
471
- \***********************************************/
472
-
473
- /*!***********************************************!*\
474
- !*** ../../node_modules/debug/src/browser.js ***!
475
- \***********************************************/
476
-
477
- /*!***********************************************!*\
478
- !*** ../../node_modules/glob-parent/index.js ***!
479
- \***********************************************/
480
-
481
- /*!***********************************************!*\
482
- !*** ../../node_modules/ws/lib/validation.js ***!
483
- \***********************************************/
484
-
485
- /*!************************************************!*\
486
- !*** ../../node_modules/braces/lib/compile.js ***!
487
- \************************************************/
488
-
489
- /*!************************************************!*\
490
- !*** ../../node_modules/picomatch/lib/scan.js ***!
491
- \************************************************/
492
-
493
- /*!************************************************!*\
494
- !*** ../../node_modules/ws/lib/buffer-util.js ***!
495
- \************************************************/
496
-
497
- /*!************************************************!*\
498
- !*** ../../node_modules/ws/lib/subprotocol.js ***!
499
- \************************************************/
500
-
501
- /*!*************************************************!*\
502
- !*** ../../node_modules/picomatch/lib/parse.js ***!
503
- \*************************************************/
504
-
505
- /*!*************************************************!*\
506
- !*** ../../node_modules/picomatch/lib/utils.js ***!
507
- \*************************************************/
508
-
509
- /*!*************************************************!*\
510
- !*** ../../node_modules/ws/lib/event-target.js ***!
511
- \*************************************************/
512
-
513
- /*!**************************************************!*\
514
- !*** ../../node_modules/braces/lib/constants.js ***!
515
- \**************************************************/
516
-
517
- /*!**************************************************!*\
518
- !*** ../../node_modules/braces/lib/stringify.js ***!
519
- \**************************************************/
520
-
521
- /*!**************************************************!*\
522
- !*** ../../node_modules/is-binary-path/index.js ***!
523
- \**************************************************/
524
-
525
- /*!**************************************************!*\
526
- !*** ../../node_modules/normalize-path/index.js ***!
527
- \**************************************************/
528
-
529
- /*!**************************************************!*\
530
- !*** ../../node_modules/supports-color/index.js ***!
531
- \**************************************************/
532
-
533
- /*!**************************************************!*\
534
- !*** ../../node_modules/to-regex-range/index.js ***!
535
- \**************************************************/
536
-
537
- /*!****************************************************!*\
538
- !*** ../../node_modules/chokidar/lib/constants.js ***!
539
- \****************************************************/
540
-
541
- /*!*****************************************************!*\
542
- !*** ../../node_modules/binary-extensions/index.js ***!
543
- \*****************************************************/
544
-
545
- /*!*****************************************************!*\
546
- !*** ../../node_modules/picomatch/lib/constants.js ***!
547
- \*****************************************************/
548
-
549
- /*!*****************************************************!*\
550
- !*** ../../node_modules/picomatch/lib/picomatch.js ***!
551
- \*****************************************************/
552
-
553
- /*!*****************************************************!*\
554
- !*** ../../node_modules/ws/lib/websocket-server.js ***!
555
- \*****************************************************/
556
-
557
- /*!*****************************************************!*\
558
- !*** ../../src/framework-mgmt/transform-plugins.js ***!
559
- \*****************************************************/
560
-
561
- /*!*******************************************************!*\
562
- !*** ../../node_modules/ws/lib/permessage-deflate.js ***!
563
- \*******************************************************/
564
-
565
- /*!*********************************************************!*\
566
- !*** ../../node_modules/chokidar/lib/nodefs-handler.js ***!
567
- \*********************************************************/
568
-
569
- /*!***********************************************************!*\
570
- !*** ../../node_modules/@babel/runtime/helpers/typeof.js ***!
571
- \***********************************************************/
572
-
573
- /*!***********************************************************!*\
574
- !*** ../../node_modules/chokidar/lib/fsevents-handler.js ***!
575
- \***********************************************************/
576
-
577
- /*!*************************************************************!*\
578
- !*** ./node_modules/socket.io-client/build/esm-debug/on.js ***!
579
- \*************************************************************/
580
-
581
- /*!**************************************************************!*\
582
- !*** ../../node_modules/@babel/runtime/regenerator/index.js ***!
583
- \**************************************************************/
584
-
585
- /*!**************************************************************!*\
586
- !*** ../../node_modules/engine.io-parser/build/esm/index.js ***!
587
- \**************************************************************/
588
-
589
- /*!**************************************************************!*\
590
- !*** ./node_modules/socket.io-client/build/esm-debug/url.js ***!
591
- \**************************************************************/
592
-
593
- /*!****************************************************************!*\
594
- !*** ../../node_modules/@babel/runtime/helpers/createClass.js ***!
595
- \****************************************************************/
596
-
597
- /*!****************************************************************!*\
598
- !*** ../../node_modules/@babel/runtime/helpers/toPrimitive.js ***!
599
- \****************************************************************/
600
-
601
- /*!****************************************************************!*\
602
- !*** ../../node_modules/engine.io-parser/build/esm/commons.js ***!
603
- \****************************************************************/
604
-
605
- /*!****************************************************************!*\
606
- !*** ./node_modules/socket.io-client/build/esm-debug/index.js ***!
607
- \****************************************************************/
608
-
609
- /*!*****************************************************************!*\
610
- !*** ../../node_modules/@socket.io/component-emitter/index.mjs ***!
611
- \*****************************************************************/
612
-
613
- /*!*****************************************************************!*\
614
- !*** ./node_modules/socket.io-client/build/esm-debug/socket.js ***!
615
- \*****************************************************************/
616
-
617
- /*!******************************************************************!*\
618
- !*** ../../node_modules/@babel/runtime/helpers/slicedToArray.js ***!
619
- \******************************************************************/
620
-
621
- /*!******************************************************************!*\
622
- !*** ../../node_modules/@babel/runtime/helpers/toPropertyKey.js ***!
623
- \******************************************************************/
624
-
625
- /*!******************************************************************!*\
626
- !*** ./node_modules/socket.io-client/build/esm-debug/manager.js ***!
627
- \******************************************************************/
628
-
629
- /*!*******************************************************************!*\
630
- !*** ../../node_modules/@babel/runtime/helpers/arrayWithHoles.js ***!
631
- \*******************************************************************/
632
-
633
- /*!*******************************************************************!*\
634
- !*** ../../node_modules/@babel/runtime/helpers/classCallCheck.js ***!
635
- \*******************************************************************/
636
-
637
- /*!*******************************************************************!*\
638
- !*** ../../node_modules/@babel/runtime/helpers/defineProperty.js ***!
639
- \*******************************************************************/
640
-
641
- /*!*******************************************************************!*\
642
- !*** ../../node_modules/binary-extensions/binary-extensions.json ***!
643
- \*******************************************************************/
644
-
645
- /*!*******************************************************************!*\
646
- !*** ../../node_modules/engine.io-client/build/esm-debug/util.js ***!
647
- \*******************************************************************/
648
-
649
- /*!*******************************************************************!*\
650
- !*** ../../node_modules/xmlhttprequest-ssl/lib/XMLHttpRequest.js ***!
651
- \*******************************************************************/
652
-
653
- /*!********************************************************************!*\
654
- !*** ../../node_modules/@babel/runtime/helpers/iterableToArray.js ***!
655
- \********************************************************************/
656
-
657
- /*!********************************************************************!*\
658
- !*** ../../node_modules/@babel/runtime/helpers/nonIterableRest.js ***!
659
- \********************************************************************/
660
-
661
- /*!********************************************************************!*\
662
- !*** ../../node_modules/engine.io-client/build/esm-debug/index.js ***!
663
- \********************************************************************/
664
-
665
- /*!********************************************************************!*\
666
- !*** ../../node_modules/socket.io-parser/build/esm-debug/index.js ***!
667
- \********************************************************************/
668
-
669
- /*!*********************************************************************!*\
670
- !*** ../../node_modules/@babel/runtime/helpers/arrayLikeToArray.js ***!
671
- \*********************************************************************/
672
-
673
- /*!*********************************************************************!*\
674
- !*** ../../node_modules/@babel/runtime/helpers/asyncToGenerator.js ***!
675
- \*********************************************************************/
676
-
677
- /*!*********************************************************************!*\
678
- !*** ../../node_modules/engine.io-client/build/esm-debug/socket.js ***!
679
- \*********************************************************************/
680
-
681
- /*!*********************************************************************!*\
682
- !*** ../../node_modules/engine.io-parser/build/esm/decodePacket.js ***!
683
- \*********************************************************************/
684
-
685
- /*!*********************************************************************!*\
686
- !*** ../../node_modules/engine.io-parser/build/esm/encodePacket.js ***!
687
- \*********************************************************************/
688
-
689
- /*!*********************************************************************!*\
690
- !*** ../../node_modules/socket.io-parser/build/esm-debug/binary.js ***!
691
- \*********************************************************************/
692
-
693
- /*!**********************************************************************!*\
694
- !*** ../../node_modules/@babel/runtime/helpers/arrayWithoutHoles.js ***!
695
- \**********************************************************************/
696
-
697
- /*!**********************************************************************!*\
698
- !*** ../../node_modules/@babel/runtime/helpers/nonIterableSpread.js ***!
699
- \**********************************************************************/
700
-
701
- /*!**********************************************************************!*\
702
- !*** ../../node_modules/@babel/runtime/helpers/toConsumableArray.js ***!
703
- \**********************************************************************/
704
-
705
- /*!***********************************************************************!*\
706
- !*** ../../node_modules/@babel/runtime/helpers/regeneratorRuntime.js ***!
707
- \***********************************************************************/
708
-
709
- /*!************************************************************************!*\
710
- !*** ../../node_modules/engine.io-client/build/esm-debug/transport.js ***!
711
- \************************************************************************/
712
-
713
- /*!************************************************************************!*\
714
- !*** ../../node_modules/socket.io-parser/build/esm-debug/is-binary.js ***!
715
- \************************************************************************/
716
-
717
- /*!*************************************************************************!*\
718
- !*** ../../node_modules/@babel/runtime/helpers/iterableToArrayLimit.js ***!
719
- \*************************************************************************/
720
-
721
- /*!*************************************************************************!*\
722
- !*** ../../node_modules/engine.io-client/build/esm-debug/globalThis.js ***!
723
- \*************************************************************************/
724
-
725
- /*!*************************************************************************!*\
726
- !*** ./node_modules/socket.io-client/build/esm-debug/contrib/backo2.js ***!
727
- \*************************************************************************/
728
-
729
- /*!****************************************************************************!*\
730
- !*** ../../node_modules/engine.io-client/build/esm-debug/contrib/yeast.js ***!
731
- \****************************************************************************/
732
-
733
- /*!******************************************************************************!*\
734
- !*** ../../node_modules/engine.io-client/build/esm-debug/contrib/parseqs.js ***!
735
- \******************************************************************************/
736
-
737
- /*!*******************************************************************************!*\
738
- !*** ../../node_modules/@babel/runtime/helpers/unsupportedIterableToArray.js ***!
739
- \*******************************************************************************/
740
-
741
- /*!*******************************************************************************!*\
742
- !*** ../../node_modules/engine.io-client/build/esm-debug/contrib/parseuri.js ***!
743
- \*******************************************************************************/
744
-
745
- /*!*******************************************************************************!*\
746
- !*** ../../node_modules/engine.io-client/build/esm-debug/transports/index.js ***!
747
- \*******************************************************************************/
748
-
749
- /*!*********************************************************************************!*\
750
- !*** ../../node_modules/engine.io-client/build/esm-debug/transports/polling.js ***!
751
- \*********************************************************************************/
752
-
753
- /*!***********************************************************************************!*\
754
- !*** ../../node_modules/engine.io-client/build/esm-debug/transports/websocket.js ***!
755
- \***********************************************************************************/
756
-
757
- /*!****************************************************************************************!*\
758
- !*** ../../node_modules/engine.io-client/build/esm-debug/transports/xmlhttprequest.js ***!
759
- \****************************************************************************************/
760
-
761
- /*!***********************************************************************************************!*\
762
- !*** ../../node_modules/engine.io-client/build/esm-debug/transports/websocket-constructor.js ***!
763
- \***********************************************************************************************/
764
-
765
49
  /**
766
50
  * Wrapper for built-in http.js to emulate the browser XMLHttpRequest object.
767
51
  *