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-22 15:06:54 -05:00
Code
Issues
Packages
1
Wiki
Activity
db287e216d
denoland-deno
/
cli
/
tests
/
testdata
/
bench
/
collect
/
deno2.jsonc
7 lines
104 B
Text
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-09 20:30:47 -05:00
{
feat(cli): flatten deno.json configuaration (#17799)
2023-04-26 23:02:36 -04:00
"bench": {
"include": ["./include/"],
"exclude": ["./ignore", "./include/2_bench.ts"]
}
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-09 20:30:47 -05:00
}
Copy permalink