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
2025-01-16 10:54:14 -05:00
Code
Issues
Packages
1
Wiki
Activity
0f33bf6885
denoland-deno
/
cli
/
tests
/
error_001.ts
10 lines
91 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Migrate from tslint to eslint for linting (#1905)
2019-03-10 04:30:38 +11:00
function
foo
(
)
:
never
{
Add error tests
2018-08-10 10:38:57 -07:00
throw
Error
(
"bad"
)
;
}
Migrate from tslint to eslint for linting (#1905)
2019-03-10 04:30:38 +11:00
function
bar
(
)
:
void
{
chore: format files in tests/
2018-08-17 00:28:02 +09:00
foo
(
)
;
Add error tests
2018-08-10 10:38:57 -07:00
}
chore: format files in tests/
2018-08-17 00:28:02 +09:00
bar
(
)
;
Copy permalink