(node2)
| 5453 | } |
| 5454 | }, |
| 5455 | leave(node2) { |
| 5456 | if (comments[0]) { |
| 5457 | const slice2 = raw.slice(node2.end, comments[0].start); |
| 5458 | if (/^[,) \t]*$/.test(slice2)) { |
| 5459 | node2.trailingComments = [comments.shift()]; |
| 5460 | } |
| 5461 | } |
| 5462 | } |
| 5463 | }); |
| 5464 | function is_reference(node2, parent) { |
| 5465 | if (node2.type === "MemberExpression") { |
nothing calls this directly
no test coverage detected