Comparing version 1.1.11 to 1.1.12
{ | ||
"name": "groq-js", | ||
"version": "1.1.11", | ||
"version": "1.1.12", | ||
"keywords": [ | ||
@@ -5,0 +5,0 @@ "sanity", |
@@ -8,3 +8,3 @@ # GROQ-JS<!-- omit in toc --> | ||
GROQ-JS is a JavaScript implementation of [GROQ](https://www.sanity.io/docs/data-store/how-queries-work) which follows the official specification. | ||
GROQ-JS is a JavaScript implementation of [GROQ](https://www.sanity.io/docs/how-queries-work) which follows the official specification. | ||
@@ -11,0 +11,0 @@ ```javascript |
@@ -9,2 +9,3 @@ import {ExprNode} from '../nodeTypes' | ||
case 'Group': | ||
return canConstantEvaluate(node.base) | ||
case 'Value': | ||
@@ -11,0 +12,0 @@ case 'Parameter': |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
729975
11691