(def, ctx)
| 149 | } |
| 150 | |
| 151 | const parseArrayTuple: IndexOneParser<"[]"> = (def, ctx) => |
| 152 | ctx.$.parseOwnDefinitionFormat(def[0], ctx).array() |
| 153 | |
| 154 | export type TupleExpression = IndexZeroExpression | IndexOneExpression |
| 155 |
nothing calls this directly
no test coverage detected
searching dependent graphs…