Parses and replaces occurrences of the $exports placeholder in the provided input with a string referencing the exports of a plugin identified by the given id.
$exports
id
The replacement input.
The ID of the plugin whose exports are being referenced.
The processed replacement input with $exports replaced by the appropriate plugin exports reference.
Parses and replaces occurrences of the
$exports
placeholder in the provided input with a string referencing the exports of a plugin identified by the givenid
.