Skip to main content
Module

x/drollup/deps.ts>RollupLogProps

Next-generation ES module bundler ported for Deno
Latest
interface RollupLogProps
import { type RollupLogProps } from "https://deno.land/x/drollup@2.58.0%2B0.20.0/deps.ts";

Properties

optional
code: string
optional
frame: string
optional
hook: string
optional
id: string
optional
loc: { column: number; file?: string; line: number; }
message: string
optional
name: string
optional
plugin: string
optional
pluginCode: string
optional
pos: number
optional
url: string