ES6 support - #191
Conversation
|
Thanks @devcrust, merged and published 1.6.0. If you're interested in maintaining further, please let me know. |
|
Just curious here as I've been working on a major rewrite of |
|
@typhonrt your rewrite would be preferred 100% and I would love your help getting it wired in. This update was accepted merely to make it not break. If you're interested in contributing and helping maintain plato then you would be very welcome. |
|
Sounds good.. I'll open a follow up issue when I finish this effort. It's hard to say how involved I can be in directly upgrading plato itself as far time commitment is concerned, but can of course help answer questions in a timely manner for anyone taking on the plato upgrade. I'll be working on an ESDoc plugin integrating typhonjs-escomplex, so a thorough example will be available to compare. |
Plato now supports ES6!
For eslint, make sure the following configuration is part of the .eslintrc file:
"parser": "esprima", "parserOptions": { "ecmaVersion": 6 }