MCPcopy 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
159function readFileAsString(file: string) {
160 return readFileSync(file, {encoding: 'utf8'});
161}
162
163function createChangelogEntry(version: string, content = '') {
164 return dedent`

Callers 1

changelog.spec.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected