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

Difference between revisions of "JSDT/Confcalls/Minutes 20151117"

 
Line 23: Line 23:
 
# npm & bower CQ has been filed
 
# npm & bower CQ has been filed
 
# JS debugger CQ filed.  
 
# JS debugger CQ filed.  
## Debugger may need to use two licenses, similar to JGit/EGit. Waiting for feedback from Google on that.
+
## Debugger may need to use two licenses, similar to JGit/EGit. Waiting for feedback from Google on that. [[https://s3.amazonaws.com/uploads.hipchat.com/405735/2811693/EO1YC5duyF5I1Wn/chdt-dependencies.png] See also chromedevtools dependency diagram]
https://s3.amazonaws.com/uploads.hipchat.com/405735/2811693/EO1YC5duyF5I1Wn/chdt-dependencies.png
+
 
## Work continues on the temporary jbosstools repository to support new protocols.
 
## Work continues on the temporary jbosstools repository to support new protocols.
 
# Parser replacement
 
# Parser replacement
 
## The plan is to start using Esprima with Nashorn
 
## The plan is to start using Esprima with Nashorn
 
## Use an architecture that is easily replaceable
 
## Use an architecture that is easily replaceable
 +
## See the [http://www.gorkem-ercan.com/2015/11/benchmarking-javascript-parsers-for.html blog post] about performance comparison
 
#Feel free to contact Victor or Gorkem about starting up with a new work
 
#Feel free to contact Victor or Gorkem about starting up with a new work
 
## use eclipse-dev on Freenode: https://wiki.eclipse.org/IRC
 
## use eclipse-dev on Freenode: https://wiki.eclipse.org/IRC

Latest revision as of 19:00, 17 November 2015

Logistics

See JSDT/Confcalls

Meeting Agenda

  1. Updates on current work
    1. JSON Editor
    2. npm and bower contribution
    3. JavaScript Debugger
    4. Parser replacement

Attendees

Gorkem Ercan
Adalberto
Alexey Kazakov
Alina
Denis Golovin
Orlando Rincon
Victor
Mickael

Meeting Minutes

  1. JSON editor some progress on CQ
  2. npm & bower CQ has been filed
  3. JS debugger CQ filed.
    1. Debugger may need to use two licenses, similar to JGit/EGit. Waiting for feedback from Google on that. [[1] See also chromedevtools dependency diagram]
    2. Work continues on the temporary jbosstools repository to support new protocols.
  4. Parser replacement
    1. The plan is to start using Esprima with Nashorn
    2. Use an architecture that is easily replaceable
    3. See the blog post about performance comparison
  5. Feel free to contact Victor or Gorkem about starting up with a new work
    1. use eclipse-dev on Freenode: https://wiki.eclipse.org/IRC
    2. A few bugzillas that can be worked on
      1. https://bugs.eclipse.org/bugs/show_bug.cgi?id=463071
      2. https://bugs.eclipse.org/bugs/show_bug.cgi?id=482054

Back to the top