dart-sdk/pkg/frontend_server/pubspec.yaml
Konstantin Shcheglov cb726901f7 Set language to 2.15 for frontend_server, opt-out all existing files.
I will add new functionality (binary protocol for macro compilation),
and would like to use modern language version.

Change-Id: I2fc0dc57b64b41669e76a81dff76b0eac93808e5
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/239621
Reviewed-by: Johnni Winther <johnniwinther@google.com>
Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
2022-03-31 14:14:55 +00:00

32 lines
583 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: "^2.15.0"
dependencies:
args: ^2.0.0
_fe_analyzer_shared:
path: ../_fe_analyzer_shared
build_integration:
path: ../build_integration
compiler:
path: ../compiler
dev_compiler:
path: ../dev_compiler
front_end:
path: ../front_end
kernel:
path: ../kernel
package_config: ^2.0.0
path: any
usage: any
vm:
path: ../vm
dev_dependencies:
mockito: any
test: any