Hi 👋 . Thanks for this plugin, it's very useful!
I noticed that when parsing the following import statement, the plugin fails.
import test from 'test.json' with
{ type: 'json' };
It works if the with is on the second line like this
import test from 'test.json'
with { type: 'json' };