-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Trying to use newStringStream results in 'undeclared identifier' #11066
Labels
Comments
No, you need to use |
I use import streams, and the problem also happens when trying to use $$ in marshal library, which definitely does import streams. |
Ah, wait, some more googling points to streams not working in JS target? |
I no longer use Nim, but thanks for fixing the issue <3 |
Well you should use Nim. ;-) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am not able to use the newStringStream() function from streams module (stdlib), whether by itself or as part of the marshal library.
Example
Current Output
Expected Output
It should just work, especially where marshal module is concerned.
Possible Solution
Additional Information
The text was updated successfully, but these errors were encountered: