-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: flow supports for-of but the esprima tests were disabled. one of the cases (`for (var x = 42 of list)`) fails in flow but passes in esprima-fb 15001.1.0-dev-harmony-fb. afaict, it's fixed in upstream esprima so we can delete the expected difference once we merge/upgrade. also, turns out that the esprima test runner doesn't handle the case where we error but esprima doesn't. fixed that by making it generate diffs for the errors so that we can expect them. Reviewed By: @gabelevi Differential Revision: D2193570
- Loading branch information
Showing
3 changed files
with
36 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters