@putout/babel 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/bundle/index.js +1 -5
- package/package.json +1 -1
package/bundle/index.js
CHANGED
|
@@ -42187,15 +42187,11 @@ function enable(namespaces$1) {
|
|
|
42187
42187
|
}
|
|
42188
42188
|
|
|
42189
42189
|
// ../babel-babel/node_modules/obug/dist/node.js
|
|
42190
|
-
var isatty = () => false;
|
|
42191
|
-
|
|
42192
42190
|
var colors = [];
|
|
42193
42191
|
|
|
42194
42192
|
var inspectOpts = {};
|
|
42195
42193
|
|
|
42196
|
-
function useColors() {
|
|
42197
|
-
return 'colors' in inspectOpts ? Boolean(inspectOpts.colors) : isatty(process.stderr.fd);
|
|
42198
|
-
}
|
|
42194
|
+
function useColors() {}
|
|
42199
42195
|
|
|
42200
42196
|
function formatArgs() {}
|
|
42201
42197
|
|