Commit d683b47
authored
Stop importing TimestampedData from package:analyzer/src. (#4091)
As of analyzer version 8.1.0, the `TimestampedData` class is available
in the analyzer public API at
`package:analyzer/source/timestamped_data.dart`.
Importing `TimestampedData` via the public API will allow analyzer
internals to be cleaned up in the future.1 parent 41c34be commit d683b47
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
18 | | - | |
19 | | - | |
20 | 19 | | |
21 | 20 | | |
22 | 21 | | |
| |||
0 commit comments