You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* simplify ternary transpilation
* remove ternary from lualib
* remove reference to ternary
* replace boxing with IIFE
* use boxing ternary in luajit transpiler
* add transpilation tests for ternary
* transpile unprotected ternary for non falsible whenTrue type
* resolve merge conflict
* add test for undefined whenTrue
* add test for literal and non-literal values
* add support for strictNullChecks
* handle union types
* add tests for strictNullChecks
* remove FocusTest
* added literal ternary test
* remove PossiblyFalsy flag check as it is not applicable to lua
* correctly handle null
* add Void and Never to falsible falgs
* refactor isNonFalsible() -> isFalisble()
* check for strict mode
0 commit comments