commit | c2c2b2f77f1db1f7b680e9b30482c20bfafa5f2c | [log] [tgz] |
---|---|---|
author | David Morgan <davidmorgan@google.com> | Tue Aug 27 16:42:29 2024 +0200 |
committer | David Morgan <davidmorgan@google.com> | Wed Aug 28 12:26:35 2024 +0200 |
tree | b00527d425144de685b97ff3b2ae0058fb2c36ca | |
parent | f7f9dd0c428719fd1ef3f7c0685a084b10bf0e44 [diff] |
Address further review comments, further cleanup and add comments. Made any classes and methods that can be private, private.
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.