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: main
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: 6.5.x
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 9 files changed
  • 2 contributors

Commits on Apr 6, 2022

  1. fix: ignore package json on 6.5.x (#728)

    The error in #674 is caused by a change of the package.json file during the build, which triggers some code path that is valid in WatchCompilerHostOfConfigFile but not in WatchCompilerHostOfFilesAndCompilerOptions that this plugin uses (because of the configOverwrite option). This commit ignores the package.json file in watcher as a work-around.
    piotr-oles authored Apr 6, 2022
    Configuration menu
    Copy the full SHA
    0ec853a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    13ade22 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2022

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

Commits on Mar 5, 2023

  1. fix: make performance API compatible with TypeScript 5

    Fixes #797 by removing ts performance logging (#803)
    eamodio authored Mar 5, 2023
    Configuration menu
    Copy the full SHA
    4b0c77a View commit details
    Browse the repository at this point in the history
Loading