Victorien Elvinger

Results 333 comments of Victorien Elvinger

@SaadBazaz `f64` and `f32` doesn't implement `Eq`/`PartialEq` because directly comparing floats is an error. I am unsure why we need the options to be `Eq`/`PartialEq`. I have to investigate if...

ESbuild uses only a [postinstal script](https://github.com/evanw/esbuild/blob/main/lib/npm/node-install.ts). I wonder if we could use it as an inspiration.

@fireairforce Are you still interested in the PR?