-
Notifications
You must be signed in to change notification settings - Fork 30
Fix "Log" & "Info" commands showing for families #2284
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
Conversation
5ffef0c
to
e37f580
Compare
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.
Tested as working, mutations displayed as before, save for intended changes.
* @param {Object} tokens | ||
* @returns {String} | ||
* */ | ||
export function getType (tokens) { |
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.
(Unused and duplicates Tokens.lowestToken()
?)
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.
duplicates
Probably?
AOTF and UID arrived at different times, wouldn't be surprised.
/** | ||
* Convert camel case to words. | ||
*/ | ||
export function camelToWords (camel) { |
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.
Replaced by lodash's startCase()
Check List
CONTRIBUTING.md
and added my name as a Code Contributor.