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

x/snel/compiler/types.ts>compileOut

A Cybernetical framework for svelte applications in deno
Latest
interface compileOut
import { type compileOut } from "https://deno.land/x/snel@v0.7.1/compiler/types.ts";

Properties

js: { code: string; map: Map; }
css: { code: string; map: Map; }
warnings: Warnings[]
vars: Vars[]
stats: { timings: { total: number; parse: { total: number; }; create component: { total: number; }; }; }