[2.4.1] - 2026-04-06
Fixed
- Luau: Fixed panic when formatting explicit type instantiation (
f<<T>>()) inside a nested function call argument (e.g. as a callback) (#1088) - Luau: Fixed parentheses being incorrectly removed from single-element type packs in explicit type instantiation, e.g.
f<<(number)>>(10)becomingf<<number>>(10)(#1089)
Full Changelog: v2.4.0...v2.4.1