nodejs / import-in-the-middle

Like `require-in-the-middle`, but for ESM import
https://www.npmjs.com/package/import-in-the-middle
Apache License 2.0
52 stars 20 forks source link

fix: Resolve re-exports of external modules #78

Closed timfish closed 1 month ago

timfish commented 1 month ago

Closes #59 , Closes #62, Closes #63, Closes #78

parentResolve is cached and later used when attempting to load bare specifiers.

bengl commented 1 month ago

@timfish eslint is failing here. Can you fix that? Other than that, LGTM.

timfish commented 1 month ago

Should be fixed now!