Notable changes: buffer: * use fast API for writing one-byte strings (Robert Nagy) https://github.com/nodejs/node/pull/54311 * optimize createFromString (Robert Nagy) https://github.com/nodejs/node/pull/54324 * use native copy impl (Robert Nagy) https://github.com/nodejs/node/pull/54087 inspector: * (SEMVER-MINOR) support `Network.loadingFailed` event (Kohei Ueno) https://github.com/nodejs/node/pull/54246 lib: * (SEMVER-MINOR) rewrite AsyncLocalStorage without async_hooks (Stephen Belanger) https://github.com/nodejs/node/pull/48528 module: * (SEMVER-MINOR) add --experimental-transform-types flag (Marco Ippolito) https://github.com/nodejs/node/pull/54283 * (SEMVER-MINOR) unflag detect-module (Geoffrey Booth) https://github.com/nodejs/node/pull/53619 PR-URL: https://github.com/nodejs/node/pull/54452