determine priority of compat_features
keys vs keys in BCD generated features.
#1930
Labels
enhancement
New feature or request
tools and infrastructure
Project internal tooling, such as linters, GitHub Actions, or repo settings
If you add a key to a feature's
compat_features
section, which already is in a feature that does not have acompat_features
section, the dist script complains (rightly) that there are duplicate keys.However, there are valid reasons to move a key from feature A to feature B, and treating this as a duplicate rather than a move prevents being able to do this.
Eg if we go ahead with a
MessageEvent
feature (unclear atm), it would have this:The text was updated successfully, but these errors were encountered: