-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
Define package keywords #551
Comments
@pomek, could you make a quick research what kind of characters work in keywords and how similar (multi-package) projects use keywords? Like webpack, Babel, gulp, d3, etc. |
WebpackNo BabelThe same like Webpack – no GulpAll plugins use a few words. The common one is d3The common keyword is Angular.jsNo common keyword: Situation of ESLintCommon keyword for plugins is |
Thanks! |
OK, so I'd propose doing this
WDYT? |
OK, so with 2 👍 I'm going to introduce these keywords. However, in the meantime I thought that core libs could be marked with "ckeditor5-lib" anyway. |
Done. |
Other: Removed the obsolete `DropdownView#focusTracker`. Closes #6548. MINOR BREAKING CHANGE: The `DropdownView#focusTracker` property has been removed as it served no purpose.
There are a couple of groups of packages:
It'd be good to mark each package with one or more keywords.
Right now we only marked builds, but with the
ckeditor5-build
keyword, which I think should be differently formatted, so we don't haveckeditor5-creator
,ckeditor5-framework
keywords (which might look like package names).We need to check what kind of word separator we could use – maybe simply a space?
The text was updated successfully, but these errors were encountered: