plotly / dash

Data Apps & Dashboards for Python. No JavaScript Required.
https://plotly.com/dash
MIT License
21.49k stars 2.07k forks source link

Add Support for TypeScript 5.5 #2936

Closed samhinshaw closed 2 months ago

samhinshaw commented 3 months ago

TypeScript 5.5 adds a hard check to prevent ts.createProgam from being called on improperly parsed tsconfig files. Fortunately, the error message politely points out what function you can use to parse the tsconfig file. Hooray for code review! However, this change should be broadly backwards-compatible, as this function has been present in TypeScript since version 2.8.

Contributor Checklist

optionals

gvwilson commented 2 months ago

@T4rk1n can you please give this one last look and then merge? thank you - @gvwilson