@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.slim.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 :
|
|
@@ -113189,7 +113189,7 @@ function check$4(fn) {
|
|
|
113189
113189
|
throw Error('fn should be a function!');
|
|
113190
113190
|
}
|
|
113191
113191
|
|
|
113192
|
-
var wraptile$1 = wraptile
|
|
113192
|
+
var wraptile$1 = wraptile;
|
|
113193
113193
|
|
|
113194
113194
|
const {entries: entries$4} = Object;
|
|
113195
113195
|
const {isArray: isArray$2} = Array;
|
|
@@ -121115,7 +121115,7 @@ var regexpTree_1 = regexpTree$2;
|
|
|
121115
121115
|
|
|
121116
121116
|
var regexpTree = regexpTree_1;
|
|
121117
121117
|
|
|
121118
|
-
var regexpTree$1 =
|
|
121118
|
+
var regexpTree$1 = regexpTreeParser;
|
|
121119
121119
|
|
|
121120
121120
|
const notSimpleChar = ({type, kind}) => type !== 'Char' || kind !== 'simple';
|
|
121121
121121
|
|
|
@@ -122033,4 +122033,23 @@ const codeframe = ({source, error, highlightCode = true}) => {
|
|
|
122033
122033
|
});
|
|
122034
122034
|
};
|
|
122035
122035
|
|
|
122036
|
+
var exports$1 = /*#__PURE__*/Object.freeze({
|
|
122037
|
+
__proto__: null,
|
|
122038
|
+
codeframe: codeframe,
|
|
122039
|
+
findPlaces: findPlaces$1,
|
|
122040
|
+
findPlacesAsync: findPlacesAsync,
|
|
122041
|
+
generate: generate,
|
|
122042
|
+
operator: operator,
|
|
122043
|
+
parse: parse$3,
|
|
122044
|
+
print: print$1,
|
|
122045
|
+
putoutAsync: putoutAsync,
|
|
122046
|
+
template: template$6,
|
|
122047
|
+
transform: transform$1,
|
|
122048
|
+
transformAsync: transformAsync,
|
|
122049
|
+
traverse: traverse3$1,
|
|
122050
|
+
types: lib_exports$1
|
|
122051
|
+
});
|
|
122052
|
+
|
|
122053
|
+
Object.assign(putout, exports$1);
|
|
122054
|
+
|
|
122036
122055
|
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 };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@putout/bundle",
|
|
3
|
-
"version": "5.1.
|
|
3
|
+
"version": "5.1.4",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
|
|
6
6
|
"description": "🐊Putout bundle suitable for Deno and Browsers",
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
"hermes-parser": "^0.33.0",
|
|
64
64
|
"madrun": "^12.0.0",
|
|
65
65
|
"nodemon": "^3.0.1",
|
|
66
|
-
"putout": "^41.5.
|
|
66
|
+
"putout": "^41.5.3",
|
|
67
67
|
"rollup": "^4.24.2",
|
|
68
68
|
"rollup-plugin-node-externals": "^8.0.0",
|
|
69
69
|
"rollup-plugin-polyfill-node": "^0.13.0",
|