Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: tapjs/tapjs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6f774b1
Choose a base ref
...
head repository: tapjs/tapjs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: a14b24c
Choose a head ref
  • 3 commits
  • 80 files changed
  • 1 contributor

Commits on Apr 5, 2026

  1. mock: just make the service key a global

    This gets confused when plugins put the tap install in .tap/plugins/..., because
    we end up with different loaders that could be getting pulled in. Better to just
    go ahead and make it a global, since that's the intention anyway.
    isaacs committed Apr 5, 2026
    Configuration menu
    Copy the full SHA
    9286b74 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e6798fe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a14b24c View commit details
    Browse the repository at this point in the history
Loading