Files
sdk/pkg/analysis_server/lib/src/plugin2
Sam Rawlins 03eb25d975 Bump analyzer version used in plugins
Change-Id: I409bab47add37b51e676fc39286244aae554a4fa
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/409780
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
Commit-Queue: Samuel Rawlins <srawlins@google.com>
2025-02-13 12:25:00 -08:00
..

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.