Searched refs:functionErrorsPerScope (Results 1 – 1 of 1) sorted by relevance
702 …const { scopes, readsAndWrites: { target, usagesPerScope, functionErrorsPerScope, exposedVariableD… constant703 …Debug.assert(!functionErrorsPerScope[requestedChangesIndex].length, "The extraction went missing? …735 …const { scopes, readsAndWrites: { functionErrorsPerScope, constantErrorsPerScope } } = getPossible…770 errors: functionErrorsPerScope[i],1621 readonly functionErrorsPerScope: readonly (readonly Diagnostic[])[]; property1636 const functionErrorsPerScope: Diagnostic[][] = []; constant1665 functionErrorsPerScope.push([]);1748 …functionErrorsPerScope[i].push(createDiagnosticForNode(targetRange.thisNode!, Messages.cannotExtra…1769 functionErrorsPerScope[i].push(diag);1774 functionErrorsPerScope[i].push(diag);[all …]