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
I just updated the example to include a++. The increment operator token also shows up as a type object rather than a string. Does that mean this is intentional?
The ES7 exponentiation operator should have type
Punctuator
, but the type being returned is one of Acorn's token types:The text was updated successfully, but these errors were encountered: