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-28 16:20:57 -05:00
Code
Issues
Packages
1
Wiki
Activity
d9a7b30d1f
denoland-deno
/
tests
/
testdata
/
coverage
/
multisource
/
bar.ts
8 lines
93 B
TypeScript
Raw
Normal View
History
Unescape
Escape
fix(coverage): escape source code in html coverage report (#21531)
2023-12-11 05:24:20 -05:00
export
function
bar
<
T
>
(
cond
:
T
)
{
feat(coverage): add html reporter (#21495) Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
2023-12-08 02:54:52 -05:00
if
(
cond
)
{
return
1
;
}
else
{
return
2
;
}
}
Copy permalink