XQuery IntelliJ Plugin 1.2
27 Aug 2018
Language Support:
- Support BaseX 8.4
non-deterministic
function calls. - Support mixing arrow and transform with expressions, allowed in BaseX.
- Improved performance by not creating PSI (AST) nodes for EBNF symbols that are just forwarding to a sub-expression.
Bug Fixes:
TransformWithExpr
containing an empty expression body should not report a parser error as it is allowed by the Update Facility 3.0 specification.- Parse
UpdateExpr
correctly, according to how it is handled in BaseX. - Don’t crash when computing folding for a partial direct element node inside an outer direct element node.