Skip to content

Follow simple unmutable assignments #4

@devbridie

Description

@devbridie

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions