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: lukeed/tsm
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.2.2
Choose a base ref
...
head repository: lukeed/tsm
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.3.0
Choose a head ref
  • 4 commits
  • 10 files changed
  • 1 contributor

Commits on Nov 27, 2022

  1. chore: bump esbuild version;

    - Closes #42
    - Closes #31
    lukeed committed Nov 27, 2022
    Configuration menu
    Copy the full SHA
    2d406ef View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2022

  1. feat: import() in CommonJS & resolve virtual file extensions (#43)

    * chore: add tests to reproduce CJS dynamic-import issue;
    
    - Related #27
    
    * feat: handle import() in CJS & backmap TS->JS resolving;
    
    - attempt to load ".ts", ".jsx" or ".tsx" file when `import` to ".js" does not exist
    - attempt to load ".mts" file when `import` to ".mjs" does not exist
    - attempt to load ".cts" file when `import` to ".cjs" does not exist
    - attempt to load ".tsx" file when `import` to ".jsx" does not exist
    
    * chore: wrap ESM test file in async iife
    
    * derp~!
    lukeed authored Nov 28, 2022
    Configuration menu
    Copy the full SHA
    83fff52 View commit details
    Browse the repository at this point in the history
  2. feat: enable sourcemaps when tsm used directly;

    - Closes #32
    lukeed committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    2cd3dd0 View commit details
    Browse the repository at this point in the history
  3. 2.3.0

    lukeed committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    13b1512 View commit details
    Browse the repository at this point in the history
Loading