WIP: awesomerc.tl should work #85

Draft
Aire-One wants to merge 40 commits from feat/#58 into master
1 changed files with 8 additions and 0 deletions
Showing only changes of commit c3847b43c6 - Show all commits

View File

@ -35,6 +35,14 @@ local node_fixer <const>: { string : New_Node_By_Name } = {
},
},
},
["naughty.widget.background"] = {
set_shape = {
parameters = {
{ token = "variable", name = "self", types = { "Background" } },
{ token = "variable", name = "shape", types = { "Gears_Shape_Function" } }, -- cannot discriminate a union between multiple function types: Gears_Shape_Function | function
},
},
},
}
local record Node_Fixer