style: [skip ci] updated comment
This commit is contained in:
parent
51bd87baa8
commit
26096d6a3d
@ -422,7 +422,7 @@ export default class Tokenizer extends LocationParser {
|
||||
|
||||
readToken_question() { // '?'
|
||||
const next = this.input.charCodeAt(this.state.pos + 1);
|
||||
if (next === 46) { // 46 = question '.'
|
||||
if (next === 46) { // '.'
|
||||
this.state.pos += 2;
|
||||
return this.finishToken(tt.questionDot);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user