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: synchronous API #5

Merged
merged 3 commits into from
May 12, 2024
Merged

Conversation

simonihmig
Copy link
Contributor

@simonihmig simonihmig commented May 2, 2024

Closes #4

@simonihmig simonihmig mentioned this pull request May 2, 2024
2 tasks
'file.mjs': 'export default 123',
},
for (const { scenario, getPackageEntryPoints } of testScenarios) {
describe(scenario, ({ describe }) => {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This is running the existing test suites in two scenarios: async + sync. The rest of the diff is just the change in indentation, so best reviewed with "hide whitespace" enabled!

@simonihmig simonihmig marked this pull request as ready for review May 10, 2024 14:05
@privatenumber privatenumber merged commit 4dc1118 into privatenumber:develop May 12, 2024
1 check passed
@privatenumber privatenumber changed the title feat: provide synchronous getPackageEntryPointsSync API feat: synchronous API May 12, 2024
@privatenumber
Copy link
Owner

Great PR! Thanks so much @simonihmig, I appreciate it! 🙌

@simonihmig simonihmig deleted the sync-api branch May 13, 2024 07:39
@privatenumber
Copy link
Owner

🎉 This PR is included in version 1.1.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Provide additional sync API
2 participants