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: TypeScriptToLua/TypeScriptToLua
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 8a0a85d
Choose a base ref
...
head repository: ChouUn/TypeScriptToLua
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: b45f93d
Choose a head ref
  • 2 commits
  • 2 files changed
  • 3 contributors

Commits on Oct 28, 2025

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

Commits on Feb 27, 2026

  1. test: add regression test for anonymous function traceback mapping (#…

    …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>
    ChouUn and claude committed Feb 27, 2026
    Configuration menu
    Copy the full SHA
    b45f93d View commit details
    Browse the repository at this point in the history
Loading