Skip to content

Bug: should replace vars preceded by ! and { #2

@coolaj86

Description

@coolaj86

This:

if (!doStuff) {
  return `${doMore()}`;
}

Should become this:

if (!Foo.doStuff) {
  return `${Foo.doMore()}`;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions