37cfae173c
Bug: https://github.com/dart-lang/sdk/issues/43304 Cq-Include-Trybots: luci.dart.try:vm-kernel-precomp-nnbd-linux-release-simarm64-try,vm-kernel-precomp-nnbd-linux-release-x64-try Change-Id: Iaf451047ce74add6520bd514bafae8b0e3c5fa59 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/161704 Commit-Queue: Tess Strickland <sstrickl@google.com> Reviewed-by: Alexander Markov <alexmarkov@google.com>
20 lines
420 B
YAML
20 lines
420 B
YAML
name: native_stack_traces
|
|
description: Utilities for working with non-symbolic stack traces.
|
|
version: 0.4.0-nullsafety
|
|
|
|
homepage: https://github.com/dart-lang/sdk/tree/master/pkg/native_stack_traces
|
|
|
|
environment:
|
|
# This must remain a tight constraint until nnbd is stable
|
|
sdk: '>=2.10.0-0 <2.10.0'
|
|
|
|
executables:
|
|
decode:
|
|
|
|
dependencies:
|
|
args: ^1.6.0
|
|
path: ^1.8.0-nullsafety
|
|
|
|
dev_dependencies:
|
|
pedantic: ^1.9.2
|