paperjs / paperjs.org

The source of the Paper.js website http://paperjs.org, translated to the static pages in https://github.com/paperjs/paperjs.github.io by running it through https://github.com/paperjs/woods in a Travis CI worker on each commit.
48 stars 34 forks source link

docs: How to add support for ES6 syntax #50

Open rubydusa opened 1 year ago

rubydusa commented 1 year ago

Maybe I'm just being stupid, but it seems that simply installing the latest version of paper.js through the downloads section or through npm results in a version of paper.js that doesn't support es6 syntax.

As far as I could tell, the official solution is to load a version of acorn.js that does support es6 and then paper.js will prefer the loaded version when parsing paperscript.

Issues for reference: https://github.com/paperjs/paper.js/issues/1183 https://github.com/paperjs/paper.js/issues/1357

This PR explains in the getting started tutorial how to overcome the issue.

lehni commented 1 year ago

Yes this is a bit of a legacy reason, in 2023 it doesn't make sense to include such an old version of acorn.js, we should simply not ship with it at all, because bundling the new version would make the library much larger.