mirror of
https://github.com/vercel/next.js.git
synced 2026-09-20 02:25:18 +08:00
a4c1a0cd72
Disclaimer: This PR is entirely claude+opencode generated. - Crate name said `next-swc-napi`, which was confusing, because this has a lot more than swc bindings nowdays. - The crate name didn't match the directory name, which often confused agents. This does not change the npm package name, as that would likely have a much larger blast radius, and could break more things, to a point where it may not be worth it.
5 lines
221 B
Bash
Executable File
5 lines
221 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -euo pipefail
|
|
|
|
PACKAGES="-p next-napi-bindings -p next-api -p next-build -p next-core -p next-custom-transforms"
|
|
RUSTDOCFLAGS="-Z unstable-options --enable-index-page" cargo doc $PACKAGES --no-deps |