expr-eval
expr-eval copied to clipboard
Handle null in parse()
eg:
const expr = Parser.parse('text != null')
expr.evaluate({text:null})
this will throw error