AlexeyBoiko / DgrmJS

Dgrm.net - flowchart editor. Works on desktop, phone and tablet. Has no dependency. Pure JavaScript.
https://dgrm.net
Apache License 2.0
906 stars 83 forks source link

use ES2022 private property #9

Closed tbo47 closed 2 years ago

tbo47 commented 2 years ago

Would you be interested moving to the new es2022 syntax for private property? This PR is just an example of what I am talking about.

The goal is to have a syntax similar to typescript. So using this notation makes the class work for typescript and javascript.