MCPcopy
hub / github.com/sveltejs/svelte / PreprocessorGroup_1

Interface PreprocessorGroup_1

packages/svelte/types/index.d.ts:2975–2981  ·  view source on GitHub ↗

* A preprocessor group is a set of preprocessors that are applied to a Svelte file.

Source from the content-addressed store, hash-verified

2973 * A preprocessor group is a set of preprocessors that are applied to a Svelte file.
2974 */
2975 interface PreprocessorGroup_1 {
2976 /** Name of the preprocessor. Will be a required option in the next major version */
2977 name?: string;
2978 markup?: MarkupPreprocessor_1;
2979 style?: Preprocessor_1;
2980 script?: Preprocessor_1;
2981 }
2982
2983 /**
2984 * @description Utility type to extract the type of a preprocessor from a preprocessor group

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…