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
/
dynamic-import-lazy.js
blob: ccbf90989de05ddf4b914ebbc13c4bc2a9e565e9 (
plain
)
1
2
3
4
function
lazyilyParsedFunction
()
{
return
import
(
"/module1.js"
);
}