dart-sdk/pkg/analysis_server
Kallen Tu 2407f7338d [analysis_server] Remove interface, final, and sealed mixins from the analysis server.
Change-Id: Id774379c92904f27326f502299c67adb825a00b5
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/290914
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
Commit-Queue: Kallen Tu <kallentu@google.com>
2023-03-24 17:09:24 +00:00
..
benchmark Revert "Reland "Add class modifiers to dart:convert."" 2023-03-23 12:19:33 +00:00
bin
doc Specify the message request for the legacy protocol 2023-03-20 19:26:07 +00:00
lib [analysis_server] Remove interface, final, and sealed mixins from the analysis server. 2023-03-24 17:09:24 +00:00
test [analysis_server] Remove interface, final, and sealed mixins from the analysis server. 2023-03-24 17:09:24 +00:00
tool [analysis_server] Prompt when there are issues that might be fixable by "dart fix" 2023-03-21 17:05:39 +00:00
analysis_options.yaml [analysis_server] Add type arguments to remaining raw types 2023-03-16 20:37:57 +00:00
AUTHORS
CHANGELOG.md
CONTRIBUTING.md
LICENSE
OWNERS
pubspec.yaml Add a script which generates a testing package 2023-03-07 18:54:28 +00:00
README.md

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 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.