dart-sdk/pkg/frontend_server/pubspec.yaml
David Morgan 26107a319a [CFE] Refactor macros setup.
Add `dispose` method to `ProcessedOptions` that does macro executor cleanup; add `dispose` method to MultiMacroExecutor for it to call.

R=asiva@google.com, jakemac@google.com

Change-Id: I90d9af133e84655ec14870400988fdee9adb219e
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/338440
Reviewed-by: Siva Annamalai <asiva@google.com>
Reviewed-by: Johnni Winther <johnniwinther@google.com>
Commit-Queue: Morgan :) <davidmorgan@google.com>
Reviewed-by: Jake Macdonald <jakemac@google.com>
2023-11-30 08:08:11 +00:00

31 lines
672 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.0.0'
# Use 'any' constraints here; we get our versions from the DEPS file.
dependencies:
_fe_analyzer_shared: any
args: any
build_integration: any
compiler: any
dart2wasm: any
dev_compiler: any
front_end: any
kernel: any
package_config: any
path: any
usage: any
vm: any
# Use 'any' constraints here; we get our versions from the DEPS file.
dev_dependencies:
collection: any
const_finder_fixtures: any
const_finder_fixtures_package: any
lints: any
test: any