Antoine du Hamel
Antoine du Hamel
> if v19 is not LTS would it be possible to bring the v8 bump in a later 19.x.x ? (a week later) then there would at least give the...
> ```ts > // server.js > > import * as path from "path"; > import * as url from "url"; > > const __filename = url.fileURLToPath(import.meta.url); > const __dirname =...
@Mesteery would you have time to go back to this? v17.0.0 semver cutoff is next week, in case you want this PR to be included. This would need a rebase...
@Mesteery any chance you would be able to revive this?
> The two _do_ share the same `global`. Note that it is expected to change soon-ish, as the plan is to move the loaders to a separate thread. Do you...
When using `node --test`, each file is run in a different process, and therefore have different ESM caches and globals, I'm not sure what you mean. EDIT: Moshe is right,...
@JakobJingleheimer that doesn't apply to `--import` though, right?
> When user passes a bigint close to upper limit (`2⁶³ - 1`), and adding `length` breaks this limit, an exception is thrown. > * Previously: `EINVAL` from `read(2)` Could...
@LiviaMedeiros this needs a rebase.
This is https://github.com/nodejs/node/labels/semver-major, it needs at least two approving reviews from @nodejs/tsc.