-
Notifications
You must be signed in to change notification settings - Fork 29.7k
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
build: add --without-amaro
build flag
#54136
build: add --without-amaro
build flag
#54136
Conversation
Review requested:
|
should the flag be added to the vcbuild.bat too? |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #54136 +/- ##
=======================================
Coverage 87.06% 87.07%
=======================================
Files 643 643
Lines 181576 181576
Branches 34894 34891 -3
=======================================
+ Hits 158088 158106 +18
+ Misses 16759 16753 -6
+ Partials 6729 6717 -12
|
Not my area of expertise, and no way for me to test it, but I'd say no based on the fact that |
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.
LGTM
Landed in 1e3a347 |
PR-URL: #54136 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
With
./configure --without-amaro
, the resultingnode
binary won't contain the Amaro source (which includes the SWC WASM binary). This PR does not remove the--experimental-strip-types
CLI flag, when using this flag an error will be emitted when trying to load amodule-typescript
orcommonjs-typescript
module.