cb34514d05
Previously, ngtsc's static evaluator did not take spread operators into account when evaluating function calls, nor did it handle rest arguments correctly. This commit adds support for static evaluation of these language features. PR Close #29888