samhh / tshm

A parser and formatter for TypeScript declarations that outputs HM-style type signatures.
MIT License
31 stars 1 forks source link

Testing the TypeScript standard library #24

Open samhh opened 3 years ago

samhh commented 3 years ago

Is this possible somehow? Perhaps as a submodule?

git submodule add git@github.com:microsoft/TypeScript.git tslib

samhh commented 3 years ago

This might also be an effective, reliable way to test performance.