JSDT/Confcalls/Minutes 20151103
Logistics
See JSDT/Confcalls
Meeting Agenda
- Updates on current work
- JSON Editor
- npm and bower contribution
- JavaScript Debugger
- Q: What would be the best place to publish eclipse p2 repository built out of mirrored github.com repo?
- Some findings with experimenting with TypeScript language tools
- Discussion: Should we drop the build all files approach that JSDT has?
- JS Editor extension work STILL needs volunteers to work on these 3 bugzilla issues
Attendees
Gorkem Ercan Denis Golovin Doug Schaffer Victor Adalberto Alexey Kazakov Chuck Bridgham Ilya Buziuk Mickael Istria Orlando Rincon
Meeting Minutes
- Updates on current work
- No updates on the CQs for JSON Editor
- npm and bower contribution
- code is ready at https://github.com/jbosstools/jbosstools-jst/tree/master/plugins
- We are looking to gather the early feedback
- Red Hat QE will be involved in testing it.
- JavaScript debugger
- tycho build is up for chromedevtools https://github.com/maxandersen/chromedevtools/compare/master...dgolovin:tycho-build-2
- Denis will create a P2 update site hosted GitHub pages
- Typescript language services
- Can be used as an alternate to tern.js
- Provides services for Editors and IDEs that can be used to delegate the functionality
- Performance suffers on large projects with the build all files approach
- Discussion on architectural direction.
- Gorkem & Alexey to start a document explaining current position/discussion
- Added https://bugs.eclipse.org/bugs/show_bug.cgi?id=481344 for enabling source validators.
- Created https://bugs.eclipse.org/bugs/show_bug.cgi?id=481351 for the breakpoint issue.