Fix #3012: expose scanner#3020
Conversation
|
👍 |
|
I would not expose the scanner. It is an implementation detail. We should be exposing this through our AST API. From: Mohamed Hegazymailto:notifications@github.com mhegazy wants to merge 1 commit into master from exposeScanner: You can view, comment on, or merge this pull request online at: Commit Summary
File Changes
Patch Links:
— |
|
#3012 is for users like TSLint that need to walk through all nodes of a specific kind (like comment, whitespace etc.). I'm cool with exposing it somewhere, we've been using the scanner to do this work currently. |
No description provided.