(position)
| 31806 | return -1; |
| 31807 | } |
| 31808 | function currentNode(position) { |
| 31809 | var node = baseSyntaxCursor.currentNode(position); |
| 31810 | if (topLevel && node && containsPossibleTopLevelAwait(node)) { |
| 31811 | node.intersectsChange = true; |
| 31812 | } |
| 31813 | return node; |
| 31814 | } |
| 31815 | } |
| 31816 | function fixupParentReferences(rootNode) { |
| 31817 | // normally parent references are set during binding. However, for clients that only need |
no test coverage detected