]
Shane Bryzak updated ERT-124:
-----------------------------
Fix Version/s: Neon (4.6) M6
[ES6] Support for ES exports on Outline view [EBZ#489656]
---------------------------------------------------------
Key: ERT-124
URL:
https://issues.jboss.org/browse/ERT-124
Project: Eclipse Release Train
Issue Type: Task
Components: JSDT
Reporter: Nick Boldt
Assignee: Shane Bryzak
Priority: Trivial
Labels: General, bzira
Fix For: Neon (4.6) M6
Outline view should show the ES6 exports in a similar manner to imports. This task
involves two parts.
1. Enhance IJavaScriptElement model to include Exports. Enhance
CompilationUnit.buildStructure() to include exports.
2. Enhance the Outline viewer to show the exports.