Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/astral/bindings/celestial.ts>Audits_PropertyRuleIssueDetails

A high-level puppeteer/playwright-like library for Deno
Latest
type alias Audits_PropertyRuleIssueDetails
import { type Audits_PropertyRuleIssueDetails } from "https://deno.land/x/astral@0.3.5/bindings/celestial.ts";

This issue warns about errors in property rules that lead to property registrations being ignored.

definition: { sourceCodeLocation: Audits_SourceCodeLocation; propertyRuleIssueReason: Audits_PropertyRuleIssueReason; propertyValue?: string; }