fix: 去除无效打印
This commit is contained in:
@@ -680,7 +680,6 @@ export default class Parser {
|
|||||||
break
|
break
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
console.log('后面是连接符或空', prevToken, token, nextToken)
|
|
||||||
// 前面是连接符或操作符或空后面是连接符或空
|
// 前面是连接符或操作符或空后面是连接符或空
|
||||||
// 后面是连接符或空
|
// 后面是连接符或空
|
||||||
if (!nextToken || nextToken.type === types.connection) {
|
if (!nextToken || nextToken.type === types.connection) {
|
||||||
|
|||||||
Reference in New Issue
Block a user