(message, arg0)
| 31953 | return inContext(32768 /* NodeFlags.AwaitContext */); |
| 31954 | } |
| 31955 | function parseErrorAtCurrentToken(message, arg0) { |
| 31956 | return parseErrorAt(scanner.getTokenPos(), scanner.getTextPos(), message, arg0); |
| 31957 | } |
| 31958 | function parseErrorAtPosition(start, length, message, arg0) { |
| 31959 | // Don't report another error if it would just be at the same position as the last error. |
| 31960 | var lastError = ts.lastOrUndefined(parseDiagnostics); |
no test coverage detected
searching dependent graphs…