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 a795662 commit dfca006Copy full SHA for dfca006
package.json
@@ -19,7 +19,7 @@
19
],
20
"repository": "mysqljs/sqlstring",
21
"dependencies": {
22
- "template-tag-common": "3.0.1"
+ "template-tag-common": "3.0.2"
23
},
24
"devDependencies": {
25
"beautify-benchmark": "0.2.4",
test/unit/es6/canary.js
@@ -2,10 +2,6 @@
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