Skip to content

Commit

Permalink
Generate full JSDoc for JSON types (#975)
Browse files Browse the repository at this point in the history
  • Loading branch information
timostamm authored Sep 18, 2024
1 parent 47d89b9 commit 88fd193
Show file tree
Hide file tree
Showing 16 changed files with 1,627 additions and 100 deletions.
4 changes: 2 additions & 2 deletions MANUAL.md
Original file line number Diff line number Diff line change
Expand Up @@ -1259,7 +1259,7 @@ the following additional export is generated:
```ts
/**
* JSON type for the message Example.
* @generated from message Example
*/
export type ExampleJson = {
/**
Expand Down Expand Up @@ -1300,7 +1300,7 @@ enum Format {
```ts
/**
* JSON type for the enum Format.
* @generated from enum Format
*/
export type FormatJson = "FORMAT_UNSPECIFIED" | "FORMAT_BINARY" | "FORMAT_JSON";
```
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

91 changes: 89 additions & 2 deletions packages/protobuf/src/wkt/gen/google/protobuf/any_pb.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

151 changes: 148 additions & 3 deletions packages/protobuf/src/wkt/gen/google/protobuf/api_pb.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 88fd193

Please sign in to comment.