[mod] build 0.0.53

This commit is contained in:
Andy Bunce 2022-09-21 18:05:32 +01:00
parent b3f47dc553
commit 5bc83682a5
4 changed files with 1866 additions and 1376 deletions

View file

@ -51,7 +51,7 @@ export class Symbols implements DocumentSymbolProvider {
vars.children.push(info);
});
const funs=makeSymbol("Variables", "", SymbolKind.Function, prolog)
const funs=makeSymbol("Functions", "", SymbolKind.Function, prolog)
funs.children=[]
xqdoc.functions.forEach(function (f: FunTypes) {
const name = f.name + "#" + f.params.length;