MCPcopy
hub / github.com/vuejs/core / SFCStyleCompileOptions

Interface SFCStyleCompileOptions

packages/compiler-sfc/src/compileStyle.ts:20–37  ·  packages/compiler-sfc/src/compileStyle.ts::SFCStyleCompileOptions

Source from the content-addressed store, hash-verified

18import postcssModules from class="st">'postcss-modules'
19
20export interface SFCStyleCompileOptions {
21 source: string
22 filename: string
23 id: string
24 scoped?: boolean
25 trim?: boolean
26 isProd?: boolean
27 inMap?: RawSourceMap
28 preprocessLang?: PreprocessLang
29 preprocessOptions?: any
30 preprocessCustomRequire?: (id: string) => any
31 postcssOptions?: any
32 postcssPlugins?: any[]
33 /**
34 * @deprecated use `inMap` instead.
35 */
36 map?: RawSourceMap
37}
38
39/**
40 * Aligns with postcss-modules

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected