@svelte-check-rs/darwin-arm64 0.9.11 → 0.9.13

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
@@ -126,6 +126,19 @@ cargo clippy --all-targets -- -D warnings
126
126
  cargo fmt
127
127
  ```
128
128
 
129
+ ### Upstream parser parity sweep
130
+
131
+ To compare this parser against Svelte's full parser suites (`parser-modern` + `parser-legacy`),
132
+ run the optional ignored test with a local checkout of `sveltejs/svelte`:
133
+
134
+ ```bash
135
+ git clone https://github.com/sveltejs/svelte.git /tmp/svelte
136
+ SVELTE_REPO=/tmp/svelte cargo test -p svelte-parser test_upstream_svelte_parser_samples -- --ignored
137
+ ```
138
+
139
+ The harness runs every sample under `parser-modern` and `parser-legacy`, enabling loose mode
140
+ for samples whose directory name starts with `loose-` (mirroring upstream's runner).
141
+
129
142
  ## License
130
143
 
131
144
  MIT License - see [LICENSE](LICENSE) for details.
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@svelte-check-rs/darwin-arm64",
3
- "version": "0.9.11",
3
+ "version": "0.9.13",
4
4
  "description": "svelte-check-rs platform binary",
5
5
  "license": "MIT",
6
6
  "repository": {