@parcel/utils 2.0.0-nightly.1374 → 2.0.0-nightly.1380

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.
package/lib/index.js CHANGED
@@ -35,6 +35,7 @@ var $parcel$modules = {};
35
35
  var $parcel$inits = {};
36
36
 
37
37
  var parcelRequire = $parcel$global["parcelRequire0b48"];
38
+
38
39
  if (parcelRequire == null) {
39
40
  parcelRequire = function(id) {
40
41
  if (id in $parcel$modules) {
@@ -59,7 +60,9 @@ if (parcelRequire == null) {
59
60
 
60
61
  $parcel$global["parcelRequire0b48"] = parcelRequire;
61
62
  }
62
- parcelRequire.register("aX5SS", function(module, exports) {
63
+
64
+ var parcelRegister = parcelRequire.register;
65
+ parcelRegister("aX5SS", function(module, exports) {
63
66
  /**
64
67
  * Node.js module for Forge.
65
68
  *
@@ -75,7 +78,7 @@ parcelRequire.register("aX5SS", function(module, exports) {
75
78
 
76
79
  });
77
80
 
78
- parcelRequire.register("debD2", function(module, exports) {
81
+ parcelRegister("debD2", function(module, exports) {
79
82
  /**
80
83
  * Node.js module for Forge message digests.
81
84
  *
@@ -89,7 +92,7 @@ $aX5SS.md.algorithms = $aX5SS.md.algorithms || {};
89
92
 
90
93
  });
91
94
 
92
- parcelRequire.register("bpwrg", function(module, exports) {
95
+ parcelRegister("bpwrg", function(module, exports) {
93
96
  "use strict";
94
97
 
95
98
 
@@ -378,7 +381,7 @@ const $84eb312e83286da9$var$isObject = (val)=>val && typeof val === "object" &&
378
381
  */ module.exports = $84eb312e83286da9$var$picomatch;
379
382
 
380
383
  });
381
- parcelRequire.register("cVXfM", function(module, exports) {
384
+ parcelRegister("cVXfM", function(module, exports) {
382
385
  "use strict";
383
386
 
384
387
  var $9kveb = parcelRequire("9kveb");
@@ -682,7 +685,7 @@ const $96a8c569ca8cf0ca$var$depth = (token)=>{
682
685
  module.exports = $96a8c569ca8cf0ca$var$scan;
683
686
 
684
687
  });
685
- parcelRequire.register("9kveb", function(module, exports) {
688
+ parcelRegister("9kveb", function(module, exports) {
686
689
 
687
690
  $parcel$export(module.exports, "isObject", () => $6cae347cab102e18$export$a6cdc56e425d0d0a, (v) => $6cae347cab102e18$export$a6cdc56e425d0d0a = v);
688
691
  $parcel$export(module.exports, "hasRegexChars", () => $6cae347cab102e18$export$6540a013a39bb50d, (v) => $6cae347cab102e18$export$6540a013a39bb50d = v);
@@ -756,7 +759,7 @@ $6cae347cab102e18$export$25bddda26836484b = (input, state = {}, options = {})=>{
756
759
  };
757
760
 
758
761
  });
759
- parcelRequire.register("7nDuE", function(module, exports) {
762
+ parcelRegister("7nDuE", function(module, exports) {
760
763
  "use strict";
761
764
 
762
765
  const $55f950f22c20c933$var$WIN_SLASH = "\\\\/";
@@ -934,7 +937,7 @@ module.exports = {
934
937
 
935
938
 
936
939
 
937
- parcelRequire.register("bWS3W", function(module, exports) {
940
+ parcelRegister("bWS3W", function(module, exports) {
938
941
  "use strict";
939
942
 
940
943
  var $7nDuE = parcelRequire("7nDuE");
@@ -1814,7 +1817,7 @@ module.exports = $8b2f0c2eaecf2312$var$parse;
1814
1817
  });
1815
1818
 
1816
1819
 
1817
- parcelRequire.register("kevix", function(module, exports) {
1820
+ parcelRegister("kevix", function(module, exports) {
1818
1821
  "use strict";
1819
1822
 
1820
1823
  module.exports = (parcelRequire("30l15"));
@@ -1826,7 +1829,7 @@ module.exports.stream = (parcelRequire("9ai43"));
1826
1829
  module.exports.prettyError = (parcelRequire("bmucT"));
1827
1830
 
1828
1831
  });
1829
- parcelRequire.register("30l15", function(module, exports) {
1832
+ parcelRegister("30l15", function(module, exports) {
1830
1833
  "use strict";
1831
1834
  module.exports = $2301aca2166185e5$var$parseString;
1832
1835
 
@@ -1845,7 +1848,7 @@ function $2301aca2166185e5$var$parseString(str) {
1845
1848
  }
1846
1849
 
1847
1850
  });
1848
- parcelRequire.register("2nj4a", function(module, exports) {
1851
+ parcelRegister("2nj4a", function(module, exports) {
1849
1852
  "use strict";
1850
1853
 
1851
1854
  /* eslint-disable no-new-wrappers, no-eval, camelcase, operator-linebreak */ module.exports = makeParserClass((parcelRequire("ibqqh")));
@@ -2827,7 +2830,7 @@ function makeParserClass(Parser11) {
2827
2830
  }
2828
2831
 
2829
2832
  });
2830
- parcelRequire.register("ibqqh", function(module, exports) {
2833
+ parcelRegister("ibqqh", function(module, exports) {
2831
2834
  "use strict";
2832
2835
  const $d3cdc01cc6068457$var$ParserEND = 0x110000;
2833
2836
  class $d3cdc01cc6068457$var$ParserError extends Error {
@@ -2946,7 +2949,7 @@ module.exports = $d3cdc01cc6068457$var$Parser;
2946
2949
 
2947
2950
  });
2948
2951
 
2949
- parcelRequire.register("24H0e", function(module, exports) {
2952
+ parcelRegister("24H0e", function(module, exports) {
2950
2953
  "use strict";
2951
2954
  module.exports = (value)=>{
2952
2955
  const date = new Date(value);
@@ -2956,7 +2959,7 @@ module.exports = (value)=>{
2956
2959
 
2957
2960
  });
2958
2961
 
2959
- parcelRequire.register("hEXiP", function(module, exports) {
2962
+ parcelRegister("hEXiP", function(module, exports) {
2960
2963
  "use strict";
2961
2964
 
2962
2965
  var $2IBB1 = parcelRequire("2IBB1");
@@ -2978,7 +2981,7 @@ module.exports = (value)=>{
2978
2981
  };
2979
2982
 
2980
2983
  });
2981
- parcelRequire.register("2IBB1", function(module, exports) {
2984
+ parcelRegister("2IBB1", function(module, exports) {
2982
2985
  "use strict";
2983
2986
  module.exports = (d, num)=>{
2984
2987
  num = String(num);
@@ -2989,7 +2992,7 @@ module.exports = (d, num)=>{
2989
2992
  });
2990
2993
 
2991
2994
 
2992
- parcelRequire.register("cdqCB", function(module, exports) {
2995
+ parcelRegister("cdqCB", function(module, exports) {
2993
2996
  "use strict";
2994
2997
 
2995
2998
  var $2IBB1 = parcelRequire("2IBB1");
@@ -3011,7 +3014,7 @@ module.exports = (value)=>{
3011
3014
 
3012
3015
  });
3013
3016
 
3014
- parcelRequire.register("hjWfG", function(module, exports) {
3017
+ parcelRegister("hjWfG", function(module, exports) {
3015
3018
  "use strict";
3016
3019
 
3017
3020
  var $2IBB1 = parcelRequire("2IBB1");
@@ -3033,7 +3036,7 @@ module.exports = (value)=>{
3033
3036
  });
3034
3037
 
3035
3038
 
3036
- parcelRequire.register("bmucT", function(module, exports) {
3039
+ parcelRegister("bmucT", function(module, exports) {
3037
3040
  "use strict";
3038
3041
  module.exports = $84592e4400324ce2$var$prettyError;
3039
3042
  function $84592e4400324ce2$var$prettyError(err, buf) {
@@ -3063,7 +3066,7 @@ function $84592e4400324ce2$var$prettyError(err, buf) {
3063
3066
  });
3064
3067
 
3065
3068
 
3066
- parcelRequire.register("hepwo", function(module, exports) {
3069
+ parcelRegister("hepwo", function(module, exports) {
3067
3070
  "use strict";
3068
3071
  module.exports = $c8b78a7f9ceb755b$var$parseAsync;
3069
3072
 
@@ -3095,7 +3098,7 @@ function $c8b78a7f9ceb755b$var$parseAsync(str, opts) {
3095
3098
 
3096
3099
  });
3097
3100
 
3098
- parcelRequire.register("9ai43", function(module, exports) {
3101
+ parcelRegister("9ai43", function(module, exports) {
3099
3102
  "use strict";
3100
3103
  module.exports = $6ac30f6d148183fc$var$parseStream;
3101
3104
 
@@ -3169,7 +3172,7 @@ function $6ac30f6d148183fc$var$parseTransform() {
3169
3172
  });
3170
3173
 
3171
3174
 
3172
- parcelRequire.register("h3JHI", function(module, exports) {
3175
+ parcelRegister("h3JHI", function(module, exports) {
3173
3176
  "use strict";
3174
3177
  module.exports = $c6b62b5e5d7ee0c4$var$stringify;
3175
3178
  module.exports.value = $c6b62b5e5d7ee0c4$var$stringifyInline;
@@ -3390,7 +3393,7 @@ function $c6b62b5e5d7ee0c4$var$stringifyComplexTable(prefix, indent, key, value)
3390
3393
 
3391
3394
  });
3392
3395
 
3393
- parcelRequire.register("jO8Wy", function(module, exports) {
3396
+ parcelRegister("jO8Wy", function(module, exports) {
3394
3397
  "use strict";
3395
3398
  module.exports = function(Yallist) {
3396
3399
  Yallist.prototype[Symbol.iterator] = function*() {
@@ -35150,7 +35153,7 @@ var $fc60114c9ddc0bb9$var$util = {
35150
35153
  return typeof c === "string" && (c >= "a" && c <= "z" || c >= "A" && c <= "Z" || c === "$" || c === "_" || $fc60114c9ddc0bb9$var$unicode.ID_Start.test(c));
35151
35154
  },
35152
35155
  isIdContinueChar (c) {
35153
- return typeof c === "string" && (c >= "a" && c <= "z" || c >= "A" && c <= "Z" || c >= "0" && c <= "9" || c === "$" || c === "_" || c === "" || c === "" || $fc60114c9ddc0bb9$var$unicode.ID_Continue.test(c));
35156
+ return typeof c === "string" && (c >= "a" && c <= "z" || c >= "A" && c <= "Z" || c >= "0" && c <= "9" || c === "$" || c === "_" || c === "\u200C" || c === "\u200D" || $fc60114c9ddc0bb9$var$unicode.ID_Continue.test(c));
35154
35157
  },
35155
35158
  isDigit (c) {
35156
35159
  return typeof c === "string" && /[0-9]/.test(c);
@@ -35416,8 +35419,8 @@ const $fc60114c9ddc0bb9$var$lexStates = {
35416
35419
  switch($fc60114c9ddc0bb9$var$c){
35417
35420
  case "$":
35418
35421
  case "_":
35419
- case "":
35420
- case "":
35422
+ case "\u200C":
35423
+ case "\u200D":
35421
35424
  $fc60114c9ddc0bb9$var$buffer += $fc60114c9ddc0bb9$var$read();
35422
35425
  return;
35423
35426
  case "\\":
@@ -35438,8 +35441,8 @@ const $fc60114c9ddc0bb9$var$lexStates = {
35438
35441
  switch(u){
35439
35442
  case "$":
35440
35443
  case "_":
35441
- case "":
35442
- case "":
35444
+ case "\u200C":
35445
+ case "\u200D":
35443
35446
  break;
35444
35447
  default:
35445
35448
  if (!$fc60114c9ddc0bb9$var$util.isIdContinueChar(u)) throw $fc60114c9ddc0bb9$var$invalidIdentifier();