This website requires JavaScript.
Explore
Help
Sign in
foster
/
denoland-deno
Watch
0
Star
0
Fork
You've already forked denoland-deno
0
mirror of
https://github.com/denoland/deno.git
synced
2024-10-31 09:14:20 -04:00
Code
Issues
Wiki
Activity
c0a684c14e
denoland-deno
/
cli
/
tests
/
testdata
/
subdir
/
subdir2
/
dynamic_import.ts
5 lines
90 B
TypeScript
Raw
Normal View
History
Unescape
Escape
refactor(cli/tests): remove unnecessary void return types (#11577)
2021-08-05 07:08:58 -04:00
(
async
(
)
=
>
{
Support dynamic import in bundles. (#4561)
2020-04-01 23:14:30 -04:00
const
{
printHello
}
=
await
import
(
"../mod2.ts"
)
;
printHello
(
)
;
}
)
(
)
;
Copy permalink