Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 # analyzer_plugin | |
| 2 | |
| 3 A framework for building plugins for the analysis server. | |
|
scheglov
2017/01/27 17:06:42
For server?
Not for analyzer?
Brian Wilkerson
2017/01/27 17:18:15
For server for the short term. I think eventually
| |
| 4 | |
| 5 ## Usage | |
| 6 | |
| 7 ## Support | |
| 8 | |
| 9 Post issues and feature requests on the [issue tracker][issues]. | |
| 10 | |
| 11 Questions and discussions are welcome at the | |
| 12 [Dart Analyzer Discussion Group][list]. | |
| 13 | |
| 14 ## License | |
| 15 | |
| 16 See the [LICENSE] file. | |
| 17 | |
| 18 [issues]: https://github.com/dart-lang/sdk/issues | |
| 19 [LICENSE]: https://github.com/dart-lang/sdk/blob/master/pkg/analyzer/LICENSE | |
| 20 [list]: https://groups.google.com/a/dartlang.org/forum/#!forum/analyzer-discuss | |
| 21 [pluginapi]: https://htmlpreview.github.io/?https://github.com/dart-lang/sdk/blo b/master/pkg/analyzer_plugin/doc/api.html | |
| OLD | NEW |