Skip to content

Parse synchronously without fetching @imports? #462

@papandreou

Description

@papandreou

Hi!

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?

Thanks :)

Best regards,
Papandreou

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions