Home
last modified time | relevance | path

Searched refs:LambdaWithTypeParameters (Results 1 – 5 of 5) sorted by relevance

/third_party/typescript/src/linter/
DProblems.ts25 LambdaWithTypeParameters, ClassExpression, DestructuringAssignment, enumerator
77 faultsAttrs[FaultID.LambdaWithTypeParameters] = { migratable: true, cookBookRef: "49", };
DTypeScriptLinterConfig.ts63 … LinterConfig.nodeDesc[FaultID.LambdaWithTypeParameters] = "Lambda function with type parameters";
DTypeScriptLinter.ts773 this.incrementCounters(funcExpr, FaultID.LambdaWithTypeParameters);
802 this.incrementCounters(node, FaultID.LambdaWithTypeParameters);
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts7599 LambdaWithTypeParameters = 27,
Dtsserverlibrary.d.ts11382 LambdaWithTypeParameters = 27,