Co-authored-by: Brian Ng <bng412@gmail.com> Co-authored-by: Babel Bot <babel-bot@users.noreply.github.com>
39 lines
852 B
JavaScript
39 lines
852 B
JavaScript
var _jsxFileName = "<CWD>\\packages\\babel-plugin-transform-react-jsx-development\\test\\fixtures\\windows\\self-inside-arrow-windows\\input.mjs",
|
|
_this = this;
|
|
|
|
import { jsxDEV as _jsxDEV } from "react/jsx-dev-runtime";
|
|
|
|
/*#__PURE__*/
|
|
_jsxDEV("div", {}, void 0, false, {
|
|
fileName: _jsxFileName,
|
|
lineNumber: 1,
|
|
columnNumber: 1
|
|
}, this);
|
|
|
|
(function () {
|
|
return /*#__PURE__*/_jsxDEV("div", {}, void 0, false, {
|
|
fileName: _jsxFileName,
|
|
lineNumber: 2,
|
|
columnNumber: 7
|
|
}, _this);
|
|
});
|
|
|
|
function fn() {
|
|
var _this2 = this;
|
|
|
|
/*#__PURE__*/
|
|
_jsxDEV("div", {}, void 0, false, {
|
|
fileName: _jsxFileName,
|
|
lineNumber: 5,
|
|
columnNumber: 3
|
|
}, this);
|
|
|
|
(function () {
|
|
return /*#__PURE__*/_jsxDEV("div", {}, void 0, false, {
|
|
fileName: _jsxFileName,
|
|
lineNumber: 6,
|
|
columnNumber: 9
|
|
}, _this2);
|
|
});
|
|
}
|