Searched refs:isRefactorErrorInfo (Results 1 – 9 of 9) sorted by relevance
16 Debug.assert(info && !isRefactorErrorInfo(info), "Expected applicable refactor info");32 if (!isRefactorErrorInfo(info)) {
34 if (!isRefactorErrorInfo(info)) {61 Debug.assert(info && !isRefactorErrorInfo(info), "Expected applicable refactor info");
19 if (info && !isRefactorErrorInfo(info)) {29 if (!isRefactorErrorInfo(info)) {
13 export function isRefactorErrorInfo(info: unknown): info is RefactorErrorInfo { function
21 if (!isRefactorErrorInfo(info)) {41 Debug.assert(info && !isRefactorErrorInfo(info), "Expected applicable refactor info");
29 if (!isRefactorErrorInfo(info)) {47 Debug.assert(info && !isRefactorErrorInfo(info), "Expected applicable refactor info");
31 if (!isRefactorErrorInfo(info)) {57 Debug.assert(info && !isRefactorErrorInfo(info), "Expected to find a range to extract");
25 if (!isRefactorErrorInfo(info)) {44 Debug.assert(info && !isRefactorErrorInfo(info), "Expected applicable refactor info");
22 if (!fieldInfo || refactor.isRefactorErrorInfo(fieldInfo)) return undefined;