jupyter-widgets-contrib / ipycanvas

Interactive Canvas in Jupyter
https://ipycanvas.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
685 stars 62 forks source link

Modernize js output. #289

Closed jasongrout closed 1 year ago

jasongrout commented 1 year ago

This upgrades the output to es2017 (with es2015 modules generated rather than commonjs), which supports async natively, which makes it much easier to debug async functions in the generated js.