Tagged articles
3 articles
Page 1 of 1
Laravel Tech Community
Laravel Tech Community
Jun 8, 2021 · Frontend Development

TypeScript 4.3 Released: New Features Including Separate Getter/Setter Types, Override Keyword, Template Literal Improvements, and Private Fields

TypeScript 4.3 introduces several enhancements such as distinct types for read/write properties, the override keyword with a no‑implicit‑override flag, richer template literal type inference, and expanded support for truly private class members, all illustrated with code examples.

4.3OverrideTemplate literals
0 likes · 4 min read
TypeScript 4.3 Released: New Features Including Separate Getter/Setter Types, Override Keyword, Template Literal Improvements, and Private Fields
Node Underground
Node Underground
Mar 8, 2020 · Frontend Development

New in TypeScript 3.8: Type‑Only Imports, Private Fields, Top‑Level Await

TypeScript 3.8 introduces several powerful features—including type‑only imports and exports, ECMAScript private fields, top‑level await, enhanced JSDoc modifiers, and the export‑as‑namespace syntax—each explained with code examples and guidance on avoiding common pitfalls in modern JavaScript development.

3.8JSDoc modifiersTypeScript
0 likes · 7 min read
New in TypeScript 3.8: Type‑Only Imports, Private Fields, Top‑Level Await