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 20151124"

(Created page with "== Logistics == See ../ == Meeting Agenda == # Updates on current work ## JSON Editor ## npm and bower contribution ## JavaScript Debugger ## Parser replacement == At...")
 
(Attendees)
 
Line 16: Line 16:
 
  Victor
 
  Victor
 
  Ilya Buzuik
 
  Ilya Buzuik
 +
Mickael
  
 
== Meeting Minutes ==
 
== Meeting Minutes ==

Latest revision as of 13:44, 24 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
Denis Golovin
Orlando Rincon
Victor
Ilya Buzuik
Mickael

Meeting Minutes

  1. JSON Editor is approved
    1. Figure out if we can move it to SSE.
    2. create bugzillas for additional features to JSON Editor
  2. npm and bower contribution approved. Ilya is preparing the initial contribution code.
  3. JavaScript debugger is waiting for the ongoing discussion around dual licensing
  4. Removing type binding and indexing completely.
    1. We are implementing a code completion replacement that only works with a file instead of the type binding.

Back to the top