@babel/plugin-transform-shorthand-properties
Advanced tools
Comparing version 7.2.0 to 7.7.4
@@ -8,23 +8,7 @@ "use strict"; | ||
function _helperPluginUtils() { | ||
const data = require("@babel/helper-plugin-utils"); | ||
var _helperPluginUtils = require("@babel/helper-plugin-utils"); | ||
_helperPluginUtils = function () { | ||
return data; | ||
}; | ||
var _core = require("@babel/core"); | ||
return data; | ||
} | ||
function _core() { | ||
const data = require("@babel/core"); | ||
_core = function () { | ||
return data; | ||
}; | ||
return data; | ||
} | ||
var _default = (0, _helperPluginUtils().declare)(api => { | ||
var _default = (0, _helperPluginUtils.declare)(api => { | ||
api.assertVersion(7); | ||
@@ -40,6 +24,6 @@ return { | ||
if (node.kind === "method") { | ||
const func = _core().types.functionExpression(null, node.params, node.body, node.generator, node.async); | ||
const func = _core.types.functionExpression(null, node.params, node.body, node.generator, node.async); | ||
func.returnType = node.returnType; | ||
path.replaceWith(_core().types.objectProperty(node.key, func, node.computed)); | ||
path.replaceWith(_core.types.objectProperty(node.key, func, node.computed)); | ||
} | ||
@@ -46,0 +30,0 @@ }, |
{ | ||
"name": "@babel/plugin-transform-shorthand-properties", | ||
"version": "7.2.0", | ||
"version": "7.7.4", | ||
"description": "Compile ES2015 shorthand properties to ES5", | ||
@@ -21,5 +21,6 @@ "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-shorthand-properties", | ||
"devDependencies": { | ||
"@babel/core": "^7.2.0", | ||
"@babel/helper-plugin-test-runner": "^7.0.0" | ||
} | ||
"@babel/core": "^7.7.4", | ||
"@babel/helper-plugin-test-runner": "^7.7.4" | ||
}, | ||
"gitHead": "75767d87cb147709b9bd9b99bf44daa6688874a9" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
0
3156
32