docs(plugins): document plugin and permission identifier syntax rules - #3826
Open
MavenRain wants to merge 2 commits into
Open
docs(plugins): document plugin and permission identifier syntax rules#3826MavenRain wants to merge 2 commits into
MavenRain wants to merge 2 commits into
Conversation
Closes #11262 Signed-off-by: Onyeka Obi <softwareengineerasaservant@isurvivable.cv>
✅ Deploy Preview for tauri-v2 ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify project configuration. |
Member
|
hey @MavenRain overall looks good, but this will be on hold until your prs on the tauri repo get merged 👀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Description
guide with an "Identifier Rules" subsection covering character constraints,
length limits, the colon-prefix syntax, and a valid/invalid examples table.
Surfaces the exact error message the build produces on a violation so readers
can find this section by searching for it.
The level-2 ask (improving the error message itself to identify the file and
the plugin-name context) is a separate code change targeted at
tauri-apps/tauri.