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

refactor!: drop fallback on grapheme-splitter #3

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

paul-soporan
Copy link
Contributor

Intl.Segmenter is now fully stabilized and has been available since Node 16.0.0 and we intend to drop support for Node 14 before releasing Yarn 4.

This PR removes the fallback on grapheme-splitter in favor of always using Intl.Segmenter.

I've set the engines field to enforce the minimum Node version.

@zkochan
Copy link

zkochan commented Mar 19, 2023

I think this might be related to an issue that we have in pnpm: pnpm/pnpm#6241

Actually, I had to fork this library so that it only uses graphme-splitter

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.

None yet

2 participants