@putout/bundle 5.1.3 → 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 CHANGED
@@ -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 };