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 257338 - ES6 Imported variables are declared global
Summary: ES6 Imported variables are declared global
Status: RESOLVED FIXED
Alias: None
Product: javascript
Classification: Unclassified
Component: Editor (show other bugs)
Version: 8.2
Hardware: PC Linux
: P3 normal with 2 votes (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks: 242387
  Show dependency tree
 
Reported: 2015-12-30 12:01 UTC by jockeeriksson
Modified: 2016-04-14 09:24 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 jockeeriksson 2015-12-30 12:01:31 UTC

    
Comment 1 jockeeriksson 2015-12-30 12:03:50 UTC
No imported variable should get warning about a global directive.

ex

import log from "Live/logger/LoggerFactory";

log.error(error); 

Generates a warning.
Comment 2 Petr Hejl 2016-04-14 09:24:43 UTC
Seems to be fixed.