Files
sdk/pkg/kernel/pubspec.yaml
T
Johnni Winther c4622003a2 [kernel] Remove dynamic access from text_serializer
Change-Id: Ic1012992472f8798c384af8795db8b1f42f8ccb1
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/171945
Reviewed-by: Dmitry Stefantsov <dmitryas@google.com>
Commit-Queue: Johnni Winther <johnniwinther@google.com>
2020-11-16 08:16:39 +00:00

19 lines
415 B
YAML

# Currently, kernel API is not stable and users should
# not depend on semver semantics when depending on this package.
name: kernel
# This package is not intended for consumption on pub.dev. DO NOT publish.
publish_to: none
environment:
sdk: '>=2.6.0 <3.0.0'
dependencies:
meta: ^1.0.0
dev_dependencies:
args: '>=0.13.4 <2.0.0'
expect:
path: ../expect
front_end:
path: ../front_end
test: any