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: easyz/TypeScriptToLua
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: TypeScriptToLua/TypeScriptToLua
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 19 commits
  • 45 files changed
  • 7 contributors

Commits on Aug 23, 2025

  1. Configuration menu
    Copy the full SHA
    5acd109 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2dc28fb View commit details
    Browse the repository at this point in the history
  3. CHANGELOG.md 1.32.0

    Perryvw committed Aug 23, 2025
    Configuration menu
    Copy the full SHA
    18165f0 View commit details
    Browse the repository at this point in the history
  4. 1.32.0

    Perryvw committed Aug 23, 2025
    Configuration menu
    Copy the full SHA
    1ed3b4d View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2025

  1. Configuration menu
    Copy the full SHA
    9e37de6 View commit details
    Browse the repository at this point in the history
  2. CHANGELOG.md 1.33.0

    Perryvw committed Nov 9, 2025
    Configuration menu
    Copy the full SHA
    a6708e5 View commit details
    Browse the repository at this point in the history
  3. 1.33.0

    Perryvw committed Nov 9, 2025
    Configuration menu
    Copy the full SHA
    bd00c15 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2025

  1. Fix constructor scope breaking vararg spread optimization (TypeScript…

    …ToLua#1675)
    
    * Fix constructor scope breaking vararg spread optimization
    
    * remove test debug
    
    * fix typo in test name
    Perryvw authored Dec 27, 2025
    Configuration menu
    Copy the full SHA
    a6230a7 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2025

  1. 1.33.1

    Perryvw committed Dec 30, 2025
    Configuration menu
    Copy the full SHA
    171546b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bdd6f1d View commit details
    Browse the repository at this point in the history
  3. 1.33.2

    Perryvw committed Dec 30, 2025
    Configuration menu
    Copy the full SHA
    f15449f View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2026

  1. Configuration menu
    Copy the full SHA
    6fa24e8 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2026

  1. Fix enum nested in namespace (TypeScriptToLua#1682)

    * fix enum nested in namespace
    
    * use snapshot to test
    felixhirt authored Feb 23, 2026
    Configuration menu
    Copy the full SHA
    e1f5d4f View commit details
    Browse the repository at this point in the history
  2. Add lua 5.5 target (TypeScriptToLua#1680)

    * Add lua 5.5 target
    
    * Fix failing tests
    
    * Missed one more failing test
    Perryvw authored Feb 23, 2026
    Configuration menu
    Copy the full SHA
    8a0a85d View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2026

  1. Bump minimatch (TypeScriptToLua#1686)

    Bumps  and [minimatch](https://github.com/isaacs/minimatch). These dependencies needed to be updated together.
    
    Updates `minimatch` from 3.1.2 to 3.1.5
    - [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
    - [Commits](isaacs/minimatch@v3.1.2...v3.1.5)
    
    Updates `minimatch` from 9.0.5 to 9.0.9
    - [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
    - [Commits](isaacs/minimatch@v3.1.2...v3.1.5)
    
    Updates `minimatch` from 5.1.6 to 5.1.9
    - [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
    - [Commits](isaacs/minimatch@v3.1.2...v3.1.5)
    
    ---
    updated-dependencies:
    - dependency-name: minimatch
      dependency-version: 3.1.5
      dependency-type: indirect
    - dependency-name: minimatch
      dependency-version: 9.0.9
      dependency-type: indirect
    - dependency-name: minimatch
      dependency-version: 5.1.9
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 3, 2026
    Configuration menu
    Copy the full SHA
    9bdb41d View commit details
    Browse the repository at this point in the history
  2. fix debug.traceback failing on anonymous function (TypeScriptToLua#…

    …1665) (TypeScriptToLua#1666)
    
    * fix `debug.traceback` failing on anonymous function (TypeScriptToLua#1665)
    
    * test: add regression test for anonymous function traceback mapping (TypeScriptToLua#1665)
    
    Nested IIFEs produce <file.lua:N> notation in debug.traceback().
    The old pattern (%S+) captured the "<" prefix, causing sourcemap
    lookup to fail for anonymous function definition locations.
    
    Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
    
    * test: address review feedback for anonymous function traceback test (TypeScriptToLua#1665)
    
    Use distinct sourcemap values and explicit <main.ts:N> assertions
    per reviewer request.
    
    Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
    
    * style: extract setLuaHeader string to variable for prettier
    
    Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
    
    ---------
    
    Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
    ChouUn and claude authored Mar 3, 2026
    Configuration menu
    Copy the full SHA
    a3f2eea View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2026

  1. Configuration menu
    Copy the full SHA
    5cd8abf View commit details
    Browse the repository at this point in the history
  2. CHANGELOG.md 1.34.0

    Perryvw committed Mar 8, 2026
    Configuration menu
    Copy the full SHA
    dfef9f4 View commit details
    Browse the repository at this point in the history
  3. 1.34.0

    Perryvw committed Mar 8, 2026
    Configuration menu
    Copy the full SHA
    1bdbed8 View commit details
    Browse the repository at this point in the history
Loading