You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working on a web build system (https://github.com/One-com/assetgraph) that operates on a graph of assets and relations, and I would like to add support for less assets. For that to work I will need to use the parse tree and model @import statements as relations. Unfortunately it looks like the less parser not only parses these statements, but also tries to fetch the files from disc.
Is there any way the actual parsing phase can be separated from the importing phase?