This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 256375 - Netbeans download wrong node.js sources
Summary: Netbeans download wrong node.js sources
Status: RESOLVED FIXED
Alias: None
Product: javascript
Classification: Unclassified
Component: Node.js (show other bugs)
Version: 8.1
Hardware: PC Linux
: P2 normal (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-11-05 07:50 UTC by dusty
Modified: 2016-07-19 14:23 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description dusty 2015-11-05 07:50:01 UTC
I'm using node v5 but netbeans only downloads node sources 0.12.7
Comment 1 Petr Pisl 2015-11-05 09:48:41 UTC
You are right. This is basically intended. The sources of Node.js from version 4 are written in EcmaScript 6. Unfortunately NetBeans are not able to parse these sources yet, so they downloads sources 0.12.7. 

Currently I'm working on the parser for EcmaScript6 and when this will be done, then this issue can be fixed.
Comment 2 Petr Hejl 2016-07-19 13:21:31 UTC
Looking at the code - this seems to be already resolved.
Comment 3 Petr Pisl 2016-07-19 14:23:34 UTC
I have change the logic during development of NB 8.2