Files
sdk/pkg/sourcemap_testing/pubspec.yaml
T
Paul Berry c0932a8af6 Move annotated_code_helper.dart into front_end.
This avoids the need for the analyzer to depend on the unpublished
package sourcemap_testing.

Change-Id: I7632df2028d4f3557d2c5c4a3a75510cda968efd
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/108268
Commit-Queue: Paul Berry <paulberry@google.com>
Reviewed-by: Johnni Winther <johnniwinther@google.com>
2019-07-05 11:40:25 +00:00

12 lines
237 B
YAML

# Helper package for testing sourcemaps. Used by ddc and dart2js.
name: sourcemap_testing
publish_to: none
environment:
sdk: '>=2.1.0 <3.0.0'
dependencies:
package_config: '>=0.1.1 <2.0.0'
pub_semver: ^1.2.1
front_end: ^0.1.20