bad-module-specifier.js (96B)
1 import "string-without-dot-slash-prefix"; 2 import "./this.js"; 3 log.push("bad-module-specifier");