Skip to main content
Go to Latest
interface UrlDependency
import { type UrlDependency } from "https://deno.land/x/aleph_compiler@0.6.4/types.ts";

Properties

readonly
type: "url"
readonly
url: string

The url of the dependency.

readonly
loc: SourceLocation

The source location where the url() was found.

readonly
placeholder: string

The placeholder that the url was replaced with.