@astrojs/ts-plugin
Advanced tools
Comparing version 1.5.3 to 1.6.0
import type { VirtualCode } from '@volar/language-core'; | ||
export declare function astro2tsx(input: string, fileName: string): { | ||
virtualFile: VirtualCode<string>; | ||
virtualFile: VirtualCode; | ||
diagnostics: import("@astrojs/compiler").DiagnosticMessage[] | { | ||
@@ -5,0 +5,0 @@ code: 1000; |
{ | ||
"name": "@astrojs/ts-plugin", | ||
"version": "1.5.3", | ||
"version": "1.6.0", | ||
"description": "A TypeScript Plugin providing Astro intellisense", | ||
@@ -25,5 +25,5 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@volar/language-core": "~2.0.4", | ||
"@volar/typescript": "~2.0.4", | ||
"@astrojs/compiler": "^2.4.0", | ||
"@volar/language-core": "~2.1.2", | ||
"@volar/typescript": "~2.1.2", | ||
"@astrojs/compiler": "^2.7.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
13962
+ Added@volar/language-core@2.1.6(transitive)
+ Added@volar/source-map@2.1.6(transitive)
+ Added@volar/typescript@2.1.6(transitive)
- Removed@volar/language-core@2.0.4(transitive)
- Removed@volar/source-map@2.0.4(transitive)
- Removed@volar/typescript@2.0.4(transitive)
Updated@astrojs/compiler@^2.7.0
Updated@volar/language-core@~2.1.2
Updated@volar/typescript@~2.1.2