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 the past, we had a lot of issue due to the JavaScript syntax (API misuse for instance) that can only be found at runtime.
As we have to tests in this repository, this is a pain.
Moving to TypeScript will avoid such errors. This will also helps when bumping bpmn-visualization.
In the past, we had a lot of issue due to the JavaScript syntax (API misuse for instance) that can only be found at runtime.
As we have to tests in this repository, this is a pain.
Moving to TypeScript will avoid such errors. This will also helps when bumping
bpmn-visualization
.Notes 2023-03-10
Some parts of the code have been reused in https://github.com/process-analytics/bonita-day-demo-2023 which is written in TypeScript. This could help migrating the code here.
The text was updated successfully, but these errors were encountered: