ExtendScript / extendscriptr

An NPM command line tool to compile modern javascript (es5 & es6) into executable extendscript (es3)
Do What The F*ck You Want To Public License
153 stars 15 forks source link

Feature list #35

Open nickdima opened 6 years ago

nickdima commented 6 years ago

I was curious which ES5 and ES6 features are supported and which not. I also found this other project: https://github.com/fusepilot/babel-preset-extendscript Maybe you should work together :)

ff6347 commented 6 years ago

Good question. I didn't use it for some time. Can you write a test? We've been using babel 6.5.2 so everything that is in there.

Thanks for the hint to the other module. As you can see from the latest commit it already has been some time ago when we worked on this. maybe the babel preset is a better fit.