@@ -222,9 +222,9 @@ Since [Hermes doesn't support the `Intl.Segmenter` API](https://github.com/faceb
222222| ------------------------------| ----------| ------| ----------:| -----------:| ----------------:| --------------:| ----------------:|
223223| ` unicode-segmenter/grapheme ` | 16.0.0 | ✔️ | 15,730 | 12,199 | 5,113 | 3,787 | 4,807 |
224224| ` graphemer ` | 15.0.0 | ✖️ ️| 410,435 | 95,104 | 15,752 | 10,660 | 15,911 |
225- | ` grapheme-splitter ` | 10.0.0 | ✖️ | 122,252 | 23,680 | 7,852 | 4,841 | 6,750 |
226- | ` @formatjs/intl-segmenter ` * | 15.0.0 | ✖️ | 603,285 | 369,560 | 72,218 | 49,416 | 67,975 |
227- | ` unicode-segmentation ` * | 16.0.0 | ✔️ | 56,529 | 52,443 | 24,110 | 17,343 | 24,377 |
225+ | ` grapheme-splitter ` | 10.0.0 | ✖️ | 122,254 | 23,682 | 7,852 | 4,802 | 6,753 |
226+ | ` @formatjs/intl-segmenter ` * | 15.0.0 | ✖️ | 603,301 | 369,576 | 72,225 | 49,483 | 67,964 |
227+ | ` unicode-segmentation ` * | 16.0.0 | ✔️ | 56,529 | 52,439 | 24,108 | 17,343 | 24,375 |
228228| ` Intl.Segmenter ` * | - | - | 0 | 0 | 0 | 0 | 0 |
229229
230230* ` @formatjs/intl-segmenter ` handles grapheme, word, and sentence, but it's not tree-shakable.
@@ -236,9 +236,9 @@ Since [Hermes doesn't support the `Intl.Segmenter` API](https://github.com/faceb
236236
237237| Name | Bytecode size | Bytecode size (gzip)* |
238238| ------------------------------| --------------:| ----------------------:|
239- | ` unicode-segmenter/grapheme ` | 21,435 | 11,351 |
240- | ` graphemer ` | 133,978 | 31,713 |
241- | ` grapheme-splitter ` | 63,835 | 19,137 |
239+ | ` unicode-segmenter/grapheme ` | 21,542 | 11,392 |
240+ | ` graphemer ` | 134,089 | 31,766 |
241+ | ` grapheme-splitter ` | 63,946 | 19,162 |
242242
243243* It would be compressed when included as an app asset.
244244
0 commit comments