Handle union types
srizvi6 opened this issue · 2 comments
srizvi6 commented
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.
srizvi6 commented
Fixed in today's commit
srizvi6 commented
Fixed in today's commit