jupyter-widgets / pythreejs

A Jupyter - Three.js bridge
https://pythreejs.readthedocs.io
Other
951 stars 188 forks source link

ES5 / ES6 clean up #138

Closed vidartf closed 6 years ago

vidartf commented 6 years ago

Removes ES6 syntax in main code base, while switching the generating code to ES6 (reasonable to assume somewhat recent version of node for devs). Also turns on eslint to help discover additional syntax errors.

Fixes #129.