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(builtin): generate @npm//foo__all_files filegroup that includes all files in the npm package #1600

Merged

Commits on Feb 4, 2020

  1. feat(builtin): expose @npm//foo__all_files filegroup that includes …

    …all files in the npm package
    
    Including files with spaces & unicode characters & files that have been filtered out by the `included_files` attribute. This filegroup cannot be used in runfiles because of Bazel issue bazelbuild/bazel#4327, but it can be used for other purposes such as the srcs input to a pkg_tar for generating a tar of an npm package pulled down with yarn_install or npm_install.
    gregmagolan committed Feb 4, 2020
    Configuration menu
    Copy the full SHA
    5bddfa2 View commit details
    Browse the repository at this point in the history