@svelte-check-rs/darwin-arm64 0.8.2 → 0.9.0

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.
package/README.md CHANGED
@@ -67,6 +67,16 @@ svelte-check-rs --output machine
67
67
  svelte-check-rs --output human-verbose
68
68
  ```
69
69
 
70
+ ## Requirements
71
+
72
+ `svelte-check-rs` expects `tsgo` to be available from your workspace `node_modules`. Install it via:
73
+
74
+ ```bash
75
+ npm install -D @typescript/native-preview
76
+ ```
77
+
78
+ Some package managers (for example, bun) may auto-install peer dependencies, but explicit installation is always supported.
79
+
70
80
  ### CLI Options
71
81
 
72
82
  | Option | Description |
@@ -83,7 +93,6 @@ svelte-check-rs --output human-verbose
83
93
  | `--disable-sveltekit-cache` | Disable cached .svelte-kit mirror |
84
94
  | `--skip-tsgo` | Skip TypeScript type-checking |
85
95
  | `--tsgo-version` | Show installed tsgo version + path |
86
- | `--tsgo-update[=<VER>]` | Update tsgo to latest or specific version |
87
96
  | `--bun-version` | Show installed bun version + path |
88
97
  | `--bun-update[=<VER>]` | Update bun to latest or specific version |
89
98
  | `--debug-paths` | Show resolved binaries (tsgo, bun, svelte-kit) |
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@svelte-check-rs/darwin-arm64",
3
- "version": "0.8.2",
3
+ "version": "0.9.0",
4
4
  "description": "svelte-check-rs platform binary",
5
5
  "license": "MIT",
6
6
  "repository": {