cyclicImport2.js (73B)
1 import { a } from "cyclicImport1.js"; 2 3 export let b = 2; 4 assertEq(a, 1);