dart-sdk/pkg/analysis_server/doc/introduction.md
Brian Wilkerson 5c59f08857 Add more documentation to the server package
Change-Id: Id2413bc1f62ebc8ea42d3cac15adcb871c2cc234
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/254720
Reviewed-by: Samuel Rawlins <srawlins@google.com>
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
Commit-Queue: Brian Wilkerson <brianwilkerson@google.com>
2022-08-11 17:05:38 +00:00

648 B

Introduction

The analysis_server package implements the analysis server, which supports both the IDE experience and several command-line tools. This directory contains documentation related to theanalysis_server package.

The documentation is divided into the following sections:

  • implementation, which describes the implementation of the server. It is intended to help you understand how the server works and how to enhance the various features provided by the server.

  • process, which describes the process that should be followed when working on the analysis server code base.