-
-
Notifications
You must be signed in to change notification settings - Fork 631
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
Esm migration #651
Esm migration #651
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left a couple of change requests.
Also, you should update the README, since most examples are still using require
(that won't be supported anymore right?)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks!!
this one closes #632 |
@jbigman just merged, feel free to send a separate PR with library bumps and I'll publish a major version after that. |
I followed your advice and kept the usage of R from 'ramda' instead of direct module function imports.
For cheerio imports, it is a bit different because of @deprecated warning :