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
72 stars 27 forks source link

add tests for default import export and variable default export #52

Closed khanayan123 closed 11 months ago

khanayan123 commented 11 months ago

add tests for default import export and variable default export. This is to test whether module wrapping can handle these scenarios & to confirm whether AST parsing and regenerating code from modified AST introduces a regression