Allow pub get/upgrade to run on a number of packages in pkg/

Zero runtime affect to these unpublished packages
Allows using standard tools such as dart test, etc
Also allows better checking of dependency constraints

TEST=no effect on SDK build process

Change-Id: Ic6fbe6ce8f57724a87c058eccad64ce8e7473af1
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/218180
Auto-Submit: Kevin Moore <kevmoo@google.com>
Reviewed-by: Devon Carew <devoncarew@google.com>
This commit is contained in:
Kevin Moore
2021-10-27 23:15:56 +00:00
committed by commit-bot@chromium.org
parent 6c6dd13b14
commit 83286de2a8
7 changed files with 49 additions and 35 deletions
+5 -2
View File
@@ -12,5 +12,8 @@ environment:
sdk: '>=2.12.0 <3.0.0'
dependencies:
meta:
path: ../meta
meta: any
dependency_overrides:
meta:
path: ../meta