Files
sdk/pkg/sourcemap_testing/pubspec.yaml
T
Nicholas Shahan 19959e3084 [web] Migrate sourcemap_testing to null safety
Change-Id: Id89be7e1327d7e9016fcd7d2864d124bc04d865a
Issue: https://github.com/dart-lang/sdk/issues/46617
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/243701
Reviewed-by: Stephen Adams <sra@google.com>
Commit-Queue: Nicholas Shahan <nshahan@google.com>
2022-05-24 23:59:16 +00:00

20 lines
398 B
YAML

# Helper package for testing sourcemaps. Used by ddc and dart2js.
name: sourcemap_testing
# This package is not intended for consumption on pub.dev. DO NOT publish.
publish_to: none
environment:
sdk: '>=2.16.0 <3.0.0'
dependencies:
_fe_analyzer_shared: any
collection: any
dart2js_tools: any
expect: any
path: any
source_maps: any
source_span: any
dev_dependencies:
lints: any