Closed 43081j closed 3 months ago
When using the transformArrayMethod helper, we currently only consider the change to be dirty if call expressions we mutated.
transformArrayMethod
This means imports of these modules will not be removed unless there are also associated call expressions.
This fix simply considers removal of the import to be a dirty change.
Fixes #88
When using the
transformArrayMethod
helper, we currently only consider the change to be dirty if call expressions we mutated.This means imports of these modules will not be removed unless there are also associated call expressions.
This fix simply considers removal of the import to be a dirty change.
Fixes #88