@babel/plugin-transform-react-jsx-self
Advanced tools
Comparing version 7.22.5 to 7.23.3
@@ -38,3 +38,3 @@ "use strict"; | ||
} | ||
var _default = (0, _helperPluginUtils.declare)(api => { | ||
var _default = exports.default = (0, _helperPluginUtils.declare)(api => { | ||
api.assertVersion(7); | ||
@@ -61,4 +61,3 @@ const visitor = { | ||
}); | ||
exports.default = _default; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@babel/plugin-transform-react-jsx-self", | ||
"version": "7.22.5", | ||
"version": "7.23.3", | ||
"description": "Add a __self prop to all JSX Elements", | ||
@@ -26,5 +26,5 @@ "repository": { | ||
"devDependencies": { | ||
"@babel/core": "^7.22.5", | ||
"@babel/core": "^7.23.3", | ||
"@babel/helper-plugin-test-runner": "^7.22.5", | ||
"@babel/plugin-syntax-jsx": "^7.22.5" | ||
"@babel/plugin-syntax-jsx": "^7.23.3" | ||
}, | ||
@@ -31,0 +31,0 @@ "engines": { |
@@ -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
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
9186
16
59