FLUID-6242: Move messageResolver out of Renderer.js

Metadata

Source
FLUID-6242
Type
Improvement
Priority
Major
Status
Closed
Resolution
Fixed
Assignee
Antranig Basman
Reporter
Tony Atkins [RtF]
Created
2018-01-22T10:34:27.118-0500
Updated
2024-07-22T08:59:58.601-0400
Versions
N/A
Fixed Versions
N/A
Component
  1. Framework
  2. Renderer

Description

In preparation for GPII-2444, @@Antranig Basman and I have discussed moving the message resolver out of the renderer. We initially discussed moving this to Fluid.js, but as the grade requires FluidIoC.js to operate, we moved it to a new file instead. Anything using the renderer will now need to require the new core MessageResolver.js file.

Comments