Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

VisitedExpression

import type { VisitedExpression } from "https://googleapis.deno.dev/v1/firebaserules:v1.ts";

Store the position and access outcome for an expression visited in rules.

interface VisitedExpression {
sourcePosition?: SourcePosition;
value?: any;
}

§Properties

§
sourcePosition?: SourcePosition
[src]

Position in the Source or Ruleset where an expression was visited.

§
value?: any
[src]

The evaluated value for the visited expression, e.g. true/false