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
15fd1e8d30
denoland-deno
/
cli
/
tests
/
subdir
/
throws.js
7 lines
100 B
JavaScript
Raw
Normal View
History
Unescape
Escape
feat: update to TypeScript 4.0 (#6514)
2020-08-24 19:43:54 -04:00
/* eslint-disable */
Dynamic import (#2516)
2019-08-07 12:55:39 -04:00
export
function
boo
(
)
{
console
.
log
(
"Boo!"
)
;
}
throw
new
Error
(
"An error"
)
;
Copy permalink