This website requires JavaScript.
Explore
Help
Sign in
foster
/
denoland-deno
Watch
1
Star
0
Fork
You've already forked denoland-deno
0
mirror of
https://github.com/denoland/deno.git
synced
2024-11-23 15:16:54 -05:00
Code
Issues
Packages
1
Wiki
Activity
dd83e3fb71
denoland-deno
/
tests
/
testdata
/
npm
/
nonexistent_file
/
main.js
3 lines
78 B
JavaScript
Raw
Normal View
History
Unescape
Escape
fix(npm): improve error message importing non-existent file in a node_modules npm package (#19835)
2023-07-14 13:47:15 -04:00
import
hmacSHA512
from
"npm:crypto-js/non-existent"
;
console
.
log
(
hmacSHA512
)
;
Copy permalink