The file fire-event.js had a switch statement to handle the fireEvent.update function. In this PR the file was moved into a folder called "fire-event" and a new File called "input-type-actions.js" has been created. In this file, the previous switch logic has been moved and adapted in order to use an Object literal pattern.
Changes
Instead of using a Switch, an Object has been created
There are no breaking changes
Same tests are running and passing as in previous version
Description
Changes