We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afaf1ea commit 5562037Copy full SHA for 5562037
ts/output/common/Wrapper.ts
@@ -709,7 +709,7 @@ export class CommonWrapper<
709
if (this.node.isEmbellished) {
710
return [this, this.coreMO()] as any as [WW, WW];
711
}
712
- const childNodes = this.childNodes[0]?.node?.isInferred
+ const childNodes = this.childNodes[0]?.node?.isInferred || this.node.isKind('semantics')
713
? this.childNodes[0].childNodes
714
: this.childNodes;
715
if (this.node.isToken || !childNodes[i]) {
0 commit comments