@parcel/codeframe 2.0.0-nightly.1162 → 2.0.0-nightly.1164
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 +11 -1
- package/lib/codeframe.js.map +1 -1
- package/package.json +2 -2
package/lib/codeframe.js
CHANGED
|
@@ -31436,7 +31436,7 @@ module.exports = $4eed62433cdf0ee1$var$convert;
|
|
|
31436
31436
|
|
|
31437
31437
|
});
|
|
31438
31438
|
parcelRequire.register("aXZ8b", function(module, exports) {
|
|
31439
|
-
|
|
31439
|
+
/* MIT license */ /* eslint-disable no-mixed-operators */
|
|
31440
31440
|
var $ezIUD = parcelRequire("ezIUD");
|
|
31441
31441
|
// NOTE: conversions should only return primitive values (i.e. arrays, or
|
|
31442
31442
|
// values that give correct `typeof` results).
|
|
@@ -34955,6 +34955,16 @@ $03b62e45aee69014$exports = $03b62e45aee69014$var$highlight;
|
|
|
34955
34955
|
var $4aa8a9bf31969fd6$exports = {};
|
|
34956
34956
|
"use strict";
|
|
34957
34957
|
var $359a0e9dac52e4a7$exports = {};
|
|
34958
|
+
//
|
|
34959
|
+
// format - printf-like string formatting for JavaScript
|
|
34960
|
+
// github.com/samsonjs/format
|
|
34961
|
+
// @_sjs
|
|
34962
|
+
//
|
|
34963
|
+
// Copyright 2010 - 2013 Sami Samhuri <sami@samhuri.net>
|
|
34964
|
+
//
|
|
34965
|
+
// MIT License
|
|
34966
|
+
// http://sjs.mit-license.org
|
|
34967
|
+
//
|
|
34958
34968
|
(function() {
|
|
34959
34969
|
//// Export the API
|
|
34960
34970
|
var namespace;
|