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
/
dom
/
base
/
test
/
jsmodules
/
module_simpleImport.mjs
blob: 7a9d05325b5e8bd01442e0ae60d859214330c4ad (
plain
)
1
2
3
import
{
x
}
from
"./module_simpleExport.mjs"
;
result
=
x
;