MCPcopy
hub / github.com/less/less.js / loadFile

Method loadFile

packages/less/lib/less/environment/file-manager-api.ts:62–62  ·  view source on GitHub ↗

* Loads a file asynchronously.

(
        filename: string,
        currentDirectory: string,
        options: Record<string, any>,
        environment: Environment
    )

Source from the content-addressed store, hash-verified

60 * Loads a file asynchronously.
61 */
62 loadFile(
63 filename: string,
64 currentDirectory: string,
65 options: Record<string, any>,

Callers 6

loadStyleSheetFunction · 0.80
loadPluginFunction · 0.80
loadPluginFunction · 0.80
loadFileSyncFunction · 0.80
pushMethod · 0.80
pluginFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected