You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add parentheses if node is StringLiteral surrounded by ExpressionStatement :tools:.
* Add new test.
* Update tests to run against Babylon, plus no regression case.
* Split actual test and no regression test in two files.
* Disable Flow till facebook/flow#3234 is merged.
The following code makes the flow-parser fail. All other parsers have no problem with it.
The message I receive is:
ASTExplorer with flow also fails (see dev console):
http://astexplorer.net/#/2DM4QE8FCf
Noticed this while working on babel/babylon#277 and using the flow-parser as reference parser to compare the ast from babylon to.
The text was updated successfully, but these errors were encountered: