Skip to content

[BUG] Config.util.extendDeep() breaks on "use strict"; #815

@jdmarshall

Description

@jdmarshall

Discovered when trying to move util functions to class functions (classes are automatically strict).

This is changing the list of attributes on the object that are getting copied, resulting in exceptions in the tests.

Repro by adding "use strict"; to the top of lib/config.js and run tests.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions