Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[REFACTOR] Move the code to TypeScript #64

Open
tbouffard opened this issue Oct 23, 2022 · 0 comments
Open

[REFACTOR] Move the code to TypeScript #64

tbouffard opened this issue Oct 23, 2022 · 0 comments
Labels
refactoring Code refactoring

Comments

@tbouffard
Copy link
Member

tbouffard commented Oct 23, 2022

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.

@tbouffard tbouffard added the refactoring Code refactoring label Mar 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactoring Code refactoring
Projects
None yet
Development

No branches or pull requests

1 participant