b9b77058a9
Use `pub get` to generate `.dart_tool/package_config.json` on gclient sync. All pkg/ (and a few third_party) packages that are developed inside the sdk repo are included in the workspace from the root `pubspec.yaml`. All dependencies that are pulled in via DEPS are added as path dependencies via `dependency_overrides` in the root `pubspec.yaml`. Bug: https://github.com/dart-lang/sdk/issues/56220 Change-Id: I38c12b608c68da54c57821116cf9aa6696936746 Tested: relies on CQ of existing tests. Should have no effect on functionality CoreLibraryReviewExempt: only core library change is adding a `// ignore:` comment. Should have no influence on functionality Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/397164 Commit-Queue: Sigurd Meldgaard <sigurdm@google.com> Reviewed-by: Alexander Thomas <athom@google.com>
24 lines
700 B
YAML
24 lines
700 B
YAML
name: dds_service_extensions
|
|
version: 2.0.2-wip
|
|
description: >-
|
|
Extension methods for `package:vm_service`, used to make requests a
|
|
Dart Development Service (DDS) instance.
|
|
repository: https://github.com/dart-lang/sdk/tree/main/pkg/dds_service_extensions
|
|
|
|
environment:
|
|
sdk: ^3.5.0
|
|
|
|
resolution: workspace
|
|
|
|
dependencies:
|
|
async: ^2.4.1
|
|
dap: ^1.0.0
|
|
vm_service: '>=14.0.0 <16.0.0'
|
|
|
|
# We use 'any' version constraints here as we get our package versions from
|
|
# the dart-lang/sdk repo's DEPS file. Note that this is a special case; the
|
|
# best practice for packages is to specify their compatible version ranges.
|
|
# See also https://dart.dev/tools/pub/dependencies.
|
|
dev_dependencies:
|
|
lints: any
|