facundoolano / google-play-scraper

Node.js scraper to get data from Google Play
MIT License
2.34k stars 632 forks source link

Esm migration #651

Closed jbigman closed 1 year ago

jbigman commented 1 year ago

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 :

/**
 * The default cheerio instance.
 *
 * @deprecated Use the function returned by `load` instead.
 */
facundoolano commented 1 year ago

this one closes #632

facundoolano commented 1 year ago

@jbigman just merged, feel free to send a separate PR with library bumps and I'll publish a major version after that.