index
:
firefox
debian
progress-linux
upstream
debian 12 backports: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
js
/
src
/
jit-test
/
tests
/
modules
/
missing-indirect-export.js
blob: 207e49ba050efcf79ef8eb457995702afbcafd0c (
plain
)
1
2
// |jit-test| module; error: SyntaxError
export
{
foo
}
from
"module1.js"
;