commit | a0c9af92818df24659daf1d5907f2e7fcbf469e2 | [log] [tgz] |
---|---|---|
author | Simon Binder <oss@simonbinder.eu> | Thu Oct 03 09:12:30 2024 +0200 |
committer | GitHub <noreply@github.com> | Thu Oct 03 09:12:30 2024 +0200 |
tree | 43319a744ad2bac615d7c4338a2d9b12ac6d4398 | |
parent | da87307a570aa2b452971f1e8aed9ceed4de016c [diff] |
Push resolved model into macro scope (#81) * Push resolved model into macro scope * Review feedback
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.