MCPcopy
hub / github.com/formatjs/formatjs / printAST

Function printAST

packages/icu-messageformat-parser/printer.ts:27–29  ·  view source on GitHub ↗
(ast: MessageFormatElement[])

Source from the content-addressed store, hash-verified

25} from '#packages/icu-messageformat-parser/types.js'
26
27export function printAST(ast: MessageFormatElement[]): string {
28 return doPrintAST(ast, false)
29}
30
31export function doPrintAST(
32 ast: MessageFormatElement[],

Callers 6

processDescriptorFunction · 0.85
extractMessageDescriptorFunction · 0.85
printTagElementFunction · 0.85
printer.test.tsFile · 0.85

Calls 1

doPrintASTFunction · 0.85

Tested by

no test coverage detected