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
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).