-
Notifications
You must be signed in to change notification settings - Fork 3.8k
docs: document autoload options for standalone executables #25385
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Update the single-file executable documentation to reflect changes in v1.3.4: - tsconfig.json and package.json loading now disabled by default - Add --compile-autoload-tsconfig and --compile-autoload-package-json flags - Document all four JavaScript API options (autoloadTsconfig, autoloadPackageJson, autoloadDotenv, autoloadBunfig) - Note that .env and bunfig.toml may be disabled by default in future versions 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
|
Updated 10:21 PM PT - Dec 6th, 2025
✅ @autofix-ci[bot], your commit b1ab4b12e6e96b28550746b1abd675fb447bfecb passed in 🧪 To try this PR locally: bunx bun-pr 25385That installs a local version of the PR into your bun-25385 --bun |
WalkthroughThis PR updates documentation in Changes
Possibly related PRs
Suggested reviewers
Pre-merge checks✅ Passed checks (2 passed)
📜 Recent review detailsConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Disabled knowledge base sources:
📒 Files selected for processing (1)
🧰 Additional context used🧠 Learnings (12)📓 Common learnings📚 Learning: 2025-11-14T16:07:01.064ZApplied to files:
📚 Learning: 2025-10-19T02:52:37.412ZApplied to files:
📚 Learning: 2025-11-24T18:37:30.259ZApplied to files:
📚 Learning: 2025-11-24T18:34:55.173ZApplied to files:
📚 Learning: 2025-11-24T18:35:50.422ZApplied to files:
📚 Learning: 2025-10-26T01:32:04.844ZApplied to files:
📚 Learning: 2025-11-24T18:37:30.259ZApplied to files:
📚 Learning: 2025-11-24T18:37:11.466ZApplied to files:
📚 Learning: 2025-11-24T18:37:30.259ZApplied to files:
📚 Learning: 2025-10-19T02:44:46.354ZApplied to files:
📚 Learning: 2025-11-24T18:35:50.422ZApplied to files:
🔇 Additional comments (3)
Comment |
Summary
tsconfig.jsonandpackage.jsonloading is now disabled by default for standalone executables--compile-autoload-tsconfigand--compile-autoload-package-jsonCLI flagsautoloadTsconfig,autoloadPackageJson,autoloadDotenv,autoloadBunfig.envandbunfig.tomlmay also be disabled by default in a future versionTest plan
🤖 Generated with Claude Code