Interface: IMangleScopeContext
Properties
classGenerator
• classGenerator: ClassGenerator
Defined in
cssHandler
• cssHandler: (rawSource
: string
) => string
Type declaration
▸ (rawSource
): string
Parameters
Name | Type |
---|---|
rawSource | string |
Returns
string
Defined in
filter
• filter: (className
: string
) => boolean
Type declaration
▸ (className
): boolean
Parameters
Name | Type |
---|---|
className | string |
Returns
boolean
Defined in
jsHandler
• jsHandler: (rawSource
: string
) => string
Type declaration
▸ (rawSource
): string
Parameters
Name | Type |
---|---|
rawSource | string |
Returns
string
Defined in
rawOptions
• rawOptions: undefined
| boolean
| IMangleOptions
Defined in
runtimeSet
• runtimeSet: Set
<string
>
Defined in
wxmlHandler
• wxmlHandler: (rawSource
: string
) => string
Type declaration
▸ (rawSource
): string
Parameters
Name | Type |
---|---|
rawSource | string |
Returns
string