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: vuejs/vue-jest
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v29.1.1
Choose a base ref
...
head repository: vuejs/vue-jest
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v29.2.0
Choose a head ref
  • 1 commit
  • 16 files changed
  • 2 contributors

Commits on Nov 3, 2022

  1. fix: parse extended tsconfigs when transpiling script blocks (#502)

    * fix(tsconfig): parse extended tsconfigs when transpiling script blocks
    
    A change introduced in v28.1.0 in PR #471 unintentionally changed the behavior of the tsconfig parsing such that configs using "extends" were no longer being considered.
    
    Fixes: #495
    
    * chore(cache): cache tsconfig parsing to avoid the cost per vue file / interpolated string
    
    Co-authored-by: Adam Hines <ahines@factset.com>
    thebanjomatic and Adam Hines authored Nov 3, 2022
    Configuration menu
    Copy the full SHA
    bb516da View commit details
    Browse the repository at this point in the history
Loading