You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Summary:
`maps:merge` currently loses all type information of the maps being merged. On this diff I'm adding custom handling of that function to deal with more map manipulation cases in WASERVER.
EqWAlizer already had some nice utilities to merge map types, but the existing implementation was a bit confusing and it the merging logic didn't assume any overwrite behavior (in `maps:merge`, when there are conflicting keys the right-ahnd side map's values are used). I expanded the existing merge logic to support this case, making the code more readable (I hope?) in the process.
Reviewed By: VLanvin
Differential Revision: D59677724
fbshipit-source-id: d0664130eda5e607a92aa110b221d83db95f6a19
0 commit comments