Skip to content

docs: add examples/explanation of using tar.t#309

Merged
lukekarrys merged 2 commits intomainfrom
isaacs/doc-list-clarifications
Mar 13, 2022
Merged

docs: add examples/explanation of using tar.t#309
lukekarrys merged 2 commits intomainfrom
isaacs/doc-list-clarifications

Conversation

@isaacs
Copy link
Copy Markdown
Owner

@isaacs isaacs commented Feb 27, 2022

Fix: #308
Fix: #307

References

@isaacs isaacs requested a review from a team as a code owner February 27, 2022 07:45
There are node versions being tested that don't work with the
latest npm, so this is causing CI to fail.
Comment thread .github/workflows/ci.yml
with:
node-version: ${{ matrix.node-version }}

- name: use latest npm
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like this was removed to get windows CI passing.

This file will eventually be managed buy @npmcli/template-oss and end up being clobbered the next time that module has a new version.

The ci.yml that template-oss installs works fine w/ windows so this change is also fine to have for now.

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@wraithgar wraithgar self-requested a review February 28, 2022 15:07
Comment thread README.md
`tar.ReadEntry` objects. However, they don't emit `'data'` or `'end'`
events. (If you want to get actual readable entries, use the
`tar.Parse` class instead.)
If the `file` option is _not_ provided, then returns an event emitter that
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
If the `file` option is _not_ provided, then returns an event emitter that
If the `file` option is _not_ provided, then it returns an event emitter that

@lukekarrys lukekarrys merged commit 7348c53 into isaacs:main Mar 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG] Sync list does not work [DOC/BUG?] More concrete example of listing files in tar archive

3 participants