Skip to main content
Module

x/drollup/mod.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+0.20.0/mod.ts";

Properties

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