How can I access the AST that LESS generates?

Viewed 795

I'd like to perform some code analysis on a LESS stylesheet by accessing the AST. The programmatic usage documentation only covers how to render a file or string.

How can I access the less.js AST?

1 Answers
Related