Files
sdk/pkg/frontend_server/pubspec.yaml
T
Jake Macdonald 54e773f205 Add support for passing in precompiled macros to the computeKernel entrypoint.
This is used by the modular compilers, so it unblocks more "real" blaze integration, and allows the language repo to create examples that you can actually run.

Note that this also actually enables macros when the experiment flag is passed in to this entrypoint.

Change-Id: Ia5ce82621a63363a17d16599fead5124ddf65faf
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/236340
Reviewed-by: Johnni Winther <johnniwinther@google.com>
Commit-Queue: Jake Macdonald <jakemac@google.com>
2022-03-14 17:57:48 +00:00

32 lines
582 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.7.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