-
Notifications
You must be signed in to change notification settings - Fork 259
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
cleanup/colors-package-removal #541
base: master
Are you sure you want to change the base?
Conversation
@PaulDalek what do you think about this type of defining colors and styles? Is it okay here in this use case or should we handle them differently? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
only minor stylistc changes
Co-authored-by: Burkhard Vogel-Kreykenbohm <[email protected]>
Co-authored-by: Burkhard Vogel-Kreykenbohm <[email protected]>
Co-authored-by: Burkhard Vogel-Kreykenbohm <[email protected]>
Co-authored-by: Burkhard Vogel-Kreykenbohm <[email protected]>
Thanks @bvogel! Great suggestions, all applied. |
Glad you liked them, hopefully this get's merged and released soon! |
too bad, didn't make it into 4.0.0 |
What and why?
The goal of this pull request is to get rid of the unnecessary
colors
dependency and perform a slight refactoring of the logging logic. The logging statements (even the longer ones) were shared across multiple files even though they have been exactly the same. If someone wanted to modify them in the future, he or she would have to modify 8 files (which might get tricky).Tasks
colors
packagelogger.js
and most console log statements