@putout/babel 5.1.0 → 5.1.1
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,11 +42187,7 @@ function enable(namespaces$1) {
|
|
|
42187
42187
|
}
|
|
42188
42188
|
|
|
42189
42189
|
// ../babel-babel/node_modules/obug/dist/node.js
|
|
42190
|
-
|
|
42191
|
-
import {
|
|
42192
|
-
formatWithOptions,
|
|
42193
|
-
inspect,
|
|
42194
|
-
} from 'util';
|
|
42190
|
+
var isatty = () => false;
|
|
42195
42191
|
|
|
42196
42192
|
var colors = [];
|
|
42197
42193
|
|