We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, I've noticed some emojis fail to decode in version 2 vs version 1, despite being listed in emojilib.
Version 2.0.2 emojify(':airplane_departure: and :flashlight:') -> :airplane_departure: and 🔦
emojify(':airplane_departure: and :flashlight:')
:airplane_departure: and 🔦
Version 1.11.0 emojify(':airplane_departure: and :flashlight:') -> 🛫 and 🔦
🛫 and 🔦
It seems pretty consistent, the position in the string etc seems to make no difference.
The text was updated successfully, but these errors were encountered:
Thanks for the catch! The root issue is that this library is using an older version of emojilib:
emojilib
node-emoji/package.json
Line 28 in 44800f9
Their 3.X line has newer emojis. So we'll want to switch over.
Sorry, something went wrong.
JoshuaKGoldberg
Successfully merging a pull request may close this issue.
Hi, I've noticed some emojis fail to decode in version 2 vs version 1, despite being listed in emojilib.
Version 2.0.2
emojify(':airplane_departure: and :flashlight:')
->:airplane_departure: and 🔦
Version 1.11.0
emojify(':airplane_departure: and :flashlight:')
->🛫 and 🔦
It seems pretty consistent, the position in the string etc seems to make no difference.
The text was updated successfully, but these errors were encountered: