ls1intum / Apollon

UML Modeling Editor written in React
https://apollon-library.readthedocs.io
MIT License
68 stars 22 forks source link

[Bugfix] Investigate high compilation time #76

Closed jwilland-tum closed 5 years ago

jwilland-tum commented 5 years ago

Fixed some issues which led to a typescript compilation time of approx. one hour.

jwilland-tum commented 5 years ago

Changed from enum to const when declaring ElementType to enforce strongly typed lookup-dictionaries.

jwilland-tum commented 5 years ago

Changed each Reducer to accept all valid action type.

jwilland-tum commented 5 years ago

Compilation time is now less than 10 seconds again.