Closed devvaannsh closed 3 weeks ago
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
Updated var to const to resolve the SonarCloud quality gate failure. This change doesn't break any existing code!
LGTM. Merging.
Thanks for contributing @devvaannsh
The following changes are made :
Removed CommandHandler.md from the API docs – This file is removed from API docs, as this in an internal module.
Marked deprecated methods as
@private
in EditorManager.js – The deprecated methods are now marked as@private
to remove them from API docs,Tweaked jsdoc style comments in Editor.js where required – Changed
/** ... */
to/* ... */
so they don’t show up in the API docs. Now, the comments stay in the code without cluttering the docs.