-
Notifications
You must be signed in to change notification settings - Fork 235
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: Instead of parsing labels ad-hoc in `resolve_folder`, this introduces a separate label parser. This allows re-using this when doing a "go to definition" for a label that is not in a load statement. See facebook/starlark-rust#100 for more context. X-link: facebook/starlark-rust#101 Reviewed By: stepancheg Differential Revision: D52887102 Pulled By: ndmitchell fbshipit-source-id: e08c07b3d88c24d14030568dcc3ecf33ae8c243c
- Loading branch information
1 parent
621ef11
commit b9c2682
Showing
3 changed files
with
358 additions
and
98 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
Oops, something went wrong.