Searched refs:LiteralAsPropertyName (Results 1 – 6 of 6) sorted by relevance
/third_party/typescript/src/linter/ |
D | Problems.ts | 20 ComputedPropertyName, LiteralAsPropertyName, TypeQuery, RegexLiteral, IsOperator, enumerator 51 faultsAttrs[FaultID.LiteralAsPropertyName] = { migratable: true, cookBookRef: "1", };
|
D | Autofixer.ts | 31 const UNSAFE_FIXES: FaultID[] = [ FaultID.LiteralAsPropertyName, FaultID.PropertyAccessByIndex ];
|
D | TypeScriptLinterConfig.ts | 41 …LinterConfig.nodeDesc[FaultID.LiteralAsPropertyName] = "String or integer literal as property name…
|
D | TypeScriptLinter.ts | 663 if (!Autofixer.shouldAutofix(node, FaultID.LiteralAsPropertyName)) { 666 this.incrementCounters(node, FaultID.LiteralAsPropertyName, autofixable, autofix);
|
/third_party/typescript/tests/baselines/reference/api/ |
D | typescript.d.ts | 7577 LiteralAsPropertyName = 5,
|
D | tsserverlibrary.d.ts | 11360 LiteralAsPropertyName = 5,
|