Home
last modified time | relevance | path

Searched defs:errorNode (Results 1 – 6 of 6) sorted by relevance

/third_party/typescript/src/compiler/transformers/declarations/
Ddiagnostics.ts6 errorNode: Node; property
/third_party/typescript/src/services/codefixes/
DaddMissingAwait.ts200 const errorNode = isPropertyAccessExpression(reference.parent) ? reference.parent.name : constant
/third_party/typescript/src/services/refactors/
DextractSymbol.ts1743 … const errorNode = isReadonlyArray(targetRange.range) ? targetRange.range[0] : targetRange.range; constant
/third_party/typescript/src/compiler/
Dchecker.ts12499 const errorNode = getConstraintDeclaration(t as TypeParameter); constant
18118 … const { errorNode: prop, innerExpression: next, nameType, errorMessage } = status.value; constant
29299 const errorNode = !reportError ? undefined : constant
31030 const errorNode = reportErrors ? (thisArgumentNode || node) : undefined; constant
31059 const errorNode = !reportErrors ? undefined : constant
33795 const errorNode = node.expression || node; constant
33967 const errorNode = getEffectiveReturnTypeNode(func) || func; constant
37255 … const errorNode: Node = (subsequentNode as FunctionLikeDeclaration).name || subsequentNode; constant
37286 const errorNode: Node = node.name || node; constant
40672 const errorNode = localPropDeclaration || localIndexDeclaration || constant
[all …]
/third_party/typescript/lib/
Dtsc.js44648 …function resolveExternalModule(location, moduleReference, moduleNotFoundError, errorNode, isForAug… argument
44829 function errorOnImplicitAnyModule(isError, errorNode, _a, moduleReference) { argument
56036 …function checkTypeAssignableTo(source, target, errorNode, headMessage, containingMessageChain, err… argument
56039 …function checkTypeAssignableToAndOptionallyElaborate(source, target, errorNode, expr, headMessage,… argument
56042 …function checkTypeRelatedToAndOptionallyElaborate(source, target, relation, errorNode, expr, headM… argument
56431 … case 2: return [4, { errorNode: prop.name, innerExpression: undefined, nameType: type }]; property
56435 …case 4: return [4, { errorNode: prop.name, innerExpression: prop.initializer, nameType: type, erro… property
56454 … function checkTypeComparableTo(source, target, errorNode, headMessage, containingMessageChain) { argument
56784 …function checkTypeRelatedTo(source, target, relation, errorNode, headMessage, containingMessageCha… argument
65091 function checkJsxPreconditions(errorNode) { argument
[all …]
DtypingsInstaller.js54034 …function resolveExternalModule(location, moduleReference, moduleNotFoundError, errorNode, isForAug… argument
54243 function errorOnImplicitAnyModule(isError, errorNode, _a, moduleReference) { argument
67023 …function checkTypeAssignableTo(source, target, errorNode, headMessage, containingMessageChain, err… argument
67030 …function checkTypeAssignableToAndOptionallyElaborate(source, target, errorNode, expr, headMessage,… argument
67033 …function checkTypeRelatedToAndOptionallyElaborate(source, target, relation, errorNode, expr, headM… argument
67443 …case 2: return [4 /*yield*/, { errorNode: prop.name, innerExpression: undefined, nameType: type }]; property
67447 …case 4: return [4 /*yield*/, { errorNode: prop.name, innerExpression: prop.initializer, nameType: … property
67470 … function checkTypeComparableTo(source, target, errorNode, headMessage, containingMessageChain) { argument
67843 …function checkTypeRelatedTo(source, target, relation, errorNode, headMessage, containingMessageCha… argument
77581 function checkJsxPreconditions(errorNode) { argument
[all …]