19959e3084
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>
20 lines
398 B
YAML
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
|