This means that the handler inside of the components used by @microsoft/fast-tooling can now be simplified as there is no need to check for type when assessing messages.
Requirements
Simplify the message system handlers for:
html-render
html-render-layer
When putting up a PR for this work, make sure to compare it to the related feature branch - features/outgoing-message-simplification
Description
The message system outgoing messages have been simplified - see https://github.com/microsoft/fast-tooling/pull/161
This means that the handler inside of the components used by
@microsoft/fast-tooling
can now be simplified as there is no need to check for type when assessing messages.Requirements