- inherit processor when importing modules
- Java function call handling
- xq-catalogs 0.1.2 (%perm)
- add namespace to DocLink
- suppress XQLT0001 when no content
- fix typedefs
- change Marker definition (code,level)
- more xquery extensions
- add support for otherwise / ?: #58
- add missing types
- type completions
- [fix] parse error position reporting
- [fix] parse error position reporting
- [mod] upgrade xq-catalog to 0.1.1
- [add] Types list, for future completion use
- [mod] printAST XML defaults to no indent
- [add] Expand and corrrect typescript definitions
- [fix] passing cmdline args e.g
xqlint lint -pbasex-9 .
orxqlint lint . --processor basex-10
- [mod] no warning for unused fun/var if starts with _ #42
- [fix] ArrowExpr unused name reporting #41
- [mod] update xq-catalogs to 0.0.6
- [fix] defaultfunction namespace issue #38
- [mod] use xq-catalogs for module library handling
- [fix] xq outline
- [add] typescript definitions supplied in package
lib/xqlint.d.ts
- [fix] wiki scraping for basex v10
- [add]
processors.json
- [add] getProcessors() on XQLint.
- [mod] parser generator task now a npm script, replacing grunt task.
- [mod] replace dev use of "q" library with native promise.
- [mod] fix some eslint reports
- [mod] Node version min now 16
- [mod] upgrade dependancies
- [mod] update npm dependancies
- [fix] handling of default function namespace #24
- [fix] module level xqdoc comments #25
- [add] documentLink support
- [xqdoc] vars and functions have .comments created from xqdoc style comments
function library, available namespaces progress.
reorg, function library progress.
replace update-notifier
Align xqlint pos with vscode Position new(line:Int, character:Int) https://vshaxe.github.io/vscode-extern/vscode/Position.html
getAST(pos)
and getSctx(pos)
replace getNode
add getNode
(2023-01-28)
revert attempts to load function library
FIX index.json (2022-10-05)
(https://github.com/Quodatum/xqlint/compare/v0.0.9..v0.0.14) (2022-10-05) Added changelog.