WIP: Remove Param.parse usage
[WIP]
Param.parse is unnecessary with modern JavaScript language features and relies on re-assigning to function parameters which is challenging to statically analyze. The function's logic is also often less clear than the equivalent syntax.
In preparation for !1499 (merged)
Edited by Evan Welsh