-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Change scoped plugins name handling #4011
Copy link
Copy link
Closed
Labels
breaking changesChange that can breaking existing codeChange that can breaking existing code
Milestone
Description
No changes to plugin registrations and dependencies (the name provided is matched as-is). When using server.expose() in a scoped plugin, the name used under server.plugins defaults to no scope (breaking change). This can be changed to keep the scope with a new third argument { scope: true } option, or rewrite the scope to 'scope__name' with { scope: 'underscore' }.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
breaking changesChange that can breaking existing codeChange that can breaking existing code