@@ -33,9 +33,7 @@ var last = function last(arr, n) {
33
33
return arr . slice ( arr . length - Math . min ( arr . length , n ) , arr . length ) ;
34
34
} ;
35
35
36
- var LogIO =
37
- /*#__PURE__*/
38
- function ( ) {
36
+ var LogIO = /*#__PURE__*/ function ( ) {
39
37
function LogIO ( ) {
40
38
( 0 , _classCallCheck2 . default ) ( this , LogIO ) ;
41
39
}
@@ -52,9 +50,7 @@ function () {
52
50
* @deprecated
53
51
*/
54
52
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 ) {
58
54
var _ref ,
59
55
format ,
60
56
_args = arguments ;
@@ -122,9 +118,7 @@ function () {
122
118
} , {
123
119
key : "fromMultihash" ,
124
120
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 ) {
128
122
var _ref2$length , length , _ref2$exclude , exclude , timeout , concurrency , sortFn , onProgressCallback , logData , isHead , all , logId , entries , heads ;
129
123
130
124
return _regenerator . default . wrap ( function _callee2$ ( _context2 ) {
@@ -219,9 +213,7 @@ function () {
219
213
} , {
220
214
key : "fromEntryHash" ,
221
215
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 ) {
225
217
var _ref3$length , length , _ref3$exclude , exclude , timeout , concurrency , sortFn , onProgressCallback , hashes , all , entries ;
226
218
227
219
return _regenerator . default . wrap ( function _callee3$ ( _context3 ) {
@@ -296,9 +288,7 @@ function () {
296
288
} , {
297
289
key : "fromJSON" ,
298
290
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 ) {
302
292
var _ref4$length , length , timeout , concurrency , onProgressCallback , id , heads , headHashes , all , entries ;
303
293
304
294
return _regenerator . default . wrap ( function _callee4$ ( _context4 ) {
@@ -363,9 +353,7 @@ function () {
363
353
} , {
364
354
key : "fromEntry" ,
365
355
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 ) {
369
357
var _ref5$length , length , _ref5$exclude , exclude , timeout , concurrency , onProgressCallback , hashes , all , combined , uniques , sliced , missingSourceEntries , replaceInFront , entries , logId ;
370
358
371
359
return _regenerator . default . wrap ( function _callee5$ ( _context5 ) {
0 commit comments