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

feat: async pathRewrite #397

Merged
merged 8 commits into from Feb 14, 2020
Merged

feat: async pathRewrite #397

merged 8 commits into from Feb 14, 2020

Commits on Feb 13, 2020

  1. Allow the path rewriter function to be async.

    Seth Carter committed Feb 13, 2020
    Copy the full SHA
    5be8454 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2020

  1. Comply with testing and documentation requirements

    Seth Carter committed Feb 14, 2020
    Copy the full SHA
    c3c29ca View commit details
    Browse the repository at this point in the history
  2. Comply with linting rules.

    Seth Carter committed Feb 14, 2020
    Copy the full SHA
    db4ae23 View commit details
    Browse the repository at this point in the history
  3. Additional linting compliance.

    Seth Carter committed Feb 14, 2020
    Copy the full SHA
    8bfb8e3 View commit details
    Browse the repository at this point in the history
  4. Additional linting compliance. (2)

    Seth Carter committed Feb 14, 2020
    Copy the full SHA
    3afde03 View commit details
    Browse the repository at this point in the history
  5. Only use "resolves" for functions returning a Promise.

    Seth Carter committed Feb 14, 2020
    Copy the full SHA
    ba27b53 View commit details
    Browse the repository at this point in the history
  6. Update types.ts with Promise<string> as acceptable return from pathRe…

    …write function.
    Seth Carter committed Feb 14, 2020
    Copy the full SHA
    5ba502b View commit details
    Browse the repository at this point in the history
  7. Undo change to yarn.lock

    Seth Carter committed Feb 14, 2020
    Copy the full SHA
    478d9bb View commit details
    Browse the repository at this point in the history