-
Notifications
You must be signed in to change notification settings - Fork 344
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TPv2 Update Angular and make compilation stricter (#6391)
* Fix broken jasmine-core peer dependency * update Angular to 12 * Update Angular to version 13 * alphabetize compiler options, stop emitting decorator metadata * Update lib to ES2020, now targeting ES2017 * Update gitignore for new Angular cache location * Update engine restriction, stop using deprecated ng build option * More strict compilation, including for templates * Fix compilation errors * Squash warning about known commonJS dependency * Fix tests * Fix end-to-end tests * make end-to-end tests compile more strict * Update package-lock because somehow that didn't happen * Update node typings to match required Node version
- Loading branch information
Showing
26 changed files
with
21,064 additions
and
28,933 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,8 +12,7 @@ | |
|
||
# compiled output | ||
/dist | ||
/tmp | ||
/out-tsc | ||
/.angular | ||
# Only exists if Bazel was run | ||
/bazel-out | ||
|
||
|
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
Oops, something went wrong.