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