You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And yeah, function calls are not currently handled. Doesn't seem to be super straight forward to fix either unfortunately :/ If you want to give it a try, pull requests are very welcome! :)
I used this tool on a large codebase, and came across some cases that were missed. Here's
everything I found:
GoogleChrome/lighthouse#13503 (comment)
(link to code at particular commit)
https://github.com/GoogleChrome/lighthouse/tree/11a6a030f3e29910be6dc1166f17e085c17da6da
I believe the following specific examples show every unique case missed.
Does not transform:
But it will transform this:
Perhaps function calls are not handled?
Does not transform:
or
Perhaps
this.
is not handled?The text was updated successfully, but these errors were encountered: