@astrojs/language-server
Advanced tools
Comparing version 2.9.0 to 2.9.1
@@ -57,17 +57,3 @@ "use strict"; | ||
onSnapshotUpdated() { | ||
this.mappings = [ | ||
{ | ||
sourceOffsets: [0], | ||
generatedOffsets: [0], | ||
lengths: [this.snapshot.getLength()], | ||
data: { | ||
verification: true, | ||
completion: true, | ||
semantic: true, | ||
navigation: true, | ||
structure: true, | ||
format: true, | ||
}, | ||
}, | ||
]; | ||
this.mappings = []; | ||
this.embeddedCodes = []; | ||
@@ -74,0 +60,0 @@ this.embeddedCodes.push((0, utils_js_1.framework2tsx)(this.fileName, this.snapshot.getText(0, this.snapshot.getLength()), 'svelte')); |
@@ -24,17 +24,3 @@ "use strict"; | ||
}, | ||
mappings: [ | ||
{ | ||
sourceOffsets: [0], | ||
generatedOffsets: [0], | ||
lengths: [content.length], | ||
data: { | ||
verification: true, | ||
completion: true, | ||
semantic: true, | ||
navigation: true, | ||
structure: true, | ||
format: true, | ||
}, | ||
}, | ||
], | ||
mappings: [], | ||
embeddedCodes: [], | ||
@@ -41,0 +27,0 @@ }; |
@@ -57,17 +57,3 @@ "use strict"; | ||
onSnapshotUpdated() { | ||
this.mappings = [ | ||
{ | ||
sourceOffsets: [0], | ||
generatedOffsets: [0], | ||
lengths: [this.snapshot.getLength()], | ||
data: { | ||
verification: true, | ||
completion: true, | ||
semantic: true, | ||
navigation: true, | ||
structure: true, | ||
format: true, | ||
}, | ||
}, | ||
]; | ||
this.mappings = []; | ||
this.embeddedCodes = []; | ||
@@ -74,0 +60,0 @@ this.embeddedCodes.push((0, utils_js_1.framework2tsx)(this.fileName, this.snapshot.getText(0, this.snapshot.getLength()), 'vue')); |
{ | ||
"name": "@astrojs/language-server", | ||
"version": "2.9.0", | ||
"version": "2.9.1", | ||
"author": "withastro", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
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
196321
4430