Skip to content
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

Relaxed ts dependency #456

Merged
merged 24 commits into from Oct 6, 2018
Merged

Relaxed ts dependency #456

merged 24 commits into from Oct 6, 2018

Conversation

dsherret
Copy link
Owner

@dsherret dsherret commented Oct 6, 2018

This PR relaxes the typescript dependency to support TypeScript versions 3.0.1 and 3.0.3 instead of only 3.0.3.

I would like to expand support up to 3.1.x, but that version of the compiler seems to resolve a lot of the types in this library to "any". I'll have to investigate why and report to the typescript team later.

@coveralls
Copy link

coveralls commented Oct 6, 2018

Coverage Status

Coverage decreased (-0.2%) to 94.786% when pulling 7fbbf3d on relaxedTsDependency2 into c81081e on dev.

@dsherret dsherret merged commit 1029f75 into dev Oct 6, 2018
@dsherret dsherret deleted the relaxedTsDependency2 branch October 6, 2018 18:17
dsherret added a commit that referenced this pull request May 14, 2019
The typescript declaration file is no longer stored internally in the library.

I would like to widen support for 3.1.x, but that compiler version seems slightly broken. It resolves a lot of types to `any` within this library. I will need to investigate and report the issue to the typescript team if it hasn't been reported (or perhaps it's an issue internally in the library).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants