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: TypeStrong/fork-ts-checker-webpack-plugin
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.2.13
Choose a base ref
...
head repository: TypeStrong/fork-ts-checker-webpack-plugin
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.3.1
Choose a head ref
  • 2 commits
  • 6 files changed
  • 1 contributor

Commits on Aug 1, 2021

  1. feat: use separate workers for dependencies and issues (#636)

    In order to not block the next iteration on the getDependencies call, we use a separate worker for dependencies calculations (so getIssues from the previous compilation will not block the next getDependencies call)
    
    ✅ Closes: #612, #634
    piotr-oles authored Aug 1, 2021
    Configuration menu
    Copy the full SHA
    4cb7e39 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7150ffa View commit details
    Browse the repository at this point in the history
Loading