You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've just tried using dts2hx on Chart.js and have received this error:
Error: Internal error: Reached type-depth limit, stopping further type conversions. This indicates unbound recursive type conversion
No additional information is provided and useable externs (so far) are still generated and saved.
Chart.js appears to include it's own TypeScript definitions (at least for v3.3.2) so if you try to replicate the error I installed chart.js with npm install chart.js and not @types/chart.js. In fact the @types version works just fine with no errors.
Thanks.
The text was updated successfully, but these errors were encountered:
Hello,
I've just tried using dts2hx on Chart.js and have received this error:
No additional information is provided and useable externs (so far) are still generated and saved.
Chart.js appears to include it's own TypeScript definitions (at least for v3.3.2) so if you try to replicate the error I installed chart.js with
npm install chart.js
and not@types/chart.js
. In fact the@types
version works just fine with no errors.Thanks.
The text was updated successfully, but these errors were encountered: