-
Notifications
You must be signed in to change notification settings - Fork 161
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ivy partial compile on dist with Angular 13 (#10043)
* feat(*): updating to Angular 13 and partial ivy compilation Co-authored-by: Konstantin Dinev <[email protected]> Co-authored-by: Radoslav Karaivanov <[email protected]> Co-authored-by: Hristo Anastasov <[email protected]> Co-authored-by: iganchev <[email protected]> Co-authored-by: Milko Venkov <[email protected]> Co-authored-by: dobromirts <[email protected]> Co-authored-by: Stamen Stoychev <[email protected]> Co-authored-by: Nikolay Alipiev <[email protected]> Co-authored-by: INFRAGISTICS\nrobakova <[email protected]> Co-authored-by: IvayloG <[email protected]> Co-authored-by: skrustev <[email protected]> Co-authored-by: Simeon Simeonoff <[email protected]> Co-authored-by: Silvia Ivanova <[email protected]> Co-authored-by: Silvia Ivanova <[email protected]> Co-authored-by: Marin Popov <[email protected]> Co-authored-by: MPopov <[email protected]> Co-authored-by: Viktor Aladzhov <[email protected]> Co-authored-by: MPopov <[email protected]> Co-authored-by: Diyan Dimitrov <[email protected]> Co-authored-by: gedinakova <[email protected]>
- Loading branch information
1 parent
df93331
commit 24f1698
Showing
731 changed files
with
29,555 additions
and
27,262 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 |
---|---|---|
|
@@ -9,4 +9,4 @@ | |
last 2 versions | ||
Firefox ESR | ||
not dead | ||
IE 11 # For IE 9-11 support, remove 'not'. | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ jobs: | |
|
||
strategy: | ||
matrix: | ||
node-version: [12.x, 14.x, 16.x] | ||
node-version: [14.x, 16.x] | ||
|
||
steps: | ||
- name: Checkout | ||
|
@@ -47,16 +47,9 @@ jobs: | |
- name: Build i18n & validate output | ||
run: | | ||
npm run build:i18n | ||
npm run lint:i18n:dist | ||
- name: Install coverage combiner - istanbul | ||
if: github.repository == 'IgniteUI/igniteui-angular' && matrix.node-version == '14.x' | ||
run: npm install -g istanbul | ||
- name: Combine scripts | ||
if: github.repository == 'IgniteUI/igniteui-angular' && matrix.node-version == '14.x' | ||
run: istanbul report --dir coverage --include coverage/**/coverage-final.json lcov | ||
npm run test:i18n:dist | ||
- name: Publish to coveralls.io | ||
if: github.repository == 'IgniteUI/igniteui-angular' && matrix.node-version == '14.x' | ||
uses: coverallsapp/[email protected] | ||
with: | ||
github-token: ${{ github.token }} | ||
|
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
Oops, something went wrong.