Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub. 4 Skipped Deployments
|
| function writePrepareFile(outPath: string, body: string): void { | ||
| const parent = dirname(outPath); | ||
| if (!existsSync(parent)) mkdirSync(parent, { recursive: true }); | ||
| writeFileSync(outPath, body); // lgtm[js/http-to-file-access] |
✅ Playwright Test ReportStatus: Tests passed 📊 Download Report & Snapshots (see Artifacts section) What's in the Visual SnapshotsThe gallery includes visual snapshots for:
Run ID: 24525052786 |
PR Review: Fix review regressionsGood set of targeted fixes with solid regression test coverage. Here are my findings: Bug: Double-segment in
|
TypeScript 6 deprecated moduleResolution=node10; add ignoreDeprecations: "6.0" to silence it, and remove the exclude array that was inadvertently blocking test files from being type-checked. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Summary
>inside quoted values.requestTimeoutMsin the verification dedupe key so callers with different timeouts do not share the same in-flight request.endUserIdin that dedupe key so multi-tenant requests do not reuse each other’s in-flight verification promise.--no-publishwith a migration error and direct callers to--local-only.Validation
bun test src/__tests__/markdownToHtml.test.ts src/__tests__/cliCommands.test.ts src/__tests__/parseCitation.test.tsNotes
splitHtmlPreservingTagsfix is quote-aware and preserves>characters inside quoted attributes.