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
60 stars 22 forks source link

add support for calling defineProperty on exports #2

Closed rochdev closed 2 years ago

rochdev commented 2 years ago

This PR adds support for calling defineProperty on exports to allow using shimmer and similar implementations. It also fixes the tests that were checking if the module name contains os instead of checking it's exactly os.