Skip to content
This repository was archived by the owner on Feb 4, 2025. It is now read-only.

Update macros README. #160

Merged
merged 1 commit into from
Feb 4, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,14 @@

## Overview

This repository is home to various macro related Dart packages.
This repository was a work in progress prototype for the [macros](https://github.com/dart-lang/language/blob/b268fe0380995b074176e335beec476553eb3c04/working/macros/feature-specification.md)
feature, which was [canceled](https://medium.com/dartlang/an-update-on-dart-macros-data-serialization-06d3037d4f12) in January 2025.

For related work, see:

- [Augmentations](https://github.com/dart-lang/language/blob/main/working/augmentation-libraries/feature-specification.md) feature
- [`build_runner`](https://github.com/dart-lang/build/issues/3800) performance improvements
- [Static Metaprogramming](https://github.com/dart-lang/language/issues/1482) feature request

## Packages

Expand Down
Loading