Skip to content

Commit 9011f67

Browse files
committed
Merge branch 'main' into fix/rntester-tests
2 parents ec7842c + 1033dbd commit 9011f67

1,283 files changed

Lines changed: 63134 additions & 47359 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.eslintrc.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ module.exports = {
3535
// Flow handles these checks for us, so they aren't required
3636
'no-undef': 'off',
3737
'no-unreachable': 'off',
38+
// Throwing from function or rejecting promises with non-error values could result in unclear error stack traces and lead to harder debugging
39+
'prefer-promise-reject-errors': 'error',
40+
'no-throw-literal': 'error',
3841
},
3942
},
4043
{

.flowconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,4 +98,4 @@ untyped-import
9898
untyped-type-import
9999

100100
[version]
101-
^0.287.0
101+
^0.289.0

.github/actions/build-apple-slices-hermes/action.yml

Lines changed: 0 additions & 103 deletions
This file was deleted.

.github/actions/build-hermes-macos/action.yml

Lines changed: 0 additions & 227 deletions
This file was deleted.

.github/actions/build-hermesc-apple/action.yml

Lines changed: 0 additions & 39 deletions
This file was deleted.

0 commit comments

Comments
 (0)