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

chore: fully clear require/import cache in non-parallel watch mode #5155

Closed

Commits on Jun 3, 2024

  1. refactor: extract handleRequires() to file

    Kartones authored and Diego Muñoz Pérez committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    2615a18 View commit details
    Browse the repository at this point in the history
  2. fix: full import/require cache blast when running non-parallel watch

    Kartones authored and Diego Muñoz Pérez committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    55d042e View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. fix: don't use disposed mocha instance to query parallel mode

    Kartones authored and Diego Muñoz Pérez committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    24aaa00 View commit details
    Browse the repository at this point in the history
  2. fix: proper import() cache busting + not do empty cache key busting

    Kartones authored and Diego Muñoz Pérez committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    7f26597 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2024

  1. fix: specific mocha binary filters when blasting cache

    Kartones authored and Diego Muñoz Pérez committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    9df2bf1 View commit details
    Browse the repository at this point in the history
  2. feat: always bust require cache when in watch mode

    BREAKING CHANGE: before only watched files were busted
    Kartones authored and Diego Muñoz Pérez committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    8dfc1b4 View commit details
    Browse the repository at this point in the history