ejs
ejs copied to clipboard
Get data about imported files
Is it possible for EJS to output data about which files were imported? I need to create a dependency graph.
Looks like the only way is to build a parse tool by yourself, ejs is not caching them.