@putout/babel 5.0.2 → 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 +6 -7
- 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 = [];
|
|
@@ -42407,9 +42411,6 @@ function enable(namespaces$1) {
|
|
|
42407
42411
|
}
|
|
42408
42412
|
|
|
42409
42413
|
// ../babel-babel/node_modules/obug/dist/node.js
|
|
42410
|
-
var import_node_tty = {
|
|
42411
|
-
isatty: () => false,
|
|
42412
|
-
};
|
|
42413
42414
|
var import_node_util = {
|
|
42414
42415
|
formatWithOptions: () => false,
|
|
42415
42416
|
inspect: () => false,
|
|
@@ -42419,9 +42420,7 @@ var colors = [];
|
|
|
42419
42420
|
|
|
42420
42421
|
var inspectOpts = {};
|
|
42421
42422
|
|
|
42422
|
-
function useColors() {
|
|
42423
|
-
return 'colors' in inspectOpts ? Boolean(inspectOpts.colors) : (0, import_node_tty.isatty)(process.stderr.fd);
|
|
42424
|
-
}
|
|
42423
|
+
function useColors() {}
|
|
42425
42424
|
|
|
42426
42425
|
function formatArgs() {}
|
|
42427
42426
|
|