Skip to content

validator: recognize analysis server plugin entrypoints - #4859

Open
aikins01 wants to merge 1 commit into
dart-lang:mainfrom
aikins01:validator/analysis-server-plugin-entrypoint
Open

validator: recognize analysis server plugin entrypoints#4859
aikins01 wants to merge 1 commit into
dart-lang:mainfrom
aikins01:validator/analysis-server-plugin-entrypoint

Conversation

@aikins01

Copy link
Copy Markdown
Contributor

Packages built with analysis_server_plugin must expose lib/main.dart, but the publish validator currently warns that this file should match the package name. This recognizes direct analysis_server_plugin dependencies, accepts the required entrypoint, and warns when it is missing while preserving the existing single-library naming check for other files.

Fixes #4845.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Publish warning for analysis_server_plugin plugins

1 participant