typebox-codegen
typebox-codegen copied to clipboard
Fix JSDoc parser to handle negative numbers in tag values
The JSDoc parser breaks negative numbers in tags like @minimum -10 because it treats - as a delimiter at any position, yielding empty strings instead of the negative value.