-
Notifications
You must be signed in to change notification settings - Fork 789
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(typescript): add support for typescript v4.7 (#3530)
this pr adds support through v4.7.4 of typescript. to support v4.6 and v4.7, minor changes were required for each: - to add support for TypeScript 4.6, the `lib` fields of a few `tsconfig.json` files needed to be updated to continue to support `Array.prototype.flat()`. TS no longer bundles `flat` in `esnext.array`, but does in `es2019`. as a result, the former value was removed, while `es2017` was bumped to `es2019` - to add support for TypeScript v4.7, `Performance` gained the `EventCount` field, which was added to `MockPerformance` to adhere to that interface. STENCIL-435: Upgrade TypeScript to v4.7
- Loading branch information
1 parent
29034f9
commit 1226e56
Showing
6 changed files
with
21 additions
and
11 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
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