UNPKG

@visulima/error

Version:

Error with more than just a message, stacktrace parsing.

14 lines (11 loc) 738 B
export { CODE_FRAME_POINTER, codeFrame } from './code-frame/index.mjs'; export { ErrorHint, ErrorLocation, ErrorProperties, ErrorWithCauseSerializerOptions, RenderErrorOptions, SerializedError, VisulimaError, captureRawStackTrace, getErrorCauses, isVisulimaError, renderError, serializeError } from './error/index.mjs'; export { Trace, TraceType, parseStacktrace } from './stacktrace/index.mjs'; export { C as CodeFrameLocation, a as CodeFrameNodeLocation, b as CodeFrameOptions, c as ColorizeMethod } from './packem_shared/types-CrVmNoPV.mjs'; declare const indexToLineColumn: (input: number[] | string, index: number, options?: { skipChecks: boolean; }) => { column: number; line: number; }; export { indexToLineColumn };