-
Notifications
You must be signed in to change notification settings - Fork 83
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use the project component api baseline to lookup the component
Currently the api-tools heavily rely on a common shared "workspace baseline" this baseline can be disposed and then changes at any time. While this can work in an IDE context, it makes it quite hard for other tools to use this standalone because there is no way to reliable use an alternative mean of "workspace baseline". This now changes the ProjectApiDescription in a way where the baseline is passed in from the project component and it only fall back to the static singleton if the baseline is disposed.
- Loading branch information
Showing
3 changed files
with
29 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