Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 493027

Summary: [es6] Support es_modules plugin in Tern
Product: [ECD] Orion Reporter: Curtis Windatt <curtis.windatt.public>
Component: JS ToolsAssignee: Curtis Windatt <curtis.windatt.public>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 12.0   
Target Milestone: 12.0   
Hardware: PC   
OS: Windows 7   
Whiteboard:
Bug Depends on:    
Bug Blocks: 460728    

Description Curtis Windatt CLA 2016-05-04 14:42:40 EDT
We need to make the es_modules plugin available.  Then make sure it plays well with the other module managers (node, commonjs, requirejs).
Comment 1 Curtis Windatt CLA 2016-05-04 17:25:02 EDT
http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=a092f04605b3556734e68aadda9604ffb0751a3c
Add support for collecting import dependencies
Comment 2 Curtis Windatt CLA 2016-05-05 17:02:22 EDT
http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=ea913ff7e954aa41349141b2e25a97971c448e68
Adds ast manager collect dependency tests for node and import
Comment 3 Curtis Windatt CLA 2016-05-12 17:15:48 EDT
Marking as FIXED.  We can't use the module name completion until we have access to a fast file search like FS.  We can properly bring in es6 imports.  We will have better test coverage in Bug 493463 once we can set the sourceType in the tests.