dart-sdk/pkg/_macros
Jake Macdonald f4899aa62e skip failing macro test
Bug: https://github.com/dart-lang/sdk/issues/55992
Change-Id: Ib2bfaf980d0edc7ac8a0e2a891983a3294ee1588
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/371220
Auto-Submit: Jake Macdonald <jakemac@google.com>
Commit-Queue: Jake Macdonald <jakemac@google.com>
Commit-Queue: Ben Konyi <bkonyi@google.com>
Reviewed-by: Ben Konyi <bkonyi@google.com>
2024-06-12 20:59:34 +00:00
..
benchmark add package:_macros (SDK vendored) and package:macros (pub published) 2024-03-26 18:40:00 +00:00
lib/src Track async microtasks scheduled by macros, and ensure they have all completed before a macro returns. 2024-06-11 21:02:29 +00:00
test skip failing macro test 2024-06-12 20:59:34 +00:00
analysis_options.yaml
CHANGELOG.md Track async microtasks scheduled by macros, and ensure they have all completed before a macro returns. 2024-06-11 21:02:29 +00:00
CONTRIBUTING.md macros: replace unsupported [this] comment references with this. 2024-06-05 18:37:46 +00:00
LICENSE add package:_macros (SDK vendored) and package:macros (pub published) 2024-03-26 18:40:00 +00:00
OWNERS add package:_macros (SDK vendored) and package:macros (pub published) 2024-03-26 18:40:00 +00:00
PRESUBMIT.py update changelogs for _macros and macros packages 2024-04-09 15:40:17 +00:00
pubspec.yaml Track async microtasks scheduled by macros, and ensure they have all completed before a macro returns. 2024-06-11 21:02:29 +00:00
README.md Create README.md for _macros 2024-04-10 15:03:17 +00:00

Package _macros contains a private API for authoring macros. It is exposed as a public API by package:macros.