Skip to content
This repository has been archived by the owner on Sep 10, 2024. It is now read-only.

Commit

Permalink
Remove LazyFile and make it a dep
Browse files Browse the repository at this point in the history
  • Loading branch information
mjackson committed Aug 23, 2024
1 parent a32666c commit 033ea2c
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 345 deletions.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,8 @@
"storage",
"stream",
"fs"
]
],
"dependencies": {
"@mjackson/lazy-file": "^1.1.0"
}
}
9 changes: 9 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions src/file-storage.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
export { type ByteRange, getByteLength, getIndexes } from "./lib/byte-range.js";
export { type FileStorage } from "./lib/file-storage.js";
export { LazyFile } from "./lib/lazy-file.js";
export { LocalFileStorage } from "./lib/local-file-storage.js";
export { MemoryFileStorage } from "./lib/memory-file-storage.js";
40 changes: 0 additions & 40 deletions src/lib/byte-range.spec.ts

This file was deleted.

36 changes: 0 additions & 36 deletions src/lib/byte-range.ts

This file was deleted.

141 changes: 0 additions & 141 deletions src/lib/lazy-file.spec.ts

This file was deleted.

116 changes: 0 additions & 116 deletions src/lib/lazy-file.ts

This file was deleted.

Loading

0 comments on commit 033ea2c

Please sign in to comment.