@putout/bundle 1.1.4 → 1.1.5
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 +2 -0
- package/package.json +1 -1
package/bundle/putout.js
CHANGED
|
@@ -131017,6 +131017,8 @@ function putout(...a) {
|
|
|
131017
131017
|
return putoutExports(...a);
|
|
131018
131018
|
}
|
|
131019
131019
|
|
|
131020
|
+
const {assign} = Object;
|
|
131021
|
+
|
|
131020
131022
|
assign(putout, {
|
|
131021
131023
|
parse: putoutExports.parse,
|
|
131022
131024
|
print: putoutExports.print,
|