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.ts12458 const errorNode = getConstraintDeclaration(t as TypeParameter); constant
18077 … const { errorNode: prop, innerExpression: next, nameType, errorMessage } = status.value; constant
29258 const errorNode = !reportError ? undefined : constant
30964 const errorNode = reportErrors ? (thisArgumentNode || node) : undefined; constant
30993 const errorNode = !reportErrors ? undefined : constant
33733 const errorNode = node.expression || node; constant
33905 const errorNode = getEffectiveReturnTypeNode(func) || func; constant
37193 … const errorNode: Node = (subsequentNode as FunctionLikeDeclaration).name || subsequentNode; constant
37224 const errorNode: Node = node.name || node; constant
40610 const errorNode = localPropDeclaration || localIndexDeclaration || constant
[all …]
/third_party/typescript/lib/
DtypingsInstaller.js53857 …function resolveExternalModule(location, moduleReference, moduleNotFoundError, errorNode, isForAug… argument
54048 function errorOnImplicitAnyModule(isError, errorNode, _a, moduleReference) { argument
66828 …function checkTypeAssignableTo(source, target, errorNode, headMessage, containingMessageChain, err… argument
66835 …function checkTypeAssignableToAndOptionallyElaborate(source, target, errorNode, expr, headMessage,… argument
66838 …function checkTypeRelatedToAndOptionallyElaborate(source, target, relation, errorNode, expr, headM… argument
67248 …case 2: return [4 /*yield*/, { errorNode: prop.name, innerExpression: undefined, nameType: type }]; property
67252 …case 4: return [4 /*yield*/, { errorNode: prop.name, innerExpression: prop.initializer, nameType: … property
67275 … function checkTypeComparableTo(source, target, errorNode, headMessage, containingMessageChain) { argument
67648 …function checkTypeRelatedTo(source, target, relation, errorNode, headMessage, containingMessageCha… argument
77386 function checkJsxPreconditions(errorNode) { argument
[all …]
Dtsc.js44481 …function resolveExternalModule(location, moduleReference, moduleNotFoundError, errorNode, isForAug… argument
44650 function errorOnImplicitAnyModule(isError, errorNode, _a, moduleReference) { argument
55857 …function checkTypeAssignableTo(source, target, errorNode, headMessage, containingMessageChain, err… argument
55860 …function checkTypeAssignableToAndOptionallyElaborate(source, target, errorNode, expr, headMessage,… argument
55863 …function checkTypeRelatedToAndOptionallyElaborate(source, target, relation, errorNode, expr, headM… argument
56252 … case 2: return [4, { errorNode: prop.name, innerExpression: undefined, nameType: type }]; property
56256 …case 4: return [4, { errorNode: prop.name, innerExpression: prop.initializer, nameType: type, erro… property
56275 … function checkTypeComparableTo(source, target, errorNode, headMessage, containingMessageChain) { argument
56605 …function checkTypeRelatedTo(source, target, relation, errorNode, headMessage, containingMessageCha… argument
64912 function checkJsxPreconditions(errorNode) { argument
[all …]