Bradley Farias
Bradley Farias
Just stating I'd love to have this around, I'm looking into message busses for Node and having `.wait` be blocking means scaling up Worker counts to :( levels.
- [x] Complete Spec Text - [ ] Reviewers - [ ] TBD - [ ] TBD - [ ] Editor Sign Off Note: Removing *Set due to indefinite bike...
rename hooks
The names `toKey` / `toValue` might be confusing if we ad an identity/equality hook in the future. Calling these `coerceKey` and `coerceValue` likely is acceptable.
Given that there is no linkage required required for `import *` likely it can avoid parsing or linkage if cycles are not present in some way. The only issue is...
I think it would be helpful to explain a top level example that immediately references the binding like: ```mjs import a from 'a' with {lazyInit: true}; a; ```
As long as interfaces do not inherit from Object, is it possible to have them be cross realm?
Node contains a lot of methods that are uncurry the value of `this` in order to safely obtain functionality like `[0, 1].slice()` that is not subject to prototype pollution. This...
These accessors cause too much noise in npm security audits for the ecosystem, we should start a path to removal. Figuring out/warning on usage seems a good first step prior...
refs: https://github.com/nodejs/node/discussions/37857