Skip to content

Commit

Permalink
Update fixtures (Windows)
Browse files Browse the repository at this point in the history
  • Loading branch information
babel-bot committed Feb 25, 2021
1 parent 1b62bbe commit 6dd7c5d
Showing 1 changed file with 1 addition and 4 deletions.
@@ -1,7 +1,4 @@
var _jsxFileName = "<CWD>\\packages\\babel-plugin-transform-react-jsx-development\\test\\fixtures\\windows\\classic-runtime-windows-babel-7\\input.js";

function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }

var x = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("div", {
__self: this,
__source: {
Expand Down Expand Up @@ -34,7 +31,7 @@ var x = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/Reac
lineNumber: 6,
columnNumber: 7
}
}), /*#__PURE__*/React.createElement("div", _extends({}, props, {
}), /*#__PURE__*/React.createElement("div", babelHelpers.extends({}, props, {
key: "4",
__self: this,
__source: {
Expand Down

0 comments on commit 6dd7c5d

Please sign in to comment.