dart-sdk/pkg/analyzer_plugin/test/plugin
Paul Berry e2f77056a5 Eliminate dependencies on pkg/front_end.
The API for pkg/front_end is still in flux so we want to avoid having
any packages depend directly on it (other than analyzer and
back-ends).

This CL re-exports some of the critical pieces of front_end needed by
analyzer clients so that those clients can access them via analyzer,
without having to directly depend on front_end.  It also updates
pkg/analyzer_plugin to make use of those re-exports.

R=scheglov@google.com

Review-Url: https://codereview.chromium.org/2993123002 .
2017-08-07 09:46:30 -07:00
..
assist_mixin_test.dart Remove references to AnalysisDriver from the plugin mixin classes 2017-07-06 09:07:10 -07:00
completion_mixin_test.dart Remove references to AnalysisDriver from the plugin mixin classes 2017-07-06 09:07:10 -07:00
fix_mixin_test.dart Remove references to AnalysisDriver from the plugin mixin classes 2017-07-06 09:07:10 -07:00
mocks.dart Eliminate dependencies on pkg/front_end. 2017-08-07 09:46:30 -07:00
navigation_mixin_test.dart Remove references to AnalysisDriver from the plugin mixin classes 2017-07-06 09:07:10 -07:00
plugin_test.dart Remove the analysus.reanalyze request from the plugin API 2017-07-25 12:10:52 -07:00
test_all.dart Add tests for recently added mixins and improve plugin tests 2017-06-09 07:27:16 -07:00