Skip to content
This repository has been archived by the owner on Oct 15, 2018. It is now read-only.

Replace typeChecker.typeToString with own implementation #204

Closed
dsherret opened this issue Oct 29, 2016 · 1 comment
Closed

Replace typeChecker.typeToString with own implementation #204

dsherret opened this issue Oct 29, 2016 · 1 comment

Comments

@dsherret
Copy link
Owner

The implementation of typeChecker.typeToString keeps changing within typescript's code. It would be better for this library to have it's own type to string so that it's not dependent on whatever the typescript team decides to do.

@dsherret
Copy link
Owner Author

Implemented somewhat of a hybrid solution that still uses the type checker, just not for everything. Unfortunately had to do this because they kept changing the behaviour of typeToString.

dsherret added a commit that referenced this issue Nov 11, 2016
dsherret added a commit that referenced this issue Nov 13, 2016
dsherret added a commit that referenced this issue Nov 13, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant