Open zaalbarxx opened 1 week ago
Hi @zaalbarxx, this library uses regexes to find matches for replacement. See generateChanges.ts.
Unfortunately, this means the use case you provided isn't currently supported. I'm not sure if/when I will be able to add support for that use case. But if you want, you are welcome to open up a PR!
Considering this example
the
timezones
won't be properly resolved whiletest
will. I guess it has something to do with some kind of regex performed ? Or does this lib use AST for finding imports ?Cheers