We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 952c7d1 commit 05e7e06Copy full SHA for 05e7e06
cli/targets/static.js
@@ -435,7 +435,7 @@ function buildType(ref, type) {
435
push("");
436
pushComment([
437
oneof.comment || type.name + " " + oneof.name + ".",
438
- "@member {string|undefined} " + escapeName(oneof.name),
+ "@member {" + oneof.oneof.map(JSON.stringify).join("|") + "|undefined} " + escapeName(oneof.name),
439
"@memberof " + exportName(type),
440
"@instance"
441
]);
0 commit comments