1
0
mirror of https://github.com/dart-lang/sdk synced 2024-07-01 07:14:29 +00:00
dart-sdk/pkg/server_plugin
Sam Rawlins 1b400ed68d DAS plugins: Move CorrectionUtils to analysis_server_plugin
* Move the only 3 files from server_plugin to analysis_server_plugin.
* Copy some test infra into analysis_server_plugin. This is temporary,
  as we need some shared test infra location.

Change-Id: If2b41d436c9d3051e590f60ae2eb7ab31e529321
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/364161
Commit-Queue: Samuel Rawlins <srawlins@google.com>
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
2024-04-24 14:12:24 +00:00
..
analysis_options.yaml Introduce analysis_server_plugin package; replacement for server_plugin 2024-04-19 01:38:29 +00:00
CONTRIBUTING.md analysis_server: Introduce analysis_server_shared package 2024-03-18 20:54:49 +00:00
LICENSE
OWNERS
pubspec.yaml DAS plugins: Move CorrectionUtils to analysis_server_plugin 2024-04-24 14:12:24 +00:00
README.md Introduce analysis_server_plugin package; replacement for server_plugin 2024-04-19 01:38:29 +00:00

server_plugin package

This package is being renamed as analysis_server_plugin. All code should move to that package soon, and then this directory will be deleted. This package was never published under the name server_plugin.