mirror of
https://github.com/zebrajr/react.git
synced 2025-12-06 00:20:04 +01:00
parent
ec5dd0ab3a
commit
d5586e2059
|
|
@ -73,8 +73,8 @@
|
|||
"eslint-plugin-react-internal": "link:./scripts/eslint-rules",
|
||||
"fbjs-scripts": "^3.0.1",
|
||||
"filesize": "^6.0.1",
|
||||
"flow-bin": "^0.257",
|
||||
"flow-remove-types": "^2.257",
|
||||
"flow-bin": "^0.258",
|
||||
"flow-remove-types": "^2.258",
|
||||
"glob": "^7.1.6",
|
||||
"glob-stream": "^6.1.0",
|
||||
"google-closure-compiler": "^20230206.0.0",
|
||||
|
|
|
|||
|
|
@ -20,8 +20,8 @@ import * as Scheduler from 'scheduler';
|
|||
const AbortControllerLocal: typeof AbortController =
|
||||
typeof AbortController !== 'undefined'
|
||||
? AbortController
|
||||
: // $FlowFixMe[missing-this-annot]
|
||||
// $FlowFixMe[prop-missing]
|
||||
: // $FlowFixMe[incompatible-type]
|
||||
// $FlowFixMe[missing-this-annot]
|
||||
function AbortControllerShim() {
|
||||
const listeners = [];
|
||||
const signal = (this.signal = {
|
||||
|
|
|
|||
|
|
@ -86,6 +86,7 @@ export function byteLengthOfBinaryChunk(chunk: BinaryChunk): number {
|
|||
}
|
||||
|
||||
export function closeWithError(destination: Destination, error: mixed): void {
|
||||
// $FlowFixMe[method-unbinding]
|
||||
if (typeof destination.error === 'function') {
|
||||
// $FlowFixMe[incompatible-call]: This is an Error object or the destination accepts other types.
|
||||
destination.error(error);
|
||||
|
|
|
|||
10
yarn.lock
10
yarn.lock
|
|
@ -9108,12 +9108,12 @@ flatted@^3.2.9:
|
|||
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.3.1.tgz#21db470729a6734d4997002f439cb308987f567a"
|
||||
integrity sha512-X8cqMLLie7KsNUDSdzeN8FYK9rEt4Dt67OsG/DNGnYTSDBG4uFAJFBnUeiV+zCVAvwFy56IjM9sH51jVaEhNxw==
|
||||
|
||||
flow-bin@^0.257:
|
||||
version "0.257.1"
|
||||
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.257.1.tgz#0cae61fb756b443b5cbbb4637905570579f9a216"
|
||||
integrity sha512-jDn/4uCXX8NlnRJbQD/4B60Id7Vm1+y+LsgJMevhN+6vCPZ1jVV8LGGTcdhsogyIPf9orTt5fROo2FemRZD9kA==
|
||||
flow-bin@^0.258:
|
||||
version "0.258.1"
|
||||
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.258.1.tgz#5580e6085196800487dae67a71777b572d0c9552"
|
||||
integrity sha512-v08KZw8jiwhA01V59kuCLd628kDJ0ZTX4jguh0P2rboF9rMlGmV8Rd+io1f1U9nWGoORTP2ZUI27X42jFA6eDQ==
|
||||
|
||||
flow-remove-types@^2.257:
|
||||
flow-remove-types@^2.258:
|
||||
version "2.279.0"
|
||||
resolved "https://registry.yarnpkg.com/flow-remove-types/-/flow-remove-types-2.279.0.tgz#3a3388d9158eba0f82c40d80d31d9640b883a3f5"
|
||||
integrity sha512-bPFloMR/A2b/r/sIsf7Ix0LaMicCJNjwhXc4xEEQVzJCIz5u7C7XDaEOXOiqveKlCYK7DcBNn6R01Cbbc9gsYA==
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user