assign.macro icon indicating copy to clipboard operation
assign.macro copied to clipboard

A babel-macro to transpile `Object.assign`-style expressions to direct assignments for maximum performance.

Results 1 assign.macro issues
Sort by recently updated
recently updated
newest added

dot notation _CAN BE_ faster or slower compared to `Object.assign()`. this is caused by the fact that if you keep adding properties with the dot notation, sooner or later the...