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

Expose async-function argument type #402

Merged
merged 5 commits into from Nov 8, 2023

Commits on Jul 3, 2023

  1. Expose async-function argument type

    We are exposing the async-function argument type for jsDoc
    type declaration support. This means that we now could do:
    "npm i -D @types/github-script@github:actions/github-script"
    and the add:
    "@param {import('@types/github-script').AsyncFunctionArguments}
    AsyncFunctionArguments".
    
    This could obviously be done in other ways too, like using
    "@typed-actions/github-script" instead. But it seems better
    to use the actual source repository instead of a third-party
    library to import the type declaration.
    viktorlott committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    56bdc6c View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

  1. Update README.md

    viktorlott committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    ba13a89 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c857fcb View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

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

Commits on Nov 8, 2023

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