-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Description
Hi. I've been trying to contribute to TypeScript for the last month (This is the problem I want to resolve just for reference: microsoft/TypeScript#49149)
The setup, install, VSCode containers, documentation to run tests was all fine. I even got to run the tests and seeing them all pass.
But constantly I am being lost in the way the whole thing generally work.
My change is as simple as this:
But when I run tests, I get failing tests in too many files that does not seem related to my eye. I believe I will need to understand the whole thing more to be able to make any change in this code base.
I understand that the whole TypeScript thing is not an easy thing to understand and develop; like it is not a normal application; rather it is a whole language and type system.
But still, what I request is a public documentation on how the tests work work. Like, specifically how to read these files:
I tried reading some merged PRs. But, still, they were too hard to understand.