dart-sdk/pkg/analysis_server
2015-05-15 16:22:01 +00:00
..
bin Server clean-up 2015-01-12 17:34:14 +00:00
doc Update specification version number 2015-04-20 21:07:29 +00:00
lib [WEB-16445] When create a missing imported library/part, add the edit once. 2015-05-15 16:22:01 +00:00
test [WEB-16445] When create a missing imported library/part, add the edit once. 2015-05-15 16:22:01 +00:00
tool/spec Create a new home for Java code generated by analysis server. 2015-05-08 16:40:04 +00:00
AUTHORS pkg/analysis_server: don't explicitly import matcher - use exports from unittest 2015-05-08 20:57:44 +00: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 pkg/analysis_server: don't explicitly import matcher - use exports from unittest 2015-05-08 20:57:44 +00:00
LICENSE
pubspec.yaml Update pubspecs and dependencies to get pkgbuild tests working. 2015-04-24 20:08:53 +00:00
README.md pkg/analysis_server: don't explicitly import matcher - use exports from unittest 2015-05-08 20:57:44 +00: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.