I would very much like to use twing to also run linting tasks on twig templates from within a webpack build. The project I want to package will contain the twig templates for downstream usage, but I want to prevent shipping faulty templates.
Being able to just parse the templates and report errors would be very helpful for the library to be used as a dependency in just linting tasks (read: webpack/gulp/... plugins).