index
:
UXP
master
webbrowser
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
js
/
src
/
jit-test
/
modules
/
cyclicImport1.js
blob: d64803a00553b28c887a1a7aba1f2b448b141696 (
plain
)
1
2
3
4
import { b } from "cyclicImport2.js"; export let a = 1; assertEq(b, 2);