Conversation
Platform cleanup: - Remove sentry shim (not a real Node.js built-in) - Remove custom convex command (uses generic bin stubs now) - Remove Convex-specific path remaps from fs.ts - Move vfs: prefix stripping from fs.ts to esbuild.ts - Centralize all CDN URLs in src/config/cdn.ts esm.sh fix: - redirectNpmImports now reads package.json dependencies and includes major version in URLs (e.g. ai@4/react), fixing 404s on subpath imports Demo improvements: - Rename ai-chatbot demo → vercel-ai-sdk demo - Add setup overlay dialogs for Convex and Vercel AI SDK demos - Add Vercel AI SDK card to homepage Documentation: - Fix "Just Node" → "almostnode" in tutorials - Fix broken file references and API.md links - Add Demos section to README - Update CHANGELOG for v0.2.13 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
🟢 Node.js Compatibility: 98%
Modules tested
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
vfs:prefix stripping to esbuild shim — all replaced by generic platform solutionssrc/config/cdn.tsinstead of being scattered across filesredirectNpmImportsreadspackage.jsondependencies and includes major version in URLs (e.g.ai@4/react), fixing 404s on subpath importsNet result: -367 lines (764 added, 1131 removed)
Test plan
npm run test:runpasses (all unit tests including 23 new tests)npm run type-checkpasses/examples/demo-vercel-ai-sdk.htmlwith setup overlay/examples/demo-convex-app.htmlwith setup overlayAPI.mdlinks remain in docs🤖 Generated with Claude Code