summaryrefslogtreecommitdiff
path: root/cli/tests/tla3/b.js
blob: b74c659e4f3e14a3aa384a1ee14a3ec24eca9146 (plain)
1
2
3
4
5
6
7
import { foo } from "./timeout_loop.js";
import { collection } from "../top_level_await_circular.js";

console.log("collection in b", collection);
console.log("foo in b", foo);

export const a = "a";