ryanhaugh
ryanhaugh
Hi @mandarini, Any chance we could get this reviewed? This is preventing us from upgrading to v18. Thanks! Ryan
@RossWilliams apologies for all the formatting changes - I've fixed them.
This PR also fixes this issue: ```ts ObjectToCamel; ``` incorrectly returns: ```ts { propertyName: unknown[]; } ``` when it should return: ```ts { propertyName: undefined; } ``` @RossWilliams let me...
@RossWilliams I've simplified `ObjectToCamel`, `ObjectToPascal`, `ObjectToSnake`. I've also ensured all existing tests pass and have added more tests to ensure the bugs I've found are fixed with my PR.
@RossWilliams any chance you could take another look at this PR? Thanks! Ryan
@RossWilliams anything I can do to help move this along?
Starting to think this won't be reviewed - please prove me wrong.