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
6fa4d2e759
denoland-deno
/
tests
/
circular1.js
3 lines
51 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Implement async module loading in CLI (#2084)
2019-04-16 15:13:42 -04:00
import
"./circular2.js"
;
Refactor libdeno ES module interface. (#1624) Allows for future asynchronous module loading. Add support for import.meta.url Fixes #1496
2019-01-30 17:21:31 -05:00
console
.
log
(
"circular1"
)
;
Copy permalink