You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improve RBS signatures based on code review feedback
- Fix Utils module method signatures:
- Remove question mark from rails_version_less_than (matches actual implementation)
- Add missing public utility methods:
- react_on_rails_pro_version
- rsc_support_enabled?
- full_text_errors_enabled?
- smart_trim
- find_most_recent_mtime
- prepend_to_file_if_text_not_present
- detect_package_manager
- default_troubleshooting_section
- server_bundle_js_file_path
- source_path
- public_bundles_full_path
- generated_assets_full_path
- gem_available?
- Add missing Configuration private methods:
- rsc_bundle_js_file
- react_client_manifest_file
- react_server_client_manifest_file
These methods are used in ensure_webpack_generated_files_exists and other
parts of the codebase, so including them improves type coverage.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments