Conversation
Rsdoctor Bundle Diff Analysis
Found 13 projects in monorepo, 4 projects with changes. 📊 Quick Summary
📋 Detailed Reports (Click to expand)📁 coverage-v8Path:
📦 Download Diff Report: coverage-v8 Bundle Diff 📁 core/browserPath:
📦 Download Diff Report: core/browser Bundle Diff 📁 core/mainPath:
📦 Download Diff Report: core/main Bundle Diff 📁 vscode/extensionPath:
📦 Download Diff Report: vscode/extension Bundle Diff Generated by Rsdoctor GitHub Action |
Deploying rstest with
|
| Latest commit: |
98c15e0
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://6a7753e2.rstest.pages.dev |
| Branch Preview URL: | https://soon-codex-chore-replace-yuk.rstest.pages.dev |
189b236 to
dc832e6
Compare
Summary
Replace Yuku with
@swc-next/parser@0.2.1in V8 coverage conversion and VS Code test discovery, usingestree-walkerfor coverage AST traversal. The lockfile pins the parser, decoder, and native bindings to 0.2.1.Copy the VS Code native binary beside the bundled loader so the extension can load it at runtime, and include the parser, decoder, and copied binding licenses in the generated notice.
Rebased onto the latest
origin/mainand resolved the AST walker API and updated-main test compatibility issues. Validated on macOS arm64 with coverage-v8 unit tests (76), VS Code unit tests (94), V8 coverage e2e tests (43 across 8 files), full package builds, affected lint, typecheck,check-unused, and the repository pre-push dependency-consistency, typecheck, formatting, and spelling hooks.Checklist
Related Links