dart-sdk/pkg/analysis_server
pq 63f24be16c Update server/cli linter pubspec deps.
* bumps lower-bound to grab a `0.27.0`-compatible linter.

BUG=
R=brianwilkerson@google.com

Review URL: https://codereview.chromium.org/1520973002 .
2015-12-11 10:51:50 -08:00
..
benchmark Additional clean-up after moving to the new task model; a breaking change needed to allow a bug to be fixed 2015-12-07 12:02:42 -08:00
bin Server clean-up 2015-01-12 17:34:14 +00:00
doc Explicitly specify that FilePath is not just absolute, but also a normalized path. 2015-12-09 11:30:54 -08:00
lib extract LibraryPrefixContributor from imported reference contributor 2015-12-10 22:42:53 -05:00
test extract LibraryPrefixContributor from imported reference contributor 2015-12-10 22:42:53 -05:00
tool/spec Explicitly specify that FilePath is not just absolute, but also a normalized path. 2015-12-09 11:30:54 -08: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 Logging support for server 2014-01-17 16:52:25 +00:00
pubspec.yaml Update server/cli linter pubspec deps. 2015-12-11 10:51:50 -08: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.