6bae73c076
`Object.assign` is not available in all supported browsers and one had to provide a polyfill. This commit replaces `Object.assign` with the spread operator (`...`), which TypeScript will transpile to ES5-compatible code.