This website requires JavaScript.
Explore
Help
Sign in
development
/
deno
Watch
1
Star
0
Fork
You've already forked deno
0
mirror of
https://github.com/denoland/deno
synced
2024-11-05 18:45:24 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
89e6792203
deno
/
tests
/
circular2.js
3 lines
51 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Implement async module loading in CLI (#2084)
2019-04-16 19:13:42 +00:00
import
"./circular1.js"
;
Refactor libdeno ES module interface. (#1624) Allows for future asynchronous module loading. Add support for import.meta.url Fixes #1496
2019-01-30 22:21:31 +00:00
console
.
log
(
"circular2"
)
;
Reference in a new issue
Copy permalink