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-17 03:14:03 -05:00
Code
Issues
Packages
1
Wiki
Activity
e58462dbb9
denoland-deno
/
cli
/
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 19:24:20 +09: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 16:54:52 +09:00
if
(
cond
)
{
return
1
;
}
else
{
return
2
;
}
}
Copy permalink