Closed
Description
When using typeof
to enumerate a long list of consts to get a set of values, if the list is long enough, typescript will truncate the the values we use to convert to XLR and we get an error thrown. It seems like our current approach of pulling that info from the Type
object might need to be more robust. This branch has a failing test that can be used to validate the new approach works.