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: hoverinc/hover-javascript
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: hoverinc/hover-javascript
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: next
Choose a head ref
  • 14 commits
  • 15 files changed
  • 4 contributors

Commits on Nov 11, 2023

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

Commits on Nov 17, 2023

  1. Configuration menu
    Copy the full SHA
    7f24ed9 View commit details
    Browse the repository at this point in the history
  2. feat: drop support for Node 14 and Node 16

    BREAKING CHANGE: this package now requires Node 18+
    jrolfs committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    7f218c0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b4c1fde View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2024

  1. feat(config/jest): add swc_mut_cjs_exports plugin to SWC configuration

    In an effort to make the SWC-based Jest compilation as backward
    compatible as possible, add the `swc_mut_cjs_exports` plugin so that
    Jest spies work in all the places they used to work.
    
    See: https://github.com/magic-akari/swc_mut_cjs_exports
    jrolfs committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    7e87380 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5fe61c1 View commit details
    Browse the repository at this point in the history
  3. feat(api/test): make ts-jest's pathsToModuleNameMapper helper avail…

    …able
    
    This copies in the module name mapper helper from `ts-jest` so we can use that
    whether we're using ts-jest or not.
    jrolfs committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    ab6f8cd View commit details
    Browse the repository at this point in the history
  4. Merge pull request #948 from hoverinc/fix/jest-workaround

    ✨ Add Jest SWC workaround and module mapper helper
    jrolfs authored Jan 8, 2024
    Configuration menu
    Copy the full SHA
    4b58aae View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2025

  1. Merge branch 'main' into next

    jrolfs committed Feb 19, 2025
    Configuration menu
    Copy the full SHA
    b17a059 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2025

  1. Configuration menu
    Copy the full SHA
    2e60585 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c94d040 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2025

  1. refactor(api/test): convert module name mapper utility to JavaScript

    This allows us to dogfood the Jest configuration without running a build
    jrolfs committed Feb 25, 2025
    Configuration menu
    Copy the full SHA
    3aedcf7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f782b9 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2025

  1. Merge pull request #962 from hoverinc/jr.feature/swc-test

    ✨ Add debug output for SWC and automatic Jest module mapping
    jrolfs authored Feb 27, 2025
    Configuration menu
    Copy the full SHA
    6fd8222 View commit details
    Browse the repository at this point in the history
Loading