File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -121,6 +121,8 @@ function* matchEmoji(str) {
121121// 4: 👍
122122```
123123
124+ Or build even more advanced one like an Unicode-aware [ TTY string width] ( https://github.com/cometkim/unicode-string-width ) utility.
125+
124126### Export ` unicode-segmenter/intl-adapter `
125127[ ![ ] ( https://edge.bundlejs.com/badge?q=unicode-segmenter/intl-adapter&treeshake=[*] )] ( https://bundlejs.com/?q=unicode-segmenter%2Fintl-adapter&treeshake=%5B*%5D )
126128
@@ -271,8 +273,8 @@ Since [Hermes doesn't support the `Intl.Segmenter` API](https://github.com/faceb
271273| Name | Bytecode size | Bytecode size (gzip)* |
272274| ------------------------------| --------------:| ----------------------:|
273275| ` unicode-segmenter/grapheme ` | 22,061 | 11,539 |
274- | ` graphemer ` | 133,974 | 31,715 |
275- | ` grapheme-splitter ` | 63,855 | 19,133 |
276+ | ` graphemer ` | 133,974 | 31,719 |
277+ | ` grapheme-splitter ` | 63,831 | 19,140 |
276278
277279* It would be compressed when included as an app asset.
278280
You can’t perform that action at this time.
0 commit comments