-
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.
[flow] Drop fuzzy_score's dependence on Exception.ml
Summary: The goal is to make autocomplete work in try-flow. The dependence pulls in some unix code, which won't work in flow.js. This diff removes it. I don't think we lose much without the exception wrapping. Changelog: [internal] Reviewed By: panagosg7 Differential Revision: D55555437 fbshipit-source-id: 5a64cf341c578ad87895c6d9242511a7914b60e8
- Loading branch information
1 parent
6be0565
commit b35cf4d
Showing
2 changed files
with
4 additions
and
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
(library | ||
(name fuzzy_score) | ||
(wrapped false) | ||
(libraries base utils_core)) | ||
(libraries base)) | ||
|
||
(dirs | ||
(:standard __tests__)) |
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