-
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][refactor] Remove autocompleteService's dependence on Options.t
Summary: The goal is to make autocomplete work in try-flow. While this is not strictly a blocker, it's quite annoying to construct an `Options.t` in flow_dot_js when most of the stuff is used. AutocompleteService currently depends on lsp_import_edits, which requires `Options.t`. All we need are a few options, so let's pass them directly. Changelog: [internal] Reviewed By: panagosg7 Differential Revision: D55548907 fbshipit-source-id: 36431cc6c285247dbdb65146bda4bfca09c3b9ce
- Loading branch information
1 parent
61bb5c6
commit 9ba8a69
Showing
6 changed files
with
104 additions
and
52 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
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
Oops, something went wrong.