File tree Expand file tree Collapse file tree 4 files changed +2
-4
lines changed Expand file tree Collapse file tree 4 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 1
1
import * as API from "./file/api.js"
2
- import * as UnixFS from "./unixfs .js"
2
+ import * as UnixFS from "./lib .js"
3
3
import * as Writer from "./file/writer.js"
4
4
import * as Task from "actor"
5
5
import { panic } from "./writer/util.js"
Original file line number Diff line number Diff line change 8
8
9
9
import { Data } from "../gen/unixfs.js"
10
10
export const NodeType = Data . DataType
11
- export * from "./lib.js"
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ export * as Layout from "./file/layout/api"
10
10
11
11
import NodeType = Data . DataType
12
12
13
- export * from "./lib.js"
14
13
export { NodeType }
15
14
export type { IData }
16
15
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import * as Rabin from "../src/file/chunker/rabin.js"
6
6
import * as API from "../src/file/api.js"
7
7
import { UnixFSLeaf , UnixFSRawLeaf } from "../src/file.js"
8
8
import * as RawLeaf from "multiformats/codecs/raw"
9
- import * as UnixFS from "../src/unixfs .js"
9
+ import * as UnixFS from "../src/lib .js"
10
10
import { sha256 } from "multiformats/hashes/sha2"
11
11
import * as FZSTD from "fzstd"
12
12
You can’t perform that action at this time.
0 commit comments