-
Notifications
You must be signed in to change notification settings - Fork 154
feat: add --external and --loader support for nodejs_npm_esbuild workflow #353
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
6e94134 to
28d09f6
Compare
|
thanks @chris-armstrong for you contribution. I see you already closed the PR #343, but kept PR #340 open, shall we check both of this PR, and #340 as well? |
moelasmar
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.
can you add integration test cases?
I've added two new integration tests to cover the options, but the build is failing on all the esbuild integration tests because it can't find the |
I'm going to assume the integration tests aren't run every time, and haven't been run for a while, as adding esbuild as a dependency to the one's that didn't have it has fixed the tests |
|
Thanks @chris-armstrong for the update. I will go through your code, and check the integration test cases. |
|
@chris-armstrong It doesn't look this this PR has maintainer push access. Could you allow that (I think it is a check mark box on the right side of the page) or update the branch again? I can't merge this in without the branch being updated. |
I've brought that up to date now @jfuss , I can't find the option to allow updating the branch |
|
@chris-armstrong You might have had to edit the PR. I forget exactly where/how. But thank you for updating the PR and making the contribution. |
Add support for
--loaderand--externaloptions to nodejs_npm_esbuild workflow.This PR replaces #340 and #343, rebased against
developas requested.By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.