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-01 09:24:20 -04:00
Code
Issues
Wiki
Activity
e20682bd42
denoland-deno
/
cli
/
tests
/
testdata
/
error_001.ts
10 lines
85 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"
)
;
}
refactor(cli/tests): remove unnecessary void return types (#11577)
2021-08-05 07:08:58 -04:00
function
bar() {
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