The Python implementation [has a way](https://jinja.palletsprojects.com/en/master/api/#jinja2.meta.find_undeclared_variables) to extract the variables used in the template, is it possible to do the same with jinjs?
The Python implementation has a way to extract the variables used in the template, is it possible to do the same with jinjs?