Files
sdk/pkg/analysis_server/lib/src/plugin2
Paul Berry 07b214eef5 Bump analysis server to language version 3.12.
Also start using the "private named parameters" feature.

Change-Id: I1c6da5f8ae2985e12313d405a2eb419c6a6a6964
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/487521
Auto-Submit: Paul Berry <paulberry@google.com>
Commit-Queue: Paul Berry <paulberry@google.com>
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
2026-03-12 14:18:11 -07: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.