Skip to content

IE7/IE8 failure since 2.0.0 #124

@boneskull

Description

@boneskull

Hi,

In the process of trying to update mocha's dependencies, I found diff >= 2.0.0 breaks in IE8.

This is why:

exports.default = Stuff;

default cannot be used this way in IE8. It can be used like this:

exports['default'] = Stuff;

I did find this module, but I couldn't get it to work.

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