Skip to content

refactor: objectAssign should refer to Object.assign if it exists, or the internal polyfill otherwise #592

@nfischer

Description

@nfischer

Inside common.js, we export either objectAssign() or Object.assign() as common.extend(). However, we still use our internal implementation inside common.js, and we should prefer Object.assign() when it's available.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions