Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-03-18 | [ruby/prism] Only unnest parser mlhs nodes when no rest argument is provided | Earlopain | |
``` (a,), = [] PARSER==================== s(:masgn, s(:mlhs, s(:mlhs, s(:lvasgn, :a))), s(:array)) PRISM==================== s(:masgn, s(:mlhs, s(:lvasgn, :a)), s(:array)) ``` https://github.com/ruby/prism/commit/8aa1f4690e | |||
2023-10-26 | [ruby/prism] Ensure no extra multi-target nodes are created | Kevin Newton | |
https://github.com/ruby/prism/commit/ec31fd827f | |||
2023-09-27 | Rename YARP filepaths to prism filepaths | Kevin Newton | |