@@ -6,20 +6,19 @@ a literate API.
66
77## package: checks (experimental)
88
9- ` package:checks ` is an experiment . For production use cases, please
10- use ` package:test ` and ` package:matcher ` .
9+ ` package:checks ` is still experimental . For production use cases, please use
10+ ` package:test ` and ` package:matcher ` .
1111
12- For packages in the labs.dart.dev publisher we generally plan to either graduate the
13- package into a supported publisher (dart.dev, tools.dart.dev) after a period of
14- feedback and iteration, or discontinue the package. These packages have a much
15- higher expected rate of API and breaking changes.
12+ For packages in the ` labs.dart.dev ` publisher we generally plan to either
13+ graduate the package into a supported publisher (` dart.dev ` , ` tools.dart.dev ` )
14+ after a period of feedback and iteration, or discontinue the package. These
15+ packages have a much higher expected rate of API and breaking changes.
1616
17- To provide feedback on the API, please file
18- [ an issue] [ ] with questions, suggestions, feature requests, or general
19- feedback.
17+ To provide feedback on the API, please file [ an issue] [ ] with questions,
18+ suggestions, feature requests, or general feedback.
2019
21- For documentation about converting your usage of ` package:matcher ` to ` checks ` , see the
22- [ migration guide] [ ] .
20+ For documentation about converting your usage of ` package:matcher ` to ` checks ` ,
21+ see the [ migration guide] [ ] .
2322
2423[ an issue ] :https://github.com/dart-lang/test/issues/new?labels=package%3Achecks&template=03_checks_feedback.md
2524[ migration guide ] :https://github.com/dart-lang/test/blob/master/pkgs/checks/doc/migrating_from_matcher.md
0 commit comments