We translate static imports to dynamic imports, but this should error rather than resolve to `undefined`: ```js import {doesNotExist} from "./module.js"; ```