@babel/plugin-transform-object-super
Advanced tools
Comparing version 7.0.0-beta.46 to 7.0.0-beta.47
@@ -9,3 +9,3 @@ "use strict"; | ||
function _helperPluginUtils() { | ||
var data = require("@babel/helper-plugin-utils"); | ||
const data = require("@babel/helper-plugin-utils"); | ||
@@ -20,3 +20,3 @@ _helperPluginUtils = function _helperPluginUtils() { | ||
function _helperReplaceSupers() { | ||
var data = _interopRequireDefault(require("@babel/helper-replace-supers")); | ||
const data = _interopRequireDefault(require("@babel/helper-replace-supers")); | ||
@@ -31,3 +31,3 @@ _helperReplaceSupers = function _helperReplaceSupers() { | ||
function _core() { | ||
var data = require("@babel/core"); | ||
const data = require("@babel/core"); | ||
@@ -44,3 +44,3 @@ _core = function _core() { | ||
function replacePropertySuper(path, getObjectRef, file) { | ||
var replaceSupers = new (_helperReplaceSupers().default)({ | ||
const replaceSupers = new (_helperReplaceSupers().default)({ | ||
getObjectRef: getObjectRef, | ||
@@ -53,14 +53,12 @@ methodPath: path, | ||
var _default = (0, _helperPluginUtils().declare)(function (api) { | ||
var _default = (0, _helperPluginUtils().declare)(api => { | ||
api.assertVersion(7); | ||
return { | ||
visitor: { | ||
ObjectExpression: function ObjectExpression(path, state) { | ||
var objectRef; | ||
ObjectExpression(path, state) { | ||
let objectRef; | ||
var getObjectRef = function getObjectRef() { | ||
return objectRef = objectRef || path.scope.generateUidIdentifier("obj"); | ||
}; | ||
const getObjectRef = () => objectRef = objectRef || path.scope.generateUidIdentifier("obj"); | ||
path.get("properties").forEach(function (propPath) { | ||
path.get("properties").forEach(propPath => { | ||
if (!propPath.isMethod()) return; | ||
@@ -77,2 +75,3 @@ replacePropertySuper(propPath, getObjectRef, state); | ||
} | ||
} | ||
@@ -79,0 +78,0 @@ }; |
{ | ||
"name": "@babel/plugin-transform-object-super", | ||
"version": "7.0.0-beta.46", | ||
"version": "7.0.0-beta.47", | ||
"description": "Compile ES2015 object super to ES5", | ||
@@ -12,12 +12,12 @@ "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-object-super", | ||
"dependencies": { | ||
"@babel/helper-plugin-utils": "7.0.0-beta.46", | ||
"@babel/helper-replace-supers": "7.0.0-beta.46" | ||
"@babel/helper-plugin-utils": "7.0.0-beta.47", | ||
"@babel/helper-replace-supers": "7.0.0-beta.47" | ||
}, | ||
"peerDependencies": { | ||
"@babel/core": "7.0.0-beta.46" | ||
"@babel/core": "7.0.0-beta.47" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "7.0.0-beta.46", | ||
"@babel/helper-plugin-test-runner": "7.0.0-beta.46" | ||
"@babel/core": "7.0.0-beta.47", | ||
"@babel/helper-plugin-test-runner": "7.0.0-beta.47" | ||
} | ||
} |
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
3757
56
+ Added@babel/code-frame@7.0.0-beta.47(transitive)
+ Added@babel/core@7.0.0-beta.47(transitive)
+ Added@babel/generator@7.0.0-beta.47(transitive)
+ Added@babel/helper-function-name@7.0.0-beta.47(transitive)
+ Added@babel/helper-get-function-arity@7.0.0-beta.47(transitive)
+ Added@babel/helper-member-expression-to-functions@7.0.0-beta.47(transitive)
+ Added@babel/helper-optimise-call-expression@7.0.0-beta.47(transitive)
+ Added@babel/helper-plugin-utils@7.0.0-beta.47(transitive)
+ Added@babel/helper-replace-supers@7.0.0-beta.47(transitive)
+ Added@babel/helper-split-export-declaration@7.0.0-beta.47(transitive)
+ Added@babel/helpers@7.0.0-beta.47(transitive)
+ Added@babel/highlight@7.0.0-beta.47(transitive)
+ Added@babel/template@7.0.0-beta.47(transitive)
+ Added@babel/traverse@7.0.0-beta.47(transitive)
+ Added@babel/types@7.0.0-beta.47(transitive)
+ Addedbabylon@7.0.0-beta.47(transitive)
- Removed@babel/code-frame@7.0.0-beta.46(transitive)
- Removed@babel/core@7.0.0-beta.46(transitive)
- Removed@babel/generator@7.0.0-beta.46(transitive)
- Removed@babel/helper-function-name@7.0.0-beta.46(transitive)
- Removed@babel/helper-get-function-arity@7.0.0-beta.46(transitive)
- Removed@babel/helper-member-expression-to-functions@7.0.0-beta.46(transitive)
- Removed@babel/helper-optimise-call-expression@7.0.0-beta.46(transitive)
- Removed@babel/helper-plugin-utils@7.0.0-beta.46(transitive)
- Removed@babel/helper-replace-supers@7.0.0-beta.46(transitive)
- Removed@babel/helper-split-export-declaration@7.0.0-beta.46(transitive)
- Removed@babel/helpers@7.0.0-beta.46(transitive)
- Removed@babel/highlight@7.0.0-beta.46(transitive)
- Removed@babel/template@7.0.0-beta.46(transitive)
- Removed@babel/traverse@7.0.0-beta.46(transitive)
- Removed@babel/types@7.0.0-beta.46(transitive)
- Removedbabylon@7.0.0-beta.46(transitive)