Skip to content
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

Handle encoded emoji #70

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

Handle encoded emoji #70

wants to merge 1 commit into from

Conversation

CvX
Copy link
Contributor

@CvX CvX commented Jul 1, 2019

Fixes #67

This is a draft PR, because the runtime dependency I’ve added (utf16-char-codes, provides a fromCodePoint() polyfill) doesn’t seem to be tree-shaken enough, increasing the output sizes by ~11% (from 57KB/60KB to 63KB/67KB).

Should I just add the MDN polyfill as src/from-code-point-polyfill.ts (with some annotation about its origin) or are there other options?

@rwjblue
Copy link
Collaborator

rwjblue commented Oct 14, 2020

Should I just add the MDN polyfill as src/from-code-point-polyfill.ts (with some annotation about its origin) or are there other options?

Ya, lets do this...

@rwjblue
Copy link
Collaborator

rwjblue commented Oct 14, 2020

@CvX - have any time to revise?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

EntityParser can't handle encoded emoji
2 participants