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-16 19:04:02 -05:00
Code
Issues
Packages
1
Wiki
Activity
455cf1743f
denoland-deno
/
tests
/
testdata
/
bench
/
collect
/
deno.jsonc
6 lines
49 B
JSON
Raw
Normal View
History
Unescape
Escape
feat(cli): support deno bench in the config file (#16608) This PR adds the ability to set `include/exclude` fields for `deno bench` in the configuration file.
2022-12-10 02:30:47 +01:00
{
feat(cli): flatten deno.json configuaration (#17799)
2023-04-27 12:02:36 +09:00
"bench"
:
{
"exclude"
:
[
"./ignore"
]
}
feat(cli): support deno bench in the config file (#16608) This PR adds the ability to set `include/exclude` fields for `deno bench` in the configuration file.
2022-12-10 02:30:47 +01:00
}
Copy permalink