Bug 188584
| Summary: | check-webkit-style incorrectly complaint about Undefined variable when using import * | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Aakash Jain <aakash_jain> |
| Component: | Tools / Tests | Assignee: | Aakash Jain <aakash_jain> |
| Status: | ASSIGNED | ||
| Severity: | Normal | CC: | lforschler |
| Priority: | P2 | ||
| Version: | Other | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Aakash Jain
When using import * (e.g.: from steps import *) check-webkit-style complaints for each instance of variable/class/method used from the imported class. check-webkit-style does not know that the variable is imported from another module and incorrectly complaints. e.g.: https://bugs.webkit.org/show_bug.cgi?id=188516#c2
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |