MCPcopy Create free account
hub / github.com/cortex-js/compute-engine / error

Method error

src/point-free-parser/parsers.ts:314–329  ·  view source on GitHub ↗

* An `error` is used when an unexpected failure was encountered. * It typically indicates a syntax error. * * Nonetheless, an attempt is made to recover. * * The range indicate the portion of the source covered by this result. * The optional `pos` indicate where the error occurred.

(
    value: IR,
    msg: DiagnosticMessage | ((parser: Parser) => DiagnosticMessage),
    fixits?: Fixit[]
  )

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 12

parseExtendedStringFunction · 0.95
parseInterpolationFunction · 0.95
parseSingleLineStringFunction · 0.95
parseMultilineStringFunction · 0.95
parseExponentFunction · 0.95
applyExponentFunction · 0.95
parseHexadecimalNumberFunction · 0.95
parseFloatingPointNumberFunction · 0.95
betweenFunction · 0.95
manySeparatedBetweenFunction · 0.95
someSeparatedBetweenFunction · 0.95
combineFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected