trex delete doesnt delete all the packages in import_map.json
Describe the bug
When i run from powershell trex delete doesnt delete the package from import_map.json file
To Reproduce Steps to reproduce the behavior:
- Run in powershell
trex delete some_package
Screenshots

Desktop
- OS: Windows 10
- Deno version: 1.12.1
- Trex Version 1.29.4
Some times works but with some specific packages dont work
maybe the problem is the name of import is custom, idk
@ghaerdi do you want to close this issue?
I will leave this issue open until the fix is released in the next trex version (probably 1.12.2 or 1.13.0). I want to add some unit testing ASAP before releasing it. The fix is available in the canary version, you can switch to it using the next command:
trex upgrade --canary
Oh thanks @ghaerdi