@parcel/codeframe 2.0.0-nightly.1355 → 2.0.0-nightly.1357

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/codeframe.js CHANGED
@@ -1,24 +1,20 @@
1
1
  var $dGKPK$chalk = require("chalk");
2
2
 
3
+
3
4
  function $parcel$interopDefault(a) {
4
5
  return a && a.__esModule ? a.default : a;
5
6
  }
7
+
6
8
  function $parcel$defineInteropFlag(a) {
7
9
  Object.defineProperty(a, '__esModule', {value: true, configurable: true});
8
10
  }
11
+
9
12
  function $parcel$export(e, n, v, s) {
10
13
  Object.defineProperty(e, n, {get: v, set: s, enumerable: true, configurable: true});
11
14
  }
12
- var $parcel$global =
13
- typeof globalThis !== 'undefined'
14
- ? globalThis
15
- : typeof self !== 'undefined'
16
- ? self
17
- : typeof window !== 'undefined'
18
- ? window
19
- : typeof global !== 'undefined'
20
- ? global
21
- : {};
15
+
16
+ var $parcel$global = globalThis;
17
+
22
18
  var $parcel$modules = {};
23
19
  var $parcel$inits = {};
24
20