Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/angular/dev-infra
/ readFileAsString
Function
readFileAsString
ng-dev/release/notes/changelog.spec.ts:159–161 ·
view source on GitHub ↗
(file: string)
Source
from the content-addressed store, hash-verified
157
});
158
159
function
readFileAsString(file: string) {
160
return
readFileSync(file, {encoding:
'utf8'
});
161
}
162
163
function
createChangelogEntry(version: string, content =
''
) {
164
return
dedent`
Callers
1
changelog.spec.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected