Michaël Zasso

Results 1686 comments of Michaël Zasso

@ronag FastApiTypedArray has just been removed from upstream: https://chromium-review.googlesource.com/c/v8/v8/+/5982984

IIUC we should use this instead: https://chromium-review.googlesource.com/c/v8/v8/+/5915615

Full diff is https://patch-diff.githubusercontent.com/raw/nodejs/node/pull/47452.diff

PR is being reverted because of https://github.com/nodejs/node/issues/55826

FWIW I still have an experimental repo that builds `clang-format` on GitHub actions in my computer (I deleted it from GitHub when the wasm-based tool landed), if you want to...

https://github.com/targos/clang-format With test build: https://github.com/targos/clang-format/actions/runs/11124135962

So you took my idea and work to your own repository and are now suggesting to transfer that to Node.js. Not nice...

The value returned by `Symbol.for` is not unique to the file. It will be the same in all instances of the package.

What about `text`? It's already used in many places of the docs.

If it fixes a lot of things, shouldn't it add a lot of tests?