Bradley Farias
Bradley Farias
Lots of libraries and runtimes use `on()` as a generic event handling mechanism. This name might cause problems for them updating and as such cause unnecessary friction. It would be...
A variety of Symbols can be used to change behaviors but are not always exposed / used for exotic objects: ```mjs class X {}; Object.setPrototypeOf(X, null); // undefined, true console.log(X[Symbol.hasInstance],...
This is without tests until some conversation is had because it is a bit wonky. This makes --watch work with --run so you can do things like `node --watch-path src...
this allows the imports field of package.json to target a location outside of the package boundary. doing so allows for imports to work in directories just altering things like the...
This PR builds upon previous talks we have had about Realms and Frozen Realms in JS. After having several discussions in meetings about these topics, it seems like there is...