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
Updated hasDefaultExport() to also detect default exports declared with
the default modifier on function/class declarations:
- export default function foo() {}
- export default class Bar {}
Previously only detected ExportAssignment nodes (export default <expr>)
and named exports with default alias.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments