Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add support for comments on union fields in generateOneofProperty #1136

Merged
merged 4 commits into from
Nov 16, 2024

Commits on Nov 13, 2024

  1. feat: add support for comments on union fields in generateOneofProperty

    - Added functionality to `generateOneofProperty` to include comments for each union field, enhancing documentation support for union fields in TypeScript output.
    - Previously, comments for individual fields within a `oneof` type were omitted. This update gathers comments from each field and appends them to the generated type for clarity.
    
    Issue: [stephenh#1122](stephenh#1122)
    sefaphlvn committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    eab607e View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

  1. yarn proto2ts

    sefaphlvn committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    e55fd99 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b2e7853 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

  1. yarn format

    sefaphlvn committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    e4a94a8 View commit details
    Browse the repository at this point in the history