File tree Expand file tree Collapse file tree 5 files changed +16
-22
lines changed Expand file tree Collapse file tree 5 files changed +16
-22
lines changed Original file line number Diff line number Diff line change 6565 "test:module" : " IMPORT_MAP_PATH=test/import-maps/dist/index.module.json npm run test-cmd" ,
6666 "test:src" : " IMPORT_MAP_PATH=test/import-maps/src/index.json npm run test-cmd"
6767 },
68- "dependencies" : {},
68+ "dependencies" : {
69+ "@async-iterable-iterator/async-iterable-to-array" : " ^0.0.1"
70+ },
6971 "devDependencies" : {
7072 "@babel/core" : " 7.16.5" ,
7173 "@babel/preset-env" : " 7.16.5" ,
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11export { default as Tape } from './Tape.js' ;
22export { default as asyncIterableChain } from './asyncIterableChain.js' ;
33export { default as asyncIterableMap } from './asyncIterableMap.js' ;
4- export { default as asyncIterableToArray } from './asyncIterableToArray.js' ;
54export { default as chain } from './chain.js' ;
65export { default as eof } from './eof.js' ;
76export { 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' ;
12import toAsyncIterable from './toAsyncIterable.js' ;
2- import asyncIterableToArray from './asyncIterableToArray.js' ;
33
44/**
55 * Converts a tape to an array.
Original file line number Diff line number Diff line change 22# yarn lockfile v1
33
44
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+
517" @babel/code-frame@^7.0.0" , "@babel/code-frame@^7.10.4", "@babel/code-frame@^7.16.0":
618 version "7.16.0"
719 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