-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
feat(parser): Draft of scope analysis with types #1533
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
Conversation
This comment has been minimized.
This comment has been minimized.
I've never liked this custom scope analyser, because it is a lot of code for us to maintain, and being built on the (poorly documented) Does typescript expose any of its scope analysis data? If yes, would it be better to do a conversion pass over this data instead? Having a quick look, it looks like TS has |
Closing this in favour of #1939 |
Unfinished and not fully working scope analysis for types.
Original work was started some time ago in #233 and this PR contains all changes rebased to current master
some of changes got migrated outside of this PR to master already and are dropped from here
This is early stage of updated scope-analysis with types included into scope, there is still a lot to do.
Goal of this PR is to solve #18, #19, #21, #60, #207 #122, #249, #342, #1542
type
andvar
type
,interface