vue-tsc 3.3.10 → 3.3.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +3 -3
package/index.js CHANGED
@@ -38,7 +38,7 @@ const runTsc_1 = require("@volar/typescript/lib/quickstart/runTsc");
38
38
  const core = __importStar(require("@vue/language-core"));
39
39
  const path = __importStar(require("node:path"));
40
40
  const windowsPathRE = /\\/g;
41
- const retryToken = Symbol();
41
+ const retryToken = new Error('[Vue] Extensions changed');
42
42
  function run(tscPath) {
43
43
  const runExtensions = new Set(['vue']);
44
44
  const main = () => (0, runTsc_1.runTsc)(resolveTscPath(tscPath), [...runExtensions], (ts, options) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vue-tsc",
3
- "version": "3.3.10",
3
+ "version": "3.3.11",
4
4
  "license": "MIT",
5
5
  "files": [
6
6
  "bin",
@@ -21,11 +21,11 @@
21
21
  },
22
22
  "dependencies": {
23
23
  "@volar/typescript": "2.4.28",
24
- "@vue/language-core": "3.3.10"
24
+ "@vue/language-core": "3.3.11"
25
25
  },
26
26
  "devDependencies": {
27
27
  "@types/node": "^26.0.1",
28
28
  "typescript": "latest"
29
29
  },
30
- "gitHead": "977995f07e39baf1a46bb42552d48ec0e896485f"
30
+ "gitHead": "f521b39b402ebaaa9ee70faf5a60a895544ed9e9"
31
31
  }