Union types not correctly parsed #1

Open
opened 2026-07-04 20:54:26 +00:00 by blueplum · 0 comments
Owner
interface X {
    /**
      * ...
      **/
    x: (() => {} | {
        /**
          * @example
          * ...
          **/
        y: 10
    })
}

y in the above snippet won't be parsed or detected

```ts interface X { /** * ... **/ x: (() => {} | { /** * @example * ... **/ y: 10 }) } ``` `y` in the above snippet won't be parsed or detected
blueplum added the bug label 2026-07-04 20:54:26 +00:00
blueplum self-assigned this 2026-07-04 20:54:26 +00:00
blueplum changed title from Union types not parsed to Union types not correctly parsed 2026-07-04 20:54:36 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: blueplum/gen-doctests#1