These are new issues, separate from the critical CVE last week. The patch for React2Shell remains effective for the Remote Code Execution exploit.
this is very much not the case
this is very much not the case
Congrats to @marcoippolito.dev on today's landmark Node 22.18 release. It is the first LTS release to ship unflagged TypeScript support 🎉
This means Node can run *.ts files. It pairs well with TypeScript's "erasableSyntaxOnly" flag 👍
Many folk contributed 🙏
You can just run `node file.ts` without `--experimental-strip-types` flag.
This is a huge milestone
Congrats to @marcoippolito.dev on today's landmark Node 22.18 release. It is the first LTS release to ship unflagged TypeScript support 🎉
This means Node can run *.ts files. It pairs well with TypeScript's "erasableSyntaxOnly" flag 👍
Many folk contributed 🙏
Next week, it’s time to explore its multi-threaded power.
Together, at our @ZurichJS workshop.
June 18, 2025, 18:30 @ ORBIZ Josef, Josefstrasse 214a, 8005 Zürich 🇨🇭
We'll cover:
Next week, it’s time to explore its multi-threaded power.
Together, at our @ZurichJS workshop.
June 18, 2025, 18:30 @ ORBIZ Josef, Josefstrasse 214a, 8005 Zürich 🇨🇭
We'll cover:
Node does not support Import Elision which means it's important to enable "verbatimModuleSyntax"
vMS means the developer knows if an import statement/binding will be deleted - all via the `type` keyword.
Congrats to @searyanc.dev on landing big updates to the default tsconfig settings used by `tsc --init` 🎉
Defaults matter - and in TS 5.9 they embrace simplicity 💙
🔷 ESM (was CommonJS)
🔷 No down-leveling (was ES2016)
🔷 verbatimModuleSyntax: true
github.com/microsoft/Ty...
Node does not support Import Elision which means it's important to enable "verbatimModuleSyntax"
vMS means the developer knows if an import statement/binding will be deleted - all via the `type` keyword.