接口: IJsHandlerOptions
定义于: types/index.ts:27
属性
alwaysEscape?
optionalalwaysEscape:boolean
定义于: types/index.ts:35
arbitraryValues?
optionalarbitraryValues:IArbitraryValues
定义于: types/index.ts:30
babelParserOptions?
optionalbabelParserOptions:ParserOptions
定义于: types/index.ts:38
classNameSet?
optionalclassNameSet:Set<string>
定义于: types/index.ts:29
escapeMap?
optionalescapeMap:Record<string,string>
定义于: types/index.ts:28
generateMap?
optionalgenerateMap:boolean
定义于: types/index.ts:34
ignoreCallExpressionIdentifiers?
optionalignoreCallExpressionIdentifiers: (string|RegExp)[]
定义于: types/index.ts:40
ignoreTaggedTemplateExpressionIdentifiers?
optionalignoreTaggedTemplateExpressionIdentifiers: (string|RegExp)[]
定义于: types/index.ts:39
jsAstTool?
optionaljsAstTool:"babel"|"ast-grep"
定义于: types/index.ts:36
jsPreserveClass()?
optionaljsPreserveClass: (keyword) =>undefined|boolean
定义于: types/index.ts:32
参数
keyword
string
返回
undefined | boolean
mangleContext?
optionalmangleContext:any
定义于: types/index.ts:31
needEscaped?
optionalneedEscaped:boolean
定义于: types/index.ts:33
unescapeUnicode?
optionalunescapeUnicode:boolean
定义于: types/index.ts:37
