Benjamin Gruenbaum
Benjamin Gruenbaum
> I see; in that case, extending V8's structured clone algorithm for Node's purposes sounds okay-ish. The way I see it, such work would help existing standardisation efforts and provide...
Adding tsc-agenda for visibility and possible discussion
We haven't even added regular import maps, there is a feature request somewhere but users/core doesn't seem to prioritize it in a Node.js setting since we don't have many of...
I am in favor of this and I think we are not doing a good enough job. I like Matteo's proposed idea of a blessed "how to run TypeScript module"...
> When we say that users are asking for TS support, is there a sense for the ratio of desire for TS support vs desire for ? The sense in...
Also let me try pinging some TypeScript people
@bnoordhuis > More radical: bundle [swc](https://github.com/swc-project/swc) and just run the code. :-) Maybe [sucrase](https://github.com/alangpierce/sucrase)? It's not getting as much traction but it's a pure JS tool and it's faster. I...
> I appreciate that we're admitting it's by far requests for TypeScript and almost nothing else. Sometimes toys like coffeescript transpilers are used as justification that node's current APIs (loaders,...
Just refactor the bb specific stuff instead of wrapping it? You don't need Promise.asCallback when you have util.callbackify built in, Promise.promisify with util.promisify etc