Commit cf926ba
committed
Use a
The members which are currently hidden may get removed from
`package:test_api` because they have no uses.
dart-lang/test#2030
Switch to a `show` and list all the exported APIs. This is currently a
no-op change, and is forward compatible with the breaking change when it
lands.
A `show` is also safer than a `hide` when exporting across package
boundaries. Adding a new member to a library _can be_ breaking, but is
often treated as non-breaking. If a new member is added to
`package:test_api/scaffolding.dart` it will need to be manually added to
the list to be usable from `package:flutter_test`, but we anyways want
to add a CHANGELOG entry for user facing changes.show over a hide for test_api exports1 parent 68b1891 commit cf926ba
1 file changed
+14
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
51 | 64 | | |
52 | 65 | | |
53 | 66 | | |
| |||
0 commit comments