You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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-ozone package 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?
The text was updated successfully, but these errors were encountered:
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:
Considerations
Implementation Options
We could either:
--include-ozone
) to opt-in when generating types@tsky/lexicons-ozone
package for moderation typesQuestions
The text was updated successfully, but these errors were encountered: