Skip to content

Cannot parse less files synchronously even when imports are ignored #1498

@brenmar

Description

@brenmar

The current version of of the API does not allow the parsing of less files synchronously using the API in node (or other server / build time processing system) even when import processing (the only reason the execution path is asynchronous) is disabled via the processImports: false option, despite this execution path actually being synchronous, it just does not return the result in a way that can be used synchronously (i.e. return the result, not just pass it to the callback).

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions