Skip to content

Commit

Permalink
remove fields
Browse files Browse the repository at this point in the history
  • Loading branch information
gildas-lormeau committed Feb 24, 2024
1 parent 4149806 commit c3b36a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions lib/core/zip-reader.js
Original file line number Diff line number Diff line change
Expand Up @@ -327,8 +327,7 @@ class ZipReader {
}

class ZipReaderStream {
readable;
writable;

constructor (options = {}) {
const { readable, writable } = new TransformStream();
const gen = new ZipReader(readable, options).getEntriesGenerator();
Expand Down
3 changes: 1 addition & 2 deletions lib/core/zip-writer.js
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,7 @@ class ZipWriter {
}

class ZipWriterStream {
readable;
zipWriter;

constructor (options = {}) {
const { readable, writable } = new TransformStream();
this.readable = readable;
Expand Down

0 comments on commit c3b36a0

Please sign in to comment.