Skip to content

Use Array.prototype.slice to process rest parameters

William Swanson requested to merge swansontec/buble:master into master

This is slightly less code, and seems to be the more commonly suggested technique. This is all ES3 stuff, so there shouldn't be any compatibility issue.

Merge request reports