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?
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?