Skip to content

Change scoped plugins name handling #4011

Closed
@hueniverse

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' }.

Metadata

Assignees

Labels

breaking changesChange that can breaking existing code

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions