mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Upgrade JSONata to v1.3.0 (#1386)
This commit is contained in:
committed by
Nick O'Leary
parent
170d6b28f8
commit
29cae9975e
2
editor/vendor/jsonata/formatter.js
vendored
2
editor/vendor/jsonata/formatter.js
vendored
@@ -128,6 +128,8 @@
|
||||
'$map':{ args:[ 'array', 'function' ]},
|
||||
'$match':{ args:[ 'str', 'pattern', 'limit' ]},
|
||||
'$max':{ args:[ 'array' ]},
|
||||
'$merge':{ args:[ 'array' ]},
|
||||
'$millis':{ args:[ ]},
|
||||
'$min':{ args:[ 'array' ]},
|
||||
'$not':{ args:[ 'arg' ]},
|
||||
'$now':{ args:[ ]},
|
||||
|
Reference in New Issue
Block a user