@astrojs/ts-plugin
Advanced tools
Comparing version 1.5.0 to 1.5.1
@@ -7,5 +7,5 @@ "use strict"; | ||
exports.astro2tsx = void 0; | ||
const node_path_1 = __importDefault(require("node:path")); | ||
const sync_1 = require("@astrojs/compiler/sync"); | ||
const sourcemap_codec_1 = require("@jridgewell/sourcemap-codec"); | ||
const node_path_1 = __importDefault(require("node:path")); | ||
const vscode_languageserver_textdocument_1 = require("vscode-languageserver-textdocument"); | ||
@@ -12,0 +12,0 @@ function safeConvertToTSX(content, options) { |
{ | ||
"name": "@astrojs/ts-plugin", | ||
"version": "1.5.0", | ||
"version": "1.5.1", | ||
"description": "A TypeScript Plugin providing Astro intellisense", | ||
@@ -25,4 +25,4 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@volar/language-core": "~2.0.2", | ||
"@volar/typescript": "~2.0.2", | ||
"@volar/language-core": "~2.0.3", | ||
"@volar/typescript": "~2.0.3", | ||
"@astrojs/compiler": "^2.4.0", | ||
@@ -29,0 +29,0 @@ "@jridgewell/sourcemap-codec": "^1.4.15", |
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
Updated@volar/language-core@~2.0.3
Updated@volar/typescript@~2.0.3