Appearance
Reports funny business with exports, like repeated exports of names or defaults.
let foo; export { foo }; // Multiple exports of name 'foo'. export * from "./export-all"; // export-all.js also export foo