mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 06:20:13 +00:00
105b170ddb
This required some changes to analysis_server, since analysis_server used to have its own version of pumpEventQueue(). Since pumpEventQueue() is now provided by the test package, I've removed analysis_server's version, and I've updated some of the call sites to pass in "times: 5000" to replicate the old analysis_server behavior. This also required some changes to analyzer, since the fail() method is now marked as @alwaysThrows, so no code may follow it without producing a dead code hint. Change-Id: Ie5ef3a5cc685c18da02de699e59f63f3bb8865f7 Reviewed-on: https://dart-review.googlesource.com/32683 Reviewed-by: Konstantin Shcheglov <scheglov@google.com> Commit-Queue: Paul Berry <paulberry@google.com> |
||
---|---|---|
.. | ||
analysis_server | ||
analysis_server_client | ||
analyzer | ||
analyzer_cli | ||
analyzer_plugin | ||
async_helper | ||
browser | ||
compiler | ||
dart_internal | ||
dart_messages | ||
dev_compiler | ||
expect | ||
front_end | ||
js | ||
js_ast | ||
kernel | ||
meta | ||
microlytics | ||
sourcemap_testing | ||
status_file | ||
telemetry | ||
testing | ||
typed_mock | ||
vm | ||
.gitignore | ||
BUILD.gn | ||
pkg.status |