dart-sdk/pkg/analysis_server
Brian Wilkerson ab73158758 Fix the windows bot and update MockSdk
Fixing the test that's causing the Windows bot to fail required updating
the MockSdk, which cause a lot of other changes. I would have done this
in two separate CLs if I'd known how big this was going to get, but I'm
hoping it isn't too big.

Change-Id: Idee56bab5e73a78ab7857e81177090493aa08b40
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/151874
Reviewed-by: Paul Berry <paulberry@google.com>
Commit-Queue: Brian Wilkerson <brianwilkerson@google.com>
2020-06-22 14:34:25 +00:00
..
benchmark Reland "[ VM / DartDev ] Run all debugging sessions via 'dart run'" 2020-05-13 19:58:56 +00:00
bin Enable omit_local_variable_types in analysis_server 2020-03-30 03:58:44 +00:00
doc Add a note to docs about enumerations being extended 2020-06-17 19:32:50 +00:00
lib Add a fix to insert the keyword late 2020-06-21 17:33:10 +00:00
test Fix the windows bot and update MockSdk 2020-06-22 14:34:25 +00:00
tool Disable UriContributor for Cider. 2020-06-18 23:29:03 +00:00
analysis_options.yaml Enable omit_local_variable_types in analysis_server 2020-03-30 03:58:44 +00:00
AUTHORS
CHANGELOG.md
CONTRIBUTING.md Update the contributing file for the analysis server. 2017-02-08 08:13:20 -08:00
LICENSE
pubspec.yaml Migration: remove references from analysis_server to nnbd_migration. 2020-05-15 16:49:32 +00:00
README.md Add some notes on using Dart LSP with Vim 2019-02-27 12:08:32 +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 original protocol is specified in the file analysis_server/doc/api.html and (less complete) Language Server Protocol support is documented in tool/lsp_spec/README.md.

Features and bugs

Please file feature requests and bugs at the issue tracker.