PreprocessorGroup Type — svelte Architecture
Architecture documentation for the PreprocessorGroup type/interface in public.d.ts from the svelte codebase.
Entity Profile
Dependency Diagram
graph TD 47167bfc_26d3_76ea_c426_a072fad1ddcd["PreprocessorGroup"] 4b68a954_7c34_7bb2_fbf3_5c16d3cdab6f["public.d.ts"] 47167bfc_26d3_76ea_c426_a072fad1ddcd -->|defined in| 4b68a954_7c34_7bb2_fbf3_5c16d3cdab6f style 47167bfc_26d3_76ea_c426_a072fad1ddcd fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
packages/svelte/src/compiler/preprocess/public.d.ts lines 63–69
export interface PreprocessorGroup {
/** Name of the preprocessor. Will be a required option in the next major version */
name?: string;
markup?: MarkupPreprocessor;
style?: Preprocessor;
script?: Preprocessor;
}
Source
Frequently Asked Questions
What is the PreprocessorGroup type?
PreprocessorGroup is a type/interface in the svelte codebase, defined in packages/svelte/src/compiler/preprocess/public.d.ts.
Where is PreprocessorGroup defined?
PreprocessorGroup is defined in packages/svelte/src/compiler/preprocess/public.d.ts at line 63.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free