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
Consider using through2 package instead of through, and use callbacks instead of emitting events. Alternatively just implement a custom transform stream.
Use asynchronous functions for the transform and flush.
The text was updated successfully, but these errors were encountered:
For better performance and simpler code:
through2
package instead ofthrough
, and use callbacks instead of emitting events. Alternatively just implement a custom transform stream.The text was updated successfully, but these errors were encountered: