@svelte-check-rs/linux-x64 0.8.0-beta.2 → 0.8.1

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
@@ -78,12 +78,10 @@ svelte-check-rs --output human-verbose
78
78
  | `--watch` | Watch mode |
79
79
  | `--preserveWatchOutput` | Don't clear screen in watch mode |
80
80
  | `--fail-on-warnings` | Exit with error on warnings |
81
- | `--diagnostic-sources <LIST>` | Which diagnostics: `js`, `svelte`, `css` |
82
81
  | `--ignore <PATTERNS>` | Glob patterns to ignore |
83
82
  | `--no-cache` | Disable per-project cache + incremental builds (fresh run) |
84
83
  | `--disable-sveltekit-cache` | Disable cached .svelte-kit mirror |
85
84
  | `--skip-tsgo` | Skip TypeScript type-checking |
86
- | `--skip-svelte-compiler` | Skip Svelte compiler diagnostics |
87
85
  | `--tsgo-version` | Show installed tsgo version + path |
88
86
  | `--tsgo-update[=<VER>]` | Update tsgo to latest or specific version |
89
87
  | `--bun-version` | Show installed bun version + path |
@@ -99,7 +97,7 @@ crates/
99
97
  ├── svelte-parser/ # Lexer + parser + AST types
100
98
  ├── source-map/ # Position tracking and mapping
101
99
  ├── svelte-transformer/ # Svelte → TypeScript transformation
102
- ├── svelte-diagnostics/ # A11y, CSS, and component checks
100
+ ├── svelte-diagnostics/ # A11y and component checks
103
101
  ├── tsgo-runner/ # tsgo process management
104
102
  ├── bun-runner/ # bun-managed Svelte compiler bridge
105
103
  └── svelte-check-rs/ # CLI binary
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@svelte-check-rs/linux-x64",
3
- "version": "0.8.0-beta.2",
3
+ "version": "0.8.1",
4
4
  "description": "svelte-check-rs platform binary",
5
5
  "license": "MIT",
6
6
  "repository": {