* A preprocessor group is a set of preprocessors that are applied to a Svelte file.
| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…