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
46b892ad37
denoland-deno
/
cli
/
tests
/
https_import.ts
4 lines
100 B
TypeScript
Raw
Normal View
History
Unescape
Escape
test(cli/tests/https_import): use ts file in localhost instead of remote (#7431)
2020-09-14 07:18:00 -04:00
import
{
printHello
}
from
"https://localhost:5545/cli/tests/subdir/print_hello.ts"
;
Support https imports. Adds hyper-rustls to the build. Use ring for sha1 instead of "ssh1" crate. Fixes #528.
2018-08-28 13:49:19 -04:00
printHello
(
)
;
Copy permalink