()
| 36366 | } |
| 36367 | } |
| 36368 | function tryReuseAmbientDeclaration() { |
| 36369 | return doInsideOfContext(16777216 /* NodeFlags.Ambient */, function () { |
| 36370 | var node = currentNode(parsingContext); |
| 36371 | if (node) { |
| 36372 | return consumeNode(node); |
| 36373 | } |
| 36374 | }); |
| 36375 | } |
| 36376 | function parseDeclarationWorker(pos, hasJSDoc, decorators, modifiers) { |
| 36377 | switch (token()) { |
| 36378 | case 113 /* SyntaxKind.VarKeyword */: |
no test coverage detected
searching dependent graphs…