@parcel/codeframe 2.0.0-nightly.1010 → 2.0.0-nightly.1012
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 +1 -6
- package/lib/codeframe.js.map +1 -1
- package/package.json +2 -2
package/lib/codeframe.js
CHANGED
|
@@ -35039,12 +35039,7 @@ var $359a0e9dac52e4a7$exports = {};
|
|
|
35039
35039
|
(function() {
|
|
35040
35040
|
//// Export the API
|
|
35041
35041
|
var namespace;
|
|
35042
|
-
|
|
35043
|
-
if ("object" !== 'undefined') namespace = $359a0e9dac52e4a7$exports = format;
|
|
35044
|
-
else // Get the global object. Works in ES3, ES5, and ES5 strict mode.
|
|
35045
|
-
namespace = (function() {
|
|
35046
|
-
return this || (0, eval)('this');
|
|
35047
|
-
})();
|
|
35042
|
+
namespace = $359a0e9dac52e4a7$exports = format;
|
|
35048
35043
|
namespace.format = format;
|
|
35049
35044
|
namespace.vsprintf = vsprintf;
|
|
35050
35045
|
if (typeof console !== 'undefined' && typeof console.log === 'function') namespace.printf = printf;
|