Skip to content

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
Contributor

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
Contributor

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