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
In #1339 we made some changes to be able to support older typescript version with our flamegraph component (particularly for Jaeger usage in this case)..
We should come up with a way to either alert us in CI if we use a Typescript feature that is not supported in typescript 3 or a way to convert typescript 4 to typescript 3
The text was updated successfully, but these errors were encountered:
Rperry2174
changed the title
Add warning / mechanism for supporting older Typescript versions
Add warning / mechanism for supporting older Typescript versions for Flamegraph
Aug 3, 2022
In #1339 we made some changes to be able to support older typescript version with our flamegraph component (particularly for Jaeger usage in this case)..
We should come up with a way to either alert us in CI if we use a Typescript feature that is not supported in typescript 3 or a way to convert typescript 4 to typescript 3
This may be an option: https://github.com/sandersn/downlevel-dts
The text was updated successfully, but these errors were encountered: