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.0
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.2
Choose a head ref
  • 5 commits
  • 23 files changed
  • 3 contributors

Commits on Mar 7, 2021

  1. Bump lua-wasm-bindings version (#1002)

    Fixed an issue were errors would be printed for 5.1 tests even though the tests passed.
    lolleko authored Mar 7, 2021
    Configuration menu
    Copy the full SHA
    759090a View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2021

  1. Replaced deprecated factory functions (#1008)

    * Replaced deprecated factory functions
    
    Also enabled some eslint rules & fixed violations
    
    * Caught to more deprecated function calls
    
    * Fixed typo
    lolleko authored Mar 25, 2021
    Configuration menu
    Copy the full SHA
    29dba98 View commit details
    Browse the repository at this point in the history
  2. 0.39.1

    Perryvw committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    c09f98c View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2021

  1. Use ts.getParseTreeNode before getSourceFile to handle transformer ou…

    …tput (#1010)
    
    * Use getParseTreeNode before getSourceFile
    
    * npm audit fix
    Perryvw authored Apr 2, 2021
    Configuration menu
    Copy the full SHA
    f3dea42 View commit details
    Browse the repository at this point in the history
  2. 0.39.2

    Perryvw committed Apr 2, 2021
    Configuration menu
    Copy the full SHA
    c0d7936 View commit details
    Browse the repository at this point in the history
Loading