Tomáš Minčeff
minceff.dev
Tomáš Minčeff
@minceff.dev
Father, developer, walker
Reposted by Tomáš Minčeff
Today we're announcing previews of the native port of TypeScript! These nightly previews will be available on npm and the VS Code marketplace!

npm install -D @​typescript/native-preview
npx tsgo --version

Read up more on our blog!
Announcing TypeScript Native Previews - TypeScript
Previews of the native TypeScript port are now available on npm and for VS Code through the Visual Studio Marketplace!
devblogs.microsoft.com
May 22, 2025 at 3:09 PM
Reposted by Tomáš Minčeff
💬 The Angular team has dropped *two* new RFCs today:

`resource` as an architectural pattern:
github.com/angular/angu...

the specifics of the `resource` API design:
github.com/angular/angu...
February 26, 2025 at 5:03 PM
Reposted by Tomáš Minčeff
✨Heads up! Observables are shipping natively to a browser near you soon!

Huge thank you and congrats to @domfarolino.com ❤️

I've helped / worked on / watched this through different standards bodies for more than 10 years now. ☠️

(I'm going to have a lot of work now to adapt RxJS to this 😅)
February 21, 2025 at 10:59 PM
Reposted by Tomáš Minčeff
We just released the beta for TypeScript 5.8! This release brings support for Node.js' require(ESM), smarter/safer checks for functions using advanced types, a few great optimizations for editor scenarios, and more. Give it a try!

devblogs.microsoft.com/typescript/a...
Announcing TypeScript 5.8 Beta - TypeScript
Today we are excited to announce the availability of TypeScript 5.8 Beta. To get started using the beta, you can get it through npm with the following command: npm install -D typescript@beta Let’s tak...
devblogs.microsoft.com
January 29, 2025 at 8:13 PM
Reposted by Tomáš Minčeff
If ever you want to style , you might somtimes have single key strokes, but with shortcuts where you might use nested elements, it could cause some styling issues, but luckily we have :has() now to solve that.

Here's a quick example: codepen.io/kevinpowell/...
January 15, 2025 at 7:04 PM
Reposted by Tomáš Minčeff
I wrote a little series on it about a year ago. techhub.iodigital.com/articles/goi...

Since then I'm really using ch and cap units a lot more frequently. Really was one of those times that writing about it made my daily work level up a bit.
Going beyond pixels and (r)ems in CSS - Relative length units based on font - iO tech_hub
There are a lot of CSS units available at the moment and we mostly still rely on pixels and (r)ems for our sizing and fonts. I say it’s time to do a little freshening up. Instead of writing a list of ...
techhub.iodigital.com
January 10, 2025 at 8:55 PM
Reposted by Tomáš Minčeff
📢 TypeScript 5.7 is here! Now with

✅ Better checks for uninitialized variables
✅ Smarter tsconfig lookup in editors
✅ Improved startup time
✅ Stricter checks for JSON imports
✅ Extension rewrites for relative imports

and more! Try it today!

devblogs.microsoft.com/typescript/a...
Announcing TypeScript 5.7 - TypeScript
Today we excited to announce the availability of TypeScript 5.7! If you’re not familiar with TypeScript, it’s a language that builds on JavaScript by adding syntax for type declarations and annotation...
devblogs.microsoft.com
November 22, 2024 at 6:56 PM