Michaël Zasso

Results 1686 comments of Michaël Zasso

The release is uploaded to a staging area on the www server. It cannot be accessed by the public/downloaded before the releaser executes the promotion script, which moves it to...

Promotion script is here: https://github.com/nodejs/node/blob/main/tools/release.sh AFAIK, all builds (release, nightly, rc, etc) are uploaded to the staging area. The difference between releases and other builds is that the releases are...

`/dist/` is only a virtual folder that points to `/downloads/release/`: https://github.com/nodejs/build/blob/e3059d702f5155fbb59432ab1b5053b6458474d9/ansible/www-standalone/resources/config/nodejs.org?plain=1#L63C12-L72

I think the overall strategy should be discussed and agreed on within the WG before we make too many infra changes, that's all. My personal opinion isn't totally made on...

> Having had a quick glance at https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html and this PR the immediate problem I see is clients only for Linux, macOS and Windows, so we're going to have an...

Shasum files are going to be challenging indeed.

We could add a method to the `require` function so it knows where to start resolution.

Or a function that takes two parameters. `getPackageDir(__filename, packageSpecifier)` in CJS and `getPackageDir(import.meta.url, packageSpecifier)` in ESM.

How does it have an impact on `fileURLToPath` ?

Any reason to believe this is needed? wasm-gc has not been enabled in V8 until very recently (end of 2023)