@vue/language-service
Advanced tools
Comparing version 1.9.0-alpha.0 to 1.9.0-alpha.1
@@ -5,3 +5,3 @@ "use strict"; | ||
const shared_1 = require("@vue/shared"); | ||
const path_1 = require("path"); | ||
const path = require("path-browserify"); | ||
const vue_extract_file_1 = require("../plugins/vue-extract-file"); | ||
@@ -29,3 +29,3 @@ const types_1 = require("../types"); | ||
}, | ||
newText: `\nimport ${newName} from './${path_1.posix.relative(path_1.posix.dirname(uri), importUri) || importUri.substring(importUri.lastIndexOf('/') + 1)}'`, | ||
newText: `\nimport ${newName} from './${path.relative(path.dirname(uri), importUri) || importUri.substring(importUri.lastIndexOf('/') + 1)}'`, | ||
}, | ||
@@ -32,0 +32,0 @@ ]; |
{ | ||
"name": "@vue/language-service", | ||
"version": "1.9.0-alpha.0", | ||
"version": "1.9.0-alpha.1", | ||
"main": "out/index.js", | ||
@@ -24,5 +24,6 @@ "license": "MIT", | ||
"@vue/compiler-dom": "^3.3.0", | ||
"@vue/language-core": "1.9.0-alpha.0", | ||
"@vue/language-core": "1.9.0-alpha.1", | ||
"@vue/shared": "^3.3.0", | ||
"computeds": "^0.0.1", | ||
"path-browserify": "^1.0.1", | ||
"volar-service-css": "0.0.16", | ||
@@ -41,2 +42,3 @@ "volar-service-emmet": "0.0.16", | ||
"@types/node": "latest", | ||
"@types/path-browserify": "latest", | ||
"@volar/kit": "~1.10.9", | ||
@@ -46,3 +48,3 @@ "vscode-languageserver-protocol": "^3.17.5", | ||
}, | ||
"gitHead": "d6905e4d4d1208f560a544509494f33f431b602a" | ||
"gitHead": "2ad355bbea9585df09843159848a2fba4bdc21f7" | ||
} |
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
945057
18
5
+ Addedpath-browserify@^1.0.1
+ Added@vue/language-core@1.9.0-alpha.1(transitive)
- Removed@vue/language-core@1.9.0-alpha.0(transitive)