Home
last modified time | relevance | path

Searched defs:stopCondition (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/linter/src/lib/autofixes/
DSymbolCache.ts41 const stopCondition = (node: ts.Node): boolean => { property in SymbolCache
DAutofixer.ts1887 const stopCondition = (node: ts.Node): boolean => { property in Autofixer
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/
DTypeScriptLinter.ts293 const stopCondition = (node: ts.Node): boolean => { constant
1028 const stopCondition = (node: ts.Node): boolean => { constant
2504 const stopCondition = (node: ts.Node): boolean => { constant
2587 const stopCondition = (node: ts.Node): boolean => { constant
DInteropTypescriptLinter.ts193 const stopCondition = (node: ts.Node): boolean => { constant
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/utils/
DTsUtils.ts1802 const stopCondition = (node: ts.Node): boolean => { constant