Ok, I do see that there is logic to prepend this, based on the prefix. If the path is `./` then `<rootDir>/` is added. However, this doesn't seem to work in my case: Given - `../bar/src` => `../bar/src` is produced ✅ - `./../bar/src` => `bar/src` is produced 🚫
Ok, I do see that there is logic to prepend this, based on the prefix.
If the path is
./then<rootDir>/is added.However, this doesn't seem to work in my case:
Given
../bar/src=>../bar/srcis produced ✅./../bar/src=>bar/srcis produced 🚫