Home
last modified time | relevance | path

Searched refs:fixNestedFunction (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/linter/lib/autofixes/
DAutofixer.ts722 fixNestedFunction(tsFunctionDeclaration: ts.FunctionDeclaration): Autofix[] | undefined { method in Autofixer
/arkcompiler/ets_frontend/ets2panda/linter/lib/
DTypeScriptLinter.ts971 const autofix = this.autofixer?.fixNestedFunction(tsFunctionDeclaration);