fabric8-analytics-lsp-server
Advanced tools
Comparing version 0.4.23 to 0.4.24
@@ -24,3 +24,3 @@ 'use strict'; | ||
return __awaiter(this, void 0, void 0, function* () { | ||
const ast = json_to_ast_1.default(contents); | ||
const ast = json_to_ast_1.default(contents || '{}'); | ||
return ast.children. | ||
@@ -27,0 +27,0 @@ filter(c => this.classes.includes(c.key.value)). |
{ | ||
"name": "fabric8-analytics-lsp-server", | ||
"description": "LSP Server for Dependency Analytics", | ||
"version": "0.4.23", | ||
"version": "0.4.24", | ||
"author": "Pavel Odvody", | ||
@@ -6,0 +6,0 @@ "contributors": [ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
111280