.. |
assign.lua
|
move test to spec
|
2013-06-07 23:14:08 -07:00 |
bubbling.lua
|
no temporary functions when returning block_exp
|
2013-06-30 23:28:51 -07:00 |
class.lua
|
simplify single name destructures/imports
|
2014-09-02 20:31:08 -07:00 |
comprehension.lua
|
don't create unecessary function with tblcomp and assign single
|
2013-06-30 21:06:31 -07:00 |
cond.lua
|
move test to spec
|
2013-06-07 23:14:08 -07:00 |
destructure.lua
|
simplify single name destructures/imports
|
2014-09-02 20:31:08 -07:00 |
do.lua
|
move test to spec
|
2013-06-07 23:14:08 -07:00 |
export.lua
|
don't generate unecessary code for classes
|
2013-06-25 20:05:20 -07:00 |
funcs.lua
|
move test to spec
|
2013-06-07 23:14:08 -07:00 |
import.lua
|
simplify single name destructures/imports
|
2014-09-02 20:31:08 -07:00 |
lists.lua
|
avoid creating unnecessary functions when using return keyword with statements and block_exps
|
2014-02-08 18:42:23 -08:00 |
literals.lua
|
specs for new number literals #124
|
2014-01-06 10:38:01 -08:00 |
local.lua
|
move test to spec
|
2013-06-07 23:14:08 -07:00 |
loops.lua
|
kill some more anon funcs for while,for,foreach
|
2013-06-30 21:20:01 -07:00 |
operators.lua
|
parens can take spacebreaks on the insides of either side
|
2015-02-28 13:52:09 -08:00 |
return.lua
|
avoid creating unnecessary functions when using return keyword with statements and block_exps
|
2014-02-08 18:42:23 -08:00 |
string.lua
|
move test to spec
|
2013-06-07 23:14:08 -07:00 |
stub.lua
|
let colon stubs in assignments get simplified
|
2014-02-05 09:29:39 -08:00 |
switch.lua
|
move test to spec
|
2013-06-07 23:14:08 -07:00 |
syntax.lua
|
move test to spec
|
2013-06-07 23:14:08 -07:00 |
tables.lua
|
more whitespace sepcs for table
|
2015-02-28 14:10:45 -08:00 |
using.lua
|
move test to spec
|
2013-06-07 23:14:08 -07:00 |
whitespace.lua
|
move test to spec
|
2013-06-07 23:14:08 -07:00 |
with.lua
|
with doesn't create its own reference unless necessary
|
2013-06-10 16:12:26 -07:00 |