Results 784 comments of Benjamin Gruenbaum

I think it's probably fine to support it and not a lot of work? I'm happy to make changes in Node if that'd help

We track flaky tests in https://github.com/nodejs/reliability/

> To me, it would be better if we say that Node.js not JavaScript is single-thread. That's also not true (e.g. https://nodejs.org/api/worker_threads.html :D ). We can add Node.js executes a...

This fix isn't correct though (language wise)

He's not (afaict) but he's not convinced that this feature as-is is useful enough and neither am I (given it's much worse dx than the userland alternatives that rewrite your...

@bricss please do not approve fast-track requests :] (or you know, start making PRs and join as a collaborator that also works :))

I'm approving this even without a test but a test would be nice

@fatso83 nothing is stopping us from doing top-level `await import` right?

> Are additions to import.meta semver-major or semver-minor? I think semver-minor is fine since unlike new globals I don't expect code to break when we add stuff to import.meta. >...