unjquerify icon indicating copy to clipboard operation
unjquerify copied to clipboard

Follow simple unmutable assignments

Open devbridie opened this issue 6 years ago • 0 comments

Example:

const x = $("a.nav-link");
x.hide();
x.show();

For simple assignments, the engine should be able to follow references to statically determine if an element is a jQuery where possible.

devbridie avatar Jun 11 '18 08:06 devbridie