@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 +10 -1
- package/bin/svelte-check-rs +0 -0
- package/package.json +1 -1
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) |
|
package/bin/svelte-check-rs
CHANGED
|
Binary file
|