commit | 9c1a4f35c792af26c859eeb2ba530cc6e31436f5 | [log] [tgz] |
---|---|---|
author | David Morgan <davidmorgan@google.com> | Fri Nov 08 16:43:01 2024 +0100 |
committer | GitHub <noreply@github.com> | Fri Nov 08 16:43:01 2024 +0100 |
tree | c769ee4c6f581df448014db106db2c5afe51a2a1 | |
parent | 9026f9f0646482c554736a8b3db02159a00bec1e [diff] |
Fix benchmark generator workspace for "dart run". (#137)
This repository is home to various macro related Dart packages.
Package | Description | Version |
---|---|---|
_analyzer_macros | Macro support for the analyzer. | |
_cfe_macros | Macro support for the CFE. | |
_macro_builder | Builds macros. | |
_macro_client | Connects user macro code to a macro host. | |
_macro_host | Hosts macros. | |
_macro_runner | Runs macros. | |
_macro_server | Serves a macro_service . | |
_test_macros | Some test macros. | |
dart_model | Data model for information about Dart code, queries about Dart code and augmentations to Dart code. Serializable with a versioned JSON schema for use by macros, generators and other tools. | |
macro | For implementing a macro. | |
macro_service | Macro communication with the macro host. | |
generate_dart_model |
For information about our publishing automation and release process, see https://github.com/dart-lang/ecosystem/wiki/Publishing-automation.
For additional information about contributing, see our contributing page.