-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(draft) List of unmapped non-deprecated keys #2211
Conversation
Thanks for this! Very helpful. One question this brought up for me is around prefixed keys. This list includes prefixed properties with their own files, for instance My assumption is that the prefixed properties are not actually standard track (outside of the Compat standard), and should be marked as |
Thanks James, very interesting, so I think the filtering should be |
This adds a few things to the `stats` script: - a `compatKeysUnmapped` count - a `--verbose` flag, to get the list of `toBeMapped` keys - an export, so I can use this script's output to generate part of the releases (to come later) Built atop web-platform-dx#2211
This adds a few things to the `stats` script: - a `compatKeysUnmapped` count - a `--verbose` flag, to get the list of `toBeMapped` keys - an export, so I can use this script's output to generate part of the releases (to come later) Built atop web-platform-dx#2211
This adds a few things to the `stats` script: - a `compatKeysUnmapped` count - a `--verbose` flag, to get the list of `toBeMapped` keys - an export, so I can use this script's output to generate part of the releases (to come later) Built atop web-platform-dx#2211
Thanks for opening this, Florian! I opened the sequel that builds on top of this: #2222. |
* (draft) List of unmapped non-deprecated keys * Report unmapped non-deprecated, standard keys This adds a few things to the `stats` script: - a `compatKeysUnmapped` count - a `--verbose` flag, to get the list of `toBeMapped` keys - an export, so I can use this script's output to generate part of the releases (to come later) Built atop #2211 * Reconcile coverage and unmapped key count --------- Co-authored-by: Florian Scholz <[email protected]>
Draft code, just for inspiration for @ddbeck and @jamesnw.
npx tsx scripts/stats.ts
gives you a list of unmapped and non-deprecated keys. (I hope)Please take this and turn it into a useful command so we can all burndown the remaining 3000 keys efficiently :)