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
d720309203
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-09 12:30:38 -05:00
function
foo
(
)
:
never
{
Add error tests
2018-08-10 13:38:57 -04:00
throw
Error
(
"bad"
)
;
}
Migrate from tslint to eslint for linting (#1905)
2019-03-09 12:30:38 -05:00
function
bar
(
)
:
void
{
chore: format files in tests/
2018-08-16 11:28:02 -04:00
foo
(
)
;
Add error tests
2018-08-10 13:38:57 -04:00
}
chore: format files in tests/
2018-08-16 11:28:02 -04:00
bar
(
)
;
Copy permalink