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
Now that I'm seeing how much structure there is to type parameters, I think we should tweak their
structure so that there is always a visible syntax node corresponding to each parameter (as opposed to the identifier and upper_bound node appearing as siblings within the type_parameters node).
Does that make sense? We could have a hidden helper rule called _type_parameter that is shared between the three. In addition, we should add the _type_parameter to the inline section of the
grammar. That will avoid actually creating that node at runtime for performance reasons.
The text was updated successfully, but these errors were encountered:
From a discussion during #1 :
The text was updated successfully, but these errors were encountered: