Files
sdk/pkg/dart2js_tools/pubspec.yaml
T
Kevin Moore b1294e7517 dart2js_tools: remove version - no plan to publish (yet)
Change-Id: I5caef018544f210ae74079cebbc998242ca3cd73
Reviewed-on: https://dart-review.googlesource.com/c/87241
Reviewed-by: Sigmund Cherem <sigmund@google.com>
2018-12-13 17:09:15 +00:00

11 lines
285 B
YAML

name: dart2js_tools
publish_to: none
description: >
Collection of tools used with dart2js including analyzing compilation
information, deobfuscation of stack-traces and minified names.
dependencies:
source_maps: ^0.10.7
stack_trace: ^1.9.3
environment:
sdk: '>=2.0.0 <3.0.0'