This repository was archived by the owner on Jan 17, 2025. It is now read-only.

Description
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.