You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is the main point of interaction for authors of extensions, so docs
cover a wide range of information, including how the descriptions will
be used in failure output.
- Export `ConditionSubject` from `context.dart`.
- Use templates for some parts of the doc that describe universal
behavior and apply them as macros in the docs for individual methods.
- Make the fields in `Extracted` private. This lets the references in
docs link to the constructors instead of the fields of the same name.
The interface intended for external use is the constructors, so things
are simpler if that is the only exposed API.
- Fix README example to use label callback.
0 commit comments