Titian Cernicova-Dragomir

@titiancernicova.bsky.social

Typescript enthusiast (ask me about TS). I work at Bloomberg in JavaScript Infrastructure & Tooling . Opinions are my own.

TypeScript 7.0 Beta is out 🎉 It's the 10x faster Go-based port 🔥 🔷 `tsgo` vs `tsc` CLIs allow comparing 🔷 --checkers sets checker thread count 🔷 --singleThreaded keeps parsing/emit/checking together 🔷 TS 6.0 deprecations are hard errors 🔷 API access is planned for TS 7.1

TypeScript@typescriptlang.org · 4mo ago

TypeScript 7.0 Beta is here! Built on a new native and parallelized foundation, it's already being used on multi-million line codebases. Read up more here and try it on your projects today! devblogs.microsoft.com/typescript/a...

TypeScript 6.0 is now available! This release brings better type-checking for methods, new standard library features, new module features for Node.js, and more! But most important, this release brings us one step closer to the upcoming native-speed 7.0! devblogs.microsoft.com/typescript/a...

Announcing TypeScript 6.0 - TypeScript

TypeScript 6.0 is now available! TypeScript 6 is a stepping-stone release, aligning with the upcoming native-speed 7.0 release.

devblogs.microsoft.com

In today's episode of my life with adhd: Me Thursday evening: I'll go from the airport straight to the office on Monday. Musn't forget my badge. Also me Thursday evening: I'll take my personal laptop maybe I'll game a bit. I'll leave my work laptop at home. Not gonna use it over the weekend anyway

So apparently in #node if you want to have a forked worker process not keep it's parent alive you have to: unref the child process, unref stout&stdin (by assuming they are Sockets! who knew?!) and on node 24 also call setKeepAlive(false) on them. Please tell me I'm doing this wrong! Anyone?

Reading a book and I love that there are twins named Vax and Vex.bBut as someone who struggles with names and often misread single letters in words.. I gotta say it's dam difficulty to keep the characters separate 😅 Guess they are just 'the twins' and hope the books makes sense with them as a unit 😅

Glad to see TypeScript's Isolated Declarations feature already mentioned in three talks this morning at @viteconf.org 👍 It's one of the reasons tsdown and Oxc can generate Type Declarations so quickly ⚡ The main ID developer @titiancernicova.bsky.social is here if you wish to meet him.

Titian Cernicova-Dragomir@titiancernicova.bsky.social · 10mo ago

Always happy to see something you worked on out in the wild! Love to see isolated declarations being used 😊. #viteconf.amsterdam

This is so random! and muuuuch needed A new Random namespace with 22 methods for working with randomness in JavaScript. proposal just hit Stage 1

Bild
Rob Palmer@robpalmer.bsky.social · last yr.

ECMAScript excitement 😉 Congrats to @tabatkins.com on advancing the Seeded Pseudo-Random Numbers proposal to Stage 2 at TC39 today 🎉 It produces a series of pseudo-random numbers in a way that can be reproduced across program runs and different JS realms 👍 github.com/tc39/proposa...