Fields
optionaldisplayErrors:Null<Bool>
Whether or not to print any errors to stderr, with the line of code that caused them highlighted, before throwing an exception.
Will capture both syntax errors from compiling code and runtime errors thrown by executing the compiled code.
Defaults to true.