dividab / tsconfig-paths

Load node modules according to tsconfig paths, in run-time or via API.
MIT License
1.8k stars 100 forks source link

createMatchPath doesn't work in nodejs v20 #248

Open its-dibo opened 1 year ago

its-dibo commented 1 year ago

the function createMatchPath() works well in nodejs v19, but the same function with the exactly same inputs returns undefined in nodejs v20

update there is an open PR that resolves this issue