| Summary: | [jsdoc] Support ExportDefaultDeclaration nodes while processing JSDoc | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Michael Rennie <Michael_Rennie> |
| Component: | JS Tools | Assignee: | Michael Rennie <Michael_Rennie> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | enhancement | ||
| Priority: | P3 | ||
| Version: | 10.0 | ||
| Target Milestone: | 12.0 | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
|
Description
Michael Rennie
There is an upstream Tern bug we could probably push the fix from bug 493276 and this one to: https://github.com/ternjs/tern/issues/769 The fix + tests: http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=7721aa4f5ad66f9ea9526e833697ba3f0e06ff15 Confirmed the doc generation, hovers and type support for default functions and generators. I opened a pull request against upstream Tern for this (and bug 493276) https://github.com/ternjs/tern/pull/789 |