aptana / studio3

This repository contains the code for core components of Aptana Studio 3.
http://aptana.com/products/studio3
Other
1.08k stars 483 forks source link

Feat: Support ES2018 #491

Open kolipakakondal opened 5 years ago

kolipakakondal commented 5 years ago
  1. Fetched the latest source from https://github.com/graalvm/graaljs
  2. Added a new eclipse plugin org.graalvm.collections
  3. Added org.graalvm.collections as a dependency to com.oracle.js.parser
  4. Quick changes in GraalJSParser

TODO:

  1. Need to go through the changes we made earlier on com.oracle.js.parser locally in studio3
  2. Rebase those changes if they are still valid on the latest source
bertvandepoel commented 3 years ago

This would still be really nice, since Aptana keeps complaining it doesn't know about "let" for example.