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(js): infer tslib as a dependency when using importHelpers #9350

Commits on Mar 16, 2022

  1. feat(js): infer tslib as dependency when using importHelpers

    When using "importHelpers" and building with "tsc", the built bundle expects to be supplied the
    "tslib" package.
    
    Currently, it's up to developers to add "tslib" as a dependency to those
    libraries' package.json files.
    
    This PR makes the "tsc" execute infer that "importHelpers" is used,
    and subsequently add "tslib" as a dependency to the generated package.json
    
    ISSUES CLOSED: nrwl#9343
    gioragutt authored and AgentEnder committed Mar 16, 2022
    Copy the full SHA
    f31486e View commit details
    Browse the repository at this point in the history