@volar/typescript
Advanced tools
Comparing version 2.4.0-alpha.10 to 2.4.0-alpha.11
@@ -21,4 +21,6 @@ export * from './lib/common'; | ||
getExtraServiceScript(fileName: string): TypeScriptExtraServiceScript | undefined; | ||
asUri(fileName: string): URI; | ||
asFileName(uri: URI): string; | ||
uriConverter: { | ||
asUri(fileName: string): URI; | ||
asFileName(uri: URI): string; | ||
}; | ||
}; | ||
@@ -25,0 +27,0 @@ } |
{ | ||
"name": "@volar/typescript", | ||
"version": "2.4.0-alpha.10", | ||
"version": "2.4.0-alpha.11", | ||
"license": "MIT", | ||
@@ -15,3 +15,3 @@ "files": [ | ||
"dependencies": { | ||
"@volar/language-core": "2.4.0-alpha.10", | ||
"@volar/language-core": "2.4.0-alpha.11", | ||
"path-browserify": "^1.0.1", | ||
@@ -23,5 +23,5 @@ "vscode-uri": "^3.0.8" | ||
"@types/path-browserify": "latest", | ||
"@volar/language-service": "2.4.0-alpha.10" | ||
"@volar/language-service": "2.4.0-alpha.11" | ||
}, | ||
"gitHead": "9f0cb9f2e41167baeb503e8f0eca88e9bea06269" | ||
"gitHead": "f4520e175d25305fc930982a8188da94104625a6" | ||
} |
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
200078
4265
+ Added@volar/language-core@2.4.0-alpha.11(transitive)
+ Added@volar/source-map@2.4.0-alpha.11(transitive)
- Removed@volar/language-core@2.4.0-alpha.10(transitive)
- Removed@volar/source-map@2.4.0-alpha.10(transitive)