luau.List
now verifies the.value
is aluau.Node
(#41)luau.NumericForStatement
will now omit rendering the step value if it is equal to 1- Added support for a
luau.List<luau.Expression>
as the RHS of aluau.VariableDeclaration
orluau.Assignment
(#81) luau.Node
,luau.Expression
,luua.IndexableExpression
,luau.Statement
, andluau.Field
are all now unions of possible node types.luau.BaseNode
,luau.BaseExpression
, etc.) have been added.
- Added
luau.none()
to represent nodes that shouldn't be rendered (#27)
- Initial release, split off from roblox-ts repository