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

Investigate if downleveled types are necessary #67

Open
chradek opened this issue Aug 5, 2020 · 0 comments
Open

Investigate if downleveled types are necessary #67

chradek opened this issue Aug 5, 2020 · 0 comments

Comments

@chradek
Copy link
Collaborator

chradek commented Aug 5, 2020

This package uses getters and setters in many of its exported classes (e.g. Connection). We know that starting with TypeScript 3.6, the generated types changed and are not compatible with versions of TypeScript older than 3.6. We should consider adding down-leveled types to the package to ensure TypeScript 3.1-3.5 users can continue compiling against this package.

/cc @ramya-rao-a

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

No branches or pull requests

1 participant