(node2)
| 14996 | return { name, nodes, parts }; |
| 14997 | } |
| 14998 | function to_string$1(node2) { |
| 14999 | switch (node2.type) { |
| 15000 | case "Literal": |
| 15001 | return String(node2.value); |
| 15002 | case "Identifier": |
| 15003 | return node2.name; |
| 15004 | } |
| 15005 | } |
| 15006 | function create_scopes(expression2) { |
| 15007 | return analyze(expression2); |
| 15008 | } |
no test coverage detected