File tree 5 files changed +16
-22
lines changed
5 files changed +16
-22
lines changed Original file line number Diff line number Diff line change 65
65
"test:module" : " IMPORT_MAP_PATH=test/import-maps/dist/index.module.json npm run test-cmd" ,
66
66
"test:src" : " IMPORT_MAP_PATH=test/import-maps/src/index.json npm run test-cmd"
67
67
},
68
- "dependencies" : {},
68
+ "dependencies" : {
69
+ "@async-iterable-iterator/async-iterable-to-array" : " ^0.0.1"
70
+ },
69
71
"devDependencies" : {
70
72
"@babel/core" : " 7.16.5" ,
71
73
"@babel/preset-env" : " 7.16.5" ,
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
export { default as Tape } from './Tape.js' ;
2
2
export { default as asyncIterableChain } from './asyncIterableChain.js' ;
3
3
export { default as asyncIterableMap } from './asyncIterableMap.js' ;
4
- export { default as asyncIterableToArray } from './asyncIterableToArray.js' ;
5
4
export { default as chain } from './chain.js' ;
6
5
export { default as eof } from './eof.js' ;
7
6
export { default as exhaust } from './exhaust.js' ;
Original file line number Diff line number Diff line change
1
+ import { asyncIterableToArray } from '@async-iterable-iterator/async-iterable-to-array' ;
1
2
import toAsyncIterable from './toAsyncIterable.js' ;
2
- import asyncIterableToArray from './asyncIterableToArray.js' ;
3
3
4
4
/**
5
5
* Converts a tape to an array.
Original file line number Diff line number Diff line change 2
2
# yarn lockfile v1
3
3
4
4
5
+ " @async-iterable-iterator/async-iterable-to-array@^0.0.1 " :
6
+ version "0.0.1"
7
+ resolved "https://registry.yarnpkg.com/@async-iterable-iterator/async-iterable-to-array/-/async-iterable-to-array-0.0.1.tgz#919786e9394d3530dbfa47325d2eb405c29b2413"
8
+ integrity sha512-KkKdBzXTi5saccAsxEXWTCi4ZvehZX0PKRF2crCa4URFMp4VG5pAgmauB3CuLvF3wPrp8AwsGV1QAfJy/zgTEA==
9
+ dependencies :
10
+ " @async-iterable-iterator/async-iterator-to-array" " ^0.0.1"
11
+
12
+ " @async-iterable-iterator/async-iterator-to-array@^0.0.1 " :
13
+ version "0.0.1"
14
+ resolved "https://registry.yarnpkg.com/@async-iterable-iterator/async-iterator-to-array/-/async-iterator-to-array-0.0.1.tgz#4bbd362eb42586812f79e07fea8f8c58feeaeacd"
15
+ integrity sha512-VaFBhYBdTJ4DdVblOmZRjDMzPFzf46lm/hA7rMqWYguArQHho0wGe8gADpraXqD2REwGL0q/FvO8cnZ9+rMoUQ==
16
+
5
17
" @babel/code-frame@^7.0.0" , "@babel/code-frame@^7.10.4", "@babel/code-frame@^7.16.0":
6
18
version "7.16.0"
7
19
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.16.0.tgz#0dfc80309beec8411e65e706461c408b0bb9b431"
You can’t perform that action at this time.
0 commit comments