Support TypeScript 3.8
See original GitHub issueπ feature request
Relevant Package
Description
TypeScript 3.8-rc was released today. It includes plenty of useful new features, like Type-Only Imports and Export, ECMAScript Private Fields, and export * as ns
Syntax. Angular should support it.
Issue Analytics
- State:
- Created 4 years ago
- Reactions:29
- Comments:14 (2 by maintainers)
Top Results From Across the Web
Documentation - TypeScript 3.8
TypeScript 3.8 adds a new syntax for type-only imports and exports. ... TypeScript 3.8 brings support for ECMAScript's private fields, part of the...
Read more >Announcing TypeScript 3.8 - Microsoft Developer Blogs
TypeScript 3.8 brings support for ECMAScript's private fields, part of the stage-3 class fields proposal. This work was started and drivenΒ ...
Read more >typescript - npm
TypeScript is a language for application-scale JavaScript. TypeScript adds optional types to JavaScript that support tools for large-scaleΒ ...
Read more >TypeScript >=3.8 Support Β· Issue #4914 Β· palantir/tslint - GitHub
Hi! TSLint no longer builds using TypeScript 3.8, and we'd like to fix the source code up to at least be able to...
Read more >Prettier 2.0 Supports Typescript 3.8, Improves CLI - InfoQ
Prettier now supports new syntax included in the TypeScript 3.8 release, covering type-only imports and exports, ECMAScript private fields, andΒ ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
3.8 now released FYI.
@alxhub Is that a new policy? Angular 8.2, a minor release, brought TypeScript 3.5 support, so it would seem logical that 9.1 would bring 3.8 support.
BTW, Microsoft has this to say about 3.8 RC, so itβs probably safe to start working on it now: