@putout/bundle 5.1.1 → 5.1.3
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 +4 -8
- package/bundle/putout.min.js +13 -13
- package/bundle/putout.slim.js +4 -8
- package/package.json +1 -1
package/README.md
CHANGED
package/bundle/putout.js
CHANGED
|
@@ -61,7 +61,7 @@ var fullstore$1 = (value) => {
|
|
|
61
61
|
};
|
|
62
62
|
};
|
|
63
63
|
|
|
64
|
-
var fullstore$2 = fullstore$1
|
|
64
|
+
var fullstore$2 = fullstore$1;
|
|
65
65
|
|
|
66
66
|
var global$1 = (typeof global !== "undefined" ? global :
|
|
67
67
|
typeof self !== "undefined" ? self :
|
|
@@ -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
|
|
|
@@ -113658,7 +113654,7 @@ function check$4(fn) {
|
|
|
113658
113654
|
throw Error('fn should be a function!');
|
|
113659
113655
|
}
|
|
113660
113656
|
|
|
113661
|
-
var wraptile$1 = wraptile
|
|
113657
|
+
var wraptile$1 = wraptile;
|
|
113662
113658
|
|
|
113663
113659
|
const {entries: entries$4} = Object;
|
|
113664
113660
|
const {isArray: isArray$2} = Array;
|
|
@@ -121584,7 +121580,7 @@ var regexpTree_1 = regexpTree$2;
|
|
|
121584
121580
|
|
|
121585
121581
|
var regexpTree = regexpTree_1;
|
|
121586
121582
|
|
|
121587
|
-
var regexpTree$1 =
|
|
121583
|
+
var regexpTree$1 = regexpTreeParser;
|
|
121588
121584
|
|
|
121589
121585
|
const notSimpleChar = ({type, kind}) => type !== 'Char' || kind !== 'simple';
|
|
121590
121586
|
|