vscode-json-languageservice
Advanced tools
Comparing version 3.5.1 to 3.5.2
@@ -172,4 +172,3 @@ /*--------------------------------------------------------------------------------------------- | ||
SchemaCollector.prototype.merge = function (other) { | ||
var _a; | ||
(_a = this.schemas).push.apply(_a, other.schemas); | ||
Array.prototype.push.apply(this.schemas, other.schemas); | ||
}; | ||
@@ -176,0 +175,0 @@ SchemaCollector.prototype.include = function (node) { |
{ | ||
"name": "vscode-json-languageservice", | ||
"version": "3.5.1", | ||
"version": "3.5.2", | ||
"description": "Language service for JSON", | ||
@@ -5,0 +5,0 @@ "main": "./lib/umd/jsonLanguageService.js", |
Sorry, the diff of this file is too big to display
445555
9222