import-export
import-export copied to clipboard
ensure double-quoted module references are supported
previously the following was ignored, resulting in puzzling syntax errors:
import foo from "foo";
import { bar } from "bar";