Skip to content
  1. Oct 15, 2018
  2. Oct 10, 2018
  3. Oct 09, 2018
  4. Sep 27, 2018
  5. Sep 26, 2018
  6. Sep 18, 2018
  7. Sep 12, 2018
  8. Sep 11, 2018
  9. Sep 10, 2018
  10. Sep 06, 2018
  11. Sep 05, 2018
  12. Sep 04, 2018
    • alex-mo's avatar
      Fix broken assignment chain. · ad242e21
      alex-mo authored
      The statement termination (`;`) leads to all following assignments to
      pollute the global namespace (`window`).
      This should just be `,` so that the statements stay in function scope.
      ad242e21
    • alex-mo's avatar
      Fix broken RegExp fallback · 3465797b
      alex-mo authored
      '*' is a "repeater", on it's own it is not valid in `new RegExp(str)`
      3465797b
    • Katharina Zwinger's avatar
      Fix "matches is null" error · 3e1bbfa7
      Katharina Zwinger authored
      String.prototype.match() returns `null` if there were no matches – `null` doesn’t have a length property.
      3e1bbfa7
  13. Aug 27, 2018