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

Function join

packages/less/lib/less-browser/file-manager.js:14–19  ·  view source on GitHub ↗
(basePath, laterPath)

Source from the content-addressed store, hash-verified

12 },
13
14 join(basePath, laterPath) {
15 if (!basePath) {
16 return laterPath;
17 }
18 return this.extractUrlParts(laterPath, basePath).path;
19 },
20
21 doXHR(url, type, callback, errback) {
22 const xhr = new XMLHttpRequest();

Callers

nothing calls this directly

Calls 1

extractUrlPartsMethod · 0.80

Tested by

no test coverage detected