(candidate: string)
| 725 | |
| 726 | class="cm">// Track all invalid candidates |
| 727 | function onInvalidCandidate(candidate: string) { |
| 728 | designSystem.invalidCandidates.add(candidate) |
| 729 | } |
| 730 | |
| 731 | class="cm">// Track all valid candidates, these are the incoming `rawCandidate` that |
| 732 | class="cm">// resulted in a generated AST Node. All the other `rawCandidates` are invalid |
no test coverage detected