@babel/plugin-transform-react-jsx-self
Advanced tools
Comparing version 7.21.4-esm.4 to 7.22.5
@@ -1,3 +0,9 @@ | ||
import { declare } from "@babel/helper-plugin-utils"; | ||
import { types as t } from "@babel/core"; | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { | ||
value: true | ||
}); | ||
exports.default = void 0; | ||
var _helperPluginUtils = require("@babel/helper-plugin-utils"); | ||
var _core = require("@babel/core"); | ||
const TRACE_ID = "__self"; | ||
@@ -32,3 +38,3 @@ function getThisFunctionParent(path) { | ||
} | ||
export default declare(api => { | ||
var _default = (0, _helperPluginUtils.declare)(api => { | ||
api.assertVersion(7); | ||
@@ -41,5 +47,5 @@ const visitor = { | ||
const node = path.node; | ||
const id = t.jsxIdentifier(TRACE_ID); | ||
const trace = t.thisExpression(); | ||
node.attributes.push(t.jsxAttribute(id, t.jsxExpressionContainer(trace))); | ||
const id = _core.types.jsxIdentifier(TRACE_ID); | ||
const trace = _core.types.thisExpression(); | ||
node.attributes.push(_core.types.jsxAttribute(id, _core.types.jsxExpressionContainer(trace))); | ||
} | ||
@@ -56,3 +62,4 @@ }; | ||
}); | ||
exports.default = _default; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@babel/plugin-transform-react-jsx-self", | ||
"version": "7.21.4-esm.4", | ||
"version": "7.22.5", | ||
"description": "Add a __self prop to all JSX Elements", | ||
@@ -20,11 +20,11 @@ "repository": { | ||
"dependencies": { | ||
"@babel/helper-plugin-utils": "7.21.4-esm.4" | ||
"@babel/helper-plugin-utils": "^7.22.5" | ||
}, | ||
"peerDependencies": { | ||
"@babel/core": "^7.0.0-0 || ^7.21.4-esm.2" | ||
"@babel/core": "^7.0.0-0" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "7.21.4-esm.4", | ||
"@babel/helper-plugin-test-runner": "7.21.4-esm.4", | ||
"@babel/plugin-syntax-jsx": "7.21.4-esm.4" | ||
"@babel/core": "^7.22.5", | ||
"@babel/helper-plugin-test-runner": "^7.22.5", | ||
"@babel/plugin-syntax-jsx": "^7.22.5" | ||
}, | ||
@@ -35,3 +35,3 @@ "engines": { | ||
"author": "The Babel Team (https://babel.dev/team)", | ||
"type": "module" | ||
"type": "commonjs" | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
9107
60
0
5
No
+ Added@babel/helper-plugin-utils@7.25.9(transitive)
- Removed@babel/helper-plugin-utils@7.21.4-esm.4(transitive)