Skip to main content
Module

x/aleph/server/deps.ts>ImportDependency

The Full-stack Framework in Deno.
Very Popular
Go to Latest
interface ImportDependency
import { type ImportDependency } from "https://deno.land/x/aleph@1.0.0-beta.1/server/deps.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.