blob: 02b458ef8553c57a3eca88e0b72ccae0a831ea49 [file] [log] [blame]
import { B } from "./module-simple-B.mjs";
debug("Module A was imported.");
if (B == 42)
debug("Exported B was visible.");