Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/formatjs/formatjs
/ printArgumentElement
Function
printArgumentElement
packages/icu-messageformat-parser/printer.ts:149–151 ·
view source on GitHub ↗
({value}: ArgumentElement)
Source
from the content-addressed store, hash-verified
147
}
148
149
function
printArgumentElement({value}: ArgumentElement) {
150
return
`{${value}}`
151
}
152
153
function
printSimpleFormatElement(
154
el: DateElement | TimeElement | NumberElement
Callers
1
doPrintAST
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected