@putout/babel 5.0.3 → 5.0.4
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/bundle/index.js +5 -1
- package/package.json +1 -1
package/bundle/index.js
CHANGED
|
@@ -42384,7 +42384,11 @@ function humanize(value) {
|
|
|
42384
42384
|
|
|
42385
42385
|
var globalNamespaces = '';
|
|
42386
42386
|
|
|
42387
|
-
function createDebug() {
|
|
42387
|
+
function createDebug() {
|
|
42388
|
+
return {
|
|
42389
|
+
enabled: false,
|
|
42390
|
+
};
|
|
42391
|
+
}
|
|
42388
42392
|
|
|
42389
42393
|
var names = [];
|
|
42390
42394
|
var skips = [];
|