You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updates our JCO submodule to include the changes in
NomicFoundation/jco#5. Includes one other change to fully integrate
these changes, which is to change `NodeVariant` to `NodeType` in
`codegen/../cst/index.mts` so that the expected imports align with the
new generated exports.
* [x] Depends on #1169
* [x] Depends on NomicFoundation/jco#5Closes#1166Closes#1171
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
toNodeType
.nodeVariant
totype
.nodeVariant
,asNonterminalNode
,isNonterminalNode
, etc...The text was updated successfully, but these errors were encountered: