Closed nickl- closed 2 years ago
Looks legit
Will test it later and hopefully merge
Thanks for the PR!
@trullock any chance of looking at this soon?
What are the odds of getting a new release downstream to BuildBundlerMinifier?
Awesome! Thanx stax for the release.
Fix bug #279 spreads are not properties.
The bug is back because we were only checking for
CallExpressions
, if you add twoConditionals
it will fail again. It should be enough to disregard rests and spreads all together, they shouldn't actually be in the properties list anyway. This fixes the bug, test data modified to reproduce, with no new tests failing so we have to assume it is good.nJoy