Home
last modified time | relevance | path

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

/third_party/typescript/src/linter/
DProblems.ts37 UtilityType, PropertyDeclOnFunction, FunctionApplyBindCall, ConstAssertion, ImportAssertion, enumerator
128 faultsAttrs[FaultID.ConstAssertion] = { cookBookRef: "142", };
DTypeScriptLinterConfig.ts114 LinterConfig.nodeDesc[FaultID.ConstAssertion] = "\"as const\" assertion";
DTypeScriptLinter.ts1218 this.incrementCounters(tsTypeAssertion, FaultID.ConstAssertion);
1630 if (tsAsExpr.type.getText() === "const") this.incrementCounters(node, FaultID.ConstAssertion);
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts7649 ConstAssertion = 77,
Dtsserverlibrary.d.ts11432 ConstAssertion = 77,