Files
sdk/pkg/analysis_server/lib/src/plugin2/README.md
T
Sam Rawlins 5ee4eb52e6 DAS plugins: Add plugin package generator
This generator will be used create shared plugin package entrypoints from
plugin configurations.

Work towards https://github.com/dart-lang/sdk/issues/53402

Change-Id: If5c6aeb7bc7845311975928fba1cb9c8d273423c
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/384681
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
Commit-Queue: Samuel Rawlins <srawlins@google.com>
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
2024-09-11 16:54:29 +00:00

472 B

This directory contains sources for the "new" plugin system introduced circa 2024, which is the replacement for the "prototype" plugin system introduced circa 2017. The sources for the "prototype" plugin system are located in ../plugin.

The "new" plugin system is partially based on the "prototype" plugin system. As the "prototype" plugin system becomes deprecated and unsupported, any features that the "new" plugin system relies on can be migrated to this directory.