MCPcopy Create free account
hub / github.com/angular/angular / humanizeMessages

Function humanizeMessages

packages/compiler/test/i18n/message_bundle_spec.ts:57–59  ·  view source on GitHub ↗
(catalog: MessageBundle)

Source from the content-addressed store, hash-verified

55}
56
57function humanizeMessages(catalog: MessageBundle): string[] {
58 return catalog.write(new _TestSerializer()).split('//');
59}

Callers 1

Calls 1

writeMethod · 0.65

Tested by

no test coverage detected