TraceArg: {
    location: Location;
    result: any;
    rule: string;
    type: "rule.enter" | "rule.match" | "rule.fail";
}

Type declaration

  • location: Location
  • result: any
  • rule: string
  • type: "rule.enter" | "rule.match" | "rule.fail"

Generated using TypeDoc