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(GeneratorAPI): allow passing options to api.extendPackage #5149

Merged
merged 1 commit into from Feb 6, 2020

Commits on Feb 5, 2020

  1. feat(GeneratorAPI): allow passing options to api.extendPackage

    Currently 3 options are implemented:
    
    - options.prune (defaults to `false`) - Remove null or undefined
    fields from the object after merging.
    - options.merge (defaults to `true`) deep-merge nested fields, note
    that dependency fields are always deep merged regardless of this option.
    - options.warnIncompatibleVersions (defaults to `true`) Output warning
     if two dependency version ranges don't intersect.
    sodatea committed Feb 5, 2020
    Copy the full SHA
    2a35fe5 View commit details
    Browse the repository at this point in the history