@praxisui/specification 0.0.1 → 1.0.0-beta.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1820,11 +1820,6 @@ const OPERATOR_KEYWORDS = {
|
|
|
1820
1820
|
'xor': TokenType.XOR,
|
|
1821
1821
|
'implies': TokenType.IMPLIES,
|
|
1822
1822
|
'in': TokenType.IN,
|
|
1823
|
-
'contains': TokenType.CONTAINS,
|
|
1824
|
-
'startsWith': TokenType.STARTS_WITH,
|
|
1825
|
-
'endsWith': TokenType.ENDS_WITH,
|
|
1826
|
-
'atLeast': TokenType.AT_LEAST,
|
|
1827
|
-
'exactly': TokenType.EXACTLY,
|
|
1828
1823
|
'true': TokenType.BOOLEAN,
|
|
1829
1824
|
'false': TokenType.BOOLEAN,
|
|
1830
1825
|
'null': TokenType.NULL
|