(ch)
| 4313 | return state.lastStringValue !== "" |
| 4314 | }; |
| 4315 | function isUnicodePropertyValueCharacter(ch) { |
| 4316 | return isUnicodePropertyNameCharacter(ch) || isDecimalDigit(ch) |
| 4317 | } |
| 4318 | |
| 4319 | // LoneUnicodePropertyNameOrValue :: |
| 4320 | // UnicodePropertyValueCharacters |
no test coverage detected
searching dependent graphs…