| /third_party/typescript/src/compiler/transformers/declarations/ |
| D | diagnostics.ts | 6 errorNode: Node; property
|
| /third_party/typescript/src/services/codefixes/ |
| D | addMissingAwait.ts | 200 const errorNode = isPropertyAccessExpression(reference.parent) ? reference.parent.name : constant
|
| /third_party/typescript/src/services/refactors/ |
| D | extractSymbol.ts | 1743 … const errorNode = isReadonlyArray(targetRange.range) ? targetRange.range[0] : targetRange.range; constant
|
| /third_party/typescript/src/compiler/ |
| D | checker.ts | 12538 const errorNode = getConstraintDeclaration(t as TypeParameter); constant 18157 … const { errorNode: prop, innerExpression: next, nameType, errorMessage } = status.value; constant 29354 const errorNode = !reportError ? undefined : constant 31096 const errorNode = reportErrors ? (thisArgumentNode || node) : undefined; constant 31125 const errorNode = !reportErrors ? undefined : constant 33951 const errorNode = node.expression || node; constant 34123 const errorNode = getEffectiveReturnTypeNode(func) || func; constant 37740 … const errorNode: Node = (subsequentNode as FunctionLikeDeclaration).name || subsequentNode; constant 37771 const errorNode: Node = node.name || node; constant 41276 const errorNode = localPropDeclaration || localIndexDeclaration || constant [all …]
|
| /third_party/typescript/lib/ |
| D | tsc.js | 45391 …function resolveExternalModule(location, moduleReference, moduleNotFoundError, errorNode, isForAug… argument 45572 function errorOnImplicitAnyModule(isError, errorNode, _a, moduleReference) { argument 56799 …function checkTypeAssignableTo(source, target, errorNode, headMessage, containingMessageChain, err… argument 56802 …function checkTypeAssignableToAndOptionallyElaborate(source, target, errorNode, expr, headMessage,… argument 56805 …function checkTypeRelatedToAndOptionallyElaborate(source, target, relation, errorNode, expr, headM… argument 57194 … case 2: return [4, { errorNode: prop.name, innerExpression: undefined, nameType: type }]; property 57198 …case 4: return [4, { errorNode: prop.name, innerExpression: prop.initializer, nameType: type, erro… property 57217 … function checkTypeComparableTo(source, target, errorNode, headMessage, containingMessageChain) { argument 57547 …function checkTypeRelatedTo(source, target, relation, errorNode, headMessage, containingMessageCha… argument 65868 function checkJsxPreconditions(errorNode) { argument [all …]
|
| D | typingsInstaller.js | 54891 …function resolveExternalModule(location, moduleReference, moduleNotFoundError, errorNode, isForAug… argument 55100 function errorOnImplicitAnyModule(isError, errorNode, _a, moduleReference) { argument 67910 …function checkTypeAssignableTo(source, target, errorNode, headMessage, containingMessageChain, err… argument 67917 …function checkTypeAssignableToAndOptionallyElaborate(source, target, errorNode, expr, headMessage,… argument 67920 …function checkTypeRelatedToAndOptionallyElaborate(source, target, relation, errorNode, expr, headM… argument 68330 …case 2: return [4 /*yield*/, { errorNode: prop.name, innerExpression: undefined, nameType: type }]; property 68334 …case 4: return [4 /*yield*/, { errorNode: prop.name, innerExpression: prop.initializer, nameType: … property 68357 … function checkTypeComparableTo(source, target, errorNode, headMessage, containingMessageChain) { argument 68730 …function checkTypeRelatedTo(source, target, relation, errorNode, headMessage, containingMessageCha… argument 78483 function checkJsxPreconditions(errorNode) { argument [all …]
|