NSSTC / sim-ecs

Batteries included TypeScript ECS
https://nsstc.github.io/sim-ecs/
Mozilla Public License 2.0
84 stars 12 forks source link

Add Madge as post-build-step #48

Closed minecrawler closed 2 years ago

minecrawler commented 2 years ago

Madge is a tool to detect circular dependencies. It is important to find them as they may randomly break applications. sim-ecs is of a size which makes it hard to find them manually, so this tool will help and make sure the output is clean :)

The process should exit with an error code if there are errors in the JS artifacts, but only warn about errors found in the TS files.

minecrawler commented 2 years ago

Seems I forgot to close this, but it's already done...