Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/formatjs/formatjs
/ Message
Function
Message
packages/editor/message.tsx:105–108 ·
view source on GitHub ↗
({message})
Source
from the content-addressed store, hash-verified
103
}
104
105
const Message: React.FC<Props> = ({message}) => {
106
const ast = parse(message)
107
return <>{formatAst(ast)}</>
108
}
109
110
export default Message
Callers
nothing calls this directly
Calls
2
parse
Function · 0.90
formatAst
Function · 0.85
Tested by
no test coverage detected