cmudig/apigen

Handle union types

srizvi6 opened this issue · 2 comments

For type PrimitiveMark = "bar" | "area" | "line"; type Mark = PrimitiveMark | { type: PrimitiveMark }

there is no way of handling this code. Come up with a strategy in the generator that will handle these cases.

Fixed in today's commit

Fixed in today's commit