@putout/bundle 5.1.2 → 5.1.4
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/putout.js +22 -3
- package/bundle/putout.min.js +1 -1
- package/bundle/putout.slim.js +22 -3
- package/package.json +2 -2
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 :
|
|
@@ -113654,7 +113654,7 @@ function check$4(fn) {
|
|
|
113654
113654
|
throw Error('fn should be a function!');
|
|
113655
113655
|
}
|
|
113656
113656
|
|
|
113657
|
-
var wraptile$1 = wraptile
|
|
113657
|
+
var wraptile$1 = wraptile;
|
|
113658
113658
|
|
|
113659
113659
|
const {entries: entries$4} = Object;
|
|
113660
113660
|
const {isArray: isArray$2} = Array;
|
|
@@ -121580,7 +121580,7 @@ var regexpTree_1 = regexpTree$2;
|
|
|
121580
121580
|
|
|
121581
121581
|
var regexpTree = regexpTree_1;
|
|
121582
121582
|
|
|
121583
|
-
var regexpTree$1 =
|
|
121583
|
+
var regexpTree$1 = regexpTreeParser;
|
|
121584
121584
|
|
|
121585
121585
|
const notSimpleChar = ({type, kind}) => type !== 'Char' || kind !== 'simple';
|
|
121586
121586
|
|
|
@@ -122498,4 +122498,23 @@ const codeframe = ({source, error, highlightCode = true}) => {
|
|
|
122498
122498
|
});
|
|
122499
122499
|
};
|
|
122500
122500
|
|
|
122501
|
+
var exports$1 = /*#__PURE__*/Object.freeze({
|
|
122502
|
+
__proto__: null,
|
|
122503
|
+
codeframe: codeframe,
|
|
122504
|
+
findPlaces: findPlaces$1,
|
|
122505
|
+
findPlacesAsync: findPlacesAsync,
|
|
122506
|
+
generate: generate,
|
|
122507
|
+
operator: operator,
|
|
122508
|
+
parse: parse$3,
|
|
122509
|
+
print: print$1,
|
|
122510
|
+
putoutAsync: putoutAsync,
|
|
122511
|
+
template: template$6,
|
|
122512
|
+
transform: transform$1,
|
|
122513
|
+
transformAsync: transformAsync,
|
|
122514
|
+
traverse: traverse3$1,
|
|
122515
|
+
types: lib_exports$1
|
|
122516
|
+
});
|
|
122517
|
+
|
|
122518
|
+
Object.assign(putout, exports$1);
|
|
122519
|
+
|
|
122501
122520
|
export { codeframe, putout as default, findPlaces$1 as findPlaces, findPlacesAsync, generate, operator, parse$3 as parse, print$1 as print, putout, putoutAsync, template$6 as template, transform$1 as transform, transformAsync, traverse3$1 as traverse, lib_exports$1 as types };
|