(key, value)
| 1858 | }; |
| 1859 | } |
| 1860 | function peg$f201(key, value) { |
| 1861 | // Literal entry: key: expr |
| 1862 | return { |
| 1863 | type: 'MapLiteralEntry', |
| 1864 | key: key, |
| 1865 | value: value |
| 1866 | }; |
| 1867 | } |
| 1868 | function peg$f202(variable) { |
| 1869 | // Variable selector - only match if not followed by colon |
| 1870 | return { |
no outgoing calls
no test coverage detected