Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add SemicolonToken #173

Closed
gregjacobs opened this issue Dec 16, 2017 · 2 comments
Closed

Add SemicolonToken #173

gregjacobs opened this issue Dec 16, 2017 · 2 comments

Comments

@gregjacobs
Copy link

Hey David, can you add SemicolonToken as a node type? Seems walking through the children of an ExpressionStatement can give me this guy. Would be good to have on the TypeGuards.

Thanks!

dsherret added a commit that referenced this issue Dec 17, 2017
@dsherret dsherret added this to the Version 4.0 milestone Dec 17, 2017
@dsherret
Copy link
Owner

Within the compiler, there's not a node specifically for SemicolonToken. In this case, I added a type guard for SemiColonToken, but it still just returns a plain Node.

@gregjacobs
Copy link
Author

Ah, interesting. Ok, thanks then!

dsherret added a commit that referenced this issue May 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants