Merge pull request #10470 from erik-krogh/flowParse

JS: Try to parse files without using our parser extensions before enabling the extensions
This commit is contained in:
Erik Krogh Kristensen
2022-09-22 14:58:43 +02:00
committed by GitHub
7 changed files with 90 additions and 71 deletions

View File

@@ -0,0 +1 @@
foo ? () => ({}) : (name) => "foo";