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 typescript definition files #100

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

Commits on May 21, 2021

  1. Add typescript definition files

    ilikejames authored and rauno56 committed May 21, 2021
    Configuration menu
    Copy the full SHA
    654e8c7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ba7e63b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0bead50 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1d5bb74 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8b503dc View commit details
    Browse the repository at this point in the history
  6. feat: remove usages of any

    rauno56 committed May 21, 2021
    Configuration menu
    Copy the full SHA
    4fc5c25 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2cc21cd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e941dc2 View commit details
    Browse the repository at this point in the history
  9. style: avoid using var

    rauno56 committed May 21, 2021
    Configuration menu
    Copy the full SHA
    8b08465 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e7d495b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f384d5a View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2021

  1. fix: broaden error type since there are actually no guards in place

    I'm leaving `any | "route" | "router"` for NextFunctions param to
    document the special cases, even though the union doesn't actually widen
    `any` further.
    rauno56 committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    4aae496 View commit details
    Browse the repository at this point in the history
  2. fix: remove private API from the types

    I'm going to leave Layer type for documentation again and because it
    might be useful in cases where someone bypasses to the private API(my
    case). For example when writing OTel instrumentations.
    rauno56 committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    1cbf48b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4a034cf View commit details
    Browse the repository at this point in the history