@putout/babel 5.1.0 → 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.
Files changed (2) hide show
  1. package/bundle/index.js +1 -9
  2. package/package.json +1 -1
package/bundle/index.js CHANGED
@@ -42187,19 +42187,11 @@ function enable(namespaces$1) {
42187
42187
  }
42188
42188
 
42189
42189
  // ../babel-babel/node_modules/obug/dist/node.js
42190
- import {isatty} from 'tty';
42191
- import {
42192
- formatWithOptions,
42193
- inspect,
42194
- } from 'util';
42195
-
42196
42190
  var colors = [];
42197
42191
 
42198
42192
  var inspectOpts = {};
42199
42193
 
42200
- function useColors() {
42201
- return 'colors' in inspectOpts ? Boolean(inspectOpts.colors) : isatty(process.stderr.fd);
42202
- }
42194
+ function useColors() {}
42203
42195
 
42204
42196
  function formatArgs() {}
42205
42197
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@putout/babel",
3
- "version": "5.1.0",
3
+ "version": "5.1.2",
4
4
  "type": "module",
5
5
  "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
6
6
  "description": "Babel 8 in CommonJS",