Migrate Babel from Flow to TypeScript (except Babel parser) (#11578)
Co-authored-by: Nicolò Ribaudo <nicolo.ribaudo@gmail.com>
This commit is contained in:
@@ -920,7 +920,7 @@ class BlockScoping {
|
||||
* later on.
|
||||
*/
|
||||
|
||||
checkLoop(): any {
|
||||
checkLoop() {
|
||||
const state: LoopVisitorState = {
|
||||
hasBreakContinue: false,
|
||||
ignoreLabeless: false,
|
||||
|
||||
Reference in New Issue
Block a user