@svelte-check-rs/linux-x64 0.9.1 → 0.9.2
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 +1 -3
- package/bin/svelte-check-rs +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -89,15 +89,13 @@ Some package managers (for example, bun) may auto-install peer dependencies, but
|
|
|
89
89
|
| `--preserveWatchOutput` | Don't clear screen in watch mode |
|
|
90
90
|
| `--fail-on-warnings` | Exit with error on warnings |
|
|
91
91
|
| `--ignore <PATTERNS>` | Glob patterns to ignore |
|
|
92
|
-
| `--no-cache` | Disable per-project cache + incremental builds (fresh run) |
|
|
93
|
-
| `--disable-sveltekit-cache` | Disable cached .svelte-kit mirror |
|
|
94
92
|
| `--skip-tsgo` | Skip TypeScript type-checking |
|
|
95
93
|
| `--tsgo-version` | Show installed tsgo version + path |
|
|
96
94
|
| `--bun-version` | Show installed bun version + path |
|
|
97
95
|
| `--bun-update[=<VER>]` | Update bun to latest or specific version |
|
|
98
96
|
| `--debug-paths` | Show resolved binaries (tsgo, bun, svelte-kit) |
|
|
99
97
|
|
|
100
|
-
**Caching:**
|
|
98
|
+
**Caching:** svelte-check-rs writes transformed files and tsgo incremental build info to `node_modules/.cache/svelte-check-rs/`. Cache invalidation is automatic: dependency changes (lockfiles, node_modules markers) clear the entire cache, and source file changes are handled via content-addressed writes.
|
|
101
99
|
|
|
102
100
|
## Project Structure
|
|
103
101
|
|
package/bin/svelte-check-rs
CHANGED
|
Binary file
|