formatMessages()
formatMessages(
messages
,options
):Promise
<string
[]>
Converts log messages to formatted message strings suitable for printing in the terminal. This allows you to reuse the built-in behavior of esbuild's log message formatter. This is a batch-oriented API for efficiency.
- Works in node: yes
- Works in browser: yes
Parameters
Parameter | Type |
---|---|
| |
|
Returns
Promise
<string
[]>