Open OmarTawfik opened 23 hours ago
In the jco fork, we need to update the generated APIs for typescript_enum. The APIs are generated using the enum's name as a suffix:
jco
typescript_enum
NodeVariant
NodeKind
nodeVariant
type
asNonterminalNode
isNonterminalNode
In the
jco
fork, we need to update the generated APIs fortypescript_enum
. The APIs are generated using the enum's name as a suffix:NodeVariant
toNodeKind
.nodeVariant
totype
.nodeVariant
,asNonterminalNode
,isNonterminalNode
, etc...