@@ -33,9 +33,7 @@ var last = function last(arr, n) {
3333 return arr . slice ( arr . length - Math . min ( arr . length , n ) , arr . length ) ;
3434} ;
3535
36- var LogIO =
37- /*#__PURE__*/
38- function ( ) {
36+ var LogIO = /*#__PURE__*/ function ( ) {
3937 function LogIO ( ) {
4038 ( 0 , _classCallCheck2 . default ) ( this , LogIO ) ;
4139 }
@@ -52,9 +50,7 @@ function () {
5250 * @deprecated
5351 */
5452 value : function ( ) {
55- var _toMultihash = ( 0 , _asyncToGenerator2 . default ) (
56- /*#__PURE__*/
57- _regenerator . default . mark ( function _callee ( ipfs , log ) {
53+ var _toMultihash = ( 0 , _asyncToGenerator2 . default ) ( /*#__PURE__*/ _regenerator . default . mark ( function _callee ( ipfs , log ) {
5854 var _ref ,
5955 format ,
6056 _args = arguments ;
@@ -122,9 +118,7 @@ function () {
122118 } , {
123119 key : "fromMultihash" ,
124120 value : function ( ) {
125- var _fromMultihash = ( 0 , _asyncToGenerator2 . default ) (
126- /*#__PURE__*/
127- _regenerator . default . mark ( function _callee2 ( ipfs , hash , _ref2 ) {
121+ var _fromMultihash = ( 0 , _asyncToGenerator2 . default ) ( /*#__PURE__*/ _regenerator . default . mark ( function _callee2 ( ipfs , hash , _ref2 ) {
128122 var _ref2$length , length , _ref2$exclude , exclude , timeout , concurrency , sortFn , onProgressCallback , logData , isHead , all , logId , entries , heads ;
129123
130124 return _regenerator . default . wrap ( function _callee2$ ( _context2 ) {
@@ -219,9 +213,7 @@ function () {
219213 } , {
220214 key : "fromEntryHash" ,
221215 value : function ( ) {
222- var _fromEntryHash = ( 0 , _asyncToGenerator2 . default ) (
223- /*#__PURE__*/
224- _regenerator . default . mark ( function _callee3 ( ipfs , hash , _ref3 ) {
216+ var _fromEntryHash = ( 0 , _asyncToGenerator2 . default ) ( /*#__PURE__*/ _regenerator . default . mark ( function _callee3 ( ipfs , hash , _ref3 ) {
225217 var _ref3$length , length , _ref3$exclude , exclude , timeout , concurrency , sortFn , onProgressCallback , hashes , all , entries ;
226218
227219 return _regenerator . default . wrap ( function _callee3$ ( _context3 ) {
@@ -296,9 +288,7 @@ function () {
296288 } , {
297289 key : "fromJSON" ,
298290 value : function ( ) {
299- var _fromJSON = ( 0 , _asyncToGenerator2 . default ) (
300- /*#__PURE__*/
301- _regenerator . default . mark ( function _callee4 ( ipfs , json , _ref4 ) {
291+ var _fromJSON = ( 0 , _asyncToGenerator2 . default ) ( /*#__PURE__*/ _regenerator . default . mark ( function _callee4 ( ipfs , json , _ref4 ) {
302292 var _ref4$length , length , timeout , concurrency , onProgressCallback , id , heads , headHashes , all , entries ;
303293
304294 return _regenerator . default . wrap ( function _callee4$ ( _context4 ) {
@@ -363,9 +353,7 @@ function () {
363353 } , {
364354 key : "fromEntry" ,
365355 value : function ( ) {
366- var _fromEntry = ( 0 , _asyncToGenerator2 . default ) (
367- /*#__PURE__*/
368- _regenerator . default . mark ( function _callee5 ( ipfs , sourceEntries , _ref5 ) {
356+ var _fromEntry = ( 0 , _asyncToGenerator2 . default ) ( /*#__PURE__*/ _regenerator . default . mark ( function _callee5 ( ipfs , sourceEntries , _ref5 ) {
369357 var _ref5$length , length , _ref5$exclude , exclude , timeout , concurrency , onProgressCallback , hashes , all , combined , uniques , sliced , missingSourceEntries , replaceInFront , entries , logId ;
370358
371359 return _regenerator . default . wrap ( function _callee5$ ( _context5 ) {
0 commit comments