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
/
bug-1462326.js
blob: 172b9246fa42747b91afc866d552b41d9a1d6f54 (
plain
)
1
2
3
4
5
6
// |jit-test| error: Error
let
m
=
parseModule
(
`
import A from "A";
`
);
moduleLink
(
m
);