跳到主要内容

Interface: IMangleScopeContext

Properties

classGenerator

classGenerator: ClassGenerator

Defined in

types.ts:433


cssHandler

cssHandler: (rawSource: string) => string

Type declaration

▸ (rawSource): string

Parameters
NameType
rawSourcestring
Returns

string

Defined in

types.ts:435


filter

filter: (className: string) => boolean

Type declaration

▸ (className): boolean

Parameters
NameType
classNamestring
Returns

boolean

Defined in

types.ts:434


jsHandler

jsHandler: (rawSource: string) => string

Type declaration

▸ (rawSource): string

Parameters
NameType
rawSourcestring
Returns

string

Defined in

types.ts:436


rawOptions

rawOptions: undefined | boolean | IMangleOptions

Defined in

types.ts:431


runtimeSet

runtimeSet: Set<string>

Defined in

types.ts:432


wxmlHandler

wxmlHandler: (rawSource: string) => string

Type declaration

▸ (rawSource): string

Parameters
NameType
rawSourcestring
Returns

string

Defined in

types.ts:437