Skip to content
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

feat: add support for export keyword #157

Merged
merged 2 commits into from Dec 12, 2023
Merged

feat: add support for export keyword #157

merged 2 commits into from Dec 12, 2023

Conversation

andy-haynes
Copy link
Contributor

This PR adds support for the export keyword, which indicates to BWE that the exported reference is the Component to be rendered for this path.

The following variations are supported:

export default X;
export default function X ...
export function X ...
export const X = ...

Copy link

vercel bot commented Dec 12, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
bos-web-engine ✅ Ready (Inspect) Visit Preview Dec 12, 2023 1:22am

@andy-haynes andy-haynes merged commit 7590b8e into main Dec 12, 2023
4 of 5 checks passed
@andy-haynes andy-haynes deleted the feat/export branch December 12, 2023 01:42
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.

None yet

1 participant