You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 11, 2021. It is now read-only.
I'm having to use this as it's pretty heavily integrated into npm, but I'm finding it a little tricky to grasp.
Many of the streams don't seem to emit data events, and instead emit entry events. These don't work with the normal streaming logic in node.js so I'm not sure how best to handle them. At the moment all I need is something to filter an fstream-ignore but I'm not really sure what interface I need to implement.
The text was updated successfully, but these errors were encountered:
I'm having to use this as it's pretty heavily integrated into npm, but I'm finding it a little tricky to grasp.
Many of the streams don't seem to emit
data
events, and instead emitentry
events. These don't work with the normal streaming logic in node.js so I'm not sure how best to handle them. At the moment all I need is something to filter an fstream-ignore but I'm not really sure what interface I need to implement.The text was updated successfully, but these errors were encountered: