commit | 1c22876a9b9bac1dc737529fd0a0a60c2cba02ff | [log] [tgz] |
---|---|---|
author | David Morgan <davidmorgan@google.com> | Thu Aug 29 11:06:17 2024 +0200 |
committer | GitHub <noreply@github.com> | Thu Aug 29 11:06:17 2024 +0200 |
tree | 68e30cc7a457b0945842cff96c18594b1037ee25 | |
parent | 66dc6a54b3ccfce68ea807d049d2fc2f510df82b [diff] |
Add closed list, use JsonBufferBuilder instead of JsonBuffer end to end. (#53) This is still copying into JsonBufferBuilder, pending update of codegen and response creation code.
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.