You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#1143 introduces a new lower / upper file, which is partially redundant with go-strcase.
The change was introduced as go-strcase was too liberal with it's definition upperCamel / lowerCamel (allowing dashes and underscores through).
We should investigate whether we can remove existing usage with the internal variant, or switch to a new strcase library e.g. (https://github.com/iancoleman/strcase)
The text was updated successfully, but these errors were encountered:
Matching AIP-123 in requiring singular and plural annotations,
and for singular matching the lowerCamelCase of type.
Wrote custom ToUpperCamelCase as existing one does not consider
underscores / dashes as invalid characters, which are considered
delimiters in the camel case conversion. Further investigation on replacing
it with #1150.
context: #1143 (comment).
#1143 introduces a new lower / upper file, which is partially redundant with go-strcase.
The change was introduced as go-strcase was too liberal with it's definition upperCamel / lowerCamel (allowing dashes and underscores through).
We should investigate whether we can remove existing usage with the internal variant, or switch to a new strcase library e.g. (https://github.com/iancoleman/strcase)
The text was updated successfully, but these errors were encountered: