Skip to main content
Module

x/drollup/deps.ts>RenderedChunk

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

Properties

optional
code: string
dynamicImports: string[]
fileName: string
implicitlyLoadedBefore: string[]
importedBindings: { [imported: string]: string[]; }
imports: string[]
optional
map: SourceMap
referencedFiles: string[]