-
Notifications
You must be signed in to change notification settings - Fork 88
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
Change fast-deep-equal to a ESM Library #610
Comments
If you would like to upvote the priority of this issue, please comment below or react with 👍 so we can see what is popular when we triage.@faragos Thank you for opening this issue. 🙏
This is an automated message, feel free to ignore. |
@felixranesberger the original description, since GitHub issue sorting looks at the count of emojis on the first comment only. I'll update the automated template! Thanks for calling my attention to the high number of votes on the automated comment. |
+1 here, as well. Using |
Any update on the status of this? |
Hey! |
Is your feature request related to a problem? Please describe.
When i build my Angular project there is a warning about fast-deep-equal because it is a commonJS/AMD module whcih can't be optimized correctly
Describe the solution you'd like
Change the library to a ESM one or implement it in a native way.
Describe alternatives you've considered
Waiting until the library supports ESM. But this doesn't look like it will happen, because the Pull Request is already open for over a year.
epoberezkin/fast-deep-equal#105
The text was updated successfully, but these errors were encountered: