mapper icon indicating copy to clipboard operation
mapper copied to clipboard

fix: Revert "fix: ignore import path transformations on win32 platform (#570)"

Open v-beltran opened this issue 9 months ago • 1 comments

This reverts commit 4089bb4d35548eb06a1defd6ee47ce23ca359a09.

I am not sure what the absolute paths were fixing but it causes issues building the application using NestJS on Windows machines.

I put together an example repo to reproduce this error: https://github.com/v-beltran/automapper-class-import-bug

v8.8.1

Cmd1 require1

With "fix" reverted

win32removed require2

v-beltran avatar May 10 '24 20:05 v-beltran