This repository has been archived by the owner on Aug 23, 2020. It is now read-only.
Add mutation from foo[bar] || baz
to foo.fetch(bar) { baz }
, foo.fetch(bar, baz)
#64
Labels
Reference implementation I need to port over: mbj/mutant#655
(I think we should emit both fetch style mutations though so we present both options without enforcing one over the other though)
The text was updated successfully, but these errors were encountered: