Conversation
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #119 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 10 11 +1
Lines 951 902 -49
=========================================
- Hits 951 902 -49 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
GraphemeCategoryenum is not used internally, but is exported as a utility for advanced use cases.Modern bundlers could optimize (DCE) if user don't use it.
However, I noticed that it is included in the Bluesky's webpack bundle. It's a 147 bytes of dead code.
Maybe I need to avoid the barrel file pattern, and to make it separated API such as `unicode-segmenter/grapheme-util'?