fix: [ts] value not align issues

上级 eefe22db
......@@ -68,7 +68,7 @@ func (p *TypeScriptBaseParser) lineTerminatorAhead() bool {
if ahead.GetChannel() != antlr.LexerHidden {
// We're only interested in tokens on the HIDDEN channel.
return true
return false
}
if ahead.GetTokenType() == TypeScriptParserLineTerminator {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册