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