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: v0.39.2
Choose a base ref
...
head repository: TypeScriptToLua/TypeScriptToLua
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.39.3
Choose a head ref
  • 4 commits
  • 11 files changed
  • 2 contributors

Commits on Apr 28, 2021

  1. Configuration menu
    Copy the full SHA
    d86ef92 View commit details
    Browse the repository at this point in the history
  2. Fixed invalid switch statement lua when default was not the last case (

    …#1016)
    
    * Made switch default case always last
    
    * Actually fixed switch statement this time
    
    * Added extra default fallthrough test
    Perryvw authored Apr 28, 2021
    Configuration menu
    Copy the full SHA
    a617faf View commit details
    Browse the repository at this point in the history

Commits on May 3, 2021

  1. Fix namespace and module resulting in invalid Lua when modified with …

    …TS transformer plugin (#1014)
    
    * Failing test
    
    * Fixed bug #1013
    
    * Fix prettier
    
    * Switched transformer plugin to TS instead of JS
    Perryvw authored May 3, 2021
    Configuration menu
    Copy the full SHA
    b26dac0 View commit details
    Browse the repository at this point in the history
  2. 0.39.3

    Perryvw committed May 3, 2021
    Configuration menu
    Copy the full SHA
    9ac496c View commit details
    Browse the repository at this point in the history
Loading