Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/angular/angular-cli
/ 010-local-publish.ts
File
010-local-publish.ts
tests/e2e/setup/010-local-publish.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ writeFile } from
'node:fs/promises'
;
2
import
{ join } from
'node:path/posix'
;
3
import
{ getGlobalVariable } from
'../utils/env'
;
4
import
{ PkgInfo } from
'../utils/packages'
;
Callers
nothing calls this directly
Calls
8
getGlobalVariable
Function · 0.90
globalNpm
Function · 0.90
isPrereleaseCli
Function · 0.90
extractNpmEnv
Function · 0.90
extractCIAndInfraEnv
Function · 0.90
join
Function · 0.85
writeFile
Function · 0.50
values
Method · 0.45
Tested by
no test coverage detected