Creates a string version of the given *Lox
box.
const lox: OutputLox = ... // the lox in an output callback (also `ErrorLox`)
const box = BoxFactory.getBoxString(lox.box, !this._colorsDisabled);
the Box
of an OutputLox
or ErrorLox
should the symbols be wrapped in ANSI colors
a stringified version of the given box
Generated using TypeDoc
A Factory used to construct the BoxLayout for
*Lox
es