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: enforce extraModules to be a set of strings #888

Merged
merged 4 commits into from
Nov 12, 2024

Commits on Oct 9, 2021

  1. fix: usage of this.prodDeps as a Set<string>

    For some reason TypeScript is AOK with stuffing `Set` objects with
    random keys. This is problematic as this is not how `Set` are supposed
    to be used (like a plain JavaScript object map).
    
    Fix the logic to respect the `-w/--which-module` CLI argument.
    paul-marechal committed Oct 9, 2021
    Configuration menu
    Copy the full SHA
    e0ba692 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2021

  1. simplify tests

    paul-marechal committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    1840641 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2022

  1. test: add simple, fast test

    malept committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    8f11bec View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. Configuration menu
    Copy the full SHA
    645c794 View commit details
    Browse the repository at this point in the history