-
-
Notifications
You must be signed in to change notification settings - Fork 550
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
Convert to ES2015 #280
base: master
Are you sure you want to change the base?
Convert to ES2015 #280
Conversation
Have been waiting a long time for this change. |
Hi @gfeller , can you ellaborate on the goal of this PR? It seems to change the style of both the internal generator code and the templated code. Is this desired? There is nothing wrong with adding a newer es templated code that is an option to the generator, of course, though it doesn't seem like this PR keeps the old format around still under such an option. The actual generator code it seems to no longer follow the StandardJS format, which we require our org projects to follow, like this one was doing before. Does StandardJS prevent the change to the new style or something? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Internal generator code must follow StandardJS style.
More cleanup updating linters and more fixes Updating travis ci and removing lint errors Updating CI test runner and eslint for console logs Working on mocha tests, because context is a thing More mild approach Updating version and more ES2015 conversion
No problem @dougwilson, I made the change back to the StandardJS format |
Update templates to use
const
and arrow functions.Update test JS files to use ES2015 syntax
Inspired by #252