()
| 677 | }, |
| 678 | |
| 679 | beforeArrayValue () { |
| 680 | if (c === ']') { |
| 681 | return newToken('punctuator', read()) |
| 682 | } |
| 683 | |
| 684 | lexState = 'value' |
| 685 | }, |
| 686 | |
| 687 | afterArrayValue () { |
| 688 | switch (c) { |
nothing calls this directly
no test coverage detected
searching dependent graphs…