babel-plugin-syntax-trailing-function-commas
Advanced tools
Comparing version
@@ -1,2 +0,2 @@ | ||
/*istanbul ignore next*/"use strict"; | ||
"use strict"; | ||
@@ -6,3 +6,3 @@ exports.__esModule = true; | ||
exports.default = function () { | ||
return { /*istanbul ignore next*/ | ||
return { | ||
manipulateOptions: function manipulateOptions(opts, parserOpts) { | ||
@@ -14,2 +14,2 @@ parserOpts.plugins.push("trailingFunctionCommas"); | ||
/*istanbul ignore next*/module.exports = exports["default"]; | ||
module.exports = exports["default"]; |
{ | ||
"name": "babel-plugin-syntax-trailing-function-commas", | ||
"version": "6.8.0", | ||
"version": "6.13.0", | ||
"description": "Compile trailing function commas to ES5", | ||
@@ -11,5 +11,3 @@ "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-trailing-function-commas", | ||
], | ||
"dependencies": { | ||
"babel-runtime": "^6.0.0" | ||
}, | ||
"dependencies": {}, | ||
"devDependencies": { | ||
@@ -16,0 +14,0 @@ "babel-helper-plugin-test-runner": "^6.8.0" |
0
-100%1882
-5.28%- Removed
- Removed
- Removed
- Removed