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 262494 - Keyword in export is not marked as error
Summary: Keyword in export is not marked as error
Status: RESOLVED FIXED
Alias: None
Product: javascript
Classification: Unclassified
Component: Editor (show other bugs)
Version: 8.2
Hardware: PC Linux
: P3 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-06-20 20:42 UTC by Petr Hejl
Modified: 2016-06-23 01:49 UTC (History)
1 user (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 Petr Hejl 2016-06-20 20:42:53 UTC
http://www.ecma-international.org/ecma-262/6.0/#sec-exports

For example
export {default}
is parsed ok.
Comment 1 Petr Hejl 2016-06-22 08:53:18 UTC
Fixed in web-main b8d30e7c46f3.
Comment 2 Quality Engineering 2016-06-23 01:49:34 UTC
Integrated into 'main-silver', will be available in build *201606230002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/b8d30e7c46f3
User: Petr Hejl <phejl@netbeans.org>
Log: #262494 - Keyword in export is not marked as error