-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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
Enable "strict" mode for runtime code. #3426
Conversation
Too many changes, will take another stab at this at some point in the future. |
What do you mean by too many changes? I hope this makes it before 1.0, because that's when the libraries will start to gather speed. |
@kitsonk Would you be open to contributions on this? |
Too many changes upstream, making it difficult to land the PR. Yeah, @maxmellen, if you wanted to try. |
Great! Having a go at it. I noticed these compiler options moved to Lines 33 to 73 in ed68055
I was wondering if strict mode should also be enabled in these other options, notably the @kitsonk What do you think? |
Transpile does no type checking, so strict mode makes no sense there. |
We should be able to do this now.
Fixes #3324