(charCode)
| 135520 | return false; |
| 135521 | } |
| 135522 | function toUpperCharCode(charCode) { |
| 135523 | if (97 /* CharacterCodes.a */ <= charCode && charCode <= 122 /* CharacterCodes.z */) { |
| 135524 | return charCode - 32; |
| 135525 | } |
| 135526 | return charCode; |
| 135527 | } |
| 135528 | })(Completions = ts.Completions || (ts.Completions = {})); |
| 135529 | })(ts || (ts = {})); |
| 135530 | var ts; |
no outgoing calls
no test coverage detected