Skip to content

Commit 328d7e6

Browse files
authored
Merge pull request #4671 from crazyserver/MOBILE-4974
Mobile 4974 - Update packages and erase deprecated code
2 parents fc20998 + 2556515 commit 328d7e6

File tree

33 files changed

+13395
-21963
lines changed

33 files changed

+13395
-21963
lines changed

.escheckrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"cordova-plugin-moodleapp/www/*.js"
77
],
88
"checkFeatures": true,
9-
"checkForPolyfills": true
9+
"checkForPolyfills": true,
10+
"ignore": "ArrayPrototypeGroup"
1011
}
1112
]

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
run: |
7878
# Check for ES2021 features, allowing ErrorCause feature.
7979
# browserslist is not used here because of a bug in es-check
80-
# See https://github.com/yowainwright/es-check/blob/main/constants.js to see the list of features and polyfills.
80+
# See https://github.com/yowainwright/es-check/tree/main/lib/constants/es-features to see the list of features and polyfills.
8181
npx es-check --config=.escheckrc
8282
# In order to support Chrome 93 and iOS 15 we need to find Static initialization blocks are not present in the code.
8383
# See https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Classes/Static_initialization_blocks

0 commit comments

Comments
 (0)