typebox-codegen icon indicating copy to clipboard operation
typebox-codegen copied to clipboard

Fix JSDoc parser to handle negative numbers in tag values

Open wzs opened this issue 4 months ago • 0 comments

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.

wzs avatar Nov 12 '25 12:11 wzs