@astrojs/language-server
Advanced tools
Comparing version 2.12.0 to 2.12.1
@@ -11,3 +11,7 @@ "use strict"; | ||
try { | ||
const tsx = (0, sync_1.convertToTSX)(content, { filename: options.filename }); | ||
const tsx = (0, sync_1.convertToTSX)(content, { | ||
filename: options.filename, | ||
includeScripts: false, | ||
includeStyles: false, | ||
}); | ||
return tsx; | ||
@@ -14,0 +18,0 @@ } |
{ | ||
"name": "@astrojs/language-server", | ||
"version": "2.12.0", | ||
"version": "2.12.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
185631
4151