Skip to content

Commit 9638948

Browse files
committed
Update dependencies
1 parent 70b33b4 commit 9638948

File tree

4 files changed

+1153
-760
lines changed

4 files changed

+1153
-760
lines changed

language-server/package-lock.json

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

language-server/src/model/json-node.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ export const fromJsonc = (node, uri = "", pointer = "", parent = undefined) => {
7373
* ) => JsonNode;
7474
*/
7575
export const cons = (uri, pointer, value, type, children, parent, offset, textLength) => {
76-
// eslint-disable-next-line import/namespace
7776
const node = /** @type JsonNode */ (Instance.cons(uri, pointer, value, type, children, parent));
7877
node.offset = offset;
7978
node.textLength = textLength;

0 commit comments

Comments
 (0)