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.json edge-cases in dependencies #377

Merged

Commits on Jul 16, 2024

  1. fix: don't resolve tsconfig for externals

    Original issue: privatenumber#363,
    
    esbuild-loader would attempt to resolve typescript configs for external
    sources under some conditions, and cause problems (in this case, the
    resolved tsconfig.json referenced a config that is not in the dependency
    tree and thus unresolvable)
    
    tsconfig
    
    fix: warn on tsconfig resolution error, continue transform
    glsignal authored and privatenumber committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    5a31cd4 View commit details
    Browse the repository at this point in the history
  2. wip

    privatenumber committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    cb3ad94 View commit details
    Browse the repository at this point in the history
  3. wip

    privatenumber committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    0083a9b View commit details
    Browse the repository at this point in the history
  4. wip

    privatenumber committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    f8c6593 View commit details
    Browse the repository at this point in the history
  5. wip

    privatenumber committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    6fb24a7 View commit details
    Browse the repository at this point in the history