Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-04-03 | chore: move `tools/node_compat` to `tests/node_compat/runner` (#23025) | Asher Gomez | |
The `tools/node_compat/node` submodule has been moved to `tests/node_compat/runner/suite` and the remaining files within `tools/node_compat` to `tests/node_compat/runner`. Most of the changes are of the header within `tests/node_compat/test` files. The `setup` and `test` tasks within `tests/node_comapt` execute successfully. Towards #22525 CC @mmastrac | |||
2024-03-10 | fix(node:http) Export `validateHeaderName` and `validateHeaderValue` ↵ | mash-graz | |
functions (#22616) Modify `_http_outgoing.ts` to support the extended signature of `validateHeaderName()` used since node v19.5.0/v18.14.0 by adding the `label` parameter. (see: https://nodejs.org/api/http.html#httpvalidateheadernamename-label) Making both validation functions accessible as public exports of `node:http` Fixes: #22614 |