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 20160621

< JSDT‎ | Confcalls
Revision as of 04:32, 10 August 2016 by Psuzzi.gmail.com (Talk | contribs) (Created page with "== JSDT/Confcalls/Minutes 20160821 == * ''Attendees'': Gorkem, Ilya, Victor, Patrik. * ''Quick Links'': [https://goo.gl/nPLxeF JSDT Open Bugs], [https://goo.gl/5pdDfj JSDT Ge...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

JSDT/Confcalls/Minutes 20160821

Current Status

JSDT

  • Gulp and Grunt quick assist, enhance launch configuration
  • Snjezana is continuing her work on JSON editor
  • Shane work on outline support is continuing

Closure Compiler (CC)

  • Soon we'll replace Esprima with Google Closure Compiler. It should work in the same way as Esprima is working. This step is needed even if in future we switch to Language Server.
  • In any case, before doing Language Server, we'd like to host JS-related language server
    • Interested in Typescript servers: Michael Rennie (Orion, used to work on JSDT Debugging)
    • perhaps Orion and JSDT efforts can converge into LS

Language Server

  • Interesting idea, with the possible convergence of different teams: Platform, JSDT, Orion
  • Not in the immediate future, perhaps after CC
  • Syntax highlighting will be done without LServer.
  • The work on the JSDT editor is separate from the work on Language Server
  • There is a CQ for Typescript language services

Docs and Contributing

Other Issues

  • Import/export modules - the current import procedure needs to be improved.

Back to the top