mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 08:44:27 +00:00
50fb0c6e61
Change-Id: I43186c26521eca6405d0ab8b3a50b545a91b5cc2 Issue: https://github.com/dart-lang/sdk/issues/46617 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/215013 Reviewed-by: Sigmund Cherem <sigmund@google.com> Commit-Queue: Nicholas Shahan <nshahan@google.com>
13 lines
393 B
YAML
13 lines
393 B
YAML
name: dart2js_tools
|
|
# This package is not intended for consumption on pub.dev. DO NOT publish.
|
|
publish_to: none
|
|
description: >
|
|
Collection of tools used with dart2js including analyzing compilation
|
|
information, deobfuscation of stack-traces and minified names.
|
|
dependencies:
|
|
path: any
|
|
source_maps: ^0.10.10
|
|
source_span: any
|
|
stack_trace: ^1.9.3
|
|
environment:
|
|
sdk: '>=2.12.0 <3.0.0'
|