macros 0.1.0-main.7 macros: ^0.1.0-main.7 copied to clipboard
This package is for macro authors, and exposes the APIs necessary to write a macro. It exports the APIs from the private `_macros` SDK vendored package.
0.1.0-main.7 #
- Fix for generating code after extendsType
0.1.0-main.6 #
- Add extendsType API for adding an extends clause.
- Refactor builder implementations, fixes some bugs around nested builders.
0.1.0-main.5 #
- Handle ParallelWaitError with DiagnosticException errors nicely.
- Fix a bug where we weren't reporting diagnostics for nested builders.
0.1.0-main.4 #
- Improve formatting of constructor initializer augmentations.
0.1.0-main.3 #
- Validate parts in
Code.fromParts()
.
0.1.0-main.2 #
- Add caching for
typeDeclarationOf
results.
0.1.0-main.1 #
- Add caching for
TypeDeclaration
related introspection results.
0.1.0-main.0 #
Initial release, highly experimental at this time.