Skip to content

Commit

Permalink
fix: remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kazupon committed Apr 20, 2024
1 parent 64240e3 commit 03711c9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/message-compiler/src/tokenizer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,6 @@ export function createTokenizer(
return fn()
} else {
// other characters
// return isIdentifierStart(ch)
return isTextStart(scnr, false)
}
}
Expand Down

0 comments on commit 03711c9

Please sign in to comment.