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
- Use char literals instead of string literals for single characters
- Replace match with if/else for simple boolean checks
- Remove unnecessary string cloning
- Simplify conditional logic with is_some_and()
- Use Vec::new() instead of [].to_vec()
- Use String::new() instead of String::from("")
- Use unwrap_or_default() instead of unwrap_or_else
- Use string interpolation shorthand in format macros
- Simplify Default trait usage
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude <[email protected]>
"Your application tried to access {dependency_name}. While this module is usually interpreted as a Node builtin, your resolver is running inside a non-Node resolution context where such builtins are ignored. Since {dependency_name} isn't otherwise declared in your dependencies, this makes the require call ambiguous and unsound.\n\nRequired package: {dependency_name}{via}\nRequired by: ${issuer_path}",
0 commit comments