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

x/snel/compiler/types.ts>PreprocessorGroup

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

Properties

optional
markup: (options: { content: string; filename: string; }) => Processed | Promise<Processed>
optional
style: Preprocessor
optional
script: Preprocessor