| commit | 89aecb1e3c10373ea795f003268d7cd48c9ed431 | [log] [tgz] |
|---|---|---|
| author | Devon Carew <devoncarew@google.com> | Tue Feb 04 15:09:25 2025 -0800 |
| committer | GitHub <noreply@github.com> | Tue Feb 04 15:09:25 2025 -0800 |
| tree | 282ad6f785ab57fbe2a745e591d5eb9eba60c15f | |
| parent | a8575b7f7dee3e0aff1ae5b22124a8dc5629d775 [diff] |
Update README.md (#161)
[!IMPORTANT]
This repository was a work-in-progress prototype for the macros feature, which was canceled in January 2025.
For related work, see:
build_runner performance improvements| 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.