Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-13 | tests: move integration tests to a single module (#17380) | Bartek Iwańczuk | |
Effectively reverts changes done in https://github.com/denoland/deno/pull/16816 | |||
2023-01-02 | chore: update copyright year to 2023 (#17247) | David Sherret | |
Yearly tradition of creating extra noise in git. | |||
2022-12-10 | feat(init): Generate main_bench.ts by default (#16786) | sigmaSd | |
This commit changes "deno init" to generate "main_bench.ts" file which scaffold two example bench cases. | |||
2022-12-09 | feat(init): Use jsonc for configuration file (#17002) | Bartek Iwańczuk | |
Generate "deno.jsonc" instead of "deno.json" when running "deno init" subcommand. | |||
2022-12-08 | feat(init): Generate deno.json by default (#16389) | Bartek Iwańczuk | |
Updates `deno init` subcommand to create a `deno.json` when initializing a new project. Slightly changes the output, to make it more readable. | |||
2022-11-26 | tests: move integration tests to separate modules (#16816) | Bartek Iwańczuk | |