-
-
Notifications
You must be signed in to change notification settings - Fork 400
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
Assignment to const results in panic #622
Comments
There's a TODO mark for many of the methods in environment module. Are they supposed return @HalidOdat could you verify this? Thanks. |
Yes. the environments were set up before exceptions ( |
Thanks for confirming this and suggesting the approach. Could I take this up? |
sure! :) |
@54k1 let us know if you need any further guidance. |
Hi
Assignment to const causes panic instead of expected TypeError
const number = 42;
thanks
The text was updated successfully, but these errors were encountered: