-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
16 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8ee55ca
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Update to Typescript 3.4
TypeScript 3.4 has been just released https://devblogs.microsoft.com/typescript/announcing-typescript-3-4/ so I've merged the
TS34
branch intomaster
.The sexiest improvement is
incremental
flag, that could make compilation faster. Unfortunately doesn't work whennoEmit
is enabled yet, so it doesn't work for us. Issue in TS repo here: microsoft/TypeScript#30661The transition was pretty straightforward except for font-awesome typings generating
error TS2590: Build:Expression produces a union type that is too complex to represent.
on certain cases, but usingcoalesceIcon
helper method did the trick. Issue here FortAwesome/Font-Awesome#14774Remember to:
TypeScriptToolsVersion
tag and nuget in all your React projects.packages.json