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

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

Merged
merged 2 commits into from
Nov 3, 2022

Commits on Nov 1, 2022

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

    A change introduced in v28.1.0 in PR vuejs#471 unintentionally changed the behavior of the tsconfig parsing such that configs using "extends" were no longer being considered.
    
    Fixes: vuejs#495
    Adam Hines committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    0fb2493 View commit details
    Browse the repository at this point in the history
  2. chore(cache): cache tsconfig parsing to avoid the cost per vue file /…

    … interpolated string
    Adam Hines committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    76c5419 View commit details
    Browse the repository at this point in the history