Skip to content

“addDefaultProperty” may cause circular reference problem #78

@SteinNs

Description

@SteinNs

If I set "addDefaultProperty" to true,
module.exports = exports['default']; module.exports.default = exports['default'] will be added, which means module.exports.default may circular reference itself.
It will lead to circular reference problem when I try to JSON.stringify(module.exports).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions