Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-07-25 | chore: use `@std` prefix for internal module specifiers (#24543) | Asher Gomez | |
This change aims to replace all relative import specifiers targeted at `tests/util/std` with mapped ones (using a `deno.json` file). Towards updating the `std` git submodule. | |||
2024-01-01 | chore: update copyright to 2024 (#21753) | David Sherret | |
2023-08-19 | chore: remove third_party submodule (#20201) | Divy Srivastava | |
removes third_party submodule, tools are installed on-demand. - removed `load_test` and websocket benchmark (covered by benchy) - removed node/bun http benchmarks (covered by benchy) - `dlint` & `dprint` downloaded on-demand. - `wrk` & `hyperfine` downloaded before CI benchmark run. Install locally using: `./tools/install_prebuilt.js wrk hyperfine` #### updating dlint/dprint update version in `tools/util.js` and place binary in `denoland/deno_third_party`. |