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

Bug 525524

Summary: Return value of translateEcma is never used
Product: [ECD] Orion Reporter: Michael Rennie <Michael_Rennie>
Component: JS ToolsAssignee: Sebastian Pahnke <pahnke.sebastian>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P2    
Version: 15.0   
Target Milestone: 17.0   
Hardware: PC   
OS: Mac OS X   
See Also: https://github.com/eclipse/orion.client/pull/208
Whiteboard:

Description Michael Rennie CLA 2017-10-03 15:01:18 EDT
We added support to handle ECMA versions being specified in their year-format (like Acorn does). The only problem is that we do not use the return value in the checks.

This is not a regression since using year format previously would have had the same effect (pre-16.0, defaulting to ECMA 7 level)
Comment 1 Eclipse Genie CLA 2017-10-04 09:14:20 EDT
GitHub Pull Request 208 created by [spahnke]
https://github.com/eclipse/orion.client/pull/208
Comment 2 Michael Rennie CLA 2017-10-05 08:56:48 EDT
Merged. Thanks Sebastian!