From 66c6ef8657c4b04681cf33bf09e2f0f86640b1af Mon Sep 17 00:00:00 2001 From: David Morgan Date: Tue, 4 Feb 2025 09:32:16 +0100 Subject: [PATCH] Update macros README. --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 42e482e9..c0583bff 100644 --- a/README.md +++ b/README.md @@ -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