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-25 15:29:32 -05:00
Code
Issues
Packages
1
Wiki
Activity
a37bc0088f
denoland-deno
/
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