Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/UsefulSoftwareCo/executor
/ dirnameOf
Function
dirnameOf
tests/release-bootstrap-smoke.test.ts:20–22 ·
view source on GitHub ↗
(url: string)
Source
from the content-addressed store, hash-verified
18
const
distDir = join(cliRoot,
"dist"
);
19
20
function
dirnameOf(url: string): string {
21
return
resolve(fileURLToPath(
new
URL(
"."
, url)));
22
}
23
24
const
runCommand =
async
(
25
command: string,
Callers
1
release-bootstrap-smoke.test.ts
File · 0.85
Calls
1
resolve
Function · 0.50
Tested by
no test coverage detected