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(build): introduce buildData in platformObject #860

Merged
merged 5 commits into from
Aug 30, 2024

Conversation

dai-shi
Copy link
Owner

@dai-shi dai-shi commented Aug 30, 2024

It's still unstable.

Copy link

vercel bot commented Aug 30, 2024

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

Name Status Preview Updated (UTC)
waku ✅ Ready (Inspect) Visit Preview Aug 30, 2024 10:45am

Copy link

codesandbox-ci bot commented Aug 30, 2024

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

@dai-shi dai-shi mentioned this pull request Aug 30, 2024
@dai-shi dai-shi marked this pull request as ready for review August 30, 2024 10:43
| 'aws-lambda'
| undefined;
};
} & Record<string, unknown>;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is the purpose of extending this with Record<string, unknown> when buildData is also present?

I guess I am just curious what this extra flexibility on the type might be used for. Currently it just looks like buildData is all that's being used.

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's for #827 kind of extensions. It's not just for build.

@dai-shi dai-shi merged commit 3acc456 into main Aug 30, 2024
28 checks passed
@dai-shi dai-shi deleted the unstable-get-platform branch August 30, 2024 23:40
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