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

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

Closed khanayan123 closed 9 months ago

khanayan123 commented 9 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