Quodatum / xqlint

XQuery Quality Checker
https://www.npmjs.com/package/@quodatum/xqlint
Apache License 2.0
1 stars 0 forks source link

imports using "at" are not resolved #28

Closed apb2006 closed 1 year ago

apb2006 commented 1 year ago

Only treated as error when processor set e.g.

var file = "test/queries/rbtree.xq/map.xq";
const opts = {
    processor: 'basex'
    , styleCheck: false
};
var linter = new XQLint(fs.readFileSync(baseUri + file, 'utf-8'),opts);
var markers = linter.getMarkers();
console.log(markers[0]);
apb2006 commented 1 year ago

fixed in 0.3.3