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

fix(pacmak): fails on bundled dependency without entry point #3277

Merged
merged 5 commits into from Dec 22, 2021

Commits on Dec 21, 2021

  1. fix(pacmak): fails on bundled dependency without entry point

    `projen` uses a bundled dependency called `shx`, and this library does
    not have an entry point. It exposes some command-line tools and nothing
    else.
    
    This conflicts with our dependency finding mechanism, which performs
    a `require()` on the library to find it.
    
    Ignore bundled dependencies in `pacmak`, it never needs to pack them
    individually anyway.
    rix0rrr committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    5d19af9 View commit details
    Browse the repository at this point in the history
  2. Add test

    rix0rrr committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    80da5d3 View commit details
    Browse the repository at this point in the history
  3. Add bundleDependencies

    rix0rrr committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    e56e7bb View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2021

  1. Configuration menu
    Copy the full SHA
    4a8dbf4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ab6b740 View commit details
    Browse the repository at this point in the history