(node, kind)
| 136828 | EntryKind[EntryKind["SearchedPropertyFoundLocal"] = 4] = "SearchedPropertyFoundLocal"; |
| 136829 | })(EntryKind = FindAllReferences.EntryKind || (FindAllReferences.EntryKind = {})); |
| 136830 | function nodeEntry(node, kind) { |
| 136831 | if (kind === void 0) { kind = 1 /* EntryKind.Node */; } |
| 136832 | return { |
| 136833 | kind: kind, |
| 136834 | node: node.name || node, |
| 136835 | context: getContextNodeForNodeEntry(node) |
| 136836 | }; |
| 136837 | } |
| 136838 | FindAllReferences.nodeEntry = nodeEntry; |
| 136839 | function isContextWithStartAndEndNode(node) { |
| 136840 | return node && node.kind === undefined; |
no test coverage detected