Skip to content

feat(plugin-vite): support all export default expressions#151

Merged
GauBen merged 1 commit intomainfrom
fix/support-all-default-exports
Mar 10, 2025
Merged

feat(plugin-vite): support all export default expressions#151
GauBen merged 1 commit intomainfrom
fix/support-all-default-exports

Conversation

@GauBen
Copy link
Copy Markdown
Member

@GauBen GauBen commented Mar 10, 2025

Description

Adds support for all export default expressions, when it was previously limited to export default function.

@baptistegrimaud Can you keep one const Component = ...; export default Component in #147 please?

Checklist

Source code

  • I've considered the implications on security (in particular for changes to authentication, authorization, data fetching, ...)
  • I've considered the implications on performances
  • I've considered the implications on migration
  • I've considered the implications on code maintainability

Tests

  • I've provided Unit and/or Integration Tests
  • I've updated the parent issue with required manual validations

Documentation

  • I've provided inline documentation (Source code)
  • I've provided internal documentation (README, Confluence)
  • I've provided user-facing documentation (Academy)

Tip

Documentation to guide the reviews: How to do a code review

@GauBen GauBen self-assigned this Mar 10, 2025
@GauBen GauBen requested a review from a team as a code owner March 10, 2025 09:33
@GauBen GauBen enabled auto-merge (squash) March 10, 2025 09:48
@GauBen GauBen merged commit adc1665 into main Mar 10, 2025
@GauBen GauBen deleted the fix/support-all-default-exports branch March 10, 2025 09:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants