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
/
cyclicImport2.js
blob: e7c3cd924efb8bcdf1bc9e62e178b50ca5e2b211 (
plain
)
1
2
3
4
import { a } from "cyclicImport1.js"; export let b = 2; assertEq(a, 1);