678c4ac77f
This was added to support macros Change-Id: I1115e5d507a0f0bb6764fe49a11e496571d7cb5d Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/420701 Commit-Queue: Johnni Winther <johnniwinther@google.com> Reviewed-by: Jens Johansen <jensj@google.com>
30 lines
614 B
YAML
30 lines
614 B
YAML
name: frontend_server
|
|
description: A resident kernel compiler
|
|
# This package is not intended for consumption on pub.dev. DO NOT publish.
|
|
publish_to: none
|
|
|
|
environment:
|
|
sdk: ^3.5.0
|
|
|
|
resolution: workspace
|
|
|
|
# Use 'any' constraints here; we get our versions from the DEPS file.
|
|
dependencies:
|
|
args: any
|
|
build_integration: any
|
|
compiler: any
|
|
dart2wasm: any
|
|
dev_compiler: any
|
|
front_end: any
|
|
kernel: any
|
|
package_config: any
|
|
path: any
|
|
vm: any
|
|
|
|
# Use 'any' constraints here; we get our versions from the DEPS file.
|
|
dev_dependencies:
|
|
_fe_analyzer_shared: any
|
|
collection: any
|
|
lints: any
|
|
test: any
|