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
/
import-not-found.js
blob: 05e6e1e8d5bbd85c2f6edce691c44fe3a73af941 (
plain
)
1
2
// |jit-test| module; error: SyntaxError
import
{
foo
}
from
"module1.js"
;