AbsaOSS / spline-ui

Apache License 2.0
12 stars 6 forks source link

Refactoring namespaces, that is deprecated in typescript #227

Closed korel-san closed 1 year ago

korel-san commented 1 year ago

Main goal: increase performance and make dependencies less tied, and increase code quality due to the removal of code duplications

The reason why is described here: https://stackoverflow.com/questions/38582352/module-vs-namespace-import-vs-require-typescript#:~:text=A%20module%20in%20TypeScript%20is,code%20in%20an%20obsolete%20fashion.