Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/snel/imports/drollup.ts>RenderedChunk

A Cybernetical framework for svelte applications in deno
Latest
interface RenderedChunk
implements PreRenderedChunk
import { type RenderedChunk } from "https://deno.land/x/snel@v0.7.1/imports/drollup.ts";

Properties

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