Make TypeScript Fast Again(twitter.com)
twitter.com
Make TypeScript Fast Again
https://twitter.com/chronark_/status/1788903998210146750
2 comments
I work in a relatively small TS monorepo and waiting on VSCode Intellisense to load the types breaks my flow quite often. A plugin like this would help identify the complex types in the codebase
I've occasionally peaked at dd-trace-js. The last two years seem to have been a major overhaul of the whole Node observability core, quickly percolating to the whole ecosystem, with diagnostic channels becoming a thing & everyone rebasing their approach stop it. That's a huge part of the picture, I'd wager, for how info gets recorded. https://nodejs.org/api/diagnostics_channel.html
But also, what Node offers for hooks, how we can observe node & various libraries; there's gotta be hooks & techniques up the wazoo to do that. I don't have any clue how application monitoring libraries do it. JS allows a lot of cool monkey patching but man, but folks (to my chagrin) tend to design much tighter surfaces libraries than in the past. (Personally I find strong encapsulation to be an unfortunate hard bound to force on others.)