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
/
delete-import.js
blob: b76c028f6f0116a9b469c4c6f4cee6c9cb473551 (
plain
)
1
2
3
// |jit-test| module; error: SyntaxError
import
{
a
}
from
"module1.js"
;
delete
a
;