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
67 stars 24 forks source link

fix: Support Hooking multiple times #153

Closed timfish closed 1 week ago

timfish commented 1 week ago

Closes #98 Also ref - https://github.com/getsentry/sentry-javascript/pull/13763

Proxies get so that multiple hooks do not overwrite each other.