Commit 3c7bcef 1 parent 740a4aa commit 3c7bcef Copy full SHA for 3c7bcef
File tree 3 files changed +8
-7
lines changed
3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 80
80
"eslint-plugin-react" : " 7.20.6" ,
81
81
"eslint-plugin-react-hooks" : " 4.1.2" ,
82
82
"file-url" : " 2.0.2" ,
83
- "flow-bin" : " 0.153 .0" ,
83
+ "flow-bin" : " 0.154 .0" ,
84
84
"gettext-parser" : " 3.1.0" ,
85
85
"http-proxy" : " 1.18.1" ,
86
86
"jsdom" : " 13.2.0" ,
Original file line number Diff line number Diff line change @@ -51,8 +51,8 @@ const {generateFlowType} = require('../root/utility/generateFlowType');
51
51
const createIterator = ( ) => {
52
52
let buffer /*: Array<string> | null */ = [ ] ;
53
53
let index = 0 ;
54
- return {
55
- /*:: @@asyncIterator: function () { return this ; }, */
54
+ const it = {
55
+ /*:: @@asyncIterator: function () { return it ; }, */
56
56
async next ( ) {
57
57
if ( buffer == null ) {
58
58
return { done : true } ;
@@ -82,6 +82,7 @@ const {generateFlowType} = require('../root/utility/generateFlowType');
82
82
} ) ;
83
83
} ,
84
84
} ;
85
+ return it ;
85
86
} ;
86
87
87
88
const objectStrings = {
Original file line number Diff line number Diff line change @@ -3413,10 +3413,10 @@ flatted@^2.0.0:
3413
3413
resolved "https://registry.yarnpkg.com/flatted/-/flatted-2.0.2.tgz#4575b21e2bcee7434aa9be662f4b7b5f9c2b5138"
3414
3414
integrity sha512-r5wGx7YeOwNWNlCA0wQ86zKyDLMQr+/RB8xy74M4hTphfmjlijTSSXGuH8rnvKZnfT9i+75zmd8jcKdMR4O6jA==
3415
3415
3416
- flow-bin@0.153 .0 :
3417
- version "0.153 .0"
3418
- resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.153 .0.tgz#44d941acaf5ef977fa26d1b4b5dc3cf56b68eefc "
3419
- integrity sha512-sxP9nfXnoyCUT6hjAO+zDyHLO3dZcWg0h+4HttHs/5wg/2oAkTDwmsWbj095IQsEmwTicq2TfqWq5QRuLxynlQ ==
3416
+ flow-bin@0.154 .0 :
3417
+ version "0.154 .0"
3418
+ resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.154 .0.tgz#e086964398e671daa8f56ed8663d7876337f77e5 "
3419
+ integrity sha512-I6u2ETdkAyard+8C5na6bfZp4EM0zIMB7O5zH4GKzBLv9/y8/NYRTxEXQe5T0hvj9R9DxFBUoPsFK76ziweUFw ==
3420
3420
3421
3421
flush-write-stream@^1.0.0 :
3422
3422
version "1.1.1"
You can’t perform that action at this time.
0 commit comments