diff --git a/packages/babel-plugin-jsx-dom-expressions/test/__dom_fixtures__/attributeExpressions/output.js b/packages/babel-plugin-jsx-dom-expressions/test/__dom_fixtures__/attributeExpressions/output.js index 3095e3d0..39e8527b 100644 --- a/packages/babel-plugin-jsx-dom-expressions/test/__dom_fixtures__/attributeExpressions/output.js +++ b/packages/babel-plugin-jsx-dom-expressions/test/__dom_fixtures__/attributeExpressions/output.js @@ -518,35 +518,33 @@ const template67 = _tmpl$45(); const template68 = _tmpl$46(); const template69 = _tmpl$47(); const template70 = _tmpl$48(); - const template71 = _tmpl$49(); - const template72 = (() => { - var _el$88 = _tmpl$4(); - _$use(binding, _el$88); - return _el$88; -})(); -const template73 = (() => { var _el$89 = _tmpl$4(); - var _ref$8 = binding.prop; - typeof _ref$8 === "function" ? _$use(_ref$8, _el$89) : (binding.prop = _el$89); + _$use(binding, _el$89); return _el$89; })(); -const template74 = (() => { +const template73 = (() => { var _el$90 = _tmpl$4(); - var _ref$9 = refFn; - typeof _ref$9 === "function" ? _$use(_ref$9, _el$90) : (refFn = _el$90); + var _ref$8 = binding.prop; + typeof _ref$8 === "function" ? _$use(_ref$8, _el$90) : (binding.prop = _el$90); return _el$90; })(); -const template75 = (() => { +const template74 = (() => { var _el$91 = _tmpl$4(); - _$use(refConst, _el$91); + var _ref$9 = refFn; + typeof _ref$9 === "function" ? _$use(_ref$9, _el$91) : (refFn = _el$91); return _el$91; })(); -const template76 = (() => { +const template75 = (() => { var _el$92 = _tmpl$4(); - var _ref$10 = refUnknown; - typeof _ref$10 === "function" ? _$use(_ref$10, _el$92) : (refUnknown = _el$92); + _$use(refConst, _el$92); return _el$92; })(); -_$delegateEvents(["click", "input"]); +const template76 = (() => { + var _el$93 = _tmpl$4(); + var _ref$10 = refUnknown; + typeof _ref$10 === "function" ? _$use(_ref$10, _el$93) : (refUnknown = _el$93); + return _el$93; +})(); +_$delegateEvents(["click", "input"]); \ No newline at end of file