Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/angular/angular-cli
/ 001-npm-sandbox.ts
File
001-npm-sandbox.ts
tests/e2e/setup/001-npm-sandbox.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ mkdir, writeFile } from
'node:fs/promises'
;
2
import
{ join } from
'node:path'
;
3
import
{ getGlobalVariable, setGlobalVariable } from
'../utils/env'
;
4
Callers
nothing calls this directly
Calls
5
getGlobalVariable
Function · 0.90
setGlobalVariable
Function · 0.90
join
Function · 0.85
log
Method · 0.65
writeFile
Function · 0.50
Tested by
no test coverage detected