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
{{ message }}
This repository has been archived by the owner on Jan 19, 2019. It is now read-only.
...we are currently consistently using TSTypeReference for each foo example - i.e. for both type argument A and type argument number.
I observed this as a difference between this parser and babylon, and inferred that, when the type argument is a type keyword, you just the type directly in the AST.
This seems to make a lot of sense, so I will update the AST in this project accordingly.
@andy-ms For this source:
...we are currently consistently using
TSTypeReference
for eachfoo
example - i.e. for both type argumentA
and type argumentnumber
.I observed this as a difference between this parser and babylon, and inferred that, when the type argument is a type keyword, you just the
type
directly in the AST.This seems to make a lot of sense, so I will update the AST in this project accordingly.
Example diff:
The text was updated successfully, but these errors were encountered: