glideapps / quicktype

Generate types and converters from JSON, Schema, and GraphQL
https://app.quicktype.io
Apache License 2.0
11.79k stars 1.04k forks source link

feat: Support more leading comment types #2482

Closed inferrinizzard closed 5 months ago

inferrinizzard commented 5 months ago

Fixes #2332

Summary

Updates comment types and allows leadingComments to support multiple comment types, adds emitComments method in ConvenienceRenderer

Changes

This change is backwards-compatible for all external/standard use cases as it preserves the existing string[] type for leadingComments but it will break custom renderers that call emitCommentLines directly