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.0.0
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.1.0
Choose a head ref
  • 3 commits
  • 11 files changed
  • 1 contributor

Commits on Oct 5, 2021

  1. feat: Allow JavaScript extensions for TypeScript imports (#2)

    * feat(loader): map js -> ts when source is ts
    
    * feat(require): map js -> ts when source is ts
    
    * fix(require): work after minify
    lukeed authored Oct 5, 2021
    Configuration menu
    Copy the full SHA
    c935537 View commit details
    Browse the repository at this point in the history
  2. feat: support ".mts" and ".cts" extensions (#3)

    * chore: bump esbuild version
    
    * feat: add ".cts" and ".mts" as default extns
    
    * chore: add "mts" and "cts" fixtures;
    
    - typescript file uses "mjs" and "cjs" imports
    - javascript files use real "mts" and "cts" imports
    
    * chore(ci): also run typescript test w/ --require hook
    lukeed authored Oct 5, 2021
    Configuration menu
    Copy the full SHA
    cc7ce98 View commit details
    Browse the repository at this point in the history
  3. 2.1.0

    lukeed committed Oct 5, 2021
    Configuration menu
    Copy the full SHA
    9ab86f0 View commit details
    Browse the repository at this point in the history
Loading