amazon-ion / ion-js

A JavaScript implementation of Amazon Ion.
http://amzn.github.io/ion-docs/
Apache License 2.0
353 stars 48 forks source link

Update `ion-js` to use latest TypeScript versions(v4.0.7+) #747

Open desaikd opened 1 year ago

desaikd commented 1 year ago

Currently there is an issue with TypeScript's newer version for mixed-in classes with functions returning 'this' because it generates TS2526 error in DTS file.

Once the issue is resolved within TypeScript, we will be able to shift to a latest version of TypeScript(v4.0.7+).