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-11-01 09:24:20 -04:00
Code
Issues
Wiki
Activity
a938aaf36f
denoland-deno
/
cli
/
tests
/
testdata
/
error_011_bad_module_specifier.ts
4 lines
69 B
TypeScript
Raw
Normal View
History
Unescape
Escape
fix: use Loader::resolve in op_fetch_module_meta_data (#2519)
2019-06-18 10:23:06 -04:00
import
*
as
badModule
from
"bad-module.ts"
;
refactor(cli): migrate run and cache to new infrastructure (#7996) Co-authored-by: Ryan Dahl <ry@tinyclouds.org>
2020-10-22 20:50:15 -04:00
console
.
log
(
badModule
)
;
Copy permalink