refactor: remove src/render/value.ts

This commit is contained in:
harttle
2020-03-14 19:04:18 +08:00
committed by Jun Yang
parent 3dfdf982c9
commit f7ef9b61c1
5 changed files with 22 additions and 70 deletions
+1 -1
View File
@@ -83,7 +83,7 @@ export class Tokenizer {
readFilterArg (): FilterArg | null {
const key = this.readValue()
if (!key) return null
if (!key.size()) return null
this.readBlank()
if (this.peek() === ':') {
this.read()