@ws-ui/code-editor 0.1.21 → 0.1.22
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.
package/dist/index.es.js
CHANGED
|
@@ -1635,9 +1635,7 @@ const wn = ({ lspProps: { lastError: r, reload: n } }) => {
|
|
|
1635
1635
|
enum: [
|
|
1636
1636
|
"eq",
|
|
1637
1637
|
"neq",
|
|
1638
|
-
"regex"
|
|
1639
|
-
"in",
|
|
1640
|
-
"nin"
|
|
1638
|
+
"regex"
|
|
1641
1639
|
]
|
|
1642
1640
|
}
|
|
1643
1641
|
},
|
|
@@ -1681,9 +1679,7 @@ const wn = ({ lspProps: { lastError: r, reload: n } }) => {
|
|
|
1681
1679
|
enum: [
|
|
1682
1680
|
"eq",
|
|
1683
1681
|
"neq",
|
|
1684
|
-
"regex"
|
|
1685
|
-
"in",
|
|
1686
|
-
"nin"
|
|
1682
|
+
"regex"
|
|
1687
1683
|
]
|
|
1688
1684
|
}
|
|
1689
1685
|
},
|