ASSIGNED188584
check-webkit-style incorrectly complaint about Undefined variable when using import *
https://bugs.webkit.org/show_bug.cgi?id=188584
Summary check-webkit-style incorrectly complaint about Undefined variable when using ...
Aakash Jain
Reported 2018-08-14 15:54:08 PDT
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
Note You need to log in before you can comment on or make changes to this bug.