dart-sdk/pkg/analysis_server
2017-02-27 15:03:51 -10:00
..
benchmark Remove unused import 2016-12-04 16:03:47 -08:00
bin Server clean-up 2015-01-12 17:34:14 +00:00
doc New Completion defaultArgumentListString protocol. 2017-02-27 11:36:30 -08:00
lib Add assists to move Flutter widgets up and down one level. 2017-02-27 15:03:51 -10:00
test Add assists to move Flutter widgets up and down one level. 2017-02-27 15:03:51 -10:00
tool New Completion defaultArgumentListString protocol. 2017-02-27 11:36:30 -08:00
.analysis_options Mark analysis_server as being strong-mode clean 2016-08-01 12:23:22 -07:00
analysis_server.iml Fix analysis_server.iml file to account for newly created directories. 2017-02-15 13:07:59 -08:00
AUTHORS pkg/analysis_server: don't explicitly import matcher - use exports from unittest 2015-05-08 20:57:44 +00:00
BUILD.gn Use the new path to the linter package (#28062) 2016-12-09 21:52:32 -08:00
CHANGELOG.md pkg/analysis_server: don't explicitly import matcher - use exports from unittest 2015-05-08 20:57:44 +00:00
CONTRIBUTING.md Update the contributing file for the analysis server. 2017-02-08 08:13:20 -08:00
LICENSE Logging support for server 2014-01-17 16:52:25 +00:00
pubspec.yaml Switch to using expectAsync0() to address some deprecation warnings. 2017-02-17 09:39:23 -08:00
README.md Add a link to API spec (#27158) 2016-08-25 11:04:35 -07:00

analysis_server

A long-running process that provides analysis results to other tools.

The analysis server is designed to provide on-going analysis of one or more code bases as those code bases are changing.

Using the server

The analysis server is not intended to be used stand-alone, and therefore does not have a human-friendly user interface.

Clients (typically tools, such as an editor) are expected to run the analysis server in a separate process and communicate with it using a JSON protocol. The protocol is specified in the file analysis_server/doc/api.html.

Features and bugs

Please file feature requests and bugs at the issue tracker.