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

Take initial attempt at esm-support #179

Closed JoviDeCroock closed 2 years ago

JoviDeCroock commented 2 years ago

This PR aims to provide a first-look on how basic ESM support could look, this came as a reaction form this plugin not working in our test-suite with Node 12 https://github.com/preactjs/wmr/pull/875

JoviDeCroock commented 2 years ago

Updating to 12.22 fixed this issue, no idea if you still want to land a change like this, I'll close for now.