Skip to content
This repository has been archived by the owner on Jun 2, 2022. It is now read-only.

feat: alias export default -> module.exports #90

Merged
merged 1 commit into from
May 21, 2019

Conversation

FauxFaux
Copy link
Contributor

What does this PR do?

Treat:

export default function() {}

...as if the user had written:

module.exports = function() {}

@FauxFaux FauxFaux mentioned this pull request May 20, 2019
@FauxFaux FauxFaux merged commit 6ab9cae into master May 21, 2019
@FauxFaux FauxFaux deleted the feat/alias-export-default branch May 21, 2019 08:05
@snyksec
Copy link

snyksec commented May 21, 2019

🎉 This PR is included in version 1.45.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants