mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 14:32:24 +00:00
Use dependency_overrides / analyzer in analysis_server.
RFC We always do this locally, but until analysis_server is published, we could just keep this change in repo. R=brianwilkerson@google.com, paulberry@google.com BUG= Review URL: https://codereview.chromium.org/2298973002 .
This commit is contained in:
parent
ee08f86c91
commit
72f5463631
2 changed files with 7 additions and 1 deletions
|
@ -23,3 +23,6 @@ dev_dependencies:
|
|||
test_reflective_loader: '>=0.0.4 <0.1.0'
|
||||
typed_mock: '>=0.0.4 <1.0.0'
|
||||
unittest: '>=0.11.4 <0.12.0'
|
||||
dependency_overrides:
|
||||
analyzer:
|
||||
path: ../analyzer
|
||||
|
|
|
@ -16,6 +16,9 @@ dependencies:
|
|||
protobuf: ^0.5.0
|
||||
yaml: ^2.1.2
|
||||
dev_dependencies:
|
||||
test_reflective_loader: '>=0.0.3 <0.1.0'
|
||||
test_reflective_loader: '>=0.0.4 <0.1.0'
|
||||
typed_mock: '>=0.0.4 <1.0.0'
|
||||
unittest: '>=0.9.0 <0.12.0'
|
||||
dependency_overrides:
|
||||
analyzer:
|
||||
path: ../analyzer
|
||||
|
|
Loading…
Reference in a new issue