-
Notifications
You must be signed in to change notification settings - Fork 3.8k
[WIP] fix(node:fs): export fs.ReadStream and fs.WriteStream
#1798
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Can you add a test that checks if it works when using export from and export * from? Wondering what the compiler will do |
Ah you're right, compiler doesn't like this. Is there any workaround that you can think of?
and
|
|
Ok maybe this isn't worth it, but we could potentially create stub class functions that when constructed lazy load the real Does that make sense at all? |
32dc258 to
20f4e8c
Compare
|
Oops, just realized I made a noob mistake with the |
fs.ReadStream and fs.WriteStreamfs.ReadStream and fs.WriteStream
|
Update: |
4d2a47e to
8a01d67
Compare
|
Thank you |
Fixes #1797 and adds a few tests