Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

JSDT/Confcalls/Minutes 20160719

JSDT/Confcalls/Minutes 20160719

Status

  • Patrik Completed simple Oomph project setup file: JSDT.setup. he will push the change, blog about using it for JSDT, and make a video.
  • Angel is Working on a prototype for getting rid of the old Compiler, in favor of the new parser. The aim is to have better code completion improving the indexing, and this will boost performances dramatically.
  • Note: After we fixed the indexing, we should consider using a CDT-style indexing, that is said to have great performances.
  • Gorkem Made a release for the Java lang services
  • He started looking into the Closure Compiler (CC). When that will be ready we'll switch the JSDT parser from Esprima to to CC. Then we'll figure out which level of linting and error tolerance we should use.
    • The CC in JSDT, can quickly generate an AST, (without generror) that we can pass to reconcilier and error reporter.

Back to the top