Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix diff and diff-apply ESM error #328

Merged
merged 2 commits into from
Oct 31, 2021
Merged

Fix diff and diff-apply ESM error #328

merged 2 commits into from
Oct 31, 2021

Conversation

PuruVJ
Copy link
Contributor

@PuruVJ PuruVJ commented Oct 31, 2021

When this library was converted to ESM, the packages with named exports weren't named exports anymore, rather an object { diff, jsonThing } was exported as default, which broke ESM builds.

This PR fixes that issue

@nosovk nosovk mentioned this pull request Oct 31, 2021
@angus-c
Copy link
Owner

angus-c commented Oct 31, 2021

thank you!

@angus-c angus-c merged commit 345a5c6 into angus-c:master Oct 31, 2021
nosovk pushed a commit to nosovk/just that referenced this pull request Nov 1, 2021
* Fix diff ESM

* Fix diff-apply ESM
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants