[parser] Fix scope handling of Flow declared functions (#12735)

This commit is contained in:
Nicolò Ribaudo
2021-02-10 21:07:14 +01:00
committed by GitHub
parent f1a327506e
commit c07185207c
7 changed files with 212 additions and 27 deletions

View File

@@ -0,0 +1,2 @@
declare function foo(): void;
export { foo };