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

Initialize config defaults independent of CLI usage #274

Open
wants to merge 14 commits into
base: master
Choose a base branch
from

Commits on Sep 18, 2023

  1. feat: Apply default values when using package API

    chore(refactor): Move config related things unrelated
    to CLI specifics into config.js module. Make it easier
    to spot differences between external user config schema
    and runtime config schema.
    about-code committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    7f4b61b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce1d1e7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    239fe76 View commit details
    Browse the repository at this point in the history
  4. Fix linter errors.

    about-code committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    e88976a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dbdd338 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0202fe8 View commit details
    Browse the repository at this point in the history
  7. Revert "try get better error message"

    This reverts commit cf9a64d.
    about-code committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    eb6e187 View commit details
    Browse the repository at this point in the history
  8. Fix path shenanigans

    about-code committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    d8b8f0c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e37f32f View commit details
    Browse the repository at this point in the history
  10. Run tests on node 20.x

    about-code committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    87221f4 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2024

  1. Configuration menu
    Copy the full SHA
    fb097b8 View commit details
    Browse the repository at this point in the history
  2. test: New test case.

    about-code committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    a6a0683 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d53822d View commit details
    Browse the repository at this point in the history
  4. Fix linter errors

    about-code committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    1472623 View commit details
    Browse the repository at this point in the history