-
-
Notifications
You must be signed in to change notification settings - Fork 109
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
deep-equal 2.0.1 throws is-weakmap compiler error, 'return' outside of function (12:1) #79
Comments
Looks like I need to make the same changes to is-weakmap and is-weakset. |
ljharb
added a commit
to inspect-js/is-weakset
that referenced
this issue
Dec 18, 2019
Closes inspect-js/node-deep-equal#79. Closes inspect-js/node-deep-equal#78. Closes es-shims/Promise.allSettled#7. Closes airbnb/js-shims#12. Relates to: - inspect-js/is-map#5 - inspect-js/is-map#4 - inspect-js/is-map#3 - inspect-js/is-set#5 - inspect-js/is-set#4 - storybookjs/storybook#9154.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
v2.0.1 of |
Thank you @ljharb -- Everything is working quite nicely again!! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Related to #78,
deep-equal
v2.0.1 is now causing a 'return' outside of function (12:1) compiler error fromis-weakmap
, subsequent fixes tois-map
andis-set
.STEPS
COMPILER ERROR:
The text was updated successfully, but these errors were encountered: