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

test: add test for import attributes #74

Open chentsulin opened 5 months ago

chentsulin commented 5 months ago

Add a test for import attributes on Node 20.10+.

bengl commented 4 months ago

@chentsulin The acorn parser seems to be erroring out on tests on the 20.x builds. Can you take a look at that please?