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

Add Command.awaitHook(), Argument.chainArgParserCalls() and Option.chainArgParserCalls() #1902

Closed
wants to merge 22 commits into from

Commits on Jul 6, 2023

  1. Configuration menu
    Copy the full SHA
    4061bff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a6e07c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4738e3c View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2023

  1. Configuration menu
    Copy the full SHA
    c0b7e74 View commit details
    Browse the repository at this point in the history
  2. Improve rejection handling (tj#1902)

    - Do not await default argument values since custom processing does not
    apply
    - Leave thenable checks to `Promise.all()`
    aweebit committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    200b31d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2114a72 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7d1038e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dbca267 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6f795f7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e632f84 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b96474c View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2023

  1. Configuration menu
    Copy the full SHA
    6c44e2b View commit details
    Browse the repository at this point in the history
  2. Get rid of linting errors

    aweebit committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    ca48392 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2023

  1. Configuration menu
    Copy the full SHA
    287cdc7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1830e14 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a451ac5 View commit details
    Browse the repository at this point in the history
  4. Make await hooks last by default (tj#1902)

    Could fix some old tests in tests/command.hook.test.js
    if preAction is replaced by postArguments.
    aweebit committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    3a956b5 View commit details
    Browse the repository at this point in the history
  5. Add type tests (tj#1902)

    aweebit committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    96b9fc2 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

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

Commits on Jul 25, 2023

  1. Add thenable function & name method better (tj#1902)

    Co-authored-by: John Gee <john@ruru.gen.nz>
    aweebit and shadowspawn committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    9a2a2b5 View commit details
    Browse the repository at this point in the history
  2. Fix bug

    aweebit committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    51d460c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    94cb5ab View commit details
    Browse the repository at this point in the history