|
You are here |
alexop.dev | ||
| | | | |
blog.makerx.com.au
|
|
| | | | | Node.js now supports running TypeScript directly by stripping types at runtime, eliminating the need for a build step. TypeScript 5.8 introduces the erasableSyntaxOnly flag to ensure compatibility. This may streamline workflows and speed up development, although there are limitations to be aware of. | |
| | | | |
blog.logrocket.com
|
|
| | | | | Explore what TypeScript types are, with a deep dive into the `never` and `unknown` types and a comparison between them and the `any` type. | |
| | | | |
andreabergia.com
|
|
| | | | | This post is part of the Languages Opinion series. Welcome back to my mini-series about programming languages. In this post, we will talk about what is probably the world's most used programming language: JavaScript. We will also discuss TypeScript, given its relevance and usage today. | |
| | | | |
brevzin.github.io
|
|
| | | Several years ago, I wrote a post about the complexities of implementing comparison operators for optional: Getting in trouble with mixed comparisons. That post was all about how, even just for ==, making a few seemingly straightforward decisions leads to an ambiguity that different libraries handle differently. | ||