@astrojs/ts-plugin
Advanced tools
Comparing version 1.3.1 to 1.4.0
@@ -37,2 +37,12 @@ "use strict"; | ||
], | ||
metaRanges: { | ||
frontmatter: { | ||
start: 0, | ||
end: 0, | ||
}, | ||
body: { | ||
start: 0, | ||
end: 0, | ||
}, | ||
}, | ||
}; | ||
@@ -39,0 +49,0 @@ } |
{ | ||
"name": "@astrojs/ts-plugin", | ||
"version": "1.3.1", | ||
"version": "1.4.0", | ||
"description": "A TypeScript Plugin providing Astro intellisense", | ||
@@ -27,3 +27,3 @@ "main": "dist/index.js", | ||
"@volar/typescript": "~1.10.9", | ||
"@astrojs/compiler": "^2.2.2", | ||
"@astrojs/compiler": "^2.4.0", | ||
"@jridgewell/sourcemap-codec": "^1.4.15", | ||
@@ -30,0 +30,0 @@ "semver": "^7.3.8", |
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
17211
316
Updated@astrojs/compiler@^2.4.0