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

Properties

readonly
type: "import"
readonly
url: string

The url of the @import dependency.

readonly
media: string | null

The media query for the @import rule.

readonly
supports: string | null

The supports() query for the @import rule.

readonly
loc: SourceLocation

The source location where the @import rule was found.