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
9bea576f3e
denoland-deno
/
tests
/
import_meta.ts
4 lines
92 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Add import.meta.main (#1835)
2019-02-26 13:29:45 -05:00
console
.
log
(
"import_meta"
,
import
.
meta
.
url
,
import
.
meta
.
main
)
;
Add window.location
2019-02-12 21:14:02 -05:00
Implement async module loading in CLI (#2084)
2019-04-16 15:13:42 -04:00
import
"./import_meta2.ts"
;
Copy permalink