expr-eval icon indicating copy to clipboard operation
expr-eval copied to clipboard

Handle null in parse()

Open wqhui opened this issue 4 years ago • 0 comments

eg:

const expr = Parser.parse('text != null')
expr.evaluate({text:null})

this will throw error

wqhui avatar Jun 16 '20 02:06 wqhui