-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Closed as not planned
Labels
enhancementNice to have features.Nice to have features.
Description
What would you like to see added to BCD?
Split up large files.
For example: api/Element.json
currently has 11,182 lines. Splitting it up would add 212 files under api/Element/
and reduce api/Element.json
itself to its own __compat
object:
How impactful do you think this enhancement will be?
Smaller files should make both edits and reviews easier.
Do you have anything more you want to share?
Run git ls-files '*.json' | xargs wc -l | sort -n
to identify the largest files in terms of line count.
Existing work:
- feat(scripts): add split script #26491 adds a script to split files.
- Split
api/Element.json
#26492 splits the largest file.
Metadata
Metadata
Assignees
Labels
enhancementNice to have features.Nice to have features.