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 e9ce140 commit a795662Copy full SHA for a795662
test/unit/es6/canary.js
@@ -2,6 +2,10 @@
2
// older browsers.
3
`I load on ES6`;
4
5
+if (!Object.getOwnPropertyDescriptors) {
6
+ throw new Error('Incomplete property descriptor support');
7
+}
8
+
9
module.exports = function usesRestArgs (...args) {
10
return args;
11
};
0 commit comments