4978ad148c
Change-Id: I8216c8d0bcbaf2b9fe6aecb256b9a3f9d5efc47a Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/427562 Auto-Submit: Mayank Patke <fishythefish@google.com> Reviewed-by: Nate Biggs <natebiggs@google.com> Commit-Queue: Nate Biggs <natebiggs@google.com>
19 lines
471 B
YAML
19 lines
471 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.
|
|
|
|
environment:
|
|
sdk: '^3.8.0'
|
|
|
|
resolution: workspace
|
|
|
|
# Use 'any' constraints here; we get our versions from the DEPS file.
|
|
dependencies:
|
|
path: any
|
|
source_maps: any
|
|
source_span: any
|
|
stack_trace: any
|