-
Notifications
You must be signed in to change notification settings - Fork 13
update esbuild to 0.17.5 with new watch mode support #245
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
Conversation
lmiller1990
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice, I tested, works great! Maybe cc @bahmutov
bahmutov
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Super, I will merge it in
|
🎉 This PR is included in version 2.2.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
|
FYI, this change is causing badeball/cypress-cucumber-preprocessor#1247. It appears that the promise returned from |
|
Mind opening a pull request to fix thisSent from my iPhoneOn Nov 2, 2025, at 15:06, Jonas Amundsen ***@***.***> wrote:badeball left a comment (bahmutov/cypress-esbuild-preprocessor#245)
FYI, this changed is causing badeball/cypress-cucumber-preprocessor#1247. It appears the promise returned from esbuild.context(..) resolves before any file has actually been written to outputPath, which is in violation of the preprocessor API.
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you modified the open/close state.Message ID: ***@***.***>
|
|
Sure, I've created #515. FYI, I wish this had a test suite, but creating one is far more than I'm willing to contribute now. Edit: unit tests |
In order to tackle #229 I created this little PR.