(variable, props)
| 967 | return [head, ...tail.map(t => t[3])]; |
| 968 | } |
| 969 | function peg$f75(variable, props) { |
| 970 | // Add/merge properties: n += {props} |
| 971 | return { |
| 972 | type: 'SetAddProperties', |
| 973 | variable: variable, |
| 974 | properties: props |
| 975 | }; |
| 976 | } |
| 977 | function peg$f76(variable, props) { |
| 978 | // Replace all properties: n = {props} |
| 979 | return { |
no outgoing calls
no test coverage detected