Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Latest
interface TransformAttributeResult
import { type TransformAttributeResult } from "https://deno.land/x/frugal@0.9.6/dep/lightningcss.ts";

Properties

code: Uint8Array

The transformed code.

dependencies: Dependency[] | void

@import and url() dependencies, if enabled.

warnings: Warning[]

Warnings that occurred during compilation.