Skip to content

Commit

Permalink
Build: Update dev dependencies (eslint, rollup, grunt, nyc)
Browse files Browse the repository at this point in the history
No significant difference in the output, except a minor whitespace
improvement somewhere in Babel's helper functions.

```
--- qunit/qunit-main-branch.js
+++ qunit/qunit.js
@@ -37,7 +37,7 @@
   function _createForOfIteratorHelper(r, e) {
     var t = "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"];
     if (!t) {
-      if (Array.isArray(r) || (t = _unsupportedIterableToArray(r)) || e  ) {
+      if (Array.isArray(r) || (t = _unsupportedIterableToArray(r)) || e) {
         t && (r = t);
```
  • Loading branch information
Krinkle committed Jul 20, 2024
1 parent 6d68d1c commit 047a378
Show file tree
Hide file tree
Showing 2 changed files with 1,342 additions and 1,068 deletions.
Loading

0 comments on commit 047a378

Please sign in to comment.