You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The only argument I can think for doing this is to make the relationship between trimEmojiData.js and trimEmojiData.cjs explicit. Every file exposed was meant to be exposed: https://unpkg.com/browse/emoji-picker-element/
This is a new thing in Node.js: https://nodejs.org/api/esm.html#esm_package_entry_points
We could use this to formalize the
.cjs
versus.js
versions in some of the APIs.I don't know which versions of Node actually support this, though.
The text was updated successfully, but these errors were encountered: