Hi,
is their a good way to detect unnecessary import into Qml script? we did
many modules and refactor, as any good developer we would like to keep the
code as possible.

I was think by doing a walker on every script file that load the file and
try to remove each import to see if the Component still load.

The end goal is to have Jenkins running this checker into CI and warns
about them.

Jerome
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to