Skip to content
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

strict mode #42

Closed
kaievns opened this issue Apr 18, 2016 · 3 comments
Closed

strict mode #42

kaievns opened this issue Apr 18, 2016 · 3 comments

Comments

@kaievns
Copy link
Contributor

kaievns commented Apr 18, 2016

I've noticed that none of the auto-generated files have the "use strict"; marker in them. as we don't use any precompilers for the source code in here, this might lead to very annoying issues with block scope variables now and then. this can be avoided

@Nicktho
Copy link
Contributor

Nicktho commented Apr 19, 2016

I suggest we either

  1. Babel the thing with the es2015 preset.
  2. Pick a node version and stick with what is supported without strict mode enabled.

@davidbanham
Copy link
Contributor

Why is using strict mode but no babel not an option? Legit question, I dunno.

@kaievns
Copy link
Contributor Author

kaievns commented Jun 27, 2016

closing this as we're like in node 6 world and stuff now

@kaievns kaievns closed this as completed Jun 27, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants