Thanks to visit codestin.com
Credit goes to github.com

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: LeDDGroup/typescript-transform-paths
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.5.4
Choose a base ref
...
head repository: LeDDGroup/typescript-transform-paths
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.5.5
Choose a head ref
  • 2 commits
  • 3 files changed
  • 2 contributors

Commits on Mar 15, 2025

  1. fix: when installed typescript version contains 0 it would cause erro…

    …r to be thrown "Expected version to be parsed" (#399)
    
    I was using this transformer with the rollup typescript plugin but
    noticed when the installed typescript version is "5.0.4" an error is
    thrown "Expected version to be parsed".
    
    I believe this is caused by checking the installed version to see if
    they are undefined by number 0 is also considered to be falsy in
    javascript causing this check to fail despite having typescript
    installed correctly
    anthony-y-zhu14 authored Mar 15, 2025
    Configuration menu
    Copy the full SHA
    c601db8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3db1466 View commit details
    Browse the repository at this point in the history
Loading