We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56dedb2 commit 86ed67dCopy full SHA for 86ed67d
test/unit/es6/canary.js
@@ -1,3 +1,7 @@
1
// A minimal file that uses ES6 features which will fail to load on
2
// older browsers.
3
`I load on ES6`;
4
+
5
+module.exports = function usesRestArgs (...args) {
6
+ return args;
7
+};
0 commit comments