Skip to main content
Module

x/snel/mod.ts>Compiler.preprocess

A Cybernetical framework for svelte applications in deno
Latest
function Compiler.preprocess
import { Compiler } from "https://deno.land/x/snel@v0.7.1/mod.ts";
const { preprocess } = Compiler;

Parameters

source: string
preprocessor: PreprocessorGroup | PreprocessorGroup[]
optional
options: { filename?: string; }