dart-sdk/pkg/analyzer_plugin
Brian Wilkerson 8fc80031ae Fix cast exception in OpTypeAstVisitor
Change-Id: I7fa9f9586a7d57ebc9707db3ee1532c462bbeccd
Reviewed-on: https://dart-review.googlesource.com/c/78712
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
Commit-Queue: Brian Wilkerson <brianwilkerson@google.com>
2018-10-09 18:40:19 +00:00
..
doc Support for mixins in search.getElementDeclarations. 2018-08-31 20:19:18 +00:00
lib Fix cast exception in OpTypeAstVisitor 2018-10-09 18:40:19 +00:00
test Fix cast exception in OpTypeAstVisitor 2018-10-09 18:40:19 +00:00
tool/spec Support for mixins in search.getElementDeclarations. 2018-08-31 20:19:18 +00:00
analysis_options.yaml analyzer_plugin no implicit-casts. 2018-08-09 22:41:41 +00:00
CHANGELOG.md Upgrade pubspec constraints. 2018-07-23 16:44:39 +00:00
LICENSE Create the directory for the plugin package 2017-01-30 13:21:37 -08:00
pubspec.yaml Stop passing bogus "strong" parameter to SummaryBuilder. 2018-09-01 03:54:16 +00:00
README.md Initial documentation for the plugin package 2017-07-06 11:37:52 -07:00

analyzer_plugin

A framework for building plugins for the analysis server.

Usage

Note: The plugin support is not currently available for general use.

Plugins are written in Dart and are run in the same VM as the analysis server. The analysis server runs each plugin in a separate isolate and communicates with the plugin using a plugin API. This API is similar to the API used by the analysis server to communicate with clients.

Plugins are automatically discovered and run by the analysis server.

This package contains support code to make it easier to write a plugin. There is a tutorial describing how to use the support in this package.

Support

Post issues and feature requests on the issue tracker.

Questions and discussions are welcome at the Dart Analyzer Discussion Group.

License

See the LICENSE file.