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

Emit shared libraries along with binary assets #104

Merged
merged 2 commits into from
Dec 4, 2018
Merged

Conversation

guybedford
Copy link
Contributor

Fixes #99 exactly as @TooTallNate proposed.

We can refine handling further based on test cases if globbing or backtracking is needed.

@codecov-io
Copy link

Codecov Report

Merging #104 into master will increase coverage by 0.42%.
The diff coverage is 80.95%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #104      +/-   ##
==========================================
+ Coverage   73.31%   73.74%   +0.42%     
==========================================
  Files           6        7       +1     
  Lines         356      377      +21     
==========================================
+ Hits          261      278      +17     
- Misses         95       99       +4
Impacted Files Coverage Δ
src/loaders/relocate-loader.js 92.68% <100%> (+0.1%) ⬆️
src/loaders/node-loader.js 100% <100%> (ø) ⬆️
src/utils/sharedlib-emit.js 75% <75%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 38dd21e...a8c6cc2. Read the comment docs.

@rauchg
Copy link
Member

rauchg commented Dec 4, 2018

@guybedford needs re-base

Copy link
Member

@TooTallNate TooTallNate left a comment

Choose a reason for hiding this comment

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

Nice!

@guybedford
Copy link
Contributor Author

Rebased.

@rauchg rauchg merged commit b65b51a into master Dec 4, 2018
@rauchg rauchg deleted the binary-sharedlibs branch December 4, 2018 20:08
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.

None yet

4 participants