接口: IJsHandlerOptions
定义于: types/index.ts:36
属性
always?
optionalalways:boolean
定义于: types/index.ts:44
arbitraryValues?
optionalarbitraryValues:IArbitraryValues
定义于: types/index.ts:39
babelParserOptions?
optionalbabelParserOptions:ParserOptions
定义于: types/index.ts:47
classNameSet?
optionalclassNameSet:Set<string>
定义于: types/index.ts:38
escapeMap?
optionalescapeMap:Record<string,string>
定义于: types/index.ts:37
generateMap?
optionalgenerateMap:boolean
定义于: types/index.ts:43
ignoreCallExpressionIdentifiers?
optionalignoreCallExpressionIdentifiers: (string|RegExp)[]
定义于: types/index.ts:49
ignoreTaggedTemplateExpressionIdentifiers?
optionalignoreTaggedTemplateExpressionIdentifiers: (string|RegExp)[]
定义于: types/index.ts:48
jsAstTool?
optionaljsAstTool:"babel"|"ast-grep"
定义于: types/index.ts:45
jsPreserveClass()?
optionaljsPreserveClass: (keyword) =>undefined|boolean
定义于: types/index.ts:41
参数
keyword
string
返回
undefined | boolean
mangleContext?
optionalmangleContext:IMangleScopeContext
定义于: types/index.ts:40
needEscaped?
optionalneedEscaped:boolean
定义于: types/index.ts:42
unescapeUnicode?
optionalunescapeUnicode:boolean
定义于: types/index.ts:46
