Is an Issue Type Set?
What?
Replace all instances of Radashi's assert function with the assert function included with Node.
Why?
Node includes an assert function analogous to Radashi's version, so we can use that instead and save a couple bytes from the bundle.
Is an Issue Type Set?
What?
Replace all instances of Radashi's
assertfunction with theassertfunction included with Node.Why?
Node includes an
assertfunction analogous to Radashi's version, so we can use that instead and save a couple bytes from the bundle.