vega / voyager

Visualization Tool for Data Exploration
http://vega.github.io/voyager
Other
1.45k stars 179 forks source link

Unable to use const assertions #871

Open siyaoL1 opened 2 years ago

siyaoL1 commented 2 years ago

In the field-list definition changing the line parentId={{type: FieldParentType.FIELD_LIST as FieldParentType.FIELD_LIST}} to parentId={{type: FieldParentType.FIELD_LIST as const}}doesn't work. Since const assertion was added on Typescript@3.4, which is not supported in our current typescript version.