@babel/plugin-transform-react-jsx-self
Advanced tools
Comparing version
@@ -1,9 +0,4 @@ | ||
"use strict"; | ||
import { declare } from '@babel/helper-plugin-utils'; | ||
import { types } from '@babel/core'; | ||
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"; | ||
@@ -38,3 +33,3 @@ function getThisFunctionParent(path) { | ||
} | ||
var _default = (0, _helperPluginUtils.declare)(api => { | ||
var index = declare(api => { | ||
api.assertVersion(7); | ||
@@ -47,5 +42,5 @@ const visitor = { | ||
const node = path.node; | ||
const id = _core.types.jsxIdentifier(TRACE_ID); | ||
const trace = _core.types.thisExpression(); | ||
node.attributes.push(_core.types.jsxAttribute(id, _core.types.jsxExpressionContainer(trace))); | ||
const id = types.jsxIdentifier(TRACE_ID); | ||
const trace = types.thisExpression(); | ||
node.attributes.push(types.jsxAttribute(id, types.jsxExpressionContainer(trace))); | ||
} | ||
@@ -62,4 +57,4 @@ }; | ||
}); | ||
exports.default = _default; | ||
export { index as default }; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@babel/plugin-transform-react-jsx-self", | ||
"version": "7.22.5", | ||
"version": "8.0.0-alpha.0", | ||
"description": "Add a __self prop to all JSX Elements", | ||
@@ -20,17 +20,21 @@ "repository": { | ||
"dependencies": { | ||
"@babel/helper-plugin-utils": "^7.22.5" | ||
"@babel/helper-plugin-utils": "^8.0.0-alpha.0" | ||
}, | ||
"peerDependencies": { | ||
"@babel/core": "^7.0.0-0" | ||
"@babel/core": "^8.0.0-alpha.0" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.22.5", | ||
"@babel/helper-plugin-test-runner": "^7.22.5", | ||
"@babel/plugin-syntax-jsx": "^7.22.5" | ||
"@babel/core": "^8.0.0-alpha.0", | ||
"@babel/helper-plugin-test-runner": "^8.0.0-alpha.0", | ||
"@babel/plugin-syntax-jsx": "^8.0.0-alpha.0" | ||
}, | ||
"engines": { | ||
"node": ">=6.9.0" | ||
"node": "^16.20.0 || ^18.16.0 || >=20.0.0" | ||
}, | ||
"author": "The Babel Team (https://babel.dev/team)", | ||
"type": "commonjs" | ||
"exports": { | ||
".": "./lib/index.js", | ||
"./package.json": "./package.json" | ||
}, | ||
"type": "module" | ||
} |
@@ -5,3 +5,3 @@ # @babel/plugin-transform-react-jsx-self | ||
See our website [@babel/plugin-transform-react-jsx-self](https://babeljs.io/docs/en/babel-plugin-transform-react-jsx-self) for more information. | ||
See our website [@babel/plugin-transform-react-jsx-self](https://babeljs.io/docs/babel-plugin-transform-react-jsx-self) for more information. | ||
@@ -8,0 +8,0 @@ ## Install |
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
9191
0.92%Yes
NaN55
-8.33%1
Infinity%+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed