Source code

Revision control

Copy as Markdown

Other Tools

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