@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/bundle/putout.slim.js
CHANGED
|
@@ -44187,15 +44187,11 @@ function enable(namespaces$1) {
|
|
|
44187
44187
|
}
|
|
44188
44188
|
|
|
44189
44189
|
// ../babel-babel/node_modules/obug/dist/node.js
|
|
44190
|
-
var isatty = () => false;
|
|
44191
|
-
|
|
44192
44190
|
var colors = [];
|
|
44193
44191
|
|
|
44194
44192
|
var inspectOpts = {};
|
|
44195
44193
|
|
|
44196
|
-
function useColors() {
|
|
44197
|
-
return 'colors' in inspectOpts ? Boolean(inspectOpts.colors) : isatty(browser$1.stderr.fd);
|
|
44198
|
-
}
|
|
44194
|
+
function useColors() {}
|
|
44199
44195
|
|
|
44200
44196
|
function formatArgs() {}
|
|
44201
44197
|
|
package/package.json
CHANGED