Searched refs:ConstAssertion (Results 1 – 5 of 5) sorted by relevance
/third_party/typescript/src/linter/ |
D | Problems.ts | 37 UtilityType, PropertyDeclOnFunction, FunctionApplyBindCall, ConstAssertion, ImportAssertion, enumerator 128 faultsAttrs[FaultID.ConstAssertion] = { cookBookRef: "142", };
|
D | TypeScriptLinterConfig.ts | 114 LinterConfig.nodeDesc[FaultID.ConstAssertion] = "\"as const\" assertion";
|
D | TypeScriptLinter.ts | 1218 this.incrementCounters(tsTypeAssertion, FaultID.ConstAssertion); 1630 if (tsAsExpr.type.getText() === "const") this.incrementCounters(node, FaultID.ConstAssertion);
|
/third_party/typescript/tests/baselines/reference/api/ |
D | typescript.d.ts | 7649 ConstAssertion = 77,
|
D | tsserverlibrary.d.ts | 11432 ConstAssertion = 77,
|