// When called after a sequence dash, the first key is already at the current position
if (inlineFirstEntry) {
if (firstEntry) {
seenKeys.add(firstEntry.key.value);
properties.push(firstEntry);
}
}
while (this.currentToken().type !== TokenType.EOF) {