Home
last modified time | relevance | path

Searched refs:LiteralAsPropertyName (Results 1 – 6 of 6) sorted by relevance

/third_party/typescript/src/linter/
DProblems.ts20 ComputedPropertyName, LiteralAsPropertyName, TypeQuery, RegexLiteral, IsOperator, enumerator
51 faultsAttrs[FaultID.LiteralAsPropertyName] = { migratable: true, cookBookRef: "1", };
DAutofixer.ts31 const UNSAFE_FIXES: FaultID[] = [ FaultID.LiteralAsPropertyName, FaultID.PropertyAccessByIndex ];
DTypeScriptLinterConfig.ts41 …LinterConfig.nodeDesc[FaultID.LiteralAsPropertyName] = "String or integer literal as property name…
DTypeScriptLinter.ts663 if (!Autofixer.shouldAutofix(node, FaultID.LiteralAsPropertyName)) {
666 this.incrementCounters(node, FaultID.LiteralAsPropertyName, autofixable, autofix);
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts7577 LiteralAsPropertyName = 5,
Dtsserverlibrary.d.ts11360 LiteralAsPropertyName = 5,