@vue/typescript-plugin
Advanced tools
Comparing version 2.0.1 to 2.0.2
@@ -0,3 +1,3 @@ | ||
import type { FileRegistry, VueCompilerOptions } from '@vue/language-core'; | ||
import type * as ts from 'typescript'; | ||
import type { FileRegistry, VueCompilerOptions } from '@vue/language-core'; | ||
export interface PipeTable { | ||
@@ -4,0 +4,0 @@ [pid: string]: { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.getProject = exports.projects = exports.pipeTable = void 0; | ||
exports.pipeTable = process.platform === 'win32' | ||
? `\\\\.\\pipe\\vue-tsp-table.json` | ||
: `/tmp/vue-tsp-table.json`; | ||
const os = require("os"); | ||
const path = require("path"); | ||
exports.pipeTable = path.join(os.tmpdir(), 'vue-tsp-table.json'); | ||
exports.projects = new Map(); | ||
@@ -8,0 +8,0 @@ function getProject(fileName) { |
{ | ||
"name": "@vue/typescript-plugin", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"license": "MIT", | ||
@@ -16,3 +16,3 @@ "files": [ | ||
"@volar/typescript": "~2.1.0", | ||
"@vue/language-core": "2.0.1", | ||
"@vue/language-core": "2.0.2", | ||
"@vue/shared": "^3.4.0" | ||
@@ -23,3 +23,3 @@ }, | ||
}, | ||
"gitHead": "adedfd0983c910370d080e955702cca7d2275420" | ||
"gitHead": "b377d5f990ffe7ef44f0d1871fcb8b5c2deafad1" | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
2
+ Added@vue/language-core@2.0.2(transitive)
- Removed@vue/language-core@2.0.1(transitive)
Updated@vue/language-core@2.0.2