@babel/plugin-transform-object-super
Advanced tools
Comparing version 7.21.4-esm.3 to 7.21.4-esm.4
@@ -1,12 +0,6 @@ | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { | ||
value: true | ||
}); | ||
exports.default = void 0; | ||
var _helperPluginUtils = require("@babel/helper-plugin-utils"); | ||
var _helperReplaceSupers = require("@babel/helper-replace-supers"); | ||
var _core = require("@babel/core"); | ||
import { declare } from "@babel/helper-plugin-utils"; | ||
import ReplaceSupers from "@babel/helper-replace-supers"; | ||
import { types as t } from "@babel/core"; | ||
function replacePropertySuper(path, getObjectRef, file) { | ||
const replaceSupers = new _helperReplaceSupers.default({ | ||
const replaceSupers = new ReplaceSupers({ | ||
getObjectRef: getObjectRef, | ||
@@ -18,3 +12,3 @@ methodPath: path, | ||
} | ||
var _default = (0, _helperPluginUtils.declare)(api => { | ||
export default declare(api => { | ||
api.assertVersion(7); | ||
@@ -33,5 +27,5 @@ return { | ||
path.scope.push({ | ||
id: _core.types.cloneNode(objectRef) | ||
id: t.cloneNode(objectRef) | ||
}); | ||
path.replaceWith(_core.types.assignmentExpression("=", _core.types.cloneNode(objectRef), path.node)); | ||
path.replaceWith(t.assignmentExpression("=", t.cloneNode(objectRef), path.node)); | ||
} | ||
@@ -42,4 +36,3 @@ } | ||
}); | ||
exports.default = _default; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@babel/plugin-transform-object-super", | ||
"version": "7.21.4-esm.3", | ||
"version": "7.21.4-esm.4", | ||
"description": "Compile ES2015 object super to ES5", | ||
@@ -20,4 +20,4 @@ "repository": { | ||
"dependencies": { | ||
"@babel/helper-plugin-utils": "7.21.4-esm.3", | ||
"@babel/helper-replace-supers": "7.21.4-esm.3" | ||
"@babel/helper-plugin-utils": "7.21.4-esm.4", | ||
"@babel/helper-replace-supers": "7.21.4-esm.4" | ||
}, | ||
@@ -28,4 +28,4 @@ "peerDependencies": { | ||
"devDependencies": { | ||
"@babel/core": "7.21.4-esm.3", | ||
"@babel/helper-plugin-test-runner": "7.21.4-esm.3" | ||
"@babel/core": "7.21.4-esm.4", | ||
"@babel/helper-plugin-test-runner": "7.21.4-esm.4" | ||
}, | ||
@@ -32,0 +32,0 @@ "engines": { |
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
6
6368
34
+ Added@babel/code-frame@7.21.4-esm.4(transitive)
+ Added@babel/generator@7.21.4-esm.4(transitive)
+ Added@babel/helper-environment-visitor@7.21.4-esm.4(transitive)
+ Added@babel/helper-function-name@7.21.4-esm.4(transitive)
+ Added@babel/helper-hoist-variables@7.21.4-esm.4(transitive)
+ Added@babel/helper-member-expression-to-functions@7.21.4-esm.4(transitive)
+ Added@babel/helper-optimise-call-expression@7.21.4-esm.4(transitive)
+ Added@babel/helper-plugin-utils@7.21.4-esm.4(transitive)
+ Added@babel/helper-replace-supers@7.21.4-esm.4(transitive)
+ Added@babel/helper-split-export-declaration@7.21.4-esm.4(transitive)
+ Added@babel/helper-string-parser@7.21.4-esm.4(transitive)
+ Added@babel/helper-validator-identifier@7.21.4-esm.4(transitive)
+ Added@babel/highlight@7.21.4-esm.4(transitive)
+ Added@babel/parser@7.21.4-esm.4(transitive)
+ Added@babel/template@7.21.4-esm.4(transitive)
+ Added@babel/traverse@7.21.4-esm.4(transitive)
+ Added@babel/types@7.21.4-esm.4(transitive)
- Removed@babel/code-frame@7.21.4-esm.3(transitive)
- Removed@babel/generator@7.21.4-esm.3(transitive)
- Removed@babel/helper-environment-visitor@7.21.4-esm.3(transitive)
- Removed@babel/helper-function-name@7.21.4-esm.3(transitive)
- Removed@babel/helper-hoist-variables@7.21.4-esm.3(transitive)
- Removed@babel/helper-member-expression-to-functions@7.21.4-esm.3(transitive)
- Removed@babel/helper-optimise-call-expression@7.21.4-esm.3(transitive)
- Removed@babel/helper-plugin-utils@7.21.4-esm.3(transitive)
- Removed@babel/helper-replace-supers@7.21.4-esm.3(transitive)
- Removed@babel/helper-split-export-declaration@7.21.4-esm.3(transitive)
- Removed@babel/helper-string-parser@7.21.4-esm.3(transitive)
- Removed@babel/helper-validator-identifier@7.21.4-esm.3(transitive)
- Removed@babel/highlight@7.21.4-esm.3(transitive)
- Removed@babel/parser@7.21.4-esm.3(transitive)
- Removed@babel/template@7.21.4-esm.3(transitive)
- Removed@babel/traverse@7.21.4-esm.3(transitive)
- Removed@babel/types@7.21.4-esm.3(transitive)