@putout/bundle 5.1.1 → 5.1.2
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/README.md +1 -1
- package/bundle/putout.js +1 -5
- package/bundle/putout.min.js +13 -13
- package/bundle/putout.slim.js +1 -5
- package/package.json +1 -1
package/README.md
CHANGED
package/bundle/putout.js
CHANGED
|
@@ -44391,15 +44391,11 @@ function enable$2(namespaces$1) {
|
|
|
44391
44391
|
}
|
|
44392
44392
|
|
|
44393
44393
|
// ../babel-babel/node_modules/obug/dist/node.js
|
|
44394
|
-
var isatty = () => false;
|
|
44395
|
-
|
|
44396
44394
|
var colors$1 = [];
|
|
44397
44395
|
|
|
44398
44396
|
var inspectOpts = {};
|
|
44399
44397
|
|
|
44400
|
-
function useColors() {
|
|
44401
|
-
return 'colors' in inspectOpts ? Boolean(inspectOpts.colors) : isatty(browser$1$1.stderr.fd);
|
|
44402
|
-
}
|
|
44398
|
+
function useColors() {}
|
|
44403
44399
|
|
|
44404
44400
|
function formatArgs$1() {}
|
|
44405
44401
|
|