What a great future for JavaScript!
What a great future for JavaScript!
#FrontKon #Frontendisti www.frontkon.cz
#FrontKon #Frontendisti www.frontkon.cz
I get that it solves the current problems, but overall it feels wierd.
Why? Because humans can't really think in parallel. 1/2
I get that it solves the current problems, but overall it feels wierd.
Why? Because humans can't really think in parallel. 1/2
Question: Why did you build a cli tool instead of an IDE?
Boris from Anthropic: There is good change that by the end of the year people aren't using IDEs anymore.
For more context see www.youtube.com/watch?v=6eBS...
Question: Why did you build a cli tool instead of an IDE?
Boris from Anthropic: There is good change that by the end of the year people aren't using IDEs anymore.
For more context see www.youtube.com/watch?v=6eBS...
devblogs.microsoft.com/typescript/t...
in fact as soon as ts 5.8 lands (with this PR: github.com/microsoft/T...) I'll be enabling `--erasableSyntaxOnly`
I've started using `--experimental-strip-types` in node too.
I use typescript for checking + intellisense, not in my build pipeline
roe.dev/ama
#ama
in fact as soon as ts 5.8 lands (with this PR: github.com/microsoft/T...) I'll be enabling `--erasableSyntaxOnly`
I've started using `--experimental-strip-types` in node too.
I use typescript for checking + intellisense, not in my build pipeline
roe.dev/ama
#ama
It is designed to pair with Node's built-in TypeScript support, guiding users away from TS-only runtime features such as:
❌ enum
❌ runtime namespace
❌ parameter properties
Remember: TS = JS + Types 👍
🔶 "nodenext" gets require(ESM)
🔶 "nodenext" deprecates Import Assertions
🔷 Checked Conditional Return Types
🔷 erasableSyntaxOnly flag for Node
🔷 Perf: libReplacement flag
🔷 Perf: Program load/update optimizations
devblogs.microsoft.com/typescript/a...
It is designed to pair with Node's built-in TypeScript support, guiding users away from TS-only runtime features such as:
❌ enum
❌ runtime namespace
❌ parameter properties
Remember: TS = JS + Types 👍