MCPcopy Create free account
hub / github.com/RtlZeroMemory/Rezi / fail

Method fail

packages/core/src/constraints/parser.ts:416–418  ·  view source on GitHub ↗
(detail: string, position = this.pos)

Source from the content-addressed store, hash-verified

414 }
415
416 private fail(detail: string, position = this.pos): never {
417 throw new ConstraintSyntaxError(this.source, detail, position);
418 }
419}
420
421export function parse(source: string): ExprNode {

Callers 15

parseMethod · 0.95
parseTernaryMethod · 0.95
parseCompareMethod · 0.95
parseAtomMethod · 0.95
parseNamedAtomMethod · 0.95
parseCallMethod · 0.95
parseStepsCallMethod · 0.95
parseScopedRefMethod · 0.95
parseWidgetRefMethod · 0.95
parseNumberNodeMethod · 0.95
readIdentifierMethod · 0.95
readPropMethod · 0.95

Calls

no outgoing calls

Tested by 15

findRootRectFunction · 0.64
findChildRectFunction · 0.64
captureRenderErrorFunction · 0.64
mustLayoutFunction · 0.64
mustNodeByIdFunction · 0.64
mustLayoutFunction · 0.64
renderAndGetLayoutTreeFunction · 0.64
mustLayoutFunction · 0.64
expectLayoutFatalFunction · 0.64
mustLayoutFunction · 0.64
mustMeasureFunction · 0.64