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
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.
0 commit comments