-
-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
Currently, our lexicon type generation includes the Ozone moderation types by default. After analysis, I found this adds ~35KB (20%) to the generated types file size:
- With Ozone: 182,688 bytes
- Without Ozone: 146,663 bytes
Considerations
- Are moderation capabilities planned for Nimbus?
- It aligns with keeping the core package lean
- 20% size reduction is meaningful
Implementation Options
We could either:
- Add a CLI flag (e.g.
--include-ozone) to opt-in when generating types - Create a separate
@tsky/lexicons-ozonepackage for moderation types - Not include Ozone types at all
Questions
- Which approach do we prefer for handling this?
- Are the types fine as is with Ozone included?
anbraten
Metadata
Metadata
Assignees
Labels
No labels